-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
53 lines (50 loc) · 2.15 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
<!DOCTYPE.html>
<html>
<head>
<meta charset= "utf-8">
<title> Danaeja Trogdon | Photographer </title>
<link rel="stylesheet" href="css/normalize.css">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700italic,900italic|Noto+Serif:400,700italic|Droid+Serif:700italic|Oxygen' 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.8">
</head>
<body>
<header>
<a href="index.html"id="logo">
<h1> Danaeja Trogdon </h1>
<h2> The Photographer </h2>
</a>
<nav>
<ul>
<li><a href="inception.html" class="selected">Inception</a>
<li><a href="index.html">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="egypt.html">Egypt</a></li>
<li><a href="contact.html" class="selected">Contact</a></li>
</ul>
</nav>
</header>
<img id="Naeja" src="img/dt.jpg" alt="">
<div id="wrapper">
<section id="primary">
<h3> General Information </h3>
<p> I am currently not looking for any assistance in my work. However I am open to interviews and/or art shows. If you have any questions or comments, please don't hesitate to contact me</p>
<p> Please only use phone contact for urgent inquiries. Otherwise Twitter, Facebook, and Email are the best ways to reach me</p>
</section>
<section id="secondary">
<h3>Contact Details</h3>
<ul class="Contact-info">
<li class="Phone"><a herf="tele:897-1843">897-1843</a></li>
<li class="mail"><a href="mailto:danaejaaa@gmail.com">danaejaaa@gmail.com</a>
<li class="Twitter"><a href="http://twitter.com/intent/tweet?screen_name=shordyd_">@shordyd_</a></li>
</ul>
</section>
<footer>
<a href="http://twitter.com/shordy_d"><img src="img/twitter-wrap.png" alt="Twitter Logo"class="social-icon"></a>
<a href="http://facebook.com/DanaejaTrogdon"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
<p> © 2015 Danaeja Trogdon. </p>
</footer>
</div>
</body>
</html>