-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
326 lines (303 loc) · 15.5 KB
/
index.html
File metadata and controls
326 lines (303 loc) · 15.5 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
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!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.0">
<title>Princeton ACM</title>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet" type="text/css">
<link type="text/css" rel="stylesheet" href="/assets/main.css">
<link type="text/css" rel="stylesheet" href="/assets/custom.css">
<link rel="icon" type="image/x-icon" href="/myfavicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="/myfavicon.ico"/>
<link rel="apple-touch-icon" href="/images/acm_with_chapter.png"/>
<link href="/feed.xml" rel="alternate" type="application/rss+xml" title="Princeton ACM" />
<meta name="title" content="Princeton ACM">
<link rel="canonical" href="http://princeton.acm.org/">
<meta property="og:title" content="Princeton ACM"/>
<meta property="og:url" content="http://princeton.acm.org/"/>
<meta property="og:site_name" content="Princeton ACM">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/84d2c1acac.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="navbar"></div>
<script>
document.addEventListener("DOMContentLoaded", function() {
fetch("/components/navbar.html")
.then(response => response.text())
.then(data => {
document.getElementById("navbar").innerHTML = data;
})
.catch(error => console.error("Error loading navbar:", error));
});
</script>
<!-- Homepage Banner -->
<div class="overall-container">
<!-- Event Banner -->
<!-- <div id="event-banner">
📅 <strong><a href="https://princetonacm.github.io/coscon2024/" target="_blank">COSCON</a></strong> is taking place this year on <strong>Sunday, November 17th, 2024</strong>! <a href="https://forms.gle/ejV5WbGKyRU8p4y57" target="_blank">Sign up here</a> (Princeton login required)
</div> -->
<div class="home-header">
<div class="word-rotator">
<span>
<!-- <strong> -->
Here at Princeton ACM,
<div style="margin-top: -10px">
we are zealous
<span class="rotating-word">
<span style="color: #2b2d2f">programmers.</span>
<span style="color: #89cff0">theoreticians.</span>
<span style="color: #b02222">learners.</span>
<span style="color: green; width: 360px">problem solvers.</span>
<span style="color: purple">competitors.</span>
<span style="color: blue">collaborators.</span>
<span style="color: #e75480">teachers.</span>
</span>
</div>
<!-- </strong> -->
</span>
<div class="homepage-subheading larger-text">
We are Princeton's premier student organization dedicated to fostering computer science-related
interests of any aspiring engineers, academics, analysts, and more.
</div>
<a class="homepage-btn-primary larger-text" href="/events/index.html">Browse Events <span class="arrow right"></span></a>
<a href="/get_involved/" class="homepage-btn-secondary larger-text">Get Involved <span class="arrow right"></span></a>
</div>
<div class="home-header-img">
<img src="/images/acm_logo_tiger_with_chapter.png" style="width: 100%"></img>
</div>
</div>
<hr>
<!-- Homepage Gallery -->
<section class="gallery picture-gallery homepage-gallery" style="width: var(--page-width)">
<div class="container" style="width: var(--page-width); margin-left: 10px; margin-bottom: 50px">
<div class="grid">
<div class="row" style="flex-wrap: nowrap">
<div class="col-xs-12 col-md-6 small-side-pad">
<figure class="img-container">
<a href="/coscon">
<img src="/images/coscon_fall.png" alt="COSCON" />
</a>
</figure>
</div>
<div class="col-xs-12 col-md-6 small-side-pad">
<figure class="img-container">
<a href="/events/icpc/index.html">
<img src="/images/icpc_arena.jpg" />
</a>
</figure>
</div>
</div>
<div class="row" style="flex-wrap: nowrap">
<div class="col-xs-12 col-md-4 small-side-pad">
<figure class="img-container">
<a href="/events/icpc/index.html">
<img src="/images/icpc_1.jpg" />
</a>
</figure>
</div>
<div class="col-xs-12 col-md-4 small-side-pad">
<figure class="img-container">
<a href="/events/icpc/index.html">
<img src="/images/icpc_sacheth_yuping.jpeg" />
</a>
</figure>
</div>
<div class="col-xs-12 col-md-4 small-side-pad">
<figure class="img-container">
<a href="/events/advising/index.html">
<img src="/images/code_at_night_1.png">
</a>
</figure>
</div>
</div>
<div class="row" style="flex-wrap: nowrap">
<div class="col-xs-12 col-md-6 small-side-pad">
<figure class="img-container">
<a href="/events/code-at-night/index.html">
<img src="/images/ispace_1.png"/>
</a>
</figure>
</div>
<div class="col-xs-12 col-md-6 small-side-pad">
<figure class="img-container">
<a href="/events/interview_prep/index.html">
<img src="/images/code_at_night_2.png" />
</a>
</figure>
</div>
</div>
</div>
</div>
</section>
</div>
<br>
<div class="sponsorship-banner">
<div class="container" style="left: -10px; margin: auto; display: block; float: unset; position: relative">
<h2 style="margin-top: 40px; margin-bottom: 25px;">Nothing would be possible without our wonderful contributors:</h2>
<div class="sponsor-logos">
<img src="/images/logos/cos.png">
<img src="/images/logos/jane-street.png">
<img src="/images/logos/radix.png">
<img src="/images/logos/citadel.png">
<img src="/images/logos/est.png">
<img src="/images/logos/old-mission.png">
<img src="/images/logos/geo.png">
<img src="/images/logos/pacm.jpg">
<img src="/images/logos/sig.png">
<img src="/images/logos/mat.png">
<img src="/images/logos/scm.svg">
<img src="/images/logos/orf.png">
<img src="/images/logos/csml.png">
<img src="/images/logos/prc.png">
<img src="/images/logos/phy.png">
<img src="/images/logos/hrt.png">
</div>
</div>
</div>
<!-- The Announcements Section -->
<section class="two-column-list mb-sm-5 pr-lg-3 container-fluid" id="two-column-list" style="width: var(--page-width); margin-top: 50px">
<div class="container pb-lg-4 pt-lg-5" style="margin-left: 50px">
<div class="row" style="flex-wrap: nowrap">
<div class="col-lg-7 pr-0">
<section aria-label="Announcements" class="announcements">
<h2 class="font-weight-bold border-bottom pb-3 mt-3 mb-0 pr-5">Featured Announcements</h2>
<div class="announcement-slider border-r-xs-0 border-r position-relative">
<div>
<ul class="nolist list-unstyled position-relative mb-0 px-lg-4 pt-lg-2 pb-lg-3">
<!-- <li class="border-bottom pb-3 mt-3">
<span class="meta text-uppercase">March 9, 2022</span>
<h4 class="font-weight-bold mt-0">
<a href="/announcements#elections-22">
Information about ACM Elections
</a>
</h4>
<p class="m-0 post_intro">
It's time to select officers for the 2022-2023 school year! See more information <a href="/announcements#elections-22">here</a>.
The deadline to indicate your candidacy is <strong>April 4th</strong>. We can't wait to hear all of your wonderful ideas!
</p>
</li> -->
<li class="border-bottom pb-3 mt-3">
<span class="meta text-uppercase">October 5, 2021</span>
<h4 class="font-weight-bold mt-0">
<a href="/announcements#interviews-1">
Announcing ACM's Mock Tech Interviews!
</a>
</h4>
<p class="m-0 post_intro">
Are you currently recruiting for tech positions? Are you looking for in-person practice for technical interviews or just some advice on the
recruiting process? Sign up and read more <a href="/announcements#interviews-1">here</a> about our interview prep program!
</p>
</li>
</ul>
<a class="all pos-stat text-uppercase ml-lg-5" href="/announcements">All Announcements
<i class="fa fa-caret-right" aria-hidden="true"></i>
</a>
</div>
</div>
</section>
</div>
<div class="col-lg-5 pl-0">
<section class="events-section pl-lg-3" aria-label="Events">
<h2 class="font-weight-bold border-bottom pb-3 mt-3 pl-lg-5 mb-0">Featured Events</h2>
<div class="events pl-lg-5">
<div class="events-block">
<ul class="nolist list-unstyled position-relative mb-0 px-lg-3 pb-lg-3">
<!-- <li class="border-bottom d-flex align-items-center" style="padding: 40px 0">
<div class="events-date text-uppercase text-center">
<time datetime="2014-09-20" class="icon">
<em>Monday</em>
<strong>April</strong>
<span>4</span>
</time>
</div>
<div class="d-inline-block pl-3 event-li">
<h4 class="font-weight-bold mt-0">
<a href="/events#calendar">
Deadline to Apply for the Board
</a>
</h4>
<p>
11:59 PM EDT
</p>
</div>
</li> -->
<li class="border-bottom d-flex align-items-center" style="padding: 40px 0">
<div class="events-date text-uppercase text-center">
<time datetime="2014-09-20" class="icon">
<em>Tuesday</em>
<strong>April</strong>
<span>19</span>
</time>
</div>
<div class="d-inline-block pl-3 event-li">
<h4 class="font-weight-bold mt-0">
<a href="/events#calendar">
ACM @ Princeton Preview
</a>
</h4>
<p>
Time TBD
</p>
</div>
</li>
<!-- <li class="border-bottom d-flex align-items-center pb-lg-4 pt-lg-4">
<div class="events-date text-uppercase text-center">
<time datetime="2014-09-20" class="icon">
<em>Saturday</em>
<strong>September</strong>
<span>20</span>
</time>
</div>
<div class="d-inline-block pl-3 event-li">
<h4 class="font-weight-bold mt-0">
<a href="/events#calendar">
Code@Night
</a>
</h4>
<p>
7:00 PM
</p>
</div>
</li> -->
</ul>
<a class="all pos-stat text-uppercase ml-lg-5 pt-lg-3" href="/events#calendar">Events Calendar
<i class="fa fa-caret-right" aria-hidden="true"></i>
</a>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<section class="small-text-section container-fluid" style="width: var(--page-width); font-size: 0.9em; color: #555;">
<div class="container" style="margin-left: 50px; margin-top: 30px">
<p>
This organization is open to all Princeton University students interested in supporting our organization's mission, regardless of identity, such as race, sex, ethnicity, national origin, or other protected characteristics.
</p>
</div>
</section>
<!--
<div class="container">
<h2>Newsletters</h2>
<p>Our weekly newsletter includes updates on Code@Nights, ICPC, and other computing-related events around campus, as well as job, internship, and research opportunities.</p>
<script language="javascript" src="//princetonacm.us13.list-manage.com/generate-js/?u=0a4edd7a1866650348c1c5c70&fid=12449&show=5" type="text/javascript"></script>
<a href="http://eepurl.com/c3FpVf" class="news-sub btn btn-primary">Subscribe to our newsletter!</a>
</div>
-->
<div id="footer"></div>
<script>
document.addEventListener("DOMContentLoaded", function() {
fetch("/components/footer.html")
.then(response => response.text())
.then(data => {
document.getElementById("footer").innerHTML = data;
})
.catch(error => console.error("Error loading footer:", error));
});
</script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="/assets/main.js"></script>
</body>
</html>