Skip to content

Commit 3d995e6

Browse files
committed
für ihre leidensfähigkeit danken wir spontan
1 parent 427c113 commit 3d995e6

File tree

101 files changed

+282
-228
lines changed

Some content is hidden

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

101 files changed

+282
-228
lines changed

content/_data/changelog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[
22
{ "date": "2026-01-XX", "text": "TEMPLATE", "link": "" },
33

4+
{ "date": "2025-12-29", "text": "Indie web contest voting will close in TWO DAYS!", "link": "/contest" },
45
{ "date": "2025-12-18", "text": "Updated/improved the code of the layout base code in the 'How to load the same layout on every page' tutorial.", "link": "/coding/layout-base-code" },
56
{ "date": "2025-12-16", "text": "Changed relationship status to taken! :3 + other small changes and extended indie web contest deadline!", "link": "/contest" },
67
{ "date": "2025-12-07", "text": "Please consider donating to my ko-fi to help me finance raising a stray cat's kittens! Thank you!", "link": "https://ko-fi.com/petrastipjar/goal?g=0" },

content/_data/nav.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,18 @@
236236
"label": "are you bored?",
237237
"new": false,
238238
"hide": false
239+
},
240+
{
241+
"link": "/fun/advent-calendar-2025",
242+
"label": "advent calendar!",
243+
"new": false,
244+
"hide": false
239245
}
240246
]
241247
},
242248
{
243249
"label": "Resources",
244-
"new": true,
250+
"new": false,
245251
"items": [
246252
{
247253
"link": "/resources/bookmarks",
@@ -282,7 +288,7 @@
282288
{
283289
"link": "/resources/backup-tutorial",
284290
"label": "how to backup files",
285-
"new": true,
291+
"new": false,
286292
"hide": false
287293
}, {
288294
"link": "/creations/coding",
@@ -292,12 +298,7 @@
292298
}
293299
]
294300
},
295-
{
296-
"link": "/fun/advent-calendar-2025",
297-
"label": "advent calendar!",
298-
"new": true,
299-
"hide": false
300-
},
301+
301302
{
302303
"label": "Coding & Webmastery",
303304
"new": false,

content/_includes/petrapixel.njk

Lines changed: 71 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -122,23 +122,6 @@ testingOnLocalhost: false
122122
<div><b>Indie Web Contest</b><small>Vote now!</small></div>
123123
</a>
124124

125-
<!-- ----------------- CHANGELOG ----------------- -->
126-
<div class="aside-stuff aside-changelog">
127-
<div class="aside-stuff__heading" aria-hidden="true">Changelog<img src="{{ nesting }}assets/img/layout/icon-code.png" alt="" aria-hidden="true" /></div>
128-
<ul class="changelog custom-scrollbar" aria-label="Changelog">
129-
{% for changelogEntry in changelog %} {% if changelogEntry.text != "TEMPLATE" %}
130-
<li class="changelog__entry">
131-
<strong>{{ changelogEntry.date }}</strong>
132-
{% if changelogEntry.link == "" %}
133-
<span>{{ changelogEntry.text }}</span>
134-
{% else %}
135-
<a href="{{ changelogEntry.link }}" tabindex="-1">{{ changelogEntry.text }}</a>
136-
{% endif %}
137-
</li>
138-
{% endif %} {% endfor %}
139-
</ul>
140-
</div>
141-
142125
<!-- ----------------- LINK BACK ----------------- -->
143126
<div class="aside-stuff aside-link-back">
144127
<div class="aside-stuff__heading">Link back!<img src="{{ nesting }}assets/img/layout/icon-copy.png" alt="" aria-hidden="true" /></div>
@@ -154,55 +137,23 @@ testingOnLocalhost: false
154137
>
155138
</div>
156139

157-
<img src="{{ nesting }}assets/img/layout/divider5.gif" alt="" aria-hidden="true" style="margin-top: 2em" />
158-
159-
<!-- ----------------- POLL ----------------- -->
160-
<div class="aside-stuff aside-poll" aria-hidden="true">
161-
<div class="aside-stuff__heading" aria-hidden="true">Poll<img src="{{ nesting }}assets/img/layout/icon-stats.png" alt="" aria-hidden="true" /></div>
162-
163-
<form method="post" action="https://poll.pollcode.com/59127513">
164-
<div style="background-color: #eeeeee; padding: 2px; width: 175px; font-family: Arial; font-size: small; color: #000000">
165-
<div style="padding: 2px 0px 4px 2px"><strong>what would your true love send to you?</strong></div>
166-
<input type="radio" name="answer" value="1" id="answer591275131" style="float: left" /><label for="answer591275131" style="float: left; width: 150px">12 fiddlers fiddling</label>
167-
<div style="clear: both; height: 2px"></div>
168-
<input type="radio" name="answer" value="2" id="answer591275132" style="float: left" /><label for="answer591275132" style="float: left; width: 150px">11 ladies dancing</label>
169-
<div style="clear: both; height: 2px"></div>
170-
<input type="radio" name="answer" value="3" id="answer591275133" style="float: left" /><label for="answer591275133" style="float: left; width: 150px">10 pipers piping</label>
171-
<div style="clear: both; height: 2px"></div>
172-
<input type="radio" name="answer" value="4" id="answer591275134" style="float: left" /><label for="answer591275134" style="float: left; width: 150px">9 drummer drumming</label>
173-
<div style="clear: both; height: 2px"></div>
174-
<input type="radio" name="answer" value="5" id="answer591275135" style="float: left" /><label for="answer591275135" style="float: left; width: 150px">8 maids a-milking</label>
175-
<div style="clear: both; height: 2px"></div>
176-
<input type="radio" name="answer" value="6" id="answer591275136" style="float: left" /><label for="answer591275136" style="float: left; width: 150px">7 swans a-swimming</label>
177-
<div style="clear: both; height: 2px"></div>
178-
<input type="radio" name="answer" value="7" id="answer591275137" style="float: left" /><label for="answer591275137" style="float: left; width: 150px">6 geese a-laying</label>
179-
<div style="clear: both; height: 2px"></div>
180-
<input type="radio" name="answer" value="8" id="answer591275138" style="float: left" /><label for="answer591275138" style="float: left; width: 150px">5 golden rings</label>
181-
<div style="clear: both; height: 2px"></div>
182-
<input type="radio" name="answer" value="9" id="answer591275139" style="float: left" /><label for="answer591275139" style="float: left; width: 150px">4 colly birds</label>
183-
<div style="clear: both; height: 2px"></div>
184-
<input type="radio" name="answer" value="10" id="answer5912751310" style="float: left" /><label for="answer5912751310" style="float: left; width: 150px">3 french hens</label>
185-
<div style="clear: both; height: 2px"></div>
186-
<input type="radio" name="answer" value="11" id="answer5912751311" style="float: left" /><label for="answer5912751311" style="float: left; width: 150px">2 turtle doves</label>
187-
<div style="clear: both; height: 2px"></div>
188-
<input type="radio" name="answer" value="12" id="answer5912751312" style="float: left" /><label for="answer5912751312" style="float: left; width: 150px"
189-
>1 partridge in a pear tree</label
190-
>
191-
<div style="clear: both; height: 2px"></div>
192-
<div align="center" style="padding: 3px"><input type="submit" value=" Vote " />&nbsp;<input type="submit" name="view" value=" View " /></div>
193-
<div align="right" style="font-size: 10px">pollcode.com <a href="https://pollcode.com/">free polls</a></div>
194-
</div>
195-
</form>
196-
197-
<center>
198-
<small>(all polls <a href="/fun/polls">here</a>)</small>
199-
</center>
140+
<!-- ----------------- CHANGELOG ----------------- -->
141+
<div class="aside-stuff aside-changelog">
142+
<div class="aside-stuff__heading" aria-hidden="true">Changelog<img src="{{ nesting }}assets/img/layout/icon-code.png" alt="" aria-hidden="true" /></div>
143+
<ul class="changelog custom-scrollbar" aria-label="Changelog">
144+
{% for changelogEntry in changelog %} {% if changelogEntry.text != "TEMPLATE" %}
145+
<li class="changelog__entry">
146+
<strong>{{ changelogEntry.date }}</strong>
147+
{% if changelogEntry.link == "" %}
148+
<span>{{ changelogEntry.text }}</span>
149+
{% else %}
150+
<a href="{{ changelogEntry.link }}" tabindex="-1">{{ changelogEntry.text }}</a>
151+
{% endif %}
152+
</li>
153+
{% endif %} {% endfor %}
154+
</ul>
200155
</div>
201156

202-
<!-- old polls:
203-
- https://poll.pollcode.com/18931664_result?v
204-
-->
205-
206157
<img src="{{ nesting }}assets/img/layout/divider8.gif" alt="" aria-hidden="true" style="padding-top: 5px" />
207158

208159
<!-- ----------------- BLINKIES ----------------- -->
@@ -367,7 +318,7 @@ testingOnLocalhost: false
367318
<li aria-label="reading:">
368319
<img src="{{ nesting }}assets/img/layout/icon-book.png" alt="" title="reading:" aria-hidden="true" />
369320
<a href="https://www.goodreads.com/user/show/62158941-petra" target="_blank"
370-
>Animal Farm
321+
>-
371322
<!--<span style="font-family: sans-serif; font-size: 0.9em">↺</span
372323
>--></a
373324
>
@@ -379,7 +330,7 @@ testingOnLocalhost: false
379330
<li aria-label="obsessed with:">
380331
<img src="{{ nesting }}assets/img/layout/icon-heart.png" alt="" title="obsessed with:" aria-hidden="true" />
381332
<span
382-
>My cat and kittens <span style="font-family: sans-serif; font-size: 0.9em">♡</span
333+
>Byler <span style="font-family: sans-serif; font-size: 0.9em">♡</span
383334
><!----></span
384335
>
385336
</li>
@@ -411,7 +362,8 @@ testingOnLocalhost: false
411362
<!-- ----------------- CHATBOX ----------------- -->
412363
<div class="aside-stuff aside-chatbox">
413364
<div class="aside-stuff__heading" aria-hidden="true" style="z-index: 2">Chatbox<img src="{{ nesting }}assets/img/layout/icon-chat.png" alt="" aria-hidden="true" /></div>
414-
<iframe
365+
<p>Closed due to spam :[ Please use the <a href="/about/guestbook">guestbook</a> instead.</p>
366+
<!--<iframe
415367
src="https://www5.cbox.ws/box/?boxid=949361&boxtag=Asuhlk"
416368
width="100%"
417369
height="300"
@@ -422,7 +374,58 @@ testingOnLocalhost: false
422374
marginwidth="0"
423375
scrolling="auto"
424376
aria-label="Chatbox"
425-
tabindex="-1"></iframe>
377+
tabindex="-1"></iframe>-->
378+
</div>
379+
380+
<img src="{{ nesting }}assets/img/layout/divider5.gif" alt="" aria-hidden="true" style="margin-top: 2em" />
381+
382+
<!-- ----------------- POLL ----------------- -->
383+
<div class="aside-stuff aside-poll" aria-hidden="true">
384+
<div class="aside-stuff__heading" aria-hidden="true">Poll<img src="{{ nesting }}assets/img/layout/icon-stats.png" alt="" aria-hidden="true" /></div>
385+
386+
<form method="post" action="https://poll.pollcode.com/46914348">
387+
<div style="background-color: #eeeeee; padding: 2px; width: 175px; font-family: Arial; font-size: small; color: #000000">
388+
<div style="padding: 2px 0px 4px 2px"><strong>how should i change my hair? (currently split-dyed brown and blonde)</strong></div>
389+
<input type="radio" name="answer" value="1" id="answer469143481" style="float: left" /><label for="answer469143481" style="float: left; width: 150px"
390+
>split-dyed, but a fun color instead of blonde</label
391+
>
392+
<div style="clear: both; height: 2px"></div>
393+
<input type="radio" name="answer" value="2" id="answer469143482" style="float: left" /><label for="answer469143482" style="float: left; width: 150px"
394+
>split-dyed, but black instead of brown</label
395+
>
396+
<div style="clear: both; height: 2px"></div>
397+
<input type="radio" name="answer" value="3" id="answer469143483" style="float: left" /><label for="answer469143483" style="float: left; width: 150px"
398+
>split-dyed, but add brown horizontal stripes (racoon tails) to blonde side</label
399+
>
400+
<div style="clear: both; height: 2px"></div>
401+
<input type="radio" name="answer" value="4" id="answer469143484" style="float: left" /><label for="answer469143484" style="float: left; width: 150px"
402+
>brown fading into blonde ends</label
403+
>
404+
<div style="clear: both; height: 2px"></div>
405+
<input type="radio" name="answer" value="5" id="answer469143485" style="float: left" /><label for="answer469143485" style="float: left; width: 150px">brown with blonde highlights</label>
406+
<div style="clear: both; height: 2px"></div>
407+
<input type="radio" name="answer" value="6" id="answer469143486" style="float: left" /><label for="answer469143486" style="float: left; width: 150px">brown with blonde streaks</label>
408+
<div style="clear: both; height: 2px"></div>
409+
<input type="radio" name="answer" value="7" id="answer469143487" style="float: left" /><label for="answer469143487" style="float: left; width: 150px"
410+
>brown with blonde front pieces</label
411+
>
412+
<div style="clear: both; height: 2px"></div>
413+
<input type="radio" name="answer" value="8" id="answer469143488" style="float: left" /><label for="answer469143488" style="float: left; width: 150px">brown with blonde underneath</label>
414+
<div style="clear: both; height: 2px"></div>
415+
<input type="radio" name="answer" value="9" id="answer469143489" style="float: left" /><label for="answer469143489" style="float: left; width: 150px">blonde with brown underneath</label>
416+
<div style="clear: both; height: 2px"></div>
417+
<input type="radio" name="answer" value="10" id="answer4691434810" style="float: left" /><label for="answer4691434810" style="float: left; width: 150px">all blonde</label>
418+
<div style="clear: both; height: 2px"></div>
419+
<input type="radio" name="answer" value="11" id="answer4691434811" style="float: left" /><label for="answer4691434811" style="float: left; width: 150px">all brown</label>
420+
<div style="clear: both; height: 2px"></div>
421+
<div align="center" style="padding: 3px"><input type="submit" value=" Vote " />&nbsp;<input type="submit" name="view" value=" View " /></div>
422+
<div align="right" style="font-size: 10px">pollcode.com <a href="https://pollcode.com/">free polls</a></div>
423+
</div>
424+
</form>
425+
426+
<center>
427+
<small>(all polls <a href="/fun/polls">here</a>)</small>
428+
</center>
426429
</div>
427430

428431
<!-- ----------------- TIP JAR ----------------- -->

content/about/cats.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,23 +149,22 @@ <h2 id="chico">Chico <img aria-hidden="true" alt="" src="{{ nesting }}assets/img
149149
<h2 id="holly">Holly <img aria-hidden="true" alt="" src="{{ nesting }}assets/img/inline/heart-yellow.png" /></h2>
150150
<div class="cat">
151151
<div class="cat__quick-facts">
152-
<p><strong>Name:</strong> <span>-</span></p>
153-
<p><strong>Nicknames:</strong> <span>Holly</span></p>
152+
<p><strong>Name:</strong> <span>Holly</span></p>
154153
<p><strong>Gender:</strong> <span>female</span></p>
155-
<p><strong>Age:</strong> <span>unknown, but young</span></p>
154+
<p><strong>Age:</strong> <span>unknown, but ~1 year</span></p>
156155
<p><strong>Colour:</strong> <span>tabby with white spots</span></p>
157156
<p><strong>Likes:</strong> <span>cuddles. a lot. &lt;3</span></p>
158157
<p><strong>Dislikes:</strong> <span>Pushi (the neighbor's cat)</span></p>
159-
<p><strong>i met her in:</strong> <span>august 2025</span></p>
158+
<p><strong>i met her on:</strong> <span>july 31st 2025</span></p>
160159
</div>
161160
<div class="cat__description">
162-
Holly is a stray that loves to visit me! She was very shy at the start, but once I managed to lure her in with snacks and pet her she realised that she actually loves cuddles! She then started
163-
visiting my apartment every day and it soon felt like she was actually 'my' cat. I love her so much!!!
161+
Holly is <s>a stray that loves to visit me</s> my cat! She was very shy at the start, but once I managed to lure her in with snacks and pet her she realised that she actually loves cuddles! She
162+
then started visiting my apartment every day and it soon felt like she was actually 'my' cat. I love her so much!!!
164163
</div>
165164
</div>
166165
<div class="cat__description">
167166
On October 10th she gave birth to 5 kittens in my apartment. So now I'm a grandma. Thanks, Holly. I was not ready for this responsibility. One of the kittens (Dobby) unfortunately didn't make it
168-
through the first night. The four others (Itsy, Bitsy, Teenie and Weenie) are healthy and growing!
167+
through the first night due to health issues. The four others (Itsy, Bitsy, Teenie and Weenie) are healthy and growing! They now have new, loving homes, and I get lots of picture updates!
169168
</div>
170169
<div class="cats-gallery lightbox-images">
171170
<a data-fslightbox href="{{ nesting }}assets/img/cats/holly (1).jpg" class="image">

content/about/guestbook.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ <h1>Guestbook <img alt="" aria-hidden="true" src="../assets/img/inline/stars.gif
1515
<iframe aria-label="Guestbook" id="guestbook" src="http://users3.smartgb.com/g/g.php?a=s&i=g36-36055-1e" style="height: 1760px"></iframe>
1616
</section>
1717

18+
<!--
1819
<section class="mobile-only">
1920
<h2>Chatbox</h2>
2021
<p>Use this for quick comments :)</p>
@@ -31,3 +32,4 @@ <h2>Chatbox</h2>
3132
scrolling="auto"
3233
style="border: 1px solid"></iframe>
3334
</section>
35+
-->

content/about/webrings.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@ <h1>Webrings</h1>
5757

5858
<!-- DS Ring -->
5959
<div id="dsring">
60-
<script type="text/javascript" defer="true" src="https://crtstatic.neocities.org/dsring/onion/onionring-variables.js"></script>
61-
<script type="text/javascript" defer="true" src="https://crtstatic.neocities.org/dsring/onion/onionring-widget.js"></script>
60+
<script type="text/javascript" src="https://dsring.neocities.org/dswidget/onionring-variables.js"></script>
61+
<script type="text/javascript" src="https://dsring.neocities.org/dswidget/onionring-widget.js"></script>
6262
</div>
63-
6463
<!-- Hopeless Romantics -->
6564
<div>
6665
<a href="https://www.deathbusters.org/romantic/index.php" target="_blank"><img src="/assets/img/links/hopelessromantic.png" alt="Hopeless Romantic" /></a>

content/coding/webringu.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ <h2>Webrings that use Webringu</h2>
222222
<li><a href="https://alliedalmond.nekoweb.org/glassbeachwebring.html" target="_blank">Glass Beach Ring</a></li>
223223
<li><a href="https://dumb.trestrestr.es/" target="_blank">DUMB Ring</a></li>
224224
<li><a href="https://qtbeans.neocities.org/artistsonline" target="_blank">Artists Online</a></li>
225+
<li><a href="https://n7-ring.nekoweb.org/" target="_blank">N7 Ring</a></li>
226+
<li><a href="https://sakk.ie/off-platform/" target="_blank">Off-Platform Webring</a></li>
225227
</ul>
226228
</section>
227229

content/fun/advent-calendar-2025.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ <h1>Advent Calendar of Digital Challenges!</h1>
1717
<small>(Background illustration by <a href="https://at.pinterest.com/pin/281543726140361/" target="_blank">samantha grace</a>.)</small>
1818
</p>
1919

20-
<p>(The page will stay up after December!)</p>
2120
<!--
21+
<p>(The page will stay up after December!)</p>
2222
<center style="font-size: 2em">Please come back in December!</center>
2323
-->
2424
</section>

0 commit comments

Comments
 (0)