-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (35 loc) · 1.25 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<title>Software Developer</title>
<link href="styles.css" rel="stylesheet" >
<link rel="shortcut icon" href="Images/favicon.ico" />
</head>
<body>
<div id="header">Jonathan Stewart</div>
<hr />
<div id="navigation">
<a href="index.html">Home</a>
<a href="contact.html">Contact</a>
<a href="projects.html">Projects</a>
</div>
<hr />
<div id="content">
<div>
<script src="JS/Greeting.js"></script><br />
</div>
I graduated from <a href="http://www.valdosta.edu/">Valdosta State University</a> with a B.S. in Computer Information Systems<br/>
and now work as an electrical apprentice for <a href="http://www.inglett-stubbs.com/">Inglett & Stubbs</a>. This change of career path<br />
hasn't lessened my interest in software development in the slightest. Here, and on <a href="https://github.com/JonathanJamesStewart">GitHub</a> is<br />
where I intend on posting my projects.
</div>
<div id="footer">
<hr />
<div id="navigation">
<a href="index.html">Home</a>
<a href="contact.html">Contact</a>
<a href="projects.html">Projects</a>
</div>
</div>
</body>
</html>