-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
99 lines (99 loc) · 3.71 KB
/
index.html
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<title>RubyDay</title>
<link href='stylesheets/home.css' media='all' rel='stylesheet' type='text/css' />
<meta charset='UTF-8' />
</head>
<body>
<div class='container'>
<div class='header'>
<div class='info'>
Domande?
<a href='mailto:[email protected]'>[email protected]</a>
</div>
<ul class='nav'>
<li>
<a class='button current' href='/'>home</a>
</li>
<li>
<a class='button' href='agenda.html'>agenda</a>
</li>
<li>
<a class='button' href='partecipa.html'>partecipa</a>
</li>
<li>
<a class='button' href='speakers.html'>speakers</a>
</li>
<li>
<a class='button' href='sponsor.html'>sponsors</a>
</li>
<li>
<a class='button' href='credits.html'>credits</a>
</li>
</ul>
</div>
<div class='logo'></div>
<div class='motto'>
<h1>Vogliamo diffondere la conoscenza sull'ecosistema di Ruby in Italia.</h1>
<h2>Rubyday si terrà il 10 giugno 2011 al Centro Congresssi Milanofiori.</h2>
</div>
<div class='content'>
<div class='section'>
<h1>Partecipa</h1>
<p>La partecipazione all'evento è vincolata alla registrazione tramite Eventbrite.</p>
<a href='http://italianrubyday11.eventbrite.com/'>italianrubyday11.eventbrite.com/</a>
</div>
<div class='section'>
<h1>Agenda</h1>
<p>Hai conosciuto una nuova gemma e vuoi spiegarci perché non possiamo farne a meno? Vuoi fare un talk?</p>
<a href='mailto:[email protected]'>[email protected]</a>
</div>
<div class='section'>
<h1>Sponsors</h1>
<p>L'evento è gratuito, organizzato da professionisti per professionisti. Sei interessato a sponsorizzare l'evento?</p>
<a href='mailto:[email protected]'>[email protected]</a>
</div>
</div>
<div class='motto'>
<h1>Reso possibile grazie a...</h1>
</div>
<div class='content sponsor'>
<div class='section gold'>
<h1>Sponsorizzazioni Gold</h1>
<a href='http://mikamai.com' target='_blank'>
<img alt='Mikamai' src='images/mikamai-logo.png' />
</a>
<a href='http://www.xpeppers.com/' target='_blank'>
<img alt='XPeppers' src='http://www.xpeppers.com/wp-content/themes/xpeppers/images/xpeppers_logo.jpg' />
</a>
</div>
<div class='section silver'>
<h1>Sponsorizzazioni Silver</h1>
<a href='http://unbit.it' target='_blank'>
<img alt='Unbit' src='http://unbit.it/ima/logo_unbit_header.jpg' />
</a>
<a href='http://www.thefool.it/' target='_blank'>
<img alt='The Fool' src='http://www.thefool.it/wp-content/themes/thefool/images/logo-2.png' />
</a>
</div>
<div class='section bronze'>
<h1>Sponsorizzazioni Bronze</h1>
<a href='http://pragprog.com' target='_blank'>
<img alt='Pragmatic Bookshelf' src='http://media.pragprog.com/images/cms/logos/Bookshelf_4in.png' />
</a>
<a href='http://www.jetbrains.com' target='_blank'>
<img alt='JetBrains' src='http://www.jetbrains.com/img/logos/logo_jetbrains.gif' />
</a>
</div>
<div class='section media'>
<h1>Media sponsor</h1>
<a href='http://oreilly.com' target='_blank'>
<img alt="O'Reilly" src='http://oreilly.com/images/orn_logos/oralogo_bk200.gif' />
</a>
</div>
</div>
</div>
<div class='footer'></div>
</body>
</html>