This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
boardMembers.html
291 lines (233 loc) · 13.6 KB
/
boardMembers.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
285
286
287
288
289
290
291
<!DOCTYPE HTML>
<!--
This is the board members page. It introduces all current board members of ACM.
@author Richard Cerone
@team ACM Web Development
@date 11/25/2015
-->
<html>
<head>
<title>Board Members</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Custom ACM CSS -->
<link href='css/ACM_CSS/custom.css' rel='stylesheet'>
<!-- BootStrap template -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Bootstrap's JavaScript -->
<script src="js/bootstrap_js/bootstrap.min.js"></script>
</head>
<body>
<!-- Navbar -->
<div align="center">
<div style='width: 72%;'>
<nav class="navbar navbar-inverse">
<!-- ACM Logo -->
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="images/acm_logo.jpg" alt="ACM Logo"></a>
</div>
<!-- Committees Dropdown -->
<div class="collapse navbar-collapse"
id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle"
data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">
Comittees <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="webDevelopment.html">Web Development</a></li>
<li><a href="androidDevelopment.html">Android Development</a></li>
<li><a href="animationTeam.html">Animation Team</a></li>
<li><a href="AIteam.html">AI Team</a></li>
</ul>
</li>
<!-- Events link -->
<li><a href="Rowan-ACM-Calendar.html">Events</a></li>
<!-- Board Members link -->
<li><a href="boardMembers.html">Board Members</a></li>
<!-- Contact Us link -->
<li><a href="emailForm.html">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<div align="center">
<div class="border" style="width:70%;">
<br>
<h1>Rowan ACM Executive Board</h1>
<br>
<div class="container" align="left">
<div class="row">
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<img src="images/board_members/john_bucknam.jpg" width="240" height="400"/>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<h3>President</h3>
<p>Name: John Bucknam</p>
<p>Year: Senior</p>
<p>Interests: Scientific Programming, Game & Graphics Development, and Algorithms</p>
<p>Email: [email protected]</p>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<p>John Bucknam has always had a passion for Computers,
first receiving an AAS in Computer Programming before heading
to Rowan Univeristy. He has attended hackathons and code jams,
including the ACM Programming Contest and has won CodeDay Philly
2014 with the other e-board members. He is hoping to get his Masters
in Computer Science by Spring of 2017.</p>
</div>
</div>
<br>
<div class="row">
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<img src="images/board_members/nick_weintraut.jpg" width="240" height="400"/>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<h3>Vice President</h3>
<p>Name: Nick Weintraut</p>
<p>Year: Sophmore</p>
<p>Interests: Software Engineering, Game Development, and Algorithms</p>
<p>Email: [email protected]</p>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<p>I love doing interesting projects and taking things
over the top. I've created my own card-based game engine,
3d models of dragons and other goodies, and am head of
Research and Development for our Animation Team subcommittee.</p>
</div>
</div>
<br>
<div class="row">
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<img src="images/board_members/richard_cerone.jpg" width="240" height="400"/>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3">
<h3>Treasurer</h3>
<p>Name: Richard Cerone</p>
<p>Year: Senior</p>
<p>Interests: Software Engineering, Software Development, Computer Security, Theory</p>
<p>Email: [email protected]</p>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<p>I love starting new projects and learning new things.
I always try to learn a new langauge every year to keep myself
challenged and present in the field. I have experience working
on real world projects and have a concentration in Software Engineering.</p>
</div>
</div>
<br>
<div class="row">
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<img src="images/board_members/unknown.png" width="240" height="400"/>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<h3>Secretary</h3>
<p>Name: Jatin Bhakta</p>
<p>Year: Sophomore</p>
<p>Interests: Programming, Web Development, Chess, Archery, and Volleyball</p>
<p>Email: [email protected]</p>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<p>I have done some programming in Java in high school
and I would like to expand my knowledge on the subject.
I have been President for two clubs (LEO/Community Service and Chess)
during my senior year of high school and now I'm continuing my involvements
in clubs by being a Secretary for ACM. Not yet decided on what I want to do
in the future, but I'm sure I'll find out throughout my years here at Rowan. </p>
</div>
</div>
<br>
<div class="row">
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<img src="images/board_members/paul_turner.jpg" width="240" height="400"/>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<h3>SGA Senator</h3>
<p>Name: Paul Turner</p>
<p>Year: Sophmore</p>
<p>Interests: Web Development, Programming Languages, and Drones</p>
<p>Email: [email protected]</p>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<p>Paul Turner is a sophomore at Rowan University
and is an avid member of the Rowan ACM. Working with
the Rowan Animation and Game Development Team as well
as Android Development and other groups, he constantly
acts as an example to the other members on how to relax
and have fun while working.</p>
</div>
</div>
<br>
</div>
<h1>Comitee Chair's</h1>
<br>
<div class="container" align="left">
<div class="row">
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<img src="images/board_members/nick_dondiego.jpg" width="240" height="400"/>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<h3>Animation Team Chair</h3>
<p>Name: Nick Dondiego</p>
<p>Year: Sophmore</p>
<p>Interests: Animation and Game Development, 3D Modeling</p>
<p>Email: [email protected]</p>
</div>
<div class="col-xs-9 col-sm-9 col-md-3 col-lg-3">
<p>I am a sophomore here at Rowan and I've had
experience from my high school club that was
involved in FIRST robotics. I plan to use this
team's skills to bring the team and its work to
SIGGRAPH in August! We work with an assorment of
softwares like Maya, Audesk, Unity and the Unreal
Engine to create games and animation.</p>
</div>
</div>
</div>
<br>
</div>
</div>
<br>
<!-- Footer -->
<div align="center">
<div style="width: 72%">
<nav class="navbar navbar-inverse">
<div>
<a href="#">About</a>
|
<a href="http://www.acm.org/">ACM Main Site</a>
</div>
<div>
<span>
<a href="https://www.facebook.com/rowanacm">
<img src="images/facebook_logo/FB-f-Logo__blue_29.png" alt="facebook"/>
</a>
</span>
<span>
<a href='https://github.com/RowanACM'>
<img src='images/github_logo/GitHub-Mark-Light-32px.png' alt='github'/>
</a>
</span>
</div>
<p>ACM Website developed by the ACM Web Development Team 2015</p>
</nav>
</div>
</div>
</body>
</html>