This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinktober2018.html
86 lines (70 loc) · 4.48 KB
/
inktober2018.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Art Director · Tatiana Mac · Inktober 2018</title>
<link rel="stylesheet" href="css/main.css">
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#0e4bff">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
</head>
<body class="bg-ltgrey">
<div class="container ">
<header>
<nav>
<div class="logo">
<a href="index.html"><img src="images/tatianamac_logo_blk.svg" alt="Geometric logo with two parallel lines on top and bottom, then a backwards 11 in the middle."/></a>
</div>
<div>
<!-- <ul role="navigation">
<li class="navi"><a href="work.html">Work</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>-->
</div>
</nav>
</header>
<div class="wrapper">
<div class="grid-whole@xxs grid-whole@xs grid-whole@s grid-whole@m grid-whole@l grid-whole@xl">
<p class="t-inktober-copy">A month-long experiment to improve how I draw hands and how I work with CSS Grid, based on prompts from <a class="t-inktober-link" href="https://www.mrjakeparker.com/inktober-1/" target="_blank">Jake Parker's Inktober 2018</a>. I'm further limiting his prompts to hands, which I find expressive and yet difficult to draw. As I've not always felt confident in my illustration skills, I am intersecting these fears and desires. <a class="t-inktober-link" href="http://www.dribbble.com/tatianatmac" target="_blank">See more on my Dribbble</a>.</p>
</div>
<div class="grid-whole@xxs grid-whole@xs grid-whole@s grid-whole@m grid-whole@l grid-whole@xl">
<h1 class="t-inktober-title">Inktober</h1>
</div>
</div>
<div class="wrapper">
<div class="padding-thinn@xxs padding-thinn@xs padding-thinn@s grid-whole@xxs grid-whole@xs grid-quarter@s grid-quarter@m grid-quarter@l grid-quarter@xl">
<img src="images/inktober-1.svg" alt="Hand holding a dart dipped in poison. Neon green nails."/>
</div>
<div class="padding-thinn@xxs padding-thinn@xs grid-whole@xxs grid-whole@xs grid-quarter@s grid-quarter@m grid-quarter@l grid-quarter@xl">
<img src="images/inktober-2.svg" alt="Hand facing outward, palm open, fingers relaxed. Bright purple nails."/>
</div>
<div class="padding-thinn@xxs padding-thinn@xs grid-whole@xxs grid-whole@xs grid-half@s grid-half@m grid-half@l grid-half@xl">
<img src="images/inktober-3.svg" alt="Hand relaxed, defeated, seeming. Palm down. True blue nails."/>
</div>
<div class="padding-thinn@xxs padding-thinn@xs grid-whole@xxs grid-whole@xs grid-twothirds@s grid-twothirds@m grid-twothirds@l grid-twothirds@xl">
<img src="images/inktober-4.svg" alt="Hand relaxed, defeated, seeming. Palm down. True blue nails."/>
</div>
<div class="padding-thinn@xxs padding-thinn@xs grid-whole@xxs grid-whole@xs grid-quarter@s grid-quarter@m grid-quarter@l grid-quarter@xl">
<img src="images/inktober-5.svg" alt="Hand curled into a backwards C-shape. Teal fingernails."/>
</div>
<div class="padding-thinn@xxs padding-thinn@xs grid-whole@xxs grid-whole@xs grid-third@s grid-third@m grid-third@l grid-third@xl">
<img src="images/inktober-6.svg" alt="Hand curled into a backwards C-shape. Teal fingernails."/>
</div>
<div class="padding-thinn@xxs padding-thinn@xs grid-whole@xxs grid-whole@xs grid-third@s grid-third@m grid-third@l grid-third@xl">
<img src="images/inktober-7.svg" alt="Hand at relaxed state. Fingers drooped. Fingernails in purple."/>
</div>
<div class="padding-thinn@xxs padding-thinn@xs grid-whole@xxs grid-whole@xs grid-third@s grid-third@m grid-third@l grid-third@xl">
<img src="images/inktober-8.svg" alt="Hand sprawled out in the shape of a star. Coral fingernails. Neon green rings."/>
</div>
</div>
</div>
</body>
</html>