forked from oaktoncsclub/oaktoncsclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmembers.html
28 lines (25 loc) · 952 Bytes
/
members.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Members - Oakton Computer Science Club</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css" />
</head>
<body>
<h2 style="text-align:center">Club Members</h2>
<div class="container">
<div class="row">
<div class="col s6 m4">
<div class="card z-depth-3">
<div class="card-content activator">
<span class="card-title activator grey-text text-darken-4"><a href="https://github.com/Justin6757" target="_new">Justin Li</a></span>
<p>Decent Snowboarder</p>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/js/materialize.min.js"></script>
</body>
</html>