-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (28 loc) · 1.76 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
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html>
<head>
<title> Mike Cerrone </title>
<link rel="stylesheet" type="text/css" href="stylesheets/default.css">
</head>
<body>
<div class= "nav-bar">
<font class= "nav" ><a href= "http://mikecerrone.github.io/bio.html">About</a></font>
<font class= "nav" ><a href= "http://mikecerrone.github.io/projects_index.html">Projects</a></font>
<font class= "nav" ><a href= "#9">Work</a></font>
<font class= "nav" ><a href= "http://mikecerrone.github.io/contact.html">Contact</a></font>
<font class= "nav" ><a href="http://mikecerrone.github.io/blog-index.html">Blog</a></font>
</div>
<div class= "top-title">
<img class= "hero-icon"src=http://www.getranked.com.my/wp-content/uploads/2013/01/Sprout_Icon_Clear_BG_Large.png>
<!--big picture-->
<font class="title"><a href="http://mikecerrone.github.io/">Mike Cerrone</a></font>
<img class="hero" src=https://raw.githubusercontent.com/mikecerrone/mikecerrone.github.io/master/mikewithbike.jpg>
</div>
<div class= "footer-bar">
<font class= "footer" ><a href= https://www.linkedin.com/in/mikecerrone> <img class="icon" src=https://billing.cemc.com/oscp/Portals/0/Linkedin%20icon.png></a> </a></font>
<font class= "footer" ><a href= https://github.com/mikecerrone><img class="icon" src=http://uxrepo.com/static/icon-sets/zocial/svg/github-circled.svg></a> </a></font></a></font>
<font class= "footer" ><a href= https://twitter.com/mikecerrone><img class="icon" src=http://cdn.business2community.com/wp-content/uploads/2015/07/Twitter-icon.png.png></a> </a></font></a></font>
<font class= "footer" ><a href= https://www.facebook.com/mikecerrone><img class="icon" src=https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/2000px-F_icon.svg.png></a> </a></font></a></font>
</div>
</body>
</html>