Skip to content

Commit 887eb5b

Browse files
committed
line my eyes and call me pretty
1 parent b62effb commit 887eb5b

File tree

88 files changed

+221
-128
lines changed

Some content is hidden

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

88 files changed

+221
-128
lines changed

content/_data/changelog.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
2-
{ "date": "2025-02-XX", "text": "TEMPLATE", "link": "" },
2+
{ "date": "2025-03-XX", "text": "TEMPLATE", "link": "" },
3+
{ "date": "2025-03-02", "text": "Indie Web Contest Winners ANNOUNCED!", "link": "/contest" },
34
{ "date": "2025-02-27", "text": "Media reviews for February are up!", "link": "/about/media-log" },
45
{ "date": "2025-02-23", "text": "Guide about cachebusting is up. It's still WIP though!", "link": "/coding/cachebusting" },
56
{ "date": "2025-02-18", "text": "Lots of small updates, and I expanded my 'VSCode Setup' page!", "link": "/coding/my-setup" },

content/_data/sites.json

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"title": "Tanja's Treehouse",
4+
"link": "https://tanjas-treehouse.neocities.org/",
5+
"image": "tanjas-treehouse.gif",
6+
"linksBackToMe": true,
7+
"neighbor": true,
8+
"friend": true,
9+
"hide": "WIP"
10+
},
211
{
312
"title": "Florrie's Garden",
413
"link": "https://florrie.ichi.city/",
@@ -99,8 +108,7 @@
99108
"title": "faintlymacabre",
100109
"image": "faintlymacabre.gif",
101110
"linksBackToMe": false,
102-
"neighbor": true,
103-
"hide": "CURRENTLY IN CONSTRUCTION"
111+
"neighbor": true
104112
},
105113
{
106114
"link": "https://tthumbelina.neocities.org/",
@@ -317,5 +325,59 @@
317325
"neighbor": false,
318326
"inspiration": true,
319327
"linksBackToMe": false
328+
},
329+
{
330+
"link": "https://abyssbloom.neocities.org/",
331+
"title": "Abyss Bloom",
332+
"image": "abyssbloom.png",
333+
"neighbor": false,
334+
"inspiration": false,
335+
"linksBackToMe": false,
336+
"winner": true
337+
},
338+
{
339+
"link": "https://re-nata.neocities.org/",
340+
"title": "Renata's Laboratory",
341+
"image": "re-nata.gif",
342+
"neighbor": false,
343+
"inspiration": false,
344+
"linksBackToMe": false,
345+
"winner": true
346+
},
347+
{
348+
"link": "https://yatagarasu.nekoweb.org/",
349+
"title": "Yatagarasu",
350+
"image": "yatagarasu.gif",
351+
"neighbor": false,
352+
"inspiration": false,
353+
"linksBackToMe": false,
354+
"winner": true
355+
},
356+
{
357+
"link": "https://lockheartlove.netlify.app/",
358+
"title": "Lockheart Love",
359+
"image": "lockheartlove.png",
360+
"neighbor": false,
361+
"inspiration": false,
362+
"linksBackToMe": false,
363+
"winner": true
364+
},
365+
{
366+
"link": "https://featherfae.neocities.org/",
367+
"title": "Faerie Glen",
368+
"image": "featherfae.gif",
369+
"neighbor": false,
370+
"inspiration": false,
371+
"linksBackToMe": false,
372+
"winner": true
373+
},
374+
{
375+
"link": "https://starry-knight.neocities.org/",
376+
"title": "Starry's Grove",
377+
"image": "starry-knight.png",
378+
"neighbor": false,
379+
"inspiration": false,
380+
"linksBackToMe": false,
381+
"winner": true
320382
}
321383
]

content/_includes/coding.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ testingOnLocalhost: false
280280

281281
<a class="aside-contest" href="/contest">
282282
<img src="{{ nesting }}assets/img/layout/trophy.gif" width="80" height="85" />
283-
<div><b>Indie Web Contest</b><small>Winners announced soon!</small></div>
283+
<div><b>Indie Web Contest</b><small>Winners announced!</small></div>
284284
</a>
285285
</aside>
286286

