-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 990 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Jess The Developer</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<!-- <li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/cv">CV</a></li>
<li><a href="/blog">Blog</a></li> -->
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Hi there, I'm Jess!</h1>
<p>I'm a Java Developer!</p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:[email protected]">Email me!</a></li>
<li><a href="https://github.com/Jess4Tech">This is my Github account!</a></li>
<li><a href="pages/random_student.html">Random Student Chooser</a></li>
<!-- <Li><a href="pages/join-the-class.html">Join The Class!</a></li> -->
</ul>
</footer>
</body>
</html>
<!-- For those who are reading this... Hello, fellow developer! -->