-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprogram-cic.html
More file actions
112 lines (85 loc) · 3.65 KB
/
program-cic.html
File metadata and controls
112 lines (85 loc) · 3.65 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
<!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>Program Schedule</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="program.html">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>
The high level event schedule can be found at our <a href="https://github.com/FutureCommerce/Hackathon/wiki">event flow wiki page</a> and scheduling for the live event will be organized using <a href="http://onlinehackathon2015.sched.org/"> Sched.OnlineHackathon.com</a>.
<hr>
<h2> Join Us Live at the Venture Cafe </h2>
<h3>November 19th from 5:30-7:30pm Eastern </h3>
Join David Shrier and Dazza Greenwood at the Venture Cafe for an event preview. FutureCommerce has a table and people on hand to discuss the event. If you are in Cambridge, come to Venture Cafe at 1 Broadway, 5th Floor, Cambridge MA 02142 from 5:30-7:30pm November 19th!
<p>
For about 30 minutes between 7pm-8pm we will also go "live" on hangout as a way for our online event participants to join us.
<p>
<iframe width="560" height="315" src="//www.youtube.com/embed/onpd_YlCL4M" frameborder="0" allowfullscreen></iframe>
</center>
<hr>
</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>