Skip to content

Commit

Permalink
add singapore
Browse files Browse the repository at this point in the history
  • Loading branch information
Visnu Pitiyanuvath committed Jul 21, 2011
1 parent 10fbfca commit 1e84de2
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions views/index/locations.jade
Expand Up @@ -90,7 +90,10 @@ ul.locations
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://coworkingmunich.de/' ) coworkingmunich.de
h5 Sonnenstraße 32, 80331 München
h5
| Sonnenstraße 32
br
| 80331 München
p
| Coworking space for free to all attendees during the contest.
| Contact
Expand Down Expand Up @@ -120,10 +123,26 @@ ul.locations
h3
a( href: 'http://www.mahalo.com/' ) Mahalo HQ
h5
| 902 Colorado
| 902 Colorado Ave
br
| Santa Monica, CA 90401
p
| Sodas plus piza for lunch both days. Contact
a( href: 'http://twitter.com/joshontheweb' ) @joshontheweb
| with questions.
li
h4#singapore Singapore
- address = escape('99B Tanjong Pagar Road, Singapore 088520')
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://2359media.com/' ) 2359 media
h5
| 99B Tanjong Pagar Road
br
| Singapore 088520
p
| A fridge, complimentary monitors, keyboards, and mice. Contact
a( href: 'mailto:seivan.heidari@2359media.com' ) Seivan Heidari
| .

0 comments on commit 1e84de2

Please sign in to comment.