Skip to content

Commit ed3705c

Browse files
committed
wenn ich einmal groß bin
1 parent c9fcf62 commit ed3705c

File tree

104 files changed

+3394
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+3394
-238
lines changed

content/_data/nav.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,17 @@
218218
},
219219
{
220220
"label": "Fun Stuff!",
221-
"new": false,
221+
"new": true,
222222
"items": [
223+
224+
{
225+
"link": "/contest",
226+
"label": "Indie Web Contest",
227+
"sublabel": "2024 Contest Results",
228+
"new": true,
229+
"hide": false,
230+
"icon": "fa-solid fa-trophy"
231+
},
223232
{
224233
"link": "/about/blinkies",
225234
"label": "blinkies & more",
@@ -261,16 +270,7 @@
261270
"label": "are you bored?",
262271
"new": false,
263272
"hide": false
264-
},
265-
{
266-
"link": "/contest",
267-
"label": "Indie Web Contest",
268-
"sublabel": "2024 Contest Results",
269-
"new": false,
270-
"hide": false,
271-
"icon": "fa-solid fa-trophy",
272-
"hideInCodingNav": true
273-
}
273+
}
274274
]
275275
},
276276
{
@@ -288,55 +288,55 @@
288288
"sublabel": "",
289289
"new": false,
290290
"hide": false,
291-
"icon": "fa-solid fa-wand-magic-sparkles"
291+
"icon": "layout-line"
292292
},
293293
{
294294
"link": "/coding/layouts",
295295
"label": "F2U Layouts",
296296
"sublabel": "",
297297
"new": true,
298298
"hide": true,
299-
"icon": "fa-solid fa-window-restore"
299+
"icon": "layout-2-line"
300300
},
301301
{
302302
"link": "/coding/widgets",
303303
"label": "Widgets for free Neocities accounts",
304304
"sublabel": "",
305305
"new": false,
306306
"hide": false,
307-
"icon": "fa-solid fa-puzzle-piece"
307+
"icon": "bard-line"
308308
},
309309
{
310310
"link": "/coding/cheatsheet",
311311
"label": "Cheatsheet",
312312
"sublabel": "",
313313
"new": false,
314314
"hide": false,
315-
"icon": "fa-solid fa-clipboard-list"
315+
"icon": "file-text-line"
316316
},
317317
{
318318
"link": "/coding/bookmarks",
319319
"label": "Helpful Sites",
320320
"sublabel": "",
321321
"new": false,
322322
"hide": false,
323-
"icon": "fa-solid fa-link"
323+
"icon": "bookmark-line"
324324
},
325325
{
326326
"link": "/coding/checklist",
327327
"label": "Self-study Checklist",
328328
"sublabel": "",
329329
"new": false,
330330
"hide": false,
331-
"icon": "fa-solid fa-list-check"
331+
"icon": "list-check-3"
332332
},
333333
{
334334
"link": "/coding/quizzes",
335335
"label": "Coding Quiz",
336336
"sublabel": "",
337337
"new": true,
338338
"hide": false,
339-
"icon": "fa-solid fa-person-chalkboard"
339+
"icon": "lightbulb-line"
340340
},
341341
{
342342
"link": "/coding/webringu",
@@ -345,7 +345,7 @@
345345
"sublabel": "Simple Webring Script",
346346
"new": false,
347347
"hide": false,
348-
"icon": "fa-solid fa-ring"
348+
"icon": "diamond-ring-line"
349349
}
350350
]
351351
},
@@ -359,39 +359,39 @@
359359
"sublabel": "",
360360
"new": false,
361361
"hide": false,
362-
"icon": "fa-solid fa-laptop-code"
362+
"icon": "pages-line"
363363
},
364364
{
365365
"link": "/coding/common-questions",
366366
"label": "Common Questions",
367367
"sublabel": "",
368368
"new": false,
369369
"hide": false,
370-
"icon": "fa-solid fa-circle-question"
370+
"icon": "questionnaire-line"
371371
},
372372
{
373373
"link": "/coding/common-mistakes",
374374
"label": "Common Mistakes",
375375
"sublabel": "",
376376
"new": false,
377377
"hide": false,
378-
"icon": "fa-solid fa-circle-xmark"
378+
"icon": "error-warning-line"
379379
},
380380
{
381381
"link": "/coding/code-quality",
382382
"label": "Code Quality Guide",
383383
"sublabel": "",
384384
"new": false,
385385
"hide": false,
386-
"icon": "fa-solid fa-broom"
386+
"icon": "code-ai-line"
387387
},
388388
{
389389
"link": "/coding/need-help",
390390
"label": "Troubleshooting Guide",
391391
"sublabel": "+ how to find support",
392392
"new": false,
393393
"hide": false,
394-
"icon": "fa-solid fa-bug"
394+
"icon": "bug-line"
395395
}
396396
]
397397
},
@@ -405,31 +405,31 @@
405405
"sublabel": "",
406406
"new": false,
407407
"hide": false,
408-
"icon": "fa-solid fa-border-none"
408+
"icon": "layout-5-line"
409409
},
410410
{
411411
"link": "/coding/positioning-tutorial",
412412
"label": "CSS Positioning/Layout Tutorial",
413413
"sublabel": "(display, position, flexbox, grid, transform, z-index, ...)",
414414
"new": false,
415415
"hide": false,
416-
"icon": "fa-brands fa-css"
416+
"icon": "layout-masonry-line"
417417
},
418418
{
419419
"link": "/coding/cachebusting",
420420
"label": "Cachebusting",
421421
"sublabel": "Stop that pesky caching",
422422
"new": false,
423423
"hide": false,
424-
"icon": "fa-solid fa-bomb"
424+
"icon": "delete-bin-6-line"
425425
},
426426
{
427427
"link": "/coding/performance",
428428
"label": "How to make pages load faster",
429429
"sublabel": "",
430430
"new": false,
431431
"hide": true,
432-
"icon": ""
432+
"icon": "speed-up-line"
433433
}
434434
]
435435
},
@@ -443,39 +443,39 @@
443443
"sublabel": "Version Control",
444444
"new": false,
445445
"hide": false,
446-
"icon": "fa-solid fa-code-branch"
446+
"icon": "github-line"
447447
},
448448
{
449449
"link": "/coding/npm-tutorial",
450450
"label": "node/npm tutorial",
451451
"sublabel": "Package Manager",
452452
"new": false,
453453
"hide": false,
454-
"icon": "fa-brands fa-npm"
454+
"icon": "npmjs-line"
455455
},
456456
{
457457
"link": "/coding/webpack-tutorial",
458458
"label": "Webpack Tutorial",
459459
"sublabel": "File Bundler",
460460
"new": false,
461461
"hide": false,
462-
"icon": "fa-solid fa-box"
462+
"icon": "box-3-line"
463463
},
464464
{
465465
"link": "/coding/eleventy-tutorial",
466466
"label": "Eleventy (11ty) Tutorial",
467467
"sublabel": "Static Site Generator",
468468
"new": false,
469469
"hide": false,
470-
"icon": "fa-solid fa-code"
470+
"icon": "magic-line"
471471
},
472472
{
473473
"link": "/coding/google-sheets-api-tutorial",
474474
"label": "Google Sheets API Tutorial",
475475
"sublabel": "Read sheets data with JS",
476476
"new": true,
477477
"hide": false,
478-
"icon": "fa-brands fa-google-drive"
478+
"icon": "drive-line"
479479
}
480480
]
481481
},
@@ -489,47 +489,47 @@
489489
"sublabel": "",
490490
"new": false,
491491
"hide": false,
492-
"icon": "fa-solid fa-city"
492+
"icon": "building-line"
493493
},
494494
{
495495
"link": "/coding/snippets",
496496
"label": "Code Snippets",
497497
"sublabel": "",
498498
"new": false,
499499
"hide": false,
500-
"icon": "fa-solid fa-code"
500+
"icon": "code-s-slash-line"
501501
},
502502
{
503503
"link": "/coding/my-setup",
504504
"label": "My VSCode Setup",
505505
"sublabel": "Settings + Extensions",
506506
"new": false,
507507
"hide": false,
508-
"icon": "fa-solid fa-toolbox"
508+
"icon": "tools-line"
509509
},
510510
{
511511
"link": "/coding/now-what",
512512
"label": "I know HTML, CSS, and JS. Now what?",
513513
"sublabel": "",
514514
"new": false,
515515
"hide": false,
516-
"icon": "fa-regular fa-lightbulb"
516+
"icon": "rocket-line"
517517
},
518518
{
519519
"link": "/coding/game-dev-journey",
520520
"label": "my game dev journey",
521521
"sublabel": "",
522522
"new": false,
523523
"hide": true,
524-
"icon": "fa-solid fa-gamepad"
524+
"icon": "gamepad-line"
525525
},
526526
{
527527
"link": "/coding/cliques",
528528
"label": "List of Cliques",
529529
"sublabel": "",
530530
"new": true,
531531
"hide": false,
532-
"icon": "fa-solid fa-list-ul"
532+
"icon": "user-community-line"
533533
},
534534

