forked from FutureCommerce/Hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenroll.html
More file actions
119 lines (87 loc) · 3.62 KB
/
enroll.html
File metadata and controls
119 lines (87 loc) · 3.62 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Enroll - Future Commerce Hackathon</title>
</head>
<body>
<header>e
<div class="inner">
<h1>FutureCommerce</h1>
<h2>Online & In-Person Hackathon</h2>
<a href="https://github.com/FutureCommerce/Hackathon" class="button"><small>View project on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
Use the below form to enroll in the Future Commerce Hackathon and Symposium. Everyone who enrolls will be pre-registered for Online Participation and will receive notices when registration for in-person participation and specific programs become available. Everybody who participates will access most information and many activities through our Online Hackathon site. The Online Participation program provides many rich and engaging options for participants to work on teams and contribute to sessions. If you plan to attend either online or in-person, we recommend you enroll now, while capacity remains available.
<p>
</p>
<iframe src="https://docs.google.com/forms/d/17b7jSX0CXJG2dpLI8LnbKZ0p4zFO5ND-Yt3qMXe_e3k/viewform?embedded=true" width="700" height="999" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</section>
<aside id="sidebar">
<h2>
<ul>
<li><a href="http://futurecommerce.civics.com">Home</a>
<br>
<li><a href="http://futurecommerce.civics.com/enroll.html">Join</a>
<br>
<li>Participants
<br>
<li>Hackathon Program
<br>
<li>Systemposium Program
<br>
<li>Program Timeline
<br>
<li><a href="http://futurecommerce.civics.com/questions.html">Contact</a>
<br>
<li><a href="http://futurecommerce.civics.com/sponsors.html">Sponsors</a>
</h2>
<p></p>
<p>Content will be linked and updated as it becomes available</p>
</ul>
<p></p>
<p></p>
<hr>
<strong>Social Learning Lead</strong> <br>
<a href="https://github.com/ellieseoejung">Eliana Seoe Jung</a>
<p>
</p>
<strong>Hackathon Lead</strong> <br>
<a href="https://github.com/jwalsh">Jason Walsh</a>
<p></p>
<strong>Symposium Lead</strong> <br>
<a href="https://github.com/dazzaji">Dazza Greenwood</a>
<p></p>
<p></p>
<hr>
<strong>Event Organizer</strong> <br>
<a href="http:/civics.com">CIVICS.com</a>
<p>
</p> <p></p>
</aside>
</div>
</div>
<p>
</p>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49321917-5', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>