content/_includes/petrapixel.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ testingOnLocalhost: false
120120

121121
<a class="aside-contest" href="/contest">
122122
<img src="{{ nesting }}assets/img/layout/trophy.gif" width="80" height="85" alt="Trophy" />
123-
<div><b>Indie Web Contest</b><small>Winners announced soon!</small></div>
123+
<div><b>Indie Web Contest</b><small>Winners announced!</small></div>
124124
</a>
125125

126126
<!-- ----------------- CHANGELOG ----------------- -->

content/about/neighbors.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ <h2>Friends & Neighbors</h2>-->
3838
<button class="rec-filters__button" data-filter=".neighbor--friend">friends</button>
3939
<button class="rec-filters__button" data-filter=".neighbor--neighbor">neighbors</button>
4040
<button class="rec-filters__button" data-filter=".neighbor--inspiration">inspiration</button>
41+
<button class="rec-filters__button" data-filter=".neighbor--winner">contest winners</button>
4142
<!-- <button class="rec-filters__button" data-filter=".neighbor--resources">resources</button> -->
4243
</div>
4344
</div>
@@ -50,7 +51,7 @@ <h2>Friends & Neighbors</h2>-->
5051
<a
5152
href="{{ site.link }}"
5253
title="{{ site.title }}"
53-
class="neighbor {% if site.friend %}neighbor--friend{% endif %} {% if site.neighbor %}neighbor--neighbor{% endif %} {% if site.resources %}neighbor--resources{% endif %} {% if site.inspiration %}neighbor--inspiration{% endif %}"
54+
class="neighbor {% if site.friend %}neighbor--friend{% endif %} {% if site.neighbor %}neighbor--neighbor{% endif %} {% if site.resources %}neighbor--resources{% endif %} {% if site.inspiration %}neighbor--inspiration{% endif %} {% if site.winner %}neighbor--winner{% endif %}"
5455
>
5556
<img src="{{ site.image | prepareImageUrl }}" alt="{{ site.title }}" width="88" height="31" />
5657
</a>

content/coding/bookmarks.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ <h3 id="support">Get Help, Ask Questions</h3>
101101
<div class="bookmark__title"><a href="https://www.reddit.com/r/neocities" target="_blank">/r/Neocities</a></div>
102102
<div class="bookmark__description">Subreddit where you can ask questions about Neocities / coding</div>
103103
</div>
104+
<div class="bookmark bookmark--star">
105+
<div class="bookmark__title"><a href="https://chatgpt.com/" target="_blank">ChatGPT</a></div>
106+
<div class="bookmark__description">AI that is great at answering questions about coding</div>
107+
</div>
104108

105109
<!-- <div class="bookmark">
106110
<div class="bookmark__title"><a href="" target="_blank">TITLE</a></div>
@@ -144,7 +148,7 @@ <h3 id="editors">Editors</h3>
144148
<!-- ----------------------------------------------------------------------------------------------------- -->
145149

146150
<div class="bookmarks-section">
147-
<h3 id="formatters">Formatters</h3>
151+
<h3 id="formatters">Online Formatters</h3>
148152
<div class="bookmarks">
149153
<div class="bookmark bookmark--star">
150154
<div class="bookmark__title"><a href="https://www.freeformatter.com/html-formatter.html" target="_blank">HTML Formatter</a></div>
@@ -168,7 +172,7 @@ <h3 id="formatters">Formatters</h3>
168172
<!-- ----------------------------------------------------------------------------------------------------- -->
169173

