-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenroll.html
111 lines (81 loc) · 3.7 KB
/
enroll.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
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<meta name="theme-color" content="#2196F3">
<title>MIT/Law</title>
<!-- CSS -->
<link href="css/materialize.css" type="text/css" rel="stylesheet">
<link href="css/style.css" type="text/css" rel="stylesheet" >
<link href="css/font-awesome.min.css" type="text/css" rel="stylesheet" >
<script src="js/modernizr.js"></script> <!-- Modernizr -->
</head>
<body id="top" class="scrollspy">
<!-- Pre Loader -->
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<!--Navigation-->
<div class="navbar-fixed">
<nav id="nav_f" class="default_color" role="navigation">
<div class="container">
<div class="nav-wrapper"><a id="logo-container" href="index.html" class="brand-logo">FutureCommerce</a>
<ul id="nav-mobile" class="right side-nav">
<li><a href="enroll.html">Join</a></li>
<li><a href="https://github.com/FutureCommerce/Hackathon-Projects/wiki/FAQ">FAQ</a></li>
<li><a href="sponsors.html">Sponsor</a></li>
<li><a href="https://github.com/FutureCommerce/Hackathon/wiki">Schedule</a></li>
</ul><a href="#" data-activates="nav-mobile" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
<!--About-->
<div id="About" class="section scrollspy">
<div class="container">
<div class="row">
<div class="col s12">
<hr>
<h3 class="center header text_h3">Register to Participate</h3>
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>
<center>
<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>
</center>
</div>
</div>
</div>
<!-- Start Footer -->
<hr>
<footer class="page-footer">
<div class="container">
<div class="footer-copyright">
<div class="col l6 s12">
<center> <a class="grey-text text-lighten-4" href="http://connection.mit.edu">
© 2015 MIT Connection Science. </a></a>
<a class="grey-text text-lighten-4" href="http://creativecommons.org/licenses/by/4.0/">Published Under Creative Commons Attribution License</a></center>
</div>
</div>
<div class="container">
<div class="col l4 offset-l2 s12">
<center>
<br>
<a href="http://creativecommons.org/licenses/by/4.0/">
<img alt="Creative Commons License" style="border-width:0" src="images/CCBY-sm.png"></a></a>
</center>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<p>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>