-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (74 loc) · 2.26 KB
/
index.html
File metadata and controls
79 lines (74 loc) · 2.26 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kyle Howell</title>
<meta name="description" content="Kyle Howell's Portfolio">
<meta name="author" content="Kyle Howell">
<link href='http://fonts.googleapis.com/css?family=Roboto:500|Open+Sans+Condensed:300|Roboto+Condensed|Audiowide|Open+Sans' rel='stylesheet' type='text/css'>
<link rel="icon" href="images/favicon.ico" />
<link REL="STYLESHEET" TYPE="text/css" HREF="../css/reset.css">
<link REL="STYLESHEET" TYPE="text/css" HREF="../css/stylesheet.css">
</head>
<body>
<div class="header">
<div class="icon-wrapper">
<div class="icon">
<a href="https://plus.google.com/u/0/+kylehowellTime/about">
<img src="http://imgur.com/bHb5JZH.png"
onmouseover="this.src='http://i.imgur.com/4OBqXPj.png'"
onmouseout="this.src='http://imgur.com/bHb5JZH.png'" />
</a>
</div>
<div class="icon">
<a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_send-money&nav=1&email=mrhowell0@gmail.com">
<img src="http://i.imgur.com/uo8lF3O.png"
onmouseover="this.src='http://i.imgur.com/oyR7O7B.png'"
onmouseout="this.src='http://i.imgur.com/uo8lF3O.png'" />
</a>
</div>
<div class="icon">
<a href="mailto:mrkylehowell@gmail.com?subject=Hello Kyle!">
<img src="http://i.imgur.com/aZJHafC.png"
onmouseover="this.src='http://i.imgur.com/h8ohUjZ.png'"
onmouseout="this.src='http://i.imgur.com/aZJHafC.png'" />
</a>
</div>
</div>
<div class="github-wrapper">
<div class="icon">
<a href="http://www.github.com">
<img src="http://i.imgur.com/M80bkqv.png?2">
</a>
</div>
<div class="hostedby">
<h4>
<a href="http://www.github.com">Hosted by Github</a>
</h4>
</div>
</div>
<div class="title">
<h1>Kyle Howell</h1>
</div>
</div>
<div class="nav">
<ul>
<li>
<a href="http://kylehowell.github.io/blog-posts/Technical_index.html">
Technical Blogs
</a>
</li>
<li>
<a href="http://kylehowell.github.io/">
Home
</a>
</li>
<li>
<a href="http://kylehowell.github.io/blog-posts/Cultural_index.html">
Personal Blogs
</a>
</li>
</ul>
</div>
</body>
</html>