-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (57 loc) · 2.27 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Quinton Daniel | Designer</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/base-style.css">
<link rel="stylesheet" href="css/selectors.css">
<!-- <link rel="stylesheet" href="css/alternate-colors.css"> -->
<link href="http://fonts.googleapis.com/css?family=Bitter|Open+Sans:400italic,700italic,400,800,700" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=decice-width, initial-scale=1.0">
</head>
<body>
<div class="wrap">
<header>
<a href="index.html" id="logo">
<h1> ♚ Quinton Daniel </h1>
<h2>Freelance developer </h2>
</a>
<div class="container">
<nav>
<ul>
<li><a href="index.html" class="selected">Portfolio</a></li>
<li><a href="about.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div class="container">
<section>
<a href="about.html"></a>
<p>The name is Quinton Daniel and I'm an computer engineer, with extensive knowledge in many areas such as brand strategy, creative direction, project management and many other areas; devoted to Code life and giving back to the community...</p>
</section>
<section id="gallery">
<h3> Portfolio</h3>
<img src="img/qmd1.png" alt="Photogragh of Quinton Daniel" class="profile-photo">
</section>
<h3>General Information</h3>
<section>
<a href="inquiries.html"></a>
<p>I am currently accepting design work!</p>
<p>Please contact me by email for urgent inquiries: Otherwise, facebook and twitter are the best way to reach me.</p>
<p>If you like to follow me on facebook, my username is
<a href="http://facebook.com/qmdaniel">@qmdaniel</a>.</p>
</section>
</div>
</div>
<footer>
<a href="http://twitter.com/"><img src="img/twitter-wrap.png" alt="Twitter Logo Logo"
class="social-icon"></a>
<a href="http://facebook.com/qmdaniel"><img src="img/facebook-wrap.png" alt="Facebook Logo"
class="social-icon"></a>
<p>© 2015 III Kingz Ink & Design-QMD Technology</p>
</footer>
</body>
</html>