-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgridish.html
206 lines (185 loc) · 5.56 KB
/
gridish.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html 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">
<title>codez: gridish.html</title>
<style>
* { box-sizing:border-box; padding:0; margin:0; }
body { font-size:1.8vw; font-family:sans-serif; }
div { border:1px red solid; }
#app
{
margin:0.1em;
padding:0.1em;
border:0.1em solid blue;
background-color:red;
}
.grid-ish
{
display:flex;
flex-wrap:wrap;
}
.grid-ish > *
{
flex: 1 1 20%;
text-align:center;
content-align:center;
}
.grid-ish > div
{
padding:0.25em 0.5em;
border:1px solid gray;
}
.grid-ish > .banner {
font-size:3.5vw
font-weight:bold;
font-family:monospace;
background-color:black;
color:lime;
line-height:1.2;
padding:0.5em 1em;
}
.yel { background-color:yellow; }
.grn { background-color:lime; }
.blu { background-color:cyan; }
.blk { background-color:black; }
.wht { background-color:white; }
.sidebar-content
{
display:flex;
flex-wrap:wrap;
background-color:linen;
}
.sidebar-content > *:nth-child(1)
{
flex:0 0 32px;
padding:2px 4px 0 4px;
}
.sidebar-content > *:nth-child(2)
{
flex:1 1 90%;
padding:2px;
font-size: 1em * 2vw;
}
.sidebar-content > section { border:1px solid magenta; }
.svgimg
{
margin:0; padding:0; border:1px solid white;
}
a.fn {
font-family:monospace;
font-size:1.5vh;
font-weight:500;
display:block;
text-decoration:none;
color:darkblue;
background:linen;
border:1px solid cyan;
/* leave a margin on the bottom */
margin-bottom:1.25vh;
}
a.fn:hover {
font-decoration:underline;
background-color:yellow;
}
a.footlink {
display:inline; padding:0;margin:0;font-weight:bold; text-decoration:none;
}
a.footlink::before { content:'<'; box-sizing:border-box; margin:0;padding:0;margin-right:1.0em;}
a.footlink::after { content:'>'; box-sizing:border-box; margin:0;padding:0;margin-left:1.0em;}
a.footlink:hover { text-decoration:underline; background-color:linen; color:darkblue; }
</style>
</head>
<body>
<div id="app">
<div class="sidebar-content">
<section style="padding:0;margin:0; height:32px;">
<object style="margin:0;padding:0;height:32px;"
data="/SVG/sem.svg"></object>
</section>
<a style="font-size:1vh; height:32px;" class="fn" href="/SVG/sem.svg">/SVG/sem.svg</a>
</div>
<div class="grid-ish">
<div class="banner">
<h2><em>codez: </em><code>gridish.html</code></h2>
</div>
</div>
<div class="grid-ish">
<div class="grn">
<a class="fn" href="/SVG/xterm.2023.06.05.02.59.56.svg" >/SVG/xterm.2023.06.05.02.59.56.svg</a>
<object data="/SVG/xterm.2023.06.05.02.59.56.svg"></object>
</div>
<div class="grn">
<a class="fn" href="/SVG/1680700948octopus.svg">/SVG/1680700948octopus.svg</a>
<object width="100" data="/SVG/1680700948octopus.svg"></object>
</div>
<div class="grn">
<a class="fn" href="/SVG/cat-face-vectorized.svg">/SVG/cat-face-vectorized.svg</a>
<object width="100" data="/SVG/cat-face-vectorized.svg"></object>
</div>
<div class="grn">
<a class="fn" href="/SVG/1269481853.svg">/SVG/1269481853.svg</a>
<object width="100" data="/SVG/1269481853.svg"></object>
</div>
<div class="grn">
<a class="fn" href="/SVG/cat-paw-prints-sharp.svg"
>/SVG/cat-paw-prints-sharp.svg</a>
<object width="200" data="/SVG/cat-paw-prints-sharp.svg"></object>
</div>
</div>
<div class="grid-ish">
<div>
<object
style="width:100%;height:100%;"
data="/WebGL-Fluid-Simulation/index.html"></object>
</div>
</div>
<div class="grid-ish">
<div class="yel">
<div>
<a class="fn" href="/SVG/xterm.2023.06.14.20.07.46.svg">/SVG/xterm.2023.06.14.20.07.46.svg</a>
<object data="/SVG/xterm.2023.06.14.20.07.46.svg" style="flex:0 1 100%"></object>
<p>
Screen-capture: <em>WebFL-Fluid-Simulation</em>
project directory content <br/> <code>2023.06.14
20:07:46</code>
</p>
</div>
</div>
<div class="yel">
<a class="fn" href="/SVG/cat-paw-prints-fuzzy.svg">/SVG/cat-paw-prints-fuzzy.svg</a>
<object height="240"
data="/SVG/cat-paw-prints-fuzzy.svg"></object>
</div>
</div>
<div class="grid-ish">
<div class="blu">
<div>
<a class="fn" href="/SVG/Cat3.svg">/SVG/Cat3.svg</a>
<object data="/SVG/Cat3.svg"></object>
</div>
</div>
</div>
<div class="grid-ish" style="font-size:1rem; line-height:1; height:2.5rem; ">
<footer style="flex:0 1 100%; padding:0;margin:0; content-align:middle;border:1px solid magenta; " >
<div style="display:flex; padding:0.5em 1.5em; border:1px solid yellow;" >
<object style="height:1.25em; display:inline; margin:0 1em;"
data="/SVG/cat-paw-prints-sharp.svg"></object>
<span style="display:inline; padding:0 1em;" >
<em>made by</em>
</span>
<a class="footlink" style=""
href="https://sumkittehz.codes/"><code>sumkittehz.codes</code></a>
<span style="display:inline; padding:0 1em;" >
<time style="font-style:italic;font-family:monospace;">June 2023</time>
</span>
<object style="height:1.25em; display:inline; margin:0 1em;"
data="/SVG/cat-paw-prints-sharp.svg"></object>
</div>
</footer>
</div>
</div>
</body>
</html>