-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path404.html
More file actions
86 lines (77 loc) · 3.51 KB
/
404.html
File metadata and controls
86 lines (77 loc) · 3.51 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Schedule - Conferencia Rails - July 13-15 2011 - Florida Park - Madrid</title>
<meta name="viewport" content="width=device-width; initial-scale=1"/>
<link rel="stylesheet" href="stylesheets/cr.css" type="text/css" media="screen"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:bold' rel='stylesheet' type='text/css'/>
</head>
<body>
<header>
<div class="wrapper">
<h1 class="logo"><a href="/">Conferencia Rails - July 14-15 2011 - Madrid</a></h1>
<i class="header_arrow"></i>
<nav>
<ul>
<li><a href="/"><span>home</span></a></li>
<li class="ticketslink"><a href="https://autofiscal.com/aprodeweb/campaigns/conf2011/sales/new"><span>tickets</span></a></li>
<li><a href="speakers.html"><span>speakers</span></a></li>
<li class="active"><a href="schedule.html"><span>schedule</span></a></li>
<li><a href="https://conferenciarails2011.jottit.com/job_board"><span>job board</span></a></li>
<li><a href="location.html"><span>location</span></a></li>
<li class="twitterlink"><a href="http://twitter.com/conferenciaror">@conferenciaror</a></li>
<li class="sponsorlink"><a href="#sponsors">sponsors</a></li>
</ul>
</nav>
<section id="call_for_papers" class="cfp">
<h2>Do you wanna attend?</h2>
<p><a href="http://bit.ly/confror2011" class="cfp_action"><span>get your tickets now »</span></a></p>
</section>
</div><!-- .wrapper -->
</header>
<section class="content">
<div class="wrapper">
<section class="speakers_list">
<h2>404 - We lost the page</h2>
<p>But what you should not miss is the opportunity to attend the conference rails.</p>
</section>
<section id="sponsors" class="sponsors">
<h2>Sponsors</h2>
<h3 class="subterm">gold</h3>
<ul>
<li><a href="http://www.enterprise-rails.com"><img src="images/sponsors/enterpriserails.png" alt="Averteq Enterprise Rails"/></a></li>
<li><a href="http://extrema-sistemas.com/"><img src="images/sponsors/extrema.png" alt="Extrema Sistemas"/></a></li>
</ul>
<h3 class="subterm">silver</h3>
<ul>
<li><a href="http://www.vizzuality.com"><img src="images/sponsors/vizzuality.png" alt="ASPGems"/></a></li>
<li><a href="http://www.aspgems.com"><img src="images/sponsors/aspgems.png" alt="ASPGems"/></a></li>
<li><a href="http://www.the-cocktail.com"><img src="images/sponsors/tck.png" alt="The Cocktail"/></a></li>
<li><a href="http://www.aentos.com"><img src="images/sponsors/aentos.png" alt="Aentos"/></a></li>
</ul>
<h3 class="subterm">collaboratos:</h3>
<ul>
<li><a href="http://madridonrails.com/"><img src="images/sponsors/madridonrails.png" alt="Madrid on Rails"></a>
</ul>
<h3 class="subterm">supporters:</h3>
<a href="http://www.1uptalent.com">1uptalent</a>
<div class="note">
<p>
Would you like your company to appear <strong>RIGHT HERE</strong>? Get your
<a href="http://bit.ly/confror2011">supporter ticket</a>
now or <a href="mailto:info@conferenciarails.org">contact us</a> for more information on our exclusive
<a href="assets/sponsorship2011.pdf">sponsorship bundles (PDF)</a>.
</p>
</div>
</section>
</div>
</section>
<footer>
<div class="wrapper">
<i class="rubyto_f"></i>
<p>Conferencia Rails is a non-profit volunteer-driven event run by the Spanish Association for Promoting Web Development (APRODEWEB). <a href="mailto:info@aprodeweb.es">Send us an email</a> if you'd like to join us!</p>
</div>
</footer>
</body>
</html>