-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
203 lines (192 loc) · 6.06 KB
/
index.html
File metadata and controls
203 lines (192 loc) · 6.06 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
<!DOCTYPE html>
<!--
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>OU SACM</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">SACM</a>
<nav id="nav">
<a href="index.html">Home</a>
<a href="generic.html">Members</a>
<a href="elements.html">Github</a>
</nav>
<a href="#navPanel" class="navPanelToggle"
><span class="fa fa-bars"></span
></a>
</div>
</header>
<!-- Banner -->
<section id="banner">
<h1>Welcome to OU's SACM</h1>
<p>Student Association for Computing Machinery</p>
</section>
<!-- One -->
<section id="one" class="wrapper">
<div class="inner">
<div class="flex flex-3">
<article>
<header>
<h3>
Professional Prep
</h3>
</header>
<p>
Learn professional skills by engaging in new technology and taking on large scale projects with fellow members of SACM.
</p>
<footer>
<a href="#" class="button special">Join</a>
</footer>
</article>
<article>
<header>
<h3>
Workshops
</h3>
</header>
<p>
As a member you can attend or host workshops over tech that interests you while benefiting the community.
</p>
<footer>
<a href="#" class="button special">Join</a>
</footer>
</article>
<article>
<header>
<h3>
Experience of a Lifetime
</h3>
</header>
<p>
Enjoy the relationships and experiences made during your college career by socializing and working on projects.
</p>
<footer>
<a href="#" class="button special">Join</a>
</footer>
</article>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style1 special">
<div class="inner">
<header>
<h2>Current Officers</h2>
</header>
<div class="person" >
<div class="image round">
<img src="images/raymond.jpg" alt="Raymond Haynes" />
</div>
<h3>Raymond Haynes</h3>
<p>Chair</p>
</div>
<div class="flex flex-4">
<div class="person">
<div class="image round">
<img src="images/gregory.png" alt="Gregory Maddra" />
</div>
<h3>Gregory Maddra</h3>
<p>Engage Manager</p>
</div>
<div class="person">
<div class="image round">
<img src="images/seth-gaglione.jpg" alt="Seth Gaglione" />
</div>
<h3>Seth Gaglione</h3>
<p>Vice Chair</p>
</div>
<div class="person">
<div class="image round">
<img src="images/clay.jpg" alt="Clay Curry" />
</div>
<h3>Clay Curry</h3>
<p>Treasurer</p>
</div>
<div class="person">
<div class="image round">
<img src="images/shelby-huffman.jpg" alt="Shelby Huffman" />
</div>
<h3>Shelby Huffman</h3>
<p>Web Master</p>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper special">
<div class="inner">
<header class="align-center">
<h2>Your place to learn tech at OU</h2>
</header>
<div class="flex flex-2">
<article>
<div class="image fit">
<img src="images/bottom1.jpg" alt="Pic 01" />
</div>
<header>
<h3>Inclusive</h3>
</header>
<p>
Everyone is welcome. We invite members of all backgrounds and majors to join us in developing and discovering new tech each semester. Not a computer science major? No problem. We believe everyone should have the oppurtunity to learn more.
</p>
<footer>
<a href="#" class="button special">Join</a>
</footer>
</article>
<article>
<div class="image fit">
<img src="images/bottom2.jpg" alt="Pic 02" />
</div>
<header>
<h3>Growth</h3>
</header>
<p>
We are here to help you acheive your goals. With the technology field consistently upgrading and changing, it's a challenge to keep yourself up-to-date on all of the new tools out there. Our members learn how to grow, and continue to grow beyond their college career.
</p>
<footer>
<a href="#" class="button special">Join</a>
</footer>
</article>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
Made with ♥ in Norman
</div>
<ul class="icons">
<li>
<a href="#" class="icon fa-facebook"
><span class="label">Facebook</span></a
>
</li>
<li>
<a href="#" class="icon fa-twitter"
><span class="label">Twitter</span></a
>
</li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/particles.js"></script>
<script src = "assets/js/particles.min.js"></script>
</body>
</html>