-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (67 loc) · 3.1 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
<!DOCTYPE HTML>
<!--
Astral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Stevens Computer Science Club</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="The Computer Science Club aims to provide a collaborative forum for anyone interested in computer science or programming. We enthusiastically welcome anyone to join and attend our meetings, from computer science students and those experienced in the field, to those who have no experience but would like to learn." />
<meta name="keywords" content="scsc,stevens,computer science,cs,club,swics,sec,software,programming,github,open source" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<nav id="nav">
<a href="#" class="icon fa-home"><span>Home</span></a>
<a href="#events" class="icon fa-calendar"><span>Calendar</span></a>
<a href="#mailinglist" class="icon fa-envelope"><span>Mailing List</span></a>
<a href="https://stevenscsc.slack.com" target="_blank" class="icon fa-slack"><span>Slack</span></a>
<a href="https://www.facebook.com/groups/stevenscomputerscienceclub/" target="_blank" class="icon fa-facebook"><span>Facebook</span></a>
</nav>
<!-- Main -->
<div id="main">
<!-- Me -->
<article id="home" class="panel intro">
<header>
<h1>Stevens Computer Science Club</h1>
<p>Wednesdays, 9pm, P120</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</header>
<a href="#events" class="jumplink pic">
<span class="arrow icon fa-chevron-right"><span>Events</span></span>
<img src="logo.png" alt="logo" />
</a>
</article>
<!-- Events -->
<article id="events" class="panel">
<header>
<h2>Events</h2>
</header>
<iframe src="https://calendar.google.com/calendar/b/1/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=stevens.edu_4koethpn4vh5hlv3mi4h1rjhcc%40group.calendar.google.com&color=%235F6B02&ctz=America%2FNew_York" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</article>
<article id="mailinglist" class="panel">
<header>
<h2>Mailing List</h2>
</header>
<p><a href="https://lists.stevens.edu/mailman/listinfo/scsc" target="_blank">Sign up</a> for our mailing list to get notification about events and meetings</p>
</article>
</div>
<!-- Footer -->
<div id="footer">
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>