blob: f7b25137792433252ff9ca4a44add0f9cbb1c358 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<title>chrhodgden - Home</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<h1>Christian Hodgden</h1>
<p>
I do not know what this website will be long term. I am developing this for experience and potential exposure to recruiters.
</p>
<a href="about.html">About Me</a>
<h2>Projects</h2>
<ul>
<li>
<a href="projects_blog/NNetwork.html">NNetwork</a>
</li>
</ul>
<nav class="nav-footer">
<hr>
<a href="index.html">Home Page</a>
| <a href="about.html">About Page</a>
| <a href="#">Top of Page</a>
<hr>
</nav>
<script src="app.js"></script>
</body>
</html>
|