Skip to content

Commit

Permalink
removes boulder office
Browse files Browse the repository at this point in the history
  • Loading branch information
jrohrbaugh committed Oct 29, 2014
1 parent 9c35b93 commit 068b358
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions app/assets/javascripts/google_map.coffee
Expand Up @@ -18,12 +18,6 @@ initialize = ->

map = new google.maps.Map(map_canvas, map_options)

boulder_marker = new google.maps.Marker (
position: new google.maps.LatLng(40.029044, -105.252439)
map: map
icon: "/assets/boulder.png"
)

austin_marker = new google.maps.Marker (
position: new google.maps.LatLng(30.269038, -97.740344)
map: map
Expand Down
8 changes: 0 additions & 8 deletions app/views/layouts/_footer.html.haml
Expand Up @@ -3,14 +3,6 @@
#footer-logo.column.two
#logo-links
= link_to image_tag("logo_grey.png"), root_path
#location.column.two
.city
Boulder
.address
3080 Valmont Rd Suite 280
%br
Boulder, CO 80301
%h5= link_to 'info@coshx.com', 'mailto:info@coshx.com'
#location.column.two
.city
Charlottesville
Expand Down

0 comments on commit 068b358

Please sign in to comment.