-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
99 lines (82 loc) · 3.03 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
---
layout: big
title: GORUCO
meta: The Premier Ruby Conference in New York City
author: Steve Berry
---
<script language="javascript" src="javascripts/testing.js"></script>
<div class="grid_12" id="header">
<a href="#" id="logo"><img src="/images/icons/goruco.png" height=43 width=160/></a>
<p id="date">June 21, 2014</p>
</div>
<div class="grid_12">
<div id="hero">
<h1>
GORUCO
<br/>June 21st, 2014.
<br/><a href="http://bit.ly/goruco-2014-cfp">Submit a Talk</a>
</h1>
</div>
</div>
<div class="grid_8" id="article">
{% for post in site.categories.news limit:1 %}
<div class="constrain500">
<h2>News</h2>
<h3>{{ post.title | xml_escape }}</h3>
{{ post.content }}
<div class="shader"></div>
</div>
<p id="read_entire"><a href="{{ post.url }}">Read Entire Article…</a></p>
{% endfor %}
</div>
<div class="grid_4" id="previous_articles">
<h3>Previous Articles</h3>
<ul>
{% for post in site.categories.news limit:5 %}
<li><a href="{{ post.url }}">{{ post.title | xml_escape }}</a></li>
{% endfor %}
<li id="all_articles"><a href="/news">View All Articles…</a></li>
</ul>
</div>
<div class="clear"></div>
<div class="grid_12" id="about">
<h2>About GORUCO</h2>
<p>The Gotham Ruby Conference (GORUCO) is a one-day event that will take place in New York City on <strong>June 21, 2014</strong>. It is a technical conference aimed at highly motivated programmers interested in all things Ruby.</p>
<p>You'll spend the day among Rubyists, Rails developers, and language enthusiasts in New York City, home of Silicon Alley.</p>
</div>
<div class="grid_12" id="map">
<h2>Where & When</h2>
<iframe width="940" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?ie=UTF8&q=altman+building+nyc&fb=1&gl=us&hq=altman+building&hnear=0x89c24fa5d33f083b:0xc80b8f06e177fe62,New+York,+NY&cid=0,0,6401999759563279041&t=m&ll=40.740852,-73.995559&spn=0.00569,0.020278&z=16&output=embed"></iframe>
</div>
<div class="grid_4" id="where">
<h4>Where</h4>
<p><strong>The Altman Building</strong><br/>135 West 18th Street<br/>New York, NY<br/>10011</p>
</div>
<div class="grid_4" id="when">
<h4>When</h4>
<p><strong>June 21, 2014</strong></p>
<p>TBD<sup>am</sup> Registration</p>
<p>TBD<sup>am</sup> Conference Starts</p>
<p>TBD<sup>pm</sup> Conference Ends</p>
</div>
<div class="grid_4" id="party">
<h4>After-Party <span class="sub">(On a Boat)</span></h4>
<p>TBD<sup>pm</sup> After-Party Boarding</p>
<p>TBD<sup>pm</sup> Departure</p>
<p>TBD<sup>pm</sup> Return</p>
</div>
<div class="clear"></div>
<div class="clear"></div>
<div class="grid_12" id="organizers">
<h2>Organizers</h2>
</div>
{% for post in site.categories.organizers %}
<div class="grid_2 org_person">
<a href="/organizers/#{{ post.twitter }}">
<div class="avatar">
<img src="{{ post.image }}" alt="{{ post.title }}"/>
</div>
</a>
</div>
{% endfor %}
<div class="clear"></div>