This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
works.html
538 lines (473 loc) · 23 KB
/
works.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
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="stylesheet" href="works.css" />
<link rel="icon" href="favicon.gif" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>David Lapshin</title>
<meta name="author" content="David Lapshin" />
<meta name="Description" content="Passionate designer, translator, and FOSS contributor." />
<meta name="keywords" content="developer, designer, GNOME" />
<meta property="og:type" content="website" />
<meta property="og:title" content="David Lapshin" />
<meta property="og:description" content="Passionate designer, translator, and FOSS contributor." />
<meta property="og:image" content="https://daudix-ufo.github.io/img/og-image.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="A simple representation of metaballs" />
<script defer data-domain="daudix-ufo.github.io" src="https://analytics.projectsegfau.lt/js/script.js"></script>
<script>
// Close modal when esc key is pressed
window.onkeydown = function (event) {
if (event.key == "Escape")
window.history.go(-1);
};
// Check if the modal is open and disable scroll, otherwise enable it
function checkModalState() {
var hash = window.location.hash;
var hashText = hash.slice(1);
if (hashText.length > 0) {
// Text exists after the hash symbol
// console.log('Text after the hash: ' + hashText); // Debug
pageScrollOff();
} else {
// No text after the hash symbol
// console.log('No text after the hash.'); // Debug
pageScrollOn();
}
};
// Check if the modal is open on page load
window.onload = function () {
checkModalState();
};
// Check if the modal is open and disable scroll, otherwise enable it
window.onhashchange = function () {
checkModalState();
};
// Function to disable page scrolling
function pageScrollOff() {
document.body.style.overflow = 'hidden';
document.documentElement.style.overflow = 'hidden';
};
// Function to enable page scrolling
function pageScrollOn() {
document.body.style.overflowY = '';
document.documentElement.style.overflowY = '';
};
</script>
<meta http-equiv="refresh" content="0; URL=https://daudix-ufo.codeberg.page/works.html">
<link rel="canonical" href="https://daudix-ufo.codeberg.page/works.html">
</head>
<body>
<div id="popupScrollTarget" class="curtain">
<div class="container">
<div class="main">
<div class="card card-wide card-project card-header">
<img class="project-image" src="img/app-icon-design-symbolic.svg" alt="Design symbolic" />
<div class="project-about">
<h2 class="project-title">Design Showroom</h2>
<p class="project-description">A sneak peek into my designs</p>
</div>
</div>
<div class="card card-wide card-project card-header">
<div class="project-about">
<h2 class="project-title">Original Icons</h2>
<p class="project-description">Custom icons with original idea made for projects without prior ones or with
different ones</p>
</div>
</div>
<!-- Cards -->
<!-- Original icons -->
<div class="card card-square card-project">
<img class="project-image icon" src="img/icons/org.nickvision.babylon.svg" alt="Babylon icon" />
<div class="project-about">
<h2 class="project-title">Babylon</h2>
</div>
<a href="https://github.com/NickvisionApps/Babylon" title="Visit Project" class="button button-link"></a>
<a href="#babylon" title="About Icon" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image icon" src="img/icons/com.github.Bavarder.Bavarder.svg" alt="Bavarder icon" />
<div class="project-about">
<h2 class="project-title">Bavarder</h2>
</div>
<a href="https://codeberg.org/Bavarder/Bavarder" title="Visit Project" class="button button-link"></a>
<a href="#bavarder" title="About Icon" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image icon" src="img/icons/org.nickvision.cavalier.svg" alt="Cavalier icon" />
<div class="project-about">
<h2 class="project-title">Cavalier</h2>
</div>
<a href="https://github.com/NickvisionApps/Cavalier" title="Visit Project" class="button button-link"></a>
<a href="#cavalier" title="About Icon" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image icon" src="img/icons/de.schmidhuberj.Flare.svg" alt="Flare icon" />
<div class="project-about">
<h2 class="project-title">Flare</h2>
</div>
<a href="https://gitlab.com/Schmiddiii/flare" title="Visit Project" class="button button-link"></a>
<a href="#flare" title="About Icon" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image icon" src="img/icons/io.github.tfuxu.Halftone.svg" alt="Halftone icon" />
<div class="project-about">
<h2 class="project-title">Halftone</h2>
</div>
<a href="https://github.com/tfuxu/Halftone" title="Visit Project" class="button button-link"></a>
<a href="#halftone" title="About Icon" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image icon" src="img/icons/page.codeberg.Imaginer.Imaginer.svg" alt="Imaginer icon" />
<div class="project-about">
<h2 class="project-title">Imaginer</h2>
</div>
<a href="https://codeberg.org/Imaginer/Imaginer" title="Visit Project" class="button button-link"></a>
<a href="#imaginer" title="About Icon" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image icon" src="img/icons/org.nickvision.tagger.svg" alt="Tagger icon" />
<div class="project-about">
<h2 class="project-title">Tagger</h2>
</div>
<a href="https://github.com/NickvisionApps/Tagger" title="Visit Project" class="button button-link"></a>
<a href="#tagger" title="About Icon" class="button button-info"></a>
</div>
<div class="card card-wide card-project card-header">
<div class="project-about">
<h2 class="project-title">Redrawn Icons</h2>
<p class="project-description">Tweaked icons made for projects with icon and idea already present</p>
</div>
</div>
<!-- Redrawn icons -->
<div class="card card-square card-project">
<img class="project-image icon" src="img/icons/com.github.neithern.g4music.svg" alt="G4Music icon" />
<div class="project-about">
<h2 class="project-title">G4Music</h2>
</div>
<a href="https://gitlab.gnome.org/neithern/g4music" title="Visit Project" class="button button-link"></a>
<a href="#g4music" title="About Icon" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image icon" src="img/icons/codes.loers.Punchclock.svg" alt="Punchclock icon" />
<div class="project-about">
<h2 class="project-title">Punchclock</h2>
</div>
<a href="https://gitlab.com/floers/punchclock" title="Visit Project" class="button button-link"></a>
<a href="#punchclock" title="About Icon" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image icon" src="img/icons/com.vixalien.sticky.svg" alt="Sticky Notes icon" />
<div class="project-about">
<h2 class="project-title">Sticky Notes</h2>
</div>
<a href="https://github.com/vixalien/sticky" title="Visit Project" class="button button-link"></a>
<a href="#sticky" title="About Icon" class="button button-info"></a>
</div>
<div class="card card-wide card-project card-header">
<div class="project-about">
<h2 class="project-title">Wallpapers</h2>
<p class="project-description">Wallpapers that I have made for myself, that you can use too</p>
</div>
</div>
<!-- Wallpapers -->
<div class="card card-square card-project">
<img class="project-image wallpaper" src="img/wallpapers/amber.webp" alt="Amber wallpaper" />
<div class="project-about">
<h2 class="project-title">Amber</h2>
</div>
<a href="https://github.com/daudix-UFO/Drawer/tree/main/Wallpapers/Mesh/Amber" title="Download Wallpaper"
class="button button-download"></a>
<a href="#amber" title="About Wallpaper" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image wallpaper" src="img/wallpapers/crash.png" alt="Waves wallpaper" />
<div class="project-about">
<h2 class="project-title">Crash</h2>
</div>
<a href="https://github.com/daudix-UFO/Drawer/tree/main/Wallpapers/Crash" title="Download Wallpaper"
class="button button-download"></a>
<a href="#crash" title="About Wallpaper" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image wallpaper" src="img/wallpapers/finder.png" alt="Finder wallpaper" />
<div class="project-about">
<h2 class="project-title">Finder</h2>
</div>
<a href="https://github.com/daudix-UFO/Drawer/tree/main/Wallpapers/Finder" title="Download Wallpaper"
class="button button-download"></a>
<a href="#finder" title="About Wallpaper" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image wallpaper" src="img/wallpapers/lava.webp" alt="Lava wallpaper" />
<div class="project-about">
<h2 class="project-title">Lava</h2>
</div>
<a href="https://github.com/daudix-UFO/Drawer/tree/main/Wallpapers/Mesh/Lava" title="Download Wallpaper"
class="button button-download"></a>
<a href="#lava" title="About Wallpaper" class="button button-info"></a>
</div>
<div class="card card-square card-project">
<img class="project-image wallpaper" src="img/wallpapers/waves.webp" alt="Waves wallpaper" />
<div class="project-about">
<h2 class="project-title">Waves</h2>
</div>
<a href="https://github.com/daudix-UFO/Drawer/tree/main/Wallpapers/Mesh/Waves" title="Download Wallpaper"
class="button button-download"></a>
<a href="#waves" title="About Wallpaper" class="button button-info"></a>
</div>
<!-- Popups -->
<!-- Original icons -->
<div id="babylon" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Babylon</h2>
</div>
<div class="card-popup">
<p class="popup-description">
A manuscript with green cover and "Ѣ" (Yat) character on the sheet.
</p>
</div>
</div>
<div id="bavarder" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Bavarder</h2>
</div>
<div class="card-popup">
<p class="popup-description">
The bubble with cute robot face and orange bubble with three question marks symbolises conversation with
AI.
</p>
</div>
</div>
<div id="cavalier" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Cavalier</h2>
</div>
<div class="card-popup">
<p class="popup-description">
A orange weird-looking device with audio visualizer, two knobs and three levers.
<br>
Made to highlight new release with full app rewrite in C#.
</p>
</div>
</div>
<div id="flare" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Flare</h2>
</div>
<div class="card-popup">
<p class="popup-description">
A blue message bubble with fire'ish star in center of it.
<br>
One of initial concepts were a flare gun, but it were rejected by app developer,
<br>
because it's a gun after all. xD
</p>
</div>
<div class="card-popup">
<img class="popup-image icon" src="img/icons/de.schmidhuberj.Flare.1.svg" alt="Flare icon" />
<img class="popup-image icon" src="img/icons/de.schmidhuberj.Flare.2.svg" alt="Flare icon" />
<img class="popup-image icon" src="img/icons/de.schmidhuberj.Flare.3.svg" alt="Flare icon" />
</div>
</div>
<div id="halftone" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Halftone</h2>
</div>
<div class="card-popup">
<p class="popup-description">
A stack of pictures with yellow/orange halftone pattern on it.
<br>
There were a lot of variants, but in the end author decided to go with earlier concept,
<br>
do some color tweaks himself and take my review,
<br>
and that version made its way to the app.
</p>
</div>
<div class="card-popup">
<img class="popup-image icon" src="img/icons/io.github.tfuxu.Halftone.1.svg" alt="Halftone icon" />
<img class="popup-image icon" src="img/icons/io.github.tfuxu.Halftone.2.svg" alt="Halftone icon" />
<img class="popup-image icon" src="img/icons/io.github.tfuxu.Halftone.svg" alt="Halftone icon" />
</div>
</div>
<div id="imaginer" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Imaginer</h2>
</div>
<div class="card-popup">
<p class="popup-description">
A stack of pictures with colorful triangular pattern on it.
</p>
</div>
</div>
<div id="tagger" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Tagger</h2>
</div>
<div class="card-popup">
<p class="popup-description">
A stack of sheets with orange music note in front of them.
<br>
Made to highlight new release with full app rewrite in C#.
</p>
</div>
</div>
<!-- Redrawn icons-->
<div id="g4music" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">G4Music</h2>
</div>
<div class="card-popup">
<p class="popup-description">
Vinyl record with player head made in G4Music's vibrant green tones.
</p>
</div>
<div class="card-popup">
<h2 class="popup-description">Original/Redrawn/Reborn</h2>
</div>
<div class="card-popup">
<img class="popup-image icon" src="img/icons/com.github.neithern.g4music.1.svg" alt="G4Music icon" />
<img class="popup-image icon" src="img/icons/com.github.neithern.g4music.2.svg" alt="G4Music icon" />
<img class="popup-image icon" src="img/icons/com.github.neithern.g4music.svg" alt="G4Music icon" />
</div>
</div>
<div id="punchclock" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Punchclock</h2>
</div>
<div class="card-popup">
<p class="popup-description">
The original icon were alright but there were room for improvement,
<br>
and so the new icon was born, with a new look with bigger button, green LCD and flipped layout.
</p>
</div>
<div class="card-popup">
<h2 class="popup-description">Original/Redrawn</h2>
</div>
<div class="card-popup">
<img class="popup-image icon" src="img/icons/codes.loers.Punchclock.Old.svg" alt="Punchclock icon" />
<img class="popup-image icon" src="img/icons/codes.loers.Punchclock.svg" alt="Punchclock icon" />
</div>
</div>
<div id="sticky" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Sticky Notes</h2>
</div>
<div class="card-popup">
<p class="popup-description">
A pair of sticky notes pinned with red pin, with schematic handwritten text on front note.
<br>
The icon were later tweaked by <a href="https://github.com/JamesL813">James Lawton</a> to make use of
schematic text instead of a light bulb,
<br>
which were too similar to <a
href="https://en.wikipedia.org/wiki/Google_Keep#/media/File:Google_Keep_icon_(2020).svg">Google Keep
icon</a>.
</p>
</div>
<div class="card-popup">
<h2 class="popup-description">Original/Redrawn/Tweaked</h2>
</div>
<div class="card-popup">
<img class="popup-image icon" src="img/icons/com.vixalien.sticky.1.svg" alt="Sticky Notes icon" />
<img class="popup-image icon" src="img/icons/com.vixalien.sticky.2.svg" alt="Sticky Notes icon" />
<img class="popup-image icon" src="img/icons/com.vixalien.sticky.svg" alt="Sticky Notes icon" />
</div>
</div>
<!-- Wallpapers -->
<div id="amber" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Amber</h2>
</div>
<div class="card-popup">
<p class="popup-description">
Abstract color waves in warm colors, modified version of Lava after feedback from GNOME Design team, made
with mesh gradient tool in Inkscape.
</p>
</div>
<div class="card-popup">
<img class="popup-image wallpaper-big" src="img/wallpapers/amber.webp" alt="Amber wallpaper" />
<img class="popup-image wallpaper-big" src="img/wallpapers/amber-dark.webp" alt="Amber wallpaper" />
</div>
</div>
<div id="crash" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Crash</h2>
</div>
<div class="card-popup">
<p class="popup-description">
Wallpaper inspired by <a href="https://en.wikipedia.org/wiki/Macintosh_startup#Sad_Mac">Sad Mac</a>, made
with Adwaita icons and colors.
</p>
</div>
<div class="card-popup">
<img class="popup-image wallpaper-big" src="img/wallpapers/crash.png" alt="Crash wallpaper" />
<img class="popup-image wallpaper-big" src="img/wallpapers/crash-dark.png" alt="Crash wallpaper" />
</div>
</div>
<div id="finder" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Finder</h2>
</div>
<div class="card-popup">
<p class="popup-description">
Classic <a href="https://en.wikipedia.org/wiki/Mac_OS_9">Mac OS 9</a> wallpaper, remade.
</p>
</div>
<div class="card-popup">
<img class="popup-image wallpaper-big" src="img/wallpapers/finder.png" alt="Finder wallpaper" />
<img class="popup-image wallpaper-big" src="img/wallpapers/finder-dark.png" alt="Finder wallpaper" />
</div>
</div>
<div id="lava" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Lava</h2>
</div>
<div class="card-popup">
<p class="popup-description">
Abstract color waves in warm colors, made with mesh gradient tool in Inkscape.
</p>
</div>
<div class="card-popup">
<img class="popup-image wallpaper-big" src="img/wallpapers/lava.webp" alt="Lava wallpaper" />
<img class="popup-image wallpaper-big" src="img/wallpapers/lava-dark.webp" alt="Lava wallpaper" />
</div>
</div>
<div id="waves" class="container-overlay overlay">
<a onclick="window.history.go(-1)" title="Close" class="button button-close"></a>
<div class="card-popup">
<h2 class="popup-title">Waves</h2>
</div>
<div class="card-popup">
<p class="popup-description">
Abstract color waves in cold colors, made with mesh gradient tool in Inkscape.
</p>
</div>
<div class="card-popup">
<img class="popup-image wallpaper-big" src="img/wallpapers/waves.webp" alt="Waves wallpaper" />
<img class="popup-image wallpaper-big" src="img/wallpapers/waves-dark.webp" alt="Waves wallpaper" />
</div>
</div>
</div>
</div>
</div>
</body>
</html>