535535
{
@@ -538,7 +538,7 @@
538538
"sublabel": "",
539539
"new": true,
540540
"hide": false,
541-
"icon": "fa-solid fa-ring",
541+
"icon": "diamond-ring-line",
542542
"hideInCodingNav": true
543543
}
544544
]

content/_includes/coding.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ testingOnLocalhost: false
9292
{% for navItem in mainNavItem.items %}{% if not navItem.hide and not navItem.hideInCodingNav %}
9393
<li>
9494
<a href="{{ navItem.link }}"
95-
><i class="{{ navItem.icon }}"></i
95+
><i class="ri-{{ navItem.icon }}"></i
9696
><span
9797
>{{ navItem.label }}{% if navItem.sublabel %}<small>{{ navItem.sublabel }}</small
9898
>{% endif %}</span

content/_includes/petrapixel.njk

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -162,18 +162,16 @@ testingOnLocalhost: false
162162
<div class="aside-stuff aside-poll" aria-hidden="true">
163163
<div class="aside-stuff__heading" aria-hidden="true">Poll<img src="{{ nesting }}assets/img/layout/icon-stats.png" alt="" aria-hidden="true" /></div>
164164

165-
<form method="post" action="https://poll.pollcode.com/31764176">
165+
<form method="post" action="https://poll.pollcode.com/27882175">
166166
<div style="background-color: #eeeeee; padding: 2px; width: 175px; font-family: Arial; font-size: small; color: #000000">
167-
<div style="padding: 2px 0px 4px 2px"><strong>will hairy armpits become a beauty standard for women in the next 25 years?</strong></div>
168-
<input type="radio" name="answer" value="1" id="answer317641761" style="float: left" /><label for="answer317641761" style="float: left; width: 150px">definitely</label>
167+
<div style="padding: 2px 0px 4px 2px">
168+
<strong>should there be categories in the next <a href="/contest">indie web contest</a>?</strong>
169+
</div>
170+
<input type="radio" name="answer" value="1" id="answer278821751" style="float: left" /><label for="answer278821751" style="float: left; width: 150px"
171+
>yes (e.g. most beautiful, best content, most helpful)</label
172+
>
169173
<div style="clear: both; height: 2px"></div>
170-
<input type="radio" name="answer" value="2" id="answer317641762" style="float: left" /><label for="answer317641762" style="float: left; width: 150px">probably</label>
171-
<div style="clear: both; height: 2px"></div>
172-
<input type="radio" name="answer" value="3" id="answer317641763" style="float: left" /><label for="answer317641763" style="float: left; width: 150px">maybe</label>
173-
<div style="clear: both; height: 2px"></div>
174-
<input type="radio" name="answer" value="4" id="answer317641764" style="float: left" /><label for="answer317641764" style="float: left; width: 150px">probably not</label>
175-
<div style="clear: both; height: 2px"></div>
176-
<input type="radio" name="answer" value="5" id="answer317641765" style="float: left" /><label for="answer317641765" style="float: left; width: 150px">definitely not</label>
174+
<input type="radio" name="answer" value="2" id="answer278821752" style="float: left" /><label for="answer278821752" style="float: left; width: 150px">no</label>
177175
<div style="clear: both; height: 2px"></div>
178176
<div align="center" style="padding: 3px"><input type="submit" value=" Vote " />&nbsp;<input type="submit" name="view" value=" View " /></div>
179177
<div align="right" style="font-size: 10px">pollcode.com <a href="https://pollcode.com/">free polls</a></div>
@@ -218,6 +216,8 @@ testingOnLocalhost: false
218216
<center>
219217
<p style="line-height: 1"><small>These are "ads" to other indie web sites. You should check them out :)</small></p>
220218
</center>
219+
220+
<center><iframe width="88" height="31" style="border: none" src="https://melonsoda.nekoweb.org/button.html" name="buttonlink"></iframe></center>
221221
</div>
222222

