-
Notifications
You must be signed in to change notification settings - Fork 0
/
Projects.html
31 lines (30 loc) · 958 Bytes
/
Projects.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
<!DOCTYPE html>
<!--This is the Projects page to the website, discussing ongoing projects in Jonah's life -->
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Linking in css file in the folder css-->
<link href="css/graphics.css" type="text/css"
rel="stylesheet" />
<link href="css/Layout_Research.css" type="text/css"
rel="stylesheet" />
</head>
<style>
</style>
<body>
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="Projects.html">Projects</a>
<!-- <a href="about.html">About</a> -->
<a href="Research.html">Research</a>
<a href="resume.html">Curriculum vitae</a>
</div>
<div class="bg-image"></div>
<div class="seentitle">
<h1>Jonah Riley Huggins</h1>
</div>
</div>
<div class="footer">
<p style="color:#FFA500">Hits according to <a href="https://www.digits.net/"><img src="Images/WebCounter.jpg" width="5%" height="5%"></a></p>
</div>
</body>
</html>