-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathevents.html
More file actions
40 lines (38 loc) · 1.88 KB
/
Copy pathevents.html
File metadata and controls
40 lines (38 loc) · 1.88 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Upsilon Pi Epsilon: The Computer Science Honor Society</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="navbar">
<div class="navbar-logo">
<a href="index.html">
<img src="img/logo.jpg" alt="logo">
</a>
</div>
<navigation-bar current="events.html" sitemap="data/sitemap.json"></navigation-bar>
</div>
<div class="content">
<h1>Burning the Midnight Oil</h1>
<img src="img/midnightoil.jpg" alt="" class="img-responsive">
<p>At the end of the term we hold help sessions for extra study or project assitance. The sessions will usually be in the CS Commons located in the 2nd floor of Fuller. During these sessions snacks and drinks are provided to help students on a more than academic level.</p>
<hr>
<h1>Introduction to Git</h1>
<img src="img/git.jpg" alt="" class="img-responsive">
<p>Periodically throughout the year we hold these lectures to help expose and educate students on how to properly use git so that they can use it in their later classes.</p>
<hr>
<h1>Mock Coding Interviews</h1>
<img src="img/mock-interviews.jpg" alt="" class="img-responsive">
<p>Twice a year, around the time that the career fair is occuring, we hold mock coding interviews to help prepare students to land that job or internship.</p>
<hr>
<h1>Internal Socials</h1>
<img src="img/socials/bowling1.jpg" alt="" class="img-responsive">
<p>We have several socials throughout the year for our members, such as bowling!</p>
</div>
</body>
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
<script src="js/components.js" charset="utf-8"></script>
</html>