forked from vendruscolo/Rubyday
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpartecipa.haml
More file actions
42 lines (42 loc) · 1.3 KB
/
partecipa.haml
File metadata and controls
42 lines (42 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
!!! 5
%html
%head
%title RubyDay - Partecipa
%link{:rel => "stylesheet", :type => "text/css", :href => "stylesheets/partecipa.css", :media => "all"}/
%meta{:charset => "UTF-8"}
%body
.container
.header
.info
Domande?
%a{:href => "mailto:info@rubyday.it"} info@rubyday.it
%ul.nav
%li
%a.button{:href => "/"} home
%li
%a.button{:href => "programma.html"} programma
%li
%a.button{:href => "location.html"} location
%li
%a.button.current{:href => "partecipa.html"} partecipa
%li
%a.button{:href => "speakers.html"} speakers
%li
%a.button{:href => "talks.html"} talks
%li
%a.button{:href => "sponsor.html"} sponsors
.content
#map.map
.section
%h2 Partecipa
%p La partecipazione all'evento è vincolata alla registrazione tramite Eventbrite.
%a{:href => "http://italianrubyday11.eventbrite.com/"} italianrubyday11.eventbrite.com/
.section
%h2 Dove
%p Rubyday si terrà presso l'Università degli Studi Milano-Bicocca.
.section
%h2 Quando
%p Rubyday si terrà venerdì 10 giugno 2011.
.footer
%script{:type => "text/javascript", :src => "js/initialize.js"}
%script{:type => "text/javascript", :src => "http://maps.google.com/maps/api/js?sensor=true&callback=initialize"}