-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdigital.html
More file actions
64 lines (60 loc) · 2.32 KB
/
digital.html
File metadata and controls
64 lines (60 loc) · 2.32 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-117433509-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-117433509-1');
</script>
<link rel="shortcut icon" href="favicon-no-background.ico" type="image/x-icon">
<title>Davin Hazard</title>
<link rel="stylesheet" type="text/css" href="resources/css/reset.css">
<link rel="stylesheet" type="text/css" href="resources/css/portfolio-styling.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<body>
<header>
<div id="main-title">Digital & Pixel Art</div>
<!-- Nav Bar: Previous Home Next -->
<nav>
<span class="full-nav-bar"><a href="art.html">< Previous </a></span>
<a class="mobile-nav" href="art.html"><img src="resources/images/icons/left-arrow.png"/></a>
<span class="full-nav-bar"><a href="index.html#work">Home </a></span>
<a class="mobile-nav" href="index.html#work"><img src="resources/images/icons/home.png"/></a>
<a class="mobile-nav" href="modeling.html"><img src="resources/images/icons/right-arrow.png"/></a>
<span class="full-nav-bar"><a href="modeling.html">Next ></a></span>
</nav>
</header>
<div id="about">
<img src="resources/images/icons/tesselate.jpg" />
<div id="about-text">
<div class="title">Snapshot</div>
<p>A recent hobby of mine has been making gifs, or digital doodles, in Photoshop. It's a fun way to bring my drawings to life or animate a visual idea.</p>
<div class="subtitle">Media & Software:</div>
<p>Hand-drawn animation, Adobe Photoshop</p>
</div>
</div>
<div class="content">
<figure>
<img src="resources/images/gifs/flower&thebee.gif" />
</figure>
<figure>
<img src="resources/images/gifs/coolcool.gif" />
</figure>
<figure>
<img src="resources/images/gifs/tesselate.gif" />
</figure>
<figure>
<img src="resources/images/gifs/multicolor-pixels.gif" />
</figure>
<figure>
<img src="resources/images/gifs/snake&apple.gif" />
</figure>
</div>
</body>
</html>