Skip to content

Commit

Permalink
alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
gerad committed Jul 27, 2011
1 parent 988e0d7 commit 8cc1aa4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions views/index/locations.jade
Expand Up @@ -128,18 +128,6 @@ ul.locations
| Contact
a( href: 'mailto:counter@coworkingmunich.de' ) counter@coworkingmunich.de
li
h4#paris Paris, France
- address = escape('16 rue Gaillon, 75002 Paris')
a( href='http://maps.google.com/maps?q=' + address )
img.map( src='http://maps.googleapis.com/maps/api/staticmap?center=' + address + '&zoom=15&size=226x140&sensor=false&markers=size:small|' + address )
h3: a( href: 'http://joshfire.com/contact/' ) Joshfire
h5
| 16 rue Gaillon
br
| 75002 Paris
p We have space for at least 10 teams.
li
h4#nyc New York
- address = escape('902 Broadway 4th Floor, New York, NY, 10016')
Expand All @@ -155,6 +143,18 @@ ul.locations
| New York, NY, 10016
p Details soon.
li
h4#paris Paris, France
- address = escape('16 rue Gaillon, 75002 Paris')
a( href='http://maps.google.com/maps?q=' + address )
img.map( src='http://maps.googleapis.com/maps/api/staticmap?center=' + address + '&zoom=15&size=226x140&sensor=false&markers=size:small|' + address )
h3: a( href: 'http://joshfire.com/contact/' ) Joshfire
h5
| 16 rue Gaillon
br
| 75002 Paris
p We have space for at least 10 teams.
li
h4#santa-monica Santa Monica / Los Angeles
- address = escape('902 Colorado, Santa Monica, CA 90401')
Expand Down

0 comments on commit 8cc1aa4

Please sign in to comment.