-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (53 loc) · 3.03 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
<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Dan Dickerschied | Artist</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat|Raleway:400,800italic,700' 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">
</head>
<body>
<header>
<a href="index.html" id="logo">
<h1>Dan Dickerschied</h1>
</a>
<nav>
<ul>
<li><a href="index.html" class="selected">Portfolio</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div id="grid" data-columns>
<div class="column size-1of3">
<div><img src="Img/gum-man.png" alt="gum-man"/></div>
<div><img src="https://images.unsplash.com/photo-1440589473619-3cde28941638?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450" alt="" /></div>
<div><img src="Img/50cal.png" alt="50cal"/></div>
<div><img src="https://images.unsplash.com/photo-1442473483905-95eb436675f1?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450" alt="" /></div>
</div>
<div class="column size-1of3">
<div><img src="Img/face.png" alt="face" /></div>
<div><img src="https://images.unsplash.com/photo-1451188502541-13943edb6acb?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450" alt="" /></div>
<div><img src="Img/sketch.jpg" alt="hunter sketch" /></div>
<div><img src="https://images.unsplash.com/photo-1447078806655-40579c2520d6?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450" alt="" /></div>
</div>
<div class="column size-1of3">
<div><img src="https://images.unsplash.com/photo-1449024540548-94f5d5a59230?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450" alt="" /></div>
<div><img src="Img/foundry.jpg" alt="foundry pour" /></div>
<div><img src="https://images.unsplash.com/photo-1451186859696-371d9477be93?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450" alt="" /></div>
<div><img src="https://images.unsplash.com/photo-1444760134166-9b8f7d0fc038?crop=entropy&dpr=2&fit=crop&fm=jpg&h=750&ixjsv=2.1.0&ixlib=rb-0.3.5&q=50&w=1450" alt="" /></div>
</div>
</div>
<footer>
<a href="https://www.facebook.com/dan.dickerscheid?fref=ts"><img src="Img/facebook.png" alt="facebook logo" class="social-icon"></a>
<a href="https://www.instagram.com/dandsculpture/"><img src="Img/icon_instagram.png" alt="instagram logo" class="social-icon"></a>
<p>© 2016 Dan Dickerschied</p>
</footer>
</div>
</body>
</html>