-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.haml
68 lines (68 loc) · 2.78 KB
/
index.haml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
!!! 5
%html
%head
%title RubyDay
%link{:rel => "stylesheet", :type => "text/css", :href => "stylesheets/home.css", :media => "all"}/
%meta{:charset => "UTF-8"}
%body
.container
.header
.info
Domande?
%a{:href => "mailto:[email protected]"} [email protected]
%ul.nav
%li
%a.button.current{:href => "/"} home
%li
%a.button{:href => "agenda.html"} agenda
%li
%a.button{:href => "partecipa.html"} partecipa
%li
%a.button{:href => "speakers.html"} speakers
%li
%a.button{:href => "sponsor.html"} sponsors
%li
%a.button{:href => "credits.html"} credits
.logo
.motto
%h1 Vogliamo diffondere la conoscenza sull'ecosistema di Ruby in Italia.
%h2 Rubyday si terrà il 10 giugno 2011 al Centro Congresssi Milanofiori.
.content
.section
%h1 Partecipa
%p La partecipazione all'evento è vincolata alla registrazione tramite Eventbrite.
%a{:href => "http://italianrubyday11.eventbrite.com/"} italianrubyday11.eventbrite.com/
.section
%h1 Agenda
%p Hai conosciuto una nuova gemma e vuoi spiegarci perché non possiamo farne a meno? Vuoi fare un talk?
%a{:href => "mailto:[email protected]"} [email protected]
.section
%h1 Sponsors
%p L'evento è gratuito, organizzato da professionisti per professionisti. Sei interessato a sponsorizzare l'evento?
%a{:href => "mailto:[email protected]"} [email protected]
.motto
%h1 Reso possibile grazie a...
.content.sponsor
.section.gold
%h1 Sponsorizzazioni Gold
%a{:href => "http://mikamai.com", :target => "_blank"}
%img{:src => "images/mikamai-logo.png", :alt => "Mikamai"}/
%a{:href => "http://www.xpeppers.com/", :target => "_blank"}
%img{:src => "http://www.xpeppers.com/wp-content/themes/xpeppers/images/xpeppers_logo.jpg", :alt => "XPeppers"}/
.section.silver
%h1 Sponsorizzazioni Silver
%a{:href => "http://unbit.it", :target => "_blank"}
%img{:src => "http://unbit.it/ima/logo_unbit_header.jpg", :alt => "Unbit"}/
%a{:href => "http://www.thefool.it/", :target => "_blank"}
%img{:src => "http://www.thefool.it/wp-content/themes/thefool/images/logo-2.png", :alt => "The Fool"}/
.section.bronze
%h1 Sponsorizzazioni Bronze
%a{:href => "http://pragprog.com", :target => "_blank"}
%img{:src => "http://media.pragprog.com/images/cms/logos/Bookshelf_4in.png", :alt => "Pragmatic Bookshelf"}/
%a{:href => "http://www.jetbrains.com", :target => "_blank"}
%img{:src => "http://www.jetbrains.com/img/logos/logo_jetbrains.gif", :alt => "JetBrains"}/
.section.media
%h1 Media sponsor
%a{:href => "http://oreilly.com", :target => "_blank"}
%img{:src => "http://oreilly.com/images/orn_logos/oralogo_bk200.gif", :alt => "O'Reilly"}/
.footer