-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
58 lines (33 loc) · 2.11 KB
/
contact.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
54
55
56
57
58
<!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= "#9">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">Mike Cerrone </font>
<img class="hero2" src=http://www.zen68262.zen.co.uk/Assets/Images/climbing-ireland-banner.jpg>
<h1 class="title1"> Contact Mike! </h1>
<a class="contacts" href= "mailto:mikecerrone@gmail.com"> <h2> EMAIL: mikecerrone@gmail.com </h2></a>
<a class="contacts" href= "http://www.twitter.com/mikecerrone" > <h2> TWITTER: @mikecerrone </h2> </a>
<a class="contacts" href= "https://www.linkedin.com/in/mikecerrone" > <h2> LINKEDIN: Mike Cerrone </h2> </a>
<a class="contacts" href= "https://github.com/mikecerrone" > <h2> GITHUB: mikecerrone </h2> </a>
</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>