-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
284 lines (271 loc) · 11.4 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
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../assets/ico/favicon.png">
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Raleway:400,200' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Istok+Web:700' rel='stylesheet' type='text/css'>
<title>MobileProto</title>
<!-- Bootstrap core CSS -->
<link href="static/css/bootstrap.min.css" rel="stylesheet" media="screen">
<!-- Custom styles for this template -->
<link href="static/css/narrow.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body style="padding-top: 70px">
<nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#">MobileProto at Olin</a>
</div>
<div class="navbar-collapse navbar-ex8-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#coursedetails">Course Details</a></li>
<li><a href="#contactus">Contact Us</a></li>
<li ><a href="https://docs.google.com/spreadsheet/ccc?key=0AsKVYJazOn4FdFFoUDRJWDU5S2lSbmNOTDdmazVyeGc&usp=sharing" style="color: green">Student Submissions Sheet</a></li>
</ul>
</div>
</nav>
<!-- <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#">MobileProto @Olin</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul>
</div>
</nav> -->
<div class="container">
<div class="jumbotron" style="background-image:url('static/img/hackathon.png'); color: white; background-size: 100% 100%;">
<h1>MobileProto</h1>
<p>
This class will explore mobile application development, the software development lifecycle, as well as the entrepreneurial mindset that is needed to make useful mobile applications. The class will be taught using the Android Java development platform.
</p>
<p> This is an entirely student-run class, building off of the foundation for MobileProto "previously called MobDev" run by both professor Mark Chang in 2011 and alum Rachael Stedman in 2012.
</p>
<br>
<p><a class="btn btn-lg btn-success" href="http://github.com/mobileproto">Course materials on Github</a></p>
</div>
<div class="row marketing" id="coursedetails">
<div class="col-lg-12">
<h4>Class structure</h4>
<p>
It will start with the basics of introductory programming for Android in Java and phone gap programming in HTML/CSS/JS (student choice).
</p>
<p>
It will then progress into two-week projects, each focusing on a different functionality or opportunity in the mobile application ecosystem, where you will prototype an app idea. Lastly, you (the students) will focus on a final project, where you will make and submit an app to the app store.
</p>
<h4>Students!</h4>
<div class="row" style="padding-bottom: 20px">
<div class="col-lg-3">
<center>
<img src="static/img/will.jpg" class="img-circle" width="150px">
William Saulnier
<a href="https://github.com/lego6245">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Electrical and Computer Engineering 2016</small></p>
</center>
</div>
<div class="col-lg-3">
<center>
<img src="static/img/aiden.jpg" class="img-circle" width="150px">
Aiden McLaughlin
<a href="https://github.com/aidankmcl">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2016</small></p>
</center>
</div>
<div class="col-lg-3">
<center>
<img src="static/img/doyung.jpg" class="img-circle" width="150px">
Doyung Lee
<a href="https://github.com/doyunglee">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2016</small></p>
</center>
</div>
<div class="col-lg-3">
<center>
<img src="static/img/zach.jpg" class="img-circle" width="150px">
Zachary Homans
<a href="https://github.com/Zhomans">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2015</small></p>
</center>
</div>
</div>
<div class="row" style="padding-bottom: 20px">
<div class="col-lg-3">
<center>
<img src="static/img/chloe.jpg" class="img-circle" width="150px">
Chloe Vilain
<a href="https://github.com/cvilain">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2014</small></p>
</center>
</div>
<div class="col-lg-3">
<center>
<img src="static/img/maci.jpg" class="img-circle" width="150px">
Maci Crowell
<a href="https://github.com/MaciCrowell">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2016</small></p>
</center>
</div>
<div class="col-lg-3">
<center>
<img src="static/img/lyra.jpeg" class="img-circle" width="150px">
Lyra Silverwolf
<a href="https://github.com/lsilverwolf">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2015</small></p>
</center>
</div>
<div class="col-lg-3">
<center>
<img src="static/img/madison.png" class="img-circle" width="150px">
Madison May
<a href="https://github.com/madisonmay">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2016</small></p>
</center>
</div>
</div>
<div class="row" style="padding-bottom: 20px">
<div class="col-lg-3">
<center>
<img src="static/img/alison.jpg" class="img-circle" width="150px">
Alison Berkowitz
<a href="https://github.com/alisonberkowitz">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2016</small></p>
</center>
</div>
<div class="col-lg-3">
<center>
<img src="static/img/kai.jpg" class="img-circle" width="150px">
Kai Austin
<a href="https://github.com/KaminariNoKage">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2015</small></p>
</center>
</div>
<div class="col-lg-3">
<center>
<img src="static/img/chris.png" class="img-circle" width="150px">
Chris Lee
<a href="https://github.com/sihrc">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2016</small></p>
</center>
</div>
<div class="col-lg-3">
<center>
<img src="static/img/rachel.jpg" class="img-circle" width="150px">
Rachel Biniaz
<a href="https://github.com/rbiniaz">
<i class="icon-github icon-2x"></i>
</a>
<p><small>Engineering: Computing 2014</small></p>
</center>
</div>
</div>
<br>
<h4>Sprint Sponsors </h4>
<center>
<a href="http://evertrue.com">
<img src="static/img/evertrue.jpg" width="200" style="padding:20px">
</a>
<a href="http://fetchnotes.com">
<img src="static/img/fetchnotes.png" width="200" style="padding:20px">
</a>
<a href="http://freshtilledsoil.com">
<img src="static/img/freshtilledsoil.png" width="200" style="padding:20px">
</a>
</center>
<h4 id="contactus">Contact Us</h4>
<div class="col-lg-3" style="text-align:center">
<img src="static/img/juliana.jpg" class="img-circle" width="150px">
<br>
<h5>
<a href="mailto:[email protected]">
Juliana Nazare
</a>
<a href="https://github.com/jnazare">
<i class="icon-github icon-2x"></i>
</a>
</h5>
<p>Electrical and Computer
<br> Engineering 2014
</p>
</div>
<div class="col-lg-3" style="text-align:center">
<img src="static/img/tim.jpg" class="img-circle" width="150px">
<h5>
<a href="mailto:[email protected]">
Tim Ryan
</a>
<a href="https://github.com/tcr">
<i class="icon-github icon-2x"></i>
</a>
</h5>
<p>Engineering with a Concentration
<br> in Computing 2013.5</p>
</div>
<div class="col-lg-3" style="text-align:center">
<img src="static/img/evan.jpg" class="img-circle" width="150px">
<h5>
<a href="mailto:[email protected]">
Evan Simpson
</a>
<a href="https://github.com/evansimpson">
<i class="icon-github icon-2x"></i>
</a>
</h5>
<p>Engineering with a Concentration
<br> in Computing 2015</p>
</div>
<div class="col-lg-3" style="text-align:center">
<img src="static/img/allen.jpg" class="img-circle" width="150px">
<a href="mailto:[email protected]">
<h5> Allen Downey </h5>
</a>
<p>
Olin faculty sponsor
<br>
Professor of Computer Science
</p>
</div>
</div>
</div>
<div class="footer">
<p><center><img src="static/img/olin.png"></center></p>
</div>
</div>
<script>
$(".collapse").collapse()
</script>
</body>
</html>