223223
<!-- ----------------- TAMANOTCHI ----------------- -->
@@ -350,19 +350,19 @@ testingOnLocalhost: false
350350
<li aria-label="reading:">
351351
<img src="{{ nesting }}assets/img/layout/icon-book.png" alt="" title="reading:" aria-hidden="true" />
352352
<a href="https://www.goodreads.com/user/show/62158941-petra" target="_blank"
353-
>Wir Kinder vom Bahnhof Zoo
353+
>A Series of Unfortunate Events
354354
<!--<span style="font-family: sans-serif; font-size: 0.9em">↺</span
355355
>--></a
356356
>
357357
</li>
358358
<li aria-label="playing:">
359359
<img src="{{ nesting }}assets/img/layout/icon-game.png" alt="" title="playing:" aria-hidden="true" />
360-
<a href="https://www.backloggd.com/u/Petra1999/" target="_blank">goSupermodel</a>
360+
<a href="https://www.backloggd.com/u/Petra1999/" target="_blank">Date Everything</a>
361361
</li>
362362
<li aria-label="obsessed with:">
363363
<img src="{{ nesting }}assets/img/layout/icon-heart.png" alt="" title="obsessed with:" aria-hidden="true" />
364364
<span
365-
>Holly ("my" cat)
365+
>goSupermodel.com
366366
<!--<span style="font-family:sans-serif;font-size:0.9em">♡</span>--></span
367367
>
368368
</li>

content/about/credits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>Images</h2>
5252
<img alt="" aria-hidden="true" src="../assets/img/layout/icon-computer.png" style="height: auto" />
5353
</li>
5454
<li>
55-
<a href="https://fontawesome.com/" target="_blank"><b>fontawesome</b> (icons in the coding navigation)</a> <i class="fa-solid fa-laptop-code"></i>
55+
<a href="https://remixicon.com/" target="_blank"><b>remix icons</b> (icons in the coding navigation)</a> <i class="ri-layout-line"></i>
5656
</li>
5757
<li>
5858
<a href="https://www.favicon.cc/?action=icon&file_id=883290" target="_blank"><b>star favicon</b> (by robin)</a> <img src="../assets/img/favicon.ico" />

0 commit comments

Comments
 (0)