-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·251 lines (215 loc) · 9.88 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<title>Fall 2013 Kickoff | Penn State ACM</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
<link href="css/impress-demo.css" rel="stylesheet" />
</head>
<body class="impress-not-supported">
<div class="fallback-message">
<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser.</p>
</div>
<div id="impress">
<div id="title" class="step" data-x="0" data-y="0" data-scale="4">
<span class="welcome">Welcome to</span>
<img class="scaling" height="100px" src="images/acm.png"/><span id="title">Penn State ACM</span>
</div>
<div id="kickoff" class="step" data-x="0" data-y="0" data-rotate-x="90" data-scale="4">
<span class="welcome">Fall 2013 Kickoff Meeting</span>
</div>
<div id="mission" class="step" data-x="5000" data-y="0" data-scale="4">
Who/what is the ACM?
<br />
<img width="700px" src="images/group.jpg" style="border-radius: 10px"/>
</div>
<div id="officers" class="step" data-x="6000" data-y="0" data-rotate-y="180" data-scale="4">
Officers
<p>
<ul>
<li>President: Gage Ames</li>
<li>Vice President: Max Spangler</li>
<li>Secretary: Grace Lee</li>
<li>Treasurer: Joe Donofry</li>
<li>Corporate Relations: Chris Seltzer</li>
<li>Webmaster: Sean Curran</li>
<li>Liaison: Shane Tully</li>
</ul>
</p>
</div>
<div id="schedule" class="step" data-x="5000" data-y="0" data-rotate-x="90" data-scale="4">
<p>The <strong>tentative</strong> schedule:
<ul>
<li>8/28 - First meeting, intro to ACM</li>
<li>9/4 - Resume help</li>
<li>9/11 - Interview / Core CS help / Mock interviews (by appointment)</li>
<li>9/18 - Networking workshop</li>
<li>9/25 - Project showcase</li>
<li>10/2 - Course scheduling meeting</li>
<li>10/9 - Flask workshop</li>
<li>10/16 - CodePSU prep meeting</li>
<li>10/19 - CodePSU</li>
<li>11/6 - Trivia night</li>
<li>11/8 - Broomball on Friday</li>
<li>11/13 - Crypto workshop</li>
<li>11/27 - Thanksgiving break</li>
<li>12/4 - UI workshop</li>
<li>12/7 - Puzzle day</li>
<li>12/11 - Finals study break / Elections</li>
</ul>
</p>
</div>
<div id="codepsu" class="step" data-x="5000" data-y="3000" data-scale="4">
<div align="center"><img class="rotating" src="images/codepsu_wheel.png"/></div>
<div align="center"><img id="codepsu_text" src="images/codepsu_text.png"/></div>
<p>
<ul>
<li>Competitive programming competition</li>
<li>Hundreds of dollars in prizes</li>
<li>Catered (free) food</li>
<li>Corporate sponsorship</li>
</ul>
</p>
</div>
<div class="step" data-x="2000" data-y="3000" data-scale="4">
Mentoring
<br />
<span class="small">Freshmen and sophomores: Get a mentor!</span>
<br />
<span class="small">Juniors and seniors: Be a mentor!</span>
<br />
<span class="small">Bi-weekly meetings</span>
<br />
<span class="small">Sign up: <a href="http://acm.psu.edu/mentors">acm.psu.edu/mentors</a></span>
</div>
<div class="step" data-x="-1000" data-y="3000" data-scale="4">
Career Help
<br />
<span class="small">Resume and interview workshops</span>
<br />
<span class="small">Mock interviews</span>
</div>
<div class="step" data-x="-4000" data-y="3000" data-rotate-x="180" data-scale="4">
Workshops
<br />
<span class="small">Revamped and better than ever.</span>
</div>
<div class="step" data-x="-4000" data-y="2000" data-rotate-x="180" data-rotate-y="20" data-scale="4">
Networking
<br />
<span class="small">Learn how to send junk across the network.</span>
</div>
<div class="step" data-x="-4000" data-y="1000" data-rotate-x="180" data-rotate-y="40" data-scale="4">
Flask
<br />
<span class="small">Web apps. Python style.</span>
</div>
<div class="step" data-x="-4000" data-y="0" data-rotate-x="180" data-rotate-y="60" data-scale="4">
iOS (maybe)
<br />
<span class="small">Want to learn Objective-C?</span>
</div>
<div class="step" data-x="-4000" data-y="-1000" data-rotate-x="180" data-rotate-y="80" data-scale="4">
Intro to cryptography and encryption (aka: lol, NSA)
<br />
<span class="small">The art of keeping private things private.</span>
</div>
<div class="step" data-x="-4000" data-y="-2000" data-rotate-x="180" data-rotate-y="100" data-scale="4">
UI and UX
<br />
<span class="small">Because a beautiful backend is useless without a frontend.</span>
</div>
<div class="step" data-x="-3000" data-y="-3000" data-scale="4">
Puzzle Day
<br />
<span class="small">Work with your friends to solve original and unique puzzles.</span>
</div>
<div class="step" data-x="-3500" data-y="-4500" data-scale="4">
Broomball!
<br />
<span class="small">Ice + brooms + balls + no skates + engineers</span>
<br />
<img width="700px" src="images/broomball.jpg" style="border-radius: 10px"/>
</div>
<div class="step" data-x="0" data-y="-4000" data-rotate-y="45" data-scale="4">
Project showcase
<br />
<span class="small">Show off what you've been working on.</span>
</div>
<div class="step" data-x="4000" data-y="-4000" data-scale="4">
Trivia Night
<br />
<span class="small">Candy and obscure questions about software and hardware no one cares enough to know.</span>
</div>
<div class="step" data-x="4000" data-y="-3000" data-rotate="180" ata-scale="4">
Check-in Points
<br />
<span class="small">Where everything's made up and the points don't matter.</span>
</div>
<div class="step" data-x="4000" data-y="-2500" data-z="1000" data-rotate-y="180" data-scale="4">
Elections
<br />
<span class="small">Want to be an officer? All officer positions are up for election in December.</span>
</div>
<div id="hackathons" class="step" data-x="9000" data-y="800" data-z="3000" data-rotate-x="90" data-scale="4">
Hackathons
<p>
<ul>
<li>Sept 6-8: <a href="http://pennapps.com">PennApps</a> • Philadelphia, PA • 40 hours</li>
<li>Sept 20-22: <a href="http://facebook.com/MHacksHackathon">MHacks</a> • Ann Arbor, MI • 24 hours</li>
<li>Sept 28-29: <a href="https://www.hackerleague.org/hackathons/fall-2013-hackny-student-hackathon">HackNY</a> • New York, NY • 24 hours</li>
<li>Sept 27-29: <a href="http://uofthacks.com">UOfTHacks</a> • Toronto, Canada • 36 hours</li>
<li>Oct 4-6: <a href="http://www.hackmit.org">HackMIT</a> • Boston, MA • 24 hours</li>
<li>Oct 11-13: <a href="http://www.getinvolved.purdue.edu/organization/computerscienceundergraduatestudentboard/calendar/details/257720">BoilerMake</a> • West Lafayette, Indiana • 36 hours</li>
<li>Oct 12-13: <a href="http://www.hackru.org">HackRU</a> • New Brunswick, NJ • 24 hours</li>
<li>Nov 8-9: <a href="http://www.y-hack.com/">Y-Hack</a> • New Haven, CT • 24 hours</li>
<li>Nov 8-10: <a href="http://hackprinceton.com">HackPrinceton</a> • Princeton, NJ • 48 hours</li>
<li>Nov 15-16: <a href="http://hacktx.com/">HackTX</a> • Austin, TX • 24 hours</li>
<li>TBA: HackPSU</li>
</ul>
</p>
</div>
<div id="coding-challenges" class="step" data-x="5000" data-y="800" data-z="3000" data-rotate-x="90" data-scale="4">
Coding Challenges
<p>
<ul>
<li>Aug 20 - Oct 25: <a href="http://crossrealms.com/blog/raspberry-pi-bake-off">Raspberry Pi Bake-Off</a></li>
<li>Aug 26 - Nov 22: <a href="https://attcodingchallenge.att.com/about">AT&T Coding Challenge</a></li>
<li>Sept 3 - Nov 30: <a href="http://www.pearsonstudents.com/codingcontest">Pearson Student Coding Contest</a></li>
</ul>
</p>
</div>
<div class="step" data-x="8000" data-y="-2500" data-z="3000" data-scale="4">
<img src="images/awc.png" />
<br />
<span class="small">Check out the AWC too.</span>
</div>
<div id="overview" class="step" data-x="3000" data-y="0" data-scale="15"></div>
</div>
<script src="js/impress.js"></script>
<script>
function nextStep() {
if(looping) {
if(step == 1) {
impress().goto(0);
step = 0;
} else {
impress().goto(1);
step = 1;
}
setTimeout("nextStep()", 2000);
}
}
function exitLoop() {
impress().goto(0);
looping = false;
}
var looping = false;
var step = 0;
impress().init();
setTimeout("nextStep()", 5000);
</script>
</body>
</html>