170174
<div class="bookmarks-section">
171-
<h3 id="validators">Validators</h3>
175+
<h3 id="validators">Online Validators</h3>
172176
<div class="bookmarks">
173177
<div class="bookmark">
174178
<div class="bookmark__title"><a href="https://validator.w3.org/" target="_blank">HTML Validation Service</a></div>
@@ -230,10 +234,14 @@ <h3 id="support">Hosters</h3>
230234
<div class="bookmarks">
231235
<div class="bookmark bookmark--star">
232236
<div class="bookmark__title"><a href="https://neocities.org/" target="_blank">NeoCities</a></div>
233-
<div class="bookmark__description">A free website hoster. (I use this one.)</div>
237+
<div class="bookmark__description">A free website hoster with social features. (I use this one.)</div>
234238
</div>
235239
<div class="bookmark">
236240
<div class="bookmark__title"><a href="https://nekoweb.org/" target="_blank">NekoWeb</a></div>
241+
<div class="bookmark__description">A free website hoster with social features.</div>
242+
</div>
243+
<div class="bookmark">
244+
<div class="bookmark__title"><a href="https://www.netlify.com/pricing/" target="_blank">Netlify</a></div>
237245
<div class="bookmark__description">A free website hoster.</div>
238246
</div>
239247
<div class="bookmark">
@@ -341,6 +349,10 @@ <h3 id="images">Images</h3>
341349
<div class="bookmark__title"><a href="https://www.cursors-4u.com/" target="_blank">Cursors-4u</a></div>
342350
<div class="bookmark__description">Free cursors, sorted by category</div>
343351
</div>
352+
<div class="bookmark">
353+
<div class="bookmark__title"><a href="https://www.totallyfreecursors.com/" target="_blank">totallyfreecursors.com</a></div>
354+
<div class="bookmark__description">Free cursors, sorted by category</div>
355+
</div>
344356
<div class="bookmark">
345357
<div class="bookmark__title"><a href="http://www.rw-designer.com/cursor-library/0" target="_blank">rw-designer Cursors</a></div>
346358
<div class="bookmark__description">Free cursors</div>

content/coding/my-setup.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ <h2 id="vscode-extensions">VSCode Extensions</h2>
322322

323323
<ul>
324324
<li><b>vscode-pets</b>: adds cute pets! :3</li>
325+
<li><b>Code Spell Checker</b>: spellchecker</li>
325326
<li><b>footsteps</b>: highlights lines you've edited recently</li>
326327
<li><b>Todo Tree</b>: a list of all your TO DO comments</li>
327328
<li><b>Vibrancy Continued</b>: a neat "glassy" visual effect for the program</li>

content/contest.html

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@ <h1>Petra's Indie Web Contest!</h1>
1818
<center>Participation form has closed. Thanks!</center>
1919
2020
<center style="font-size: 1.4em">Voting is open until <b>February 28th</b>!<br /><a href="https://forms.gle/DntmUzvqrdUBU36Q9" target="_blank">VOTE HERE!</a></center>
21-
-->
2221
23-
<center>Voting is now closed!</center>
22+
2423
2524
<center style="font-size: 1.4em; margin-top: 0">Winners will be announced <b>this weekend</b> on this page!</center>
25+
-->
2626

27+
<center>This contest is over. Check out the winners below!</center>
2728
<!--
2829
<p><b>Voting Rules:</b></p>
2930
<ul>
@@ -54,16 +55,19 @@ <h1>Petra's Indie Web Contest!</h1>
5455

5556
<section>
5657
<h2>Results</h2>
57-
<!--
5858
<p>The results are in! Some stats:</p>
5959
<ul>
60-
<li>The participation form opened on ???. There were a total of <b>65</b> participants, though 1 was disqualified due to having an unfinished website.</li>
61-
<li><b>72</b> people participated in the voting, though 2 of those responses were deleted due to obvious cheating (= giving one site the maximum poinits and every other site 0 points).</li>
62-
<li>Voters could give each website 0-3 points. The site with the highest average of points was ??? with ??? average points!</li>
63-
<li>For my own choices, I gave a maximum of 15 points. The site with the highest points from me was ??? with ??? points!</li>
60+
<li>There were a total of <b>65</b> participants, though 1 was disqualified due to having an unfinished website.</li>
61+
<li><b>72</b> people participated in the voting, though 2 of those responses were deleted due to obvious cheating (= giving one site the maximum points and every other site 0 points).</li>
62+
<li>
63+
Voters could give each website <b>0-3 points</b>. The site with the highest average of points was <a href="https://abyssbloom.neocities.org/" target="_blank">Abyss Bloom</a> with
64+
<b>2.043</b> average points! (Note: Winners were calculated using an average point system instead of a total point system so that websites that were 18+ or contained triggering material and
65+
therefore were not rated as often were not disadvantaged!)
66+
</li>
67+
<li>For my own choices, I gave a maximum of <b>15</b> points. My winners all got <b>11</b> points from me!</li>
6468
</ul>
6569
<p>Congratulations to all 6 winners!! And thanks to everyone else for participating as well!</p>
66-
<p>Note to all winners: You should have received an email with your prize. Let me know if you didn't!</p>-->
70+
<p><b>Note to all winners:</b> You should have received an email or guestbook comment with your prize. Let me know if you didn't!</p>
6771

