forked from ObieSource/obiesource.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmembersdir.html
41 lines (39 loc) · 1.44 KB
/
membersdir.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
<!DOCTYPE html>
<head>
<title>ObieSource</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<meta property="og:title" content="ObieSource Members Directory">
<meta property="og:description" content="Current members of the ObieSource club">
<meta property="og:url" content="https://obiesource.github.io/membersdir.html">
<meta property="og:type" content="website">
</head>
<body>
<!-- Attempt at a navbar without bootstrap API lol -->
<header>
<nav>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/resources.html">Resources</a></li>
<li><a href="/membersdir.html">Members</a></li>
<li><a href="/contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<a href="/">Go Home</a>
<h2>Obiesource Members Directory</h2>
<h3 style="margin-bottom:0px;">Club Officers</h3>
<ul class="diroff" style="margin-top:0px;">
</ul>
<h3 style="margin-bottom:0px;">Members</h3>
<ul class="dirmem" style="margin-top:0px;">
</ul>
<noscript>
<h3>View the members directory via json <a href="/memberslist.json">here.</a></h3>
</noscript>
</main>
<script src="/directoryscr.js"></script>
</body>