forked from jsconf/jsconf.com-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (58 loc) · 3.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JSConf - Conferences for the JavaScript community.</title>
<link rel="shortcut icon" href="http://2012.jsconf.us/img/favicon.png">
<link href="http://fonts.googleapis.com/css?family=ABeeZee" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet" type="text/css">
<link href="http://dnhw55p8qm1uu.cloudfront.net/node.css" media="all" rel="stylesheet" type="text/css" />
<link href="css/main.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="frame">
<h1>JSConf<sup>™</sup></h1>
<hr />
<h3>Upcoming JSConf Events</h3>
<div id="conf-upcoming" class="clearfix"></div>
<hr />
<h3>Conferences for the JavaScript community.</h3>
<div id="conf-jsconf" class="clearfix"></div>
<hr />
<section>
JSConf is a unique conference organization, because we aren't really a conference organization at all. We are a very loose federation of developers who share the same general idea about how a technical conference should be held. We don't believe
that one model or process fits all communities, in fact we are big advocates of locally run events driven by passionate individuals dedicated to the community. We make events that aren't from the standard conference playbook because we believe
you (attendees, speakers, and sponsors) deserve more than that. We focus on two things, pushing the boundaries of what is thought to be conceivable with JS and providing exceptional human social activities that encourage community and friendship
building. That sets the general tone for each of our events and from there, local individuals from each region drive the conference to its own incredible level of excellence. Our mission is to make the technology community better, more diverse,
and more human; in short, we just want to make things better. JSConf does not focus on what is popular or cool now, but on topics that define and revolutionize the following year of technology. We have been the launching point for some of the
most revolutionary products, services, and technologies on the web. We have also been the inspiration point and support base for a wide range of conferences beyond the "JSConf" name. Those awesome events are featured below, if you are near one,
we strongly suggest you attend them!
</section>
<hr/>
<h1 id='family'>The JSConf Family Of Events</h1>
<div id="conf-family" class="clearfix"></div>
<div id="footer"></div>
<div id="wanttorun">
<a href="/i-want-to-run-a-jsconf.html">I want to run a JSConf</a>
</div>
<div id="gplus">
<a href="https://plus.google.com/+JSConfEU" rel="publisher">Google+</a>
</div>
</div>
<script src="scripts/conferenceEvents.js"></script>
<script src="scripts/eventLoader.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-1264213-15"]);
_gaq.push(["_trackPageview"]);
(function() {
var ga = document.createElement("script");
ga.type = "text/javascript";
ga.async = true;
ga.src = "http://www.google-analytics.com/ga.js";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>