6872
<hr />
6973
<!-- -->
@@ -74,20 +78,20 @@ <h3>Voter's Choice Winners</h3>
7478
<div class="indie-web-contest-winners__winner">
7579
<b class="indie-web-contest-winners__place">1<sup>st</sup> place</b>
7680
<img src="https://i.imgur.com/19dkEr2.png" class="indie-web-contest-winners__badge" width="88" height="31" />
77-
<strong class="indie-web-contest-winners__link"><a href="" target="_blank">to be announced</a></strong>
78-
<a href="" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/halloween theme light.png" /></a>
81+
<strong class="indie-web-contest-winners__link"><a href="https://abyssbloom.neocities.org/" target="_blank">Abyss Bloom</a></strong>
82+
<a href="https://abyssbloom.neocities.org/" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/contest-winners/abyssbloom.png" /></a>
7983
</div>
8084
<div class="indie-web-contest-winners__winner">
8185
<b class="indie-web-contest-winners__place">2<sup>nd</sup> place</b>
8286
<img src="https://i.imgur.com/iSDoR9A.png" class="indie-web-contest-winners__badge" width="88" height="31" />
83-
<strong class="indie-web-contest-winners__link"><a href="" target="_blank">to be announced</a></strong>
84-
<a href="" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/halloween theme dark.png" /></a>
87+
<strong class="indie-web-contest-winners__link"><a href="https://re-nata.neocities.org" target="_blank">Renata's Laboratory</a></strong>
88+
<a href="https://re-nata.neocities.org" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/contest-winners/re-nata.png" /></a>
8589
</div>
8690
<div class="indie-web-contest-winners__winner">
8791
<b class="indie-web-contest-winners__place">3<sup>rd</sup> place</b>
8892
<img src="https://i.imgur.com/lQ2pPLM.png" class="indie-web-contest-winners__badge" width="88" height="31" />
89-
<strong class="indie-web-contest-winners__link"><a href="" target="_blank">to be announced</a></strong>
90-
<a href="" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/halloween theme light.png" /></a>
93+
<strong class="indie-web-contest-winners__link"><a href="https://yatagarasu.nekoweb.org/" target="_blank">Yatagarasu</a></strong>
94+
<a href="https://yatagarasu.nekoweb.org/" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/contest-winners/yatagarasu.png" /></a>
9195
</div>
9296
</div>
9397

@@ -100,20 +104,20 @@ <h3>Petra's Choice Winners</h3>
100104
<div class="indie-web-contest-winners__winner">
101105
<b class="indie-web-contest-winners__place">1<sup>st</sup> place</b>
102106
<img src="https://i.imgur.com/19dkEr2.png" class="indie-web-contest-winners__badge" width="88" height="31" />
103-
<strong class="indie-web-contest-winners__link"><a href="" target="_blank">to be announced</a></strong>
104-
<a href="" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/halloween theme light.png" /></a>
107+
<strong class="indie-web-contest-winners__link"><a href="https://lockheartlove.netlify.app/" target="_blank">Lockheart Love</a></strong>
108+
<a href="https://lockheartlove.netlify.app/" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/contest-winners/lockheartlove.png" /></a>
105109
</div>
106110
<div class="indie-web-contest-winners__winner">
107111
<b class="indie-web-contest-winners__place">2<sup>nd</sup> place</b>
108112
<img src="https://i.imgur.com/iSDoR9A.png" class="indie-web-contest-winners__badge" width="88" height="31" />
109-
<strong class="indie-web-contest-winners__link"><a href="" target="_blank">to be announced</a></strong>
110-
<a href="" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/halloween theme light.png" /></a>
113+
<strong class="indie-web-contest-winners__link"><a href="https://featherfae.neocities.org/" target="_blank">faerie glen</a></strong>
114+
<a href="https://featherfae.neocities.org/" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/contest-winners/featherfae.png" /></a>
111115
</div>
112116
<div class="indie-web-contest-winners__winner">
113117
<b class="indie-web-contest-winners__place">3<sup>rd</sup> place</b>
114118
<img src="https://i.imgur.com/lQ2pPLM.png" class="indie-web-contest-winners__badge" width="88" height="31" />
115-
<strong class="indie-web-contest-winners__link"><a href="" target="_blank">to be announced</a></strong>
116-
<a href="" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/halloween theme light.png" /></a>
119+
<strong class="indie-web-contest-winners__link"><a href="https://starry-knight.neocities.org/" target="_blank">Starry's Grove</a></strong>
120+
<a href="https://starry-knight.neocities.org/" target="_blank" class="indie-web-contest-winners__screenshot"><img src="assets/img/etc/contest-winners/starry-knight.png" /></a>
117121
</div>
118122
</div>
119123
</section>

