ClojureBridge/clojurebridge.github.io

Style the workshop event page

Closed this issue ยท 2 comments

The single event page should be styled like the old one ๐Ÿ˜„
โš ๏ธ we need to figure out if there is a gem or library for the map.
screen shot 2016-09-12 at 22 27 04

This issue includes the map. @yokolet has found a gem that we can use. โœ…

Map:

get coordinates from adress

gem 'geocoder'

https://github.com/alexreisner/geocoder

Here is some haml code how we use it at rorganize.it

.col-md-4
      #group-map
        - if @group.address?
          #map{data: {latitude: @group.latitude, longitude: @group.longitude}}
        - else
          = image_tag('follow_your_dreams.gif')