-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
196 lines (188 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>SUNY Potsdam ACM - Uniting People with a Passion for Technology</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<nav class="red darken-4" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo">Home</a>
<ul class="right hide-on-med-and-down">
<li><a href="about.html">About</a></li>
<li><a href="get-involved.html">Get Involved</a></li>
<li><a href="talks.html">Talks</a></li>
<li><a href="projects/index.html">Projects</a></li>
<li><a href="events/index.html">Events</a></li>
<li><a href="jobs.html">Jobs</a></li>
<li><a href="credit/index.html">Credit</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="contact/index.html">Contact</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="about.html">About</a></li>
<li><a href="get-involved.html">Get Involved</a></li>
<li><a href="talks.html">Talks</a></li>
<li><a href="projects/index.html">Projects</a></li>
<li><a href="events/index.html">Events</a></li>
<li><a href="jobs.html">Jobs</a></li>
<li><a href="credit/index.html">Credit</a></li>
<li><a href="donate.html">Donate</a></li>
<li><a href="contact/index.html">Contact</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<div class="section stock-image">
<div class="container">
<br><br>
<h1 class="header center">SUNY Potsdam ACM</h1>
<div class="row center">
<h5 class="header col s12 light">Uniting people with a passion for technology</h5>
<h5 class="header col s12 light">Regular meetings on Friday at 4:00 PM in Dunn Hall 206</h5>
</div>
<div class="row center">
<div class="col m6 s12">
<a href="about.html" class="btn-large waves-effect waves-light red darken-4 cta">Learn About Us</a>
</div>
<div class="col m6 s12">
<a href="get-involved.html" class="btn-large waves-effect waves-light red darken-4">Get Involved</a>
</div>
</div>
<br><br>
</div>
</div>
<div class="container">
<div class="section">
<!-- Icon Section -->
<div class="row">
<div class="col s12 m3">
<div class="icon-block center">
<h2 class="center"><i class="material-icons">flash_on</i></h2>
<h5 class="center">Talks</h5>
<p class="light">Give or hear lightning talks, which are a brief talk on any topic of your choice. It's a great way to hear about new and emerging technologies and practice your public speaking.</p>
<a href="talks.html" class="btn waves-effect waves-light red darken-4 cta">View Talks</a>
</div>
</div>
<div class="col s12 m3">
<div class="icon-block center">
<h2 class="center "><i class="material-icons">code</i></h2>
<h5 class="center">Projects</h5>
<p class="light">Contribute to ACM projects to further your teamwork skills and your development as a student. We currently have the HPC revamp, Hack Potsdam, and this website as our big projects.</p>
<a href="projects/index.html" class="btn waves-effect waves-light red darken-4 cta">View Projects</a>
</div>
</div>
<div class="col s12 m3">
<div class="icon-block center">
<h2 class="center"><i class="material-icons">perm_contact_calendar</i></h2>
<h5 class="center">Events</h5>
<p class="light">Participate in a wide variety of events and be updated when they happen. A few of our big events include the Vermont Tech Jam, Google Developer Group Capitol Region, and Hack Potsdam.</p>
<a href="events/index.html" class="btn waves-effect waves-light red darken-4 cta">View Events</a>
</div>
</div>
<div class="col s12 m3">
<div class="icon-block center">
<h2 class="center"><i class="material-icons">group</i></h2>
<h5 class="center">Jobs</h5>
<p class="light">We post internships, co-ops, independent study projects, senior projects, and full-time jobs. We also bring in companies to talk to you about open positions they have.</p>
<a href="jobs.html" class="btn waves-effect waves-light red darken-4 cta">View Jobs</a>
</div>
</div>
</div>
</div>
</div>
<div class="section when-and-where">
<div class="container">
<br><br>
<h1 class="header center">Join our Slack</h1>
<div class="row center">
<h5 class="header col s12 light">Get involved with a network of 50+ students and alumni</h5>
</div>
<div class="row center">
<a href="https://potsdamacm-slack.herokuapp.com/" class="btn-large waves-effect waves-light red darken-4">Sign Up</a>
</div>
<br><br>
</div>
</div>
<div class="section">
<div class="container">
<br><br>
<h1 class="header center">Services</h1>
<div class="row center">
<h5 class="header col s12 light">See how we can help your club or organization</h5>
</div>
<div class="row center">
<a href="services.html" class="btn-large waves-effect waves-light red darken-4">View Services</a>
</div>
<br><br>
</div>
</div>
<div class="section donate">
<div class="container">
<br><br>
<h1 class="header center">Donate</h1>
<div class="row center">
<h5 class="header col s12 light">Contribute to the growth of the chapter</h5>
</div>
<div class="row center">
<a href="donate.html" class="btn-large waves-effect waves-light red darken-4">Donate Now</a>
</div>
<br><br>
</div>
</div>
<footer class="page-footer red darken-4">
<div class="container">
<div class="row">
<div class="col s4">
<h5 class="white-text">More Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="our-friends.html">Our Friends</a></li>
<li><a class="grey-text text-lighten-3" href="minutes.html">Minutes</a></li>
<li><a class="grey-text text-lighten-3" href="archive.html">Archive</a></li>
<li><a class="grey-text text-lighten-3" href="feedback.html">Feedback</a></li>
<li><a class="grey-text text-lighten-3" href="services.html">Services</a></li>
<li><a class="grey-text text-lighten-3" target="_blank" href="http://cs.potsdam.edu/CS/index.php">CS Homepage</a></li>
</ul>
</div>
<div class="col s4">
<h5 class="white-text">Connect</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="https://www.facebook.com/PotsdamACM/?fref=ts" target="_blank">Facebook</a></li>
<li><a class="grey-text text-lighten-3" href="https://github.com/potsdamacm" target="_blank">Github</a></li>
<li><a class="grey-text text-lighten-3" href="https://twitter.com/potsdamacm" target="_blank">Twitter</a></li>
<li><a class="grey-text text-lighten-3" href="https://www.linkedin.com/groups/8408448" target="_blank">LinkedIn</a></li>
<li><a class="grey-text text-lighten-3" href="https://lists.potsdam.edu/sympa/subscribe/acm" target="_blank">Mailing List</a></li>
<li><a class="grey-text text-lighten-3" href="https://plus.google.com/102069938733004614886" target="_blank">Google Plus</a></li>
<li><a class="grey-text text-lighten-3" href="https://potsdamacm-slack.herokuapp.com/" target="_blank">Slack</a></li>
</ul>
</div>
<div class="col s4">
<h5 class="white-text">Regular Meetings</h5>
<ul class="white-text">
<li>Every Friday</li>
<li>Dunn Hall 206</li>
<li>4:00 PM - 5:00 PM</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script>
$(document).ready(function(){
$('.parallax').parallax();
});</script>
</body>
</html>