-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
99 lines (80 loc) · 3.36 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 lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A celebration of JavaScript. One city at a time.">
<meta name="author" content="Mikeal Rogers, Karolina Szczur">
<title>JSFest - A celebration of JavaScript. One city at a time.</title>
<link rel="icon" type="image/png" href="favicon.png">
<script src="//use.typekit.net/okx6joz.js"></script>
<script>try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="container">
<header role="banner">
<h1><span>JS</span>Fest</h1>
<p class="lead">A celebration of JavaScript presented by the community. One city at the time.</p>
</header>
<div class="cf" role="main">
<section class="event cf">
<img src="../img/oakland.jpg" alt="Oakland" />
<a href="https://www.flickr.com/photos/decaseconds/10388465086" class="photo-credit">Photo by Decaseconds</a>
<div class="event-description">
<div class="event-description-inner">
<h2>Oakland</h2>
<p>December 7th - 13th 2014</p>
<p><a href="http://oakland.jsfest.com/">oakland.jsfest.com</a></p>
</div>
</div>
<!-- event-description -->
</section>
<section class="event cf">
<img src="../img/berlin.jpg" alt="Berlin" />
<a href="https://www.flickr.com/photos/lukema/8742498323" class="photo-credit">Photo by Luke Ma</a>
<div class="event-description">
<div class="event-description-inner">
<h2>Berlin</h2>
<div class="event-past-badge">Past Event</div>
<p>9–15 September 2014</p>
<p><a href="http://jsfest.berlin/">jsfest.berlin</a></p>
</div>
</div>
<!-- event-description -->
</section>
<!-- event -->
<!-- event -->
<section class="event cf">
<img src="../img/sf.jpg" alt="San Francisco" />
<a href="https://www.flickr.com/photos/davidyuweb/8770813474" class="photo-credit">Photo by David Yu</a>
<div class="event-description">
<div class="event-description-inner">
<h2>San Francisco</h2>
<div class="event-past-badge">Past Event</div>
<p>6–16 March 2014</p>
<p><a href="http://sf.jsfest.com/">sf.jsfest.com</a></p>
</div>
</div>
<!-- event-description -->
</section>
<!-- event -->
</div>
<!-- main -->
<footer role="contentinfo">
<nav role="navigation">
<ul>
<li><a href="https://github.com/jsfest">GitHub</a> •</li>
<li><a href="https://github.com/jsfest/jsfest.github.io/graphs/contributors">Contributors</a> •</li>
<li><a href="https://github.com/jsfest/organizers">Issues</a></li>
</ul>
</nav>
<p>From the community, for the community. Born in 2014.</p>
<p><a href="https://twitter.com/JavaScriptFest">@javascriptfest</a></p>
</footer>
</div>
<!-- container -->
</body>
</html>