-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathart.html
101 lines (100 loc) · 3.7 KB
/
art.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
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html>
<head>
<title>Art</title>
<link rel="icon" type="image/x-icon" href="images/star.gif">
<!--<link rel="stylesheet" href="style.css">-->
</head>
<body>
<p><a href="index.html">Home</a></p>
<div class="header">
</div>
<div class="box">
<!-- This section can editted to your liking... -->
<h1>Visual Art</h1>
<img src="images/divider.gif" alt="divider">
<p>Here is a (currently) unorganized and small collection of <i>some</i> of my visual art.</p>
<h2>Web Pages</h2>
<p>Some bizzare HTML experiments/art peices</p>
<a href="web pages/whyhello.html">whyhello!</a><br>
<a href="web pages/face.html">face.html</a><br>
<a href="web pages/younever.html">younever.html</a><br>
<hr>
<h2>Zines</h2>
<h3>_____ Emoji Series</h3>
<a href="art/BOOK_memo_emoji.pdf">Memo Emoji</a>
<br>
<a href="art/BOOK_camera_emoji.pdf">Camera Emoji</a>
<br>
<a href="art/BOOK_cd_emoji.pdf">CD Emoji</a>
<h3><a href="https://www.furrylittlepeach.com/peachtober">Peachtober 2023</a></h3>
<a href="art/BOOK_peachtober_1.pdf">bzzzzzzzzzzzzzz, day 1</a>
<br>
<a href="art/BOOK_peachtober_2.pdf">Breathe In, day 2</a>
<br>
<a href="art/BOOK_peachtober_3.pdf">SWEETS, day 3</a>
<br>
<a href="art/BOOK_peachtober_4.pdf">Grub, day 4</a>
<br>
<a href="art/BOOK_peachtober_5.pdf">Sprig, day 5</a>
<br>
<a href="art/BOOK_peachtober_6.pdf">EYES, day 6</a>
<br>
<a href="art/BOOK_peachtober_7.pdf">Untitled, day 7</a>
<br>
<a href="art/BOOK_peachtober_8.pdf">DREAMS, day 8</a>
<br>
<a href="art/BOOK_peachtober_9.pdf">Untitled, day 9</a>
<br>
<a href="art/BOOK_peachtober_10.pdf">Citrus Blast, day 10</a>
<br>
<a href="art/BOOK_peachtober_11.pdf">PENCILS, day 11</a>
<br>
<a href="art/BOOK_peachtober_12.pdf">Nest, day 12</a>
<br>
<p><i>(I stopped doing this after day 12, 'twas too tiring)</i></p>
<h3>Misc.</h3>
<a href="https://ohnoitsnoah.itch.io/alotinsty">A List of Things I'll Never Say to You</a>
<hr>
<h2>Misc. Work</h2>
<a href="art/1696182360061.png">1696182360061.png</a>
<br>
<a href="art/1696452888082.png">1696452888082.png</a>
<br>
<a href="art/killer.png">killer.png</a>
<br>
<a href="art/20231007103835.png">20231007103835.png</a>
<br>
<a href="art/20231017170447.png">20231017170447.png</a>
<br>
<a href="art/untitled.png">untitled.png</a>
<br>
<a href="art/clown.png">clown.png</a>
<br>
<a href="art/20231008094448.png">20231008094448.png</a>
<br>
<a href="art/untitled 2.png">untitled 2.png</a>
<br>
<a href="art/pfp.png">My profile picture that I use, sometimes</a>
<br />
<a href="art/scab.png">An abstract version of one of my poems</a>
<br>
<a href="art/Scan 1.png">A doodle of me and my partner, made by each other</a>
<br>
<a href="art/nervous newbie.png">A doodle for a project I never finished</a>
<hr>
<h3>Old comic art/ms-paint drawings</h3>
<p>I started this website as a place to host a web comic I had been working on at the time. The project has since been abandoned. Here's what is left/what I have of it</p>
<a href="art/comic1(panel1).png">comic1(panel1).png</a>
<br>
<a href="art/apple1.png">apple1.png</a>
<a href="art/apple2.png">apple 2.png</a>
<br>
<a href="art/tamagotchi problems.png">tamagotchi problems.png</a>
<br>
<a href="art/ambient music good.png">ambient music good.png</a>
<p style="opacity:0.33">(This page is a <b><i><u>W.I.P.</u></i></b>!!)</p>
<img style="opacity:0.33" src="images/construction.png">
</div>
</body>
</html>