-
Notifications
You must be signed in to change notification settings - Fork 0
/
Membership.html
38 lines (35 loc) · 1 KB
/
Membership.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Jacob Schmieder</title>
</head>
<body>
<h1>Jacob Schmieder</h1>
<header>
</header>
<nav>
<p> Navigation:
<a href="Education.html"> Education</a> |
<a href="Research.html"> Research</a> |
<a href="Publications.html"> Publications</a> |
<a href="Leadership.html"> Leadership</a> |
<a href="Appointments.html"> Appointments</a> |
<a href="Volunteering.html"> Volunteering</a> |
<a href="Experience.html"> Experience</a> |
<a href="Membership.html"> Membership</a> |
<a href="Personal_Life.html"> Personal Life</a> |
</p>
</nav>
<article>
</article>
<footer>
<p>
<a href="Contact.html"> Contact</a> |
<a href="FAQ.html"> FAQ</a> |
<a href="About_Me.html"> About Me</a> |
<a href="Legal.html"> Legal</a> |
</p>
</footer>
</body>
</html>