-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworks.html
91 lines (84 loc) · 1.81 KB
/
works.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
87
88
89
90
91
---
layout: base_grid
title: Portfolio | wholewheattoast.com
description: Selected drawings and projects
stub: works.html
date: 2016-04-21
nav-1: portfolio
permalink: works.html
---
<article class="portfolio">
<h2>Selected Works</h2>
<section>
<header>
<h3>2024</h3>
</header>
<ol class="list-unstyled">
<li>
<a href="/comics/candy-thief.html">Candy Thief</a>
</li>
</ol>
</section>
<section>
<header>
<h3>2019</h3>
</header>
<ol class="list-unstyled">
<li>
<a href="/drawing/marker-drawings.html">Marker Drawings</a>
</li>
</ol>
</section>
<section>
<header>
<h3>2016</h3>
</header>
<ul class="list-unstyled">
<li>
<a href="/drawing/quarter_sheet_blk.html">Quarter Sheet Drawings</a>
</li>
</ul>
</section>
<section>
<header>
<h3>2015</h3>
</header>
<ul class="list-unstyled">
<li>
<a href="/portfolio/mail2015.html">Outgoing Mail (2015)</a>
</li>
<li>
<a href="/portfolio/lunch2015.html">Lunch Drawings (2015)</a>
</li>
</ul>
</section>
<section>
<header>
<h3>2014</h3>
</header>
<ul class="list-unstyled">
<li>
<a href="/portfolio/mail2014.html">Outgoing Mail (2014)</a>
</li>
</ul>
</section>
<section>
<header>
<h3>2013</h3>
</header>
<ul class="list-unstyled">
<li>
<a href="/portfolio/mail2013.html">Outgoing Mail (2013)</a>
</li>
<li>
<a href="/portfolio/ncd/index.html">New Color Drawings (2013)</a>
</li>
<li>
<a href="/portfolio/drawing/bad_daddies.html">Bad Daddies Flyer</a>
</li>
<li>
<a href="/portfolio/comics2013.html">Comics (2013)</a>
</li>
</ul>
</section>
</article>