-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
262 lines (262 loc) · 8.24 KB
/
index.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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!-- Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>mono</title>
</head>
<body class="mono-all">
<aside>
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="https://github.com/artalar/mono" target="_blank">Github</a>
</li>
<li>
<a href="/404.html">404</a>
</li>
</ul>
</nav>
</aside>
<main>
<h1>mono - Brutalism in UI</h1>
<input id="colorpicker-back" type="color" />
<label>
<input
id="colorpicker-sync"
type="checkbox"
title="sync colors"
checked
/>
sync</label
>
<input id="colorpicker-main" type="color" />
<br />
<span
><button id="colormix" style="width: 7rem">mix</button>
<button id="colorinvert" style="width: 7rem">invert</button>
<button id="colorreset" style="width: 7rem">reset</button></span
>
<section>
<header>
<h2 id="blockquote">Blockquote</h2>
</header>
<blockquote>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.<br />Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s.
</p>
</blockquote>
<blockquote><p>blockquote?</p></blockquote>
<blockquote>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s
</p>
</blockquote>
</section>
<section>
<header>
<h2 id="bold">Bold</h2>
</header>
<span>Some text to <b>demonstrate</b> bold higlight.</span>
</section>
<section>
<header>
<h2 id="button">Button</h2>
</header>
<button>Cancel</button>
<button>Ok</button>
</section>
<section>
<header>
<h2 id="checkbox">Checkbox</h2>
</header>
<input type="checkbox" checked /> Banana
<br />
<input type="checkbox" checked /> Blueberry
<br />
<input type="checkbox" /> Orange
</section>
<section>
<header>
<h2 id="code">Code</h2>
</header>
<span
>I want to show you the "css-lock" code:
<code>font-size: calc(0.4vw + 0.6em);</code></span
>
</section>
<section>
<header>
<h2 id="details">Details</h2>
</header>
Here the accordion / spoiler example.
<details>
<summary>Summary</summary>
This is <code>details</code> internals, which you can see after click
on <code>summary</code>
</details>
</section>
<section>
<header>
<h2 id="heading">Heading</h2>
</header>
<h3>Some title for h3</h3>
<h4>Some title for h4</h4>
</section>
<section>
<header>
<h2 id="link">Link</h2>
</header>
In this text <a href="/">Try to go to somewhere</a> for some reason. And
<a href="/">this is another</a> example.
</section>
<section>
<header>
<h2 id="paragraph">Paragraph</h2>
</header>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text ever
since the 1500s, when an unknown printer took a galley of type and
scrambled it to make a type specimen book.
</p>
<p>
It has survived not only five centuries, but also the leap into
electronic typesetting, remaining essentially unchanged.
</p>
</section>
<section>
<header>
<h2 id="pre">Preformat</h2>
</header>
<span>I want to show you this sandbox code:</span>
<pre>
html {
<code>font-size: calc(0.3vw + 0.7em);</code>
font-family: monospace;
line-height: 1.5rem;
}
</pre>
</section>
<section>
<header id="radio">
<h2>Radio buttons</h2>
</header>
<fieldset>
<legend>Radios</legend>
<label>
<input type="radio" name="radio" checked />
<span>Radio button with label</span>
</label>
<br />
<label>
<input type="radio" name="radio" />
<span
>Something Lorem, ipsum dolor sit amet consectetur adipisicing
elit. Culpa, cum quas temporibus excepturi. Lorem, ipsum
dolor.</span
>
</label>
<br />
<input type="radio" name="radio" id="example-first" />
<label for="example-first">Without wrapping to label</label>
<br />
<input type="radio" name="radio" id="example-second" />
<label for="example-second"
><span
>Something Lorem ipsum dolor sit amet consectetur, adipisicing
elit. Vel excepturi quae rerum beatae eos tempore esse tenetur ad
dicta sint nostrum rem ullam laboriosam quasi, nisi ipsa? Sunt,
aut animi. Suscipit accusamus illum ipsam saepe nemo aperiam
iure?</span
></label
>
</fieldset>
</section>
<section>
<header>
<h2 id="range">Range input</h2>
</header>
<input type="range" name="range" />
</section>
<section>
<header>
<h2 id="strong">Strong</h2>
</header>
<span>Some text to <strong>demonstrate</strong> bold higlight.</span>
</section>
<section>
<header>
<h2 id="Ul">Unordered List</h2>
</header>
<ul>
<li>Lorem Ipsum</li>
<li>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry. Lorem Ipsum has been the industry's standard dummy text
ever since the 1500s, when an unknown printer took a galley of type
and scrambled it to make a type specimen book. It has survived not
only five centuries, but also the leap into electronic typesetting,
remaining essentially unchanged.
</li>
<li>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.
</li>
<li>
Lorem Ipsum is simply dummy text of the printing and typesetting
industry.<br />Lorem Ipsum has been the industry's standard dummy
text ever since the 1500s.
</li>
</ul>
</section>
<section>
<header>
<h2 id="table">Table</h2>
</header>
<table>
<thead>
<tr>
<th>One</th>
<th>Two</th>
<th>Thre</th>
</tr>
</thead>
<tr>
<th>1</th>
<th>2</th>
<th>3</th>
</tr>
<tr>
<th>10</th>
<th>20</th>
<th>30</th>
</tr>
<tr>
<th>100</th>
<th>200</th>
<th>300</th>
</tr>
<tr>
<th>1000</th>
<th>2000</th>
<th>3000</th>
</tr>
</table>
</section>
<footer>
<a href="https://t.me/artalar" target="_blank">@artalar</a>
</footer>
</main>
<script type="module" src="/main.js"></script>
</body>
</html>