-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy patharchive.html
473 lines (314 loc) · 28.6 KB
/
archive.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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Archive</title>
<meta name="description" content="Archive. All projects in one place.">
<meta name="keywords" content="
archive, all, page, main,
">
<link rel="alternate" type="application/rss+xml" title="Website RSS" href="/rss.xml">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
<link rel="icon" sizes="512x512" href="/img/logo.png" type="image/png">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<!-- main -->
<link rel="preload" href="/js/main.js" as="script">
<link rel="preload" href="/css/main.css" as="style">
<link rel="stylesheet" href="/css/main.css" type="text/css">
<link rel="preload" href="/css/auto.css" as="style">
<link rel="stylesheet" type="text/css" href="/css/auto.css" id="theme">
<link rel="preload" href="/css/style.css" as="style">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<noscript>
<link rel="stylesheet" type="text/css" href="/css/noscript.css">
</noscript>
<!-- // main -->
</head>
<body>
<!-- Navigation HTML v.1.0.1 -->
<header>
<div class="wrapper3">
<div class="margin"></div>
<div id="topNav" class="topNav">
<nav>
<span class="countMenuItem"></span>
<a class="countMenuItem inlineBlock padding" style="padding-left: 0;" href="/" title="index / nav 1"><img class="logo2 reduceLight" src="/img/logo.png" alt="logo" style="max-width: 26px;"></a>
<span id="navMenu" class="navMenu">
<!-- links in nav -->
<a class="countMenuItem inlineBlock padding brand itemLinkAni" href="/pages/" title="Pages">Pages</a>
<a class="countMenuItem inlineBlock padding brand itemLinkAni" href="/projects/" title="Projects">Projects</a>
<a class="countMenuItem inlineBlock padding brand itemLinkAni" href="/mini-projects/" title="Mini Projects">Mini Projects</a>
<a class="countMenuItem inlineBlock padding brand itemLinkAni" href="/games/" title="Games">Games</a>
<a class="countMenuItem active2 inlineBlock padding itemLinkAniActive" href="/archive.html" title="Archive">Archive</a>
<!-- // links in nav -->
</span>
<div class="dropdownMenuContentWrapper">
<div class="dropdownMenuContent">
<a id="dropdownMenuButton" class="dropdownMenuButton inlineBlock padding mClassNavUp brand borderBottomTransparent itemLinkAni" href="#" onclick="fuMDropdownButton();return false;">☰ Menu</a>
<div id="dropdownMenu" class="dropdownMenu">
<div class="dropdownMenuColumn shadow bg2 padding2 borderRadius2">
<!-- links for show in dropdown (duplicate) -->
<a class="countMenuItem inlineBlock padding brand itemLinkAni" href="/pages/" title="Pages">Pages</a>
<a class="countMenuItem inlineBlock padding brand itemLinkAni" href="/projects/" title="Projects">Projects</a>
<a class="countMenuItem inlineBlock padding brand itemLinkAni" href="/mini-projects/" title="Mini Projects">Mini Projects</a>
<a class="countMenuItem inlineBlock padding brand itemLinkAni" href="/games/" title="Games">Games</a>
<a class="countMenuItem active2 inlineBlock padding itemLinkAniActive" href="/archive.html" title="Archive">Archive</a>
<!-- // links for show in dropdown (duplicate) -->
</div>
</div>
</div>
</div>
<span class="countMenuItem"></span>
<a class="countMenuItem inlineBlock padding mClassNavUp brand borderBottomTransparent itemLinkAni" href="../" title="../ (Up)">List (up)</a>
<span class="countMenuItem"></span>
<form class="countMenuItem noscriptHide inlineBlock padding" style="padding-right: 0;" method="GET" action="/pages/site-search/" role="search">
<!--<label for="siteSearch" class="xSmall op">search:</label>-->
<input id="siteSearch" type="search" placeholder="site search" name="q" autocomplete="off">
</form>
</nav>
</div>
</div>
</header>
<!-- // Navigation HTML -->
<!--<hr>-->
<!-- content -->
<main class="content">
<h1 class="op tCenter"><span class="insertIconTitle">Archive</span></h1>
<div class="wrapper">
<!-- nav2 -->
<div class="margin padding"></div>
<hr>
<h2 class="op tCenter">Lists:</h2>
<div class="xSmall op block tLeft padding1PxList margin1PxList"><span class="bold green">✪</span> Lists:</div>
<div class="menu small">
<a class=" button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/pages/"><span class="insertIcon firstLetterBold">Pages</span></a>
<a class=" button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/"><span class="insertIcon firstLetterBold">Projects</span></a>
<a class=" button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/"><span class="insertIcon firstLetterBold">Mini projects</span></a>
<a class=" button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/"><span class="insertIcon firstLetterBold">Games</span></a>
<a class=" button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/other-projects-list.html"><span class="insertIcon firstLetterBold">Other projects</span></a>
<a class=" borderBottomBrand op active button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/archive.html"><span class="insertIcon firstLetterBold">Archive (All)</span></a>
</div>
<div class="padding2"></div>
<!-- // nav2 -->
<!-- menu -->
<nav>
<div class="block padding2 margin2"></div>
<div><h1 class="block op tCenter insertIcon">Pages:</h1></div>
<div class="menu small">
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/about.html"><span class="insertIcon firstLetterBold">About</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/art/"><span class="insertIcon firstLetterBold">Art</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/articles/"><span class="insertIcon firstLetterBold">Articles</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/chrome-extensions/"><span class="insertIcon firstLetterBold">Chrome extensions</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/chrome-theme/"><span class="insertIcon firstLetterBold">Chrome theme</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/css-art/"><span class="insertIcon firstLetterBold">Css art</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/firefox-extensions/"><span class="insertIcon firstLetterBold">Firefox extensions</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/firefox-theme/"><span class="insertIcon firstLetterBold">Firefox theme</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/geany-theme/"><span class="insertIcon firstLetterBold">Geany theme</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/icons/"><span class="insertIcon firstLetterBold">Icons</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/images/"><span class="insertIcon firstLetterBold">Images</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/links/"><span class="insertIcon firstLetterBold">Links</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/microblog/"><span class="insertIcon firstLetterBold">Microblog</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/news/"><span class="insertIcon firstLetterBold">News</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/notes/"><span class="insertIcon firstLetterBold">Notes</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/photos/"><span class="insertIcon firstLetterBold">Photos</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/posts/"><span class="insertIcon firstLetterBold">Posts</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/search/"><span class="insertIcon firstLetterBold">Search</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/site-search/"><span class="insertIcon firstLetterBold">Site search</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/sitemap/"><span class="insertIcon firstLetterBold">Sitemap</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/templates/"><span class="insertIcon firstLetterBold">Templates</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2 firstLetterBold" tabindex="0" href="/pages/updates.html"><span class="insertIcon firstLetterBold">Updates</span></a>
</div>
<div class="margin2"></div>
</nav>
<!-- // menu -->
<!-- menu -->
<nav>
<div class="block padding2 margin2"></div>
<div><h1 class="block op tCenter insertIcon">Projects:</h1></div>
<div class="menu small">
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/agi-countdown-59/index.html"><span class="insertIcon firstLetterBold">Agi countdown</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/average-number-40/index.html"><span class="insertIcon firstLetterBold">Average number</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/background-colors-list-50/index.html"><span class="insertIcon firstLetterBold">Background colors list</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/browser-info-test-js-2/index.html"><span class="insertIcon firstLetterBold">Browser info test js</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/calculator-3/index.html"><span class="insertIcon firstLetterBold">Calculator</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/color-picker-4/index.html"><span class="insertIcon firstLetterBold">Color picker</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/count-symbol-39/index.html"><span class="insertIcon firstLetterBold">Count symbol</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/demo-test-style-class-5/index.html"><span class="insertIcon firstLetterBold">Demo test style class</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/demo-test-style-ui-60/index.html"><span class="insertIcon firstLetterBold">Demo test style ui</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/drawing-7/index.html"><span class="insertIcon firstLetterBold">Drawing</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/google-programmable-search-49/index.html"><span class="insertIcon firstLetterBold">Google programmable search</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/google-trends-46/index.html"><span class="insertIcon firstLetterBold">Google trends</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/highlight-word-15/index.html"><span class="insertIcon firstLetterBold">Highlight word</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/insert-icon-17/index.html"><span class="insertIcon firstLetterBold">Insert icon</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/keep-1/index.html"><span class="insertIcon firstLetterBold">Keep</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/lag-test-47/index.html"><span class="insertIcon firstLetterBold">Lag test</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/movie-list-19/index.html"><span class="insertIcon firstLetterBold">Movie list</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/music-20/index.html"><span class="insertIcon firstLetterBold">Music</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/music-blog-72/index.html"><span class="insertIcon firstLetterBold">Music blog</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/navigation-71/index.html"><span class="insertIcon firstLetterBold">Navigation</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/podcast-70/index.html"><span class="insertIcon firstLetterBold">Podcast</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/print-53/index.html"><span class="insertIcon firstLetterBold">Print</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/radio-22/index.html"><span class="insertIcon firstLetterBold">Radio</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/rain-38/index.html"><span class="insertIcon firstLetterBold">Rain</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/random-color-generator-51/index.html"><span class="insertIcon firstLetterBold">Random color generator</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/random-symbol-23/index.html"><span class="insertIcon firstLetterBold">Random symbol</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/random-text-generator-24/index.html"><span class="insertIcon firstLetterBold">Random text generator</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/random-website-69/index.html"><span class="insertIcon firstLetterBold">Random website</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/redirects-25/index.html"><span class="insertIcon firstLetterBold">Redirects</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/remove-duplicates-61/index.html"><span class="insertIcon firstLetterBold">Remove duplicates</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/scroll-effect-when-scroll-48/index.html"><span class="insertIcon firstLetterBold">Scroll effect when scroll</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/sorting-55/index.html"><span class="insertIcon firstLetterBold">Sorting</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/speech-to-text-63/index.html"><span class="insertIcon firstLetterBold">Speech to text</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/speed-dial-58/index.html"><span class="insertIcon firstLetterBold">Speed dial</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/start-page-41/index.html"><span class="insertIcon firstLetterBold">Start page</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/test-27/index.html"><span class="insertIcon firstLetterBold">Test</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/text-to-binary-52/index.html"><span class="insertIcon firstLetterBold">Text to binary</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/text-to-speech/index.html"><span class="insertIcon firstLetterBold">Text to speech</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/text-to-url-43/index.html"><span class="insertIcon firstLetterBold">Text to url</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/time-binary-clock-28/index.html"><span class="insertIcon firstLetterBold">Time binary clock</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/time-clock-29/index.html"><span class="insertIcon firstLetterBold">Time clock</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/time-stopwatch-30/index.html"><span class="insertIcon firstLetterBold">Time stopwatch</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/time-utc-clock-56/index.html"><span class="insertIcon firstLetterBold">Time utc clock</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/todo-list-31/index.html"><span class="insertIcon firstLetterBold">Todo list</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/todo-list-ideas-32/index.html"><span class="insertIcon firstLetterBold">Todo list ideas</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/tpl-projects-33/index.html"><span class="insertIcon firstLetterBold">Tpl projects</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/tpl-projects-app-34/index.html"><span class="insertIcon firstLetterBold">Tpl projects app</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/transliterate-35/index.html"><span class="insertIcon firstLetterBold">Transliterate</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/tv-36/index.html"><span class="insertIcon firstLetterBold">Tv</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/video-18/index.html"><span class="insertIcon firstLetterBold">Video</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/weather-37/index.html"><span class="insertIcon firstLetterBold">Weather</span></a>
</div>
<div class="margin2"></div>
</nav>
<!-- // menu -->
<!-- menu -->
<nav>
<div class="block padding2 margin2"></div>
<div><h1 class="block op tCenter insertIcon">Mini-projects:</h1></div>
<div class="menu small">
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/animated-borders-button-link-5/index.html"><span class="insertIcon firstLetterBold">Animated borders button link</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/animation-test-6/index.html"><span class="insertIcon firstLetterBold">Animation test</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/background-with-linear-gradient-css-7/index.html"><span class="insertIcon firstLetterBold">Background with linear gradient css</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/button-blur-unblur-28/index.html"><span class="insertIcon firstLetterBold">Button blur unblur</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/flex-grid-32/index.html"><span class="insertIcon firstLetterBold">Flex grid</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/heading-33/index.html"><span class="insertIcon firstLetterBold">Heading</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/hide-show-on-resize-35/index.html"><span class="insertIcon firstLetterBold">Hide show on resize</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/html-symbols-36/index.html"><span class="insertIcon firstLetterBold">Html symbols</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/light-and-dark-design-29/index.html"><span class="insertIcon firstLetterBold">Light and dark design</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/palette-generator-using-css-34/index.html"><span class="insertIcon firstLetterBold">Palette generator using css</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/project-ideas-37/index.html"><span class="insertIcon firstLetterBold">Project ideas</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/responsive-web-design-2/index.html"><span class="insertIcon firstLetterBold">Responsive web design</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/simple-page-38/index.html"><span class="insertIcon firstLetterBold">Simple page</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/sun-and-moon-css-31/index.html"><span class="insertIcon firstLetterBold">Sun and moon css</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/tpl-project-mini-1/index.html"><span class="insertIcon firstLetterBold">Tpl project mini</span></a>
</div>
<div class="margin2"></div>
</nav>
<!-- // menu -->
<!-- menu -->
<nav>
<div class="block padding2 margin2"></div>
<div><h1 class="block op tCenter insertIcon">Games:</h1></div>
<div class="menu small">
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/dice-9/index.html"><span class="insertIcon firstLetterBold">Dice</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/guess-number-10/index.html"><span class="insertIcon firstLetterBold">Guess number</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/lnnguage-learning-quiz-45/index.html"><span class="insertIcon firstLetterBold">Lnnguage learning quiz</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/memory-symbol-11/index.html"><span class="insertIcon firstLetterBold">Memory symbol</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/quiz-42/index.html"><span class="insertIcon firstLetterBold">Quiz</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/rock-paper-scissors-67/index.html"><span class="insertIcon firstLetterBold">Rock paper scissors</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/snake-12/index.html"><span class="insertIcon firstLetterBold">Snake</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/spin-wheel-69/index.html"><span class="insertIcon firstLetterBold">Spin wheel</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/tic-tac-toe-13/index.html"><span class="insertIcon firstLetterBold">Tic tac toe</span></a>
<a class="button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/typing-speed-14/index.html"><span class="insertIcon firstLetterBold">Typing speed</span></a>
</div>
<div class="margin2"></div>
</nav>
<!-- // menu -->
<div class="margin2 padding2"></div><h2 class="op tCenter insertIcon padding2List">Other Projects</h2><div class="padding bg border borderRadius2"><h3 class="op zero padding">PHP</h3>
<div class="wrapper">
<!-- post -->
<div class=" bgList borderList file post borderRadius2 padding3">
<div class="pre"><a class="brand" href="/other-projects/php/README.md">/other-projects/php/README.md</a></div>
<div class="postTagList"></div>
</div>
<!-- // post -->
<!-- post -->
<div class=" bgList borderList post file borderRadius2 padding3">
<div class="pre"><a class="brand insertIcon" href="https://github.com/irvirty/irvirty.pages.dev/tree/main//other-projects/php/functions/">[ Functions ] <span class="op sup x-small">⇗</span></a> <span class="small op">(Repository)</span>
<a class="brand insertIcon" rel=”nofollow” href="/other-projects/php/functions/">[ Functions ]</a> <span class="small op">(Local, Carefully!)</span></div>
<div class="postTagList"></div>
</div>
<!-- // post -->
<!-- post -->
<div class=" bgList borderList post file borderRadius2 padding3">
<div class="pre"><a class="brand insertIcon" href="https://github.com/irvirty/irvirty.pages.dev/tree/main//other-projects/php/hello-world/">[ Hello world ] <span class="op sup x-small">⇗</span></a> <span class="small op">(Repository)</span>
<a class="brand insertIcon" rel=”nofollow” href="/other-projects/php/hello-world/">[ Hello world ]</a> <span class="small op">(Local, Carefully!)</span></div>
<div class="postTagList"></div>
</div>
<!-- // post -->
<!-- post -->
<div class=" bgList borderList post file borderRadius2 padding3">
<div class="pre"><a class="brand insertIcon" href="https://github.com/irvirty/irvirty.pages.dev/tree/main//other-projects/php/old/">[ Old ] <span class="op sup x-small">⇗</span></a> <span class="small op">(Repository)</span>
<a class="brand insertIcon" rel=”nofollow” href="/other-projects/php/old/">[ Old ]</a> <span class="small op">(Local, Carefully!)</span></div>
<div class="postTagList"></div>
</div>
<!-- // post -->
<!-- post -->
<div class=" bgList borderList file post borderRadius2 padding3">
<div class="pre"><a class="brand" href="/other-projects/php/readme.txt">/other-projects/php/readme.txt</a></div>
<div class="postTagList"></div>
</div>
<!-- // post -->
</div>
<div class="margin padding"></div>
<h3 class="op zero padding">Python</h3>
<div class="wrapper">
<!-- post -->
<div class=" bgList borderList post file borderRadius2 padding3">
<div class="pre"><a class="brand insertIcon" href="https://github.com/irvirty/irvirty.pages.dev/tree/main//other-projects/python/hello-world/">[ Hello world ] <span class="op sup x-small">⇗</span></a> <span class="small op">(Repository)</span>
<a class="brand insertIcon" rel=”nofollow” href="/other-projects/python/hello-world/">[ Hello world ]</a> <span class="small op">(Local, Carefully!)</span></div>
<div class="postTagList"></div>
</div>
<!-- // post -->
</div>
<div class="margin padding"></div>
<h3 class="op zero padding">Other</h3>
<div class="wrapper">
<!-- post -->
<div class=" bgList borderList post file borderRadius2 padding3">
<div class="pre"><a class="brand insertIcon" href="https://github.com/irvirty/irvirty.pages.dev/tree/main//other-projects/other/dreamwidth.org-style-backup/">[ Dreamwidth.org style backup ] <span class="op sup x-small">⇗</span></a> <span class="small op">(Repository)</span>
<a class="brand insertIcon" rel=”nofollow” href="/other-projects/other/dreamwidth.org-style-backup/">[ Dreamwidth.org style backup ]</a> <span class="small op">(Local, Carefully!)</span></div>
<div class="postTagList"></div>
</div>
<!-- // post -->
</div>
<div class="margin padding"></div>
</div>
<!-- nav2 -->
<div class="margin padding"></div>
<hr>
<h2 class="op tCenter">Lists:</h2>
<div class="xSmall op block tLeft padding1PxList margin1PxList"><span class="bold green">✪</span> Lists:</div>
<div class="menu small">
<a class=" button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/pages/"><span class="insertIcon firstLetterBold">Pages</span></a>
<a class=" button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/projects/"><span class="insertIcon firstLetterBold">Projects</span></a>
<a class=" button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/mini-projects/"><span class="insertIcon firstLetterBold">Mini projects</span></a>
<a class=" button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/games/"><span class="insertIcon firstLetterBold">Games</span></a>
<a class=" button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/other-projects-list.html"><span class="insertIcon firstLetterBold">Other projects</span></a>
<a class=" borderBottomBrand op active button light3 border3 borderRadius2 itemHeight2" tabindex="0" href="/archive.html"><span class="insertIcon firstLetterBold">Archive (All)</span></a>
</div>
<div class="padding2"></div>
<!-- // nav2 -->
<div class="padding2"></div>
<span id="speedDialPrint"></span>
</div>
<div class="block padding2"></div>
</main>
<!-- // content -->
<footer id="footer"></footer>
<script src="/js/main.js"></script>
<script src="/js/script.js"></script>
</body>
</html>