content/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ <h2>Neighborhood <img aria-hidden="true" alt="" src="assets/img/inline/stars.gif
233233
<p><a href="http://aromatic.wings.nu/">aromatic</a> // new books</p>
234234
<p><a href="https://sanguineroyal.com/com/nobility">Nobility</a> // Queen of her website!</p>
235235
<p><a href="https://fan.sanguineroyal.com/cli/barbieland/">Barbieland</a> // This Barbie has too many hobbies and too little time!</p>
236+
<p><a href="https://lockheart.love/collections/cliques">Cringe is Dead</a> || Twilight Saga</p>
236237
<p>
237238
<a href="https://callmemanatee.neocities.org/who_clique">Companions</a> <img src="assets/img/links/cliques/two_hearts.png" style="height: 1em" alt="" aria-hidden="true" alt="" /> petra is a
238239
companion of the 10th doctor.
@@ -315,6 +316,9 @@ <h2>Neighborhood <img aria-hidden="true" alt="" src="assets/img/inline/stars.gif
315316
<a href="http://yerfej.org/hugh/members.php" target="_blank"
316317
><img width="50" height="50" loading="lazy" src="assets/img/links/fanlistings/hughjackman.png" title="Hugh Jackman" alt="Hugh Jackman"
317318
/></a>
319+
<a href="https://artistic-shadow.net/FL/Parsons/list.php" target="_blank"
320+
><img width="50" height="50" loading="lazy" src="assets/img/links/fanlistings/jim-parsons.gif" title="Jim Parsons" alt="Jim Parsons"
321+
/></a>
318322
<a href="https://mikh.net/jeff/list.php" target="_blank"
319323
><img width="50" height="50" loading="lazy" src="assets/img/links/fanlistings/jeff-goldblum.gif" title="Jeff Goldblum" alt="Jeff Goldblum"
320324
/></a>
@@ -382,6 +386,7 @@ <h2>Neighborhood <img aria-hidden="true" alt="" src="assets/img/inline/stars.gif
382386
<a href="https://fan.robotess.net/programming/fans" target="_blank"
383387
><img width="50" height="50" loading="lazy" src="assets/img/links/fanlistings/programming.jpeg" title="Programming" alt="Programming"
384388
/></a>
389+
<a href="https://fans.thislove.nu/css/fl.php?list" target="_blank"><img width="50" height="50" loading="lazy" src="assets/img/links/fanlistings/css.jpg" title="CSS" alt="CSS" /></a>
385390
<a href="https://kelsey.altervista.org/dreaming/list.php" target="_blank"
386391
><img width="50" height="50" loading="lazy" src="assets/img/links/fanlistings/dreaming.png" title="Dreaming" alt="Dreaming"
387392
/></a>

css/pages/contest.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
.indie-web-contest-winners__screenshot {
2424
overflow: hidden;
25-
display: none; // TEMP
2625

2726
img {
2827
position: relative;
2928
border-radius: 10px;
3029
transition: transform 0.3s ease;
30+
border: 1px dotted;
3131
}
3232

3333
&:hover,

0 commit comments

Comments
 (0)