-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathforum.html
231 lines (211 loc) · 9.31 KB
/
forum.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!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="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>CS Education Forum</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]>
<script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="assets/js/modernizr.js"></script>
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>DDDD
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">{coding&&community}</a>
</div>
<div class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="hackathon.html">LAUNCHPAD</a></li>
<li class="active"><a href="forum.html">CS EDUCATION FORUM</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</div>
</div>
<!-- *****************************************************************************************************************
BLUE WRAP
***************************************************************************************************************** -->
<div id="hackathon-header">
<h4 style="font-size: 32px;">CS Education Forum</h4>
<h4 style="font-size: 24px;">Date TBA</h4>
</div>
<div class="container hackathon-container">
<h3>Join us for a discussion about computer science education, and actions that
STEM educators can take to make computer science more open, accessible, and
enjoyable for students of all stripes.</h3>
<!--div id="register">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdO4qVU1Dxff2SWx3KwAuIAgKQqXSw6FEDjrjFg0LxYjCEbJQ/viewform"
style="color:white">
<button type="button" class="btn btn-primary btn-lg">
Sign Up
</button>
</a>
</div-->
<div class="section">
<h2>About</h2>
<div class="info">
<h6>When:</h6>
<p>10 am, March 16, 2019</p>
</div>
<div class="info">
<h6>Where:</h6>
<p> Heffner Alumni House, 1301 Peoples Ave, Troy, NY</p>
</div>
<div class="info">
<h6>Who:</h6>
<p>Any education professional</p>
</div>
<p>This forum will take place during coding&&community's annual hackathon,
<a href='hackathon.html'><b>Launchpad</b></a>.</p>
</div>
<div class="section">
<h2>Agenda</h2>
<div>
<div class="agenda">
<h4>Topic 1: Engaging students in computer science</h4>
<ul class="agenda-list">
<li>Why should students pursue CS?</li>
<li>Diversity and Inclusion in CS</li>
<li>Resources available for interested students</li>
</ul>
<h4>Topic 2: Roadblocks for entering college students</h4>
<ul class="agenda-list">
<li>Introductory college CS curriculums</li>
<li>Problem solving skills</li>
</ul>
<h4>Topic 3: Roadmap for college, career, and beyond</h4>
<ul class="agenda-list">
<li>Key skills and technologies</li>
<li>Personal and team projects</li>
<li>Finding internships in high school and college</li>
</ul>
</div>
</div>
</div>
<div class="section">
<h2>FAQ</h2>
<div class="faq-container">
<div class="faq">
<h4>Who can come?</h4>
<p>Any education professional is welcome to the forum.</p>
</div>
<div class="faq">
<h4>Where is parking?</h4>
<p>There is parking right outside of the Heffner Alumni House.</p>
</div>
<div class="faq">
<h4>What is coding&&community?</h4>
<p>We are a a group of students at RPI dedicated to
encouraging underrepresented students to pursue STEM. All of our programs are completely free
of charge.</p>
</div>
<div class="faq">
<h4>What is Launchpad?</h4>
<p>Launchpad is coding&&community's annual high school hackathon, which
will also take place on March 16th, at the Heffner Alumni House. Find
out more about it <a href='hackathon.html'>here</a>.</p>
</div>
<div class="faq">
<h4>Will there be food?</h4>
<p>We will provide coffee, snacks and other light refreshments.</p>
</div>
</div>
</div>
</div>
<!-- *****************************************************************************************************************
AGENCY ABOUT
***************************************************************************************************************** -->
<div class="container mtb">
<div class="row">
</div><!--/row -->
</div><!--/container -->
<!-- *****************************************************************************************************************
FOOTER
***************************************************************************************************************** -->
<div id="footerwrap">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>About</h4>
<div class="hline-w"></div>
<p>Please reach out to us if you want to learn more or think that there is potential for
collaboration.</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col-lg-4">
<h4>Our Location</h4>
<div class="hline-w"></div>
<p>Since we are an <a href="https://www.rpi.edu/">Rensselaer Polytechnic Institute</a> <a
href="https://union.rpi.edu/">Student Union</a> Club, our address is the RPI campus:</p>
<p>
110 8th St,<br/>
Troy, New York, 12180<br/>
United States<br/>
</p>
</div>
<div class="col-lg-4">
<h4>Sitemap</h4>
<div class="hline-w"></div>
<p>
<a href="about.html">About</a><br/>
<a href="archive.html">Archive</a><br/>
<a href="blog.html">Blog</a><br/>
<a href="contact.html">Contact</a><br/>
<a href="events.html">Events</a><br/>
<a href="https://styleguide.codingandcommunity.org">Style Guide</a><br/>
</p>
</div>
<div class="col-lg-4">
<h4>Social Links</h4>
<div class="hline-w"></div>
<p>
<a href="https://github.com/codingandcommunity"><i class="fa fa-github fa-3x"></i></a>
<a href="https://www.facebook.com/codingandcommunity/"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/codingcomm"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/codingandcommunity/"><i class="fa fa-instagram"></i></a>
</p>
</div>
</div>
<! --/row -->
</div>
<! --/container -->
</div>
<! --/footerwrap -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/retina-1.1.0.js"></script>
<script src="assets/js/jquery.hoverdir.js"></script>
<script src="assets/js/jquery.hoverex.min.js"></script>
<script src="assets/js/jquery.prettyPhoto.js"></script>
<script src="assets/js/jquery.isotope.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>