-
Notifications
You must be signed in to change notification settings - Fork 0
/
artwork.html
133 lines (75 loc) · 2.29 KB
/
artwork.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!doctype html>
<html class="no-js" lang="">
<link rel="stylesheet" type="text/css" href="library.css">
<link rel="icon" href="favicon.gif" type="image/png">
<head>
<title>
artwork
</title>
<style type="text/css">
body {background-color: #efefef}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="pluslorem">
<meta property="og:description" content="osa uveine">
<meta property="og:image" content="https://pluslorem.wiki/lexicon/media/images/000.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
</head>
<body>
<div id="module-00">
<style type="text/css">
div {
background-size: cover;
background-position: center;
}
</style>
<p>
<a href="./illustration">ILLUSTRATION</a> . ARTWORK
</p>
<hr>
<p>
Artwork archive storing selected pieces and sketches, organized by year.
</p>
</div>
<div id="module-02">
<style type="text/css">
#module-02 {
margin-top: 1px;
}
</style>
<p style="text-align: left;">
<a href="./sketchbook">SKETCHBOOK</a>
<span style="float: right;">ARCHIVE</span>
</p>
<p style="text-align: left;">
<a href="./artwork.2017">2017</a>
<span style="float: right;">YEAR</span>
</p>
<p style="text-align: left;">
<a href="./artwork.2018">2018</a>
<span style="float: right;">YEAR</span>
</p>
<p style="text-align: left;">
<a href="./artwork.2019">2019</a>
<span style="float: right;">YEAR</span>
</p>
</div>
<div id="module-03">
<style type="text/css">
#module-03 {
margin-top: 1px;
}
</style>
<p style="text-align: left;">
<a href="./deuveir">OSA UVEINE</a> 2014 - 2020
<span style="float: right;"><a href="https://twitter.com/deuveir">TWITTER</a></span>
</p>
<p>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">BY-NC-SA</a> 4.0
<span style="float: right;"><a href="https://github.com/deuveir">GITHUB</a></span>
</p>
</div>
</body>
</html>