-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (39 loc) · 1.52 KB
/
index.html
File metadata and controls
47 lines (39 loc) · 1.52 KB
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
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>ShadyLogic</title>
<link rel="stylesheet" type="text/css" href="default.css">
<meta charset="UTF-8">
</head>
<body>
<img id="mug" src="imgs/mug.png" alt="Jacob's handsome mug"/>
<div id="headercontainer">
<h1>Jacob Rogers</h1>
</div>
<div id="nav">
<table>
<tr><td><a href="#">HOME</a></td>
<td><a href="#">ABOUT</a></td>
<td><a href="projects/index.html">PROJECTS</a></td>
<td><a href="blog/index.html">BLOG</a></td>
<td><a href="#">CONTACT</a></td></tr>
</table>
</div>
<div id="info">
<p>
Jacob is a full stack developer with a passion for technology, human behavior, and beautiful, well-written code. A life-long learner, he has been enamored with computers and programming since childhood. Jacob has a special place in his heart for puzzles, and enjoys finding creative solutions to difficult problems.
</p>
</div>
<table id="social">
<tr><td><a href="https://plus.google.com/u/0/+JacobRogers42/"><img src="imgs/googleplusICON.png" alt="Google Plus Icon"></a></td>
<td><a href="https://twitter.com/shadylogic"><img src="imgs/twitterICON.png" alt="Twitter Icon"></a></td>
<td><a href="https://www.facebook.com/ShadyLogic"><img src="imgs/facebookICON.png" alt="Facebook Icon"></a></td>
<td><a href="https://www.linkedin.com/in/shadylogic"><img src="imgs/linkedinICON.png" alt="LinkedIn Icon"></a></td></tr>
</table>
<div>
<p id="footer">
<a href="#" id="footer">© Jacob Rogers 2015</a>
</p>
</div>
</body>
</html>