-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
54 lines (53 loc) · 2.13 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Anthony Branze | Developer</title>
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Changa+One:400,400italic|Open+Sans:400,700,700italic,400italic,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
nav {
color: white;
background-color: none;
}
</style>
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>Anthony Branze</h1>
<h2>Developer</h2>
</a>
<nav>
<ul>
<li><a href="index.html" >Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html" class="selected">Contact</a></li>
</ul>
</nav>
</header>
<div id="wrapper">
<section id="primary">
<h3>General Information</h3>
<p> I am currently looking for new development gigs If you have any questions please dont hesitate to contact me. I am availiable on All social media platforms, as well as a few freelancer websites like UpWork, I have no hesitation about giving my personal number to clients for around the clock contact availability.</p>
<p>But Please only use phone interaction for emergency inquieries.</p>
</section>
<section id="secondary">
<h3>Contact Details.</h3>
<ul class="contact-info">
<li class="phone"><a href="tel:503-329-9572">503-329-9572</a></li>
<li class="mail"><a href="mailto:Cabranze@gmail.com">Cabranze@gmail.com</a></li>
<li class="twitter"><a href="http://twitter.com/intent/tweet?screen_name=pdxdev503">@PdxDev503</a></li>
</ul>
</section>
<footer>
<img src="img/facebook-wrap.png" alt"Facebook" class="social-icon">
<img src="img/twitter-wrap.png" alt="Twitter" class="social-icon">
<p>© 2015 Anthony Branze.</p>
</footer>
</div>
</body>
</html>