Skip to content

Commit 4c7e6f5

Browse files
committed
sie hat ein bauchnabelpiercing
1 parent 3df975c commit 4c7e6f5

112 files changed

Lines changed: 242 additions & 212 deletions

File tree

Some content is hidden

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

content/_data/nav.json

Lines changed: 42 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -442,14 +442,6 @@
442442
"hide":false,
443443
"icon":"file-text-line"
444444
},
445-
{
446-
"link":"/coding/bookmarks",
447-
"label":"Helpful Sites",
448-
"sublabel":"",
449-
"new":false,
450-
"hide":false,
451-
"icon":"bookmark-line"
452-
},
453445
{
454446
"link":"/coding/checklist",
455447
"label":"Self-study Checklist",
@@ -474,7 +466,7 @@
474466
"items":[
475467
{
476468
"link":"/coding/layout-base-code",
477-
"label":"loading the same layout on every page",
469+
"label":"Loading the same layout on every page",
478470
"sublabel":"",
479471
"new":false,
480472
"hide":false,
@@ -514,6 +506,46 @@
514506
}
515507
]
516508
},
509+
{
510+
"label":"Bookmarks",
511+
"new":true,
512+
"items": [
513+
514+
{
515+
"link":"/coding/bookmarks",
516+
"label":"Helpful Sites",
517+
"sublabel":"",
518+
"new":false,
519+
"hide":false,
520+
"icon":"bookmark-line"
521+
},
522+
{
523+
"link":"/coding/cliques",
524+
"label":"List of Cliques",
525+
"sublabel":"",
526+
"new":false,
527+
"hide":false,
528+
"icon":"user-community-line"
529+
},
530+
{
531+
"link":"/coding/webring-list",
532+
"label":"List of Webrings",
533+
"sublabel":"",
534+
"new":true,
535+
"hide":false,
536+
"icon":"global-line"
537+
},
538+
{
539+
"link":"/webring",
540+
"label":"Code Collective Webring",
541+
"sublabel":"",
542+
"new":false,
543+
"hide":false,
544+
"icon":"diamond-ring-line",
545+
"hideInCodingNav":true
546+
}
547+
]
548+
},
517549
{
518550
"label":"First Steps",
519551
"new":false,
@@ -645,7 +677,7 @@
645677
},
646678
{
647679
"label":"Miscellaneous",
648-
"new":true,
680+
"new":false,
649681
"items":[
650682
{
651683
"link":"/coding/neocities",
@@ -678,31 +710,6 @@
678710
"new":false,
679711
"hide":true,
680712
"icon":"gamepad-line"
681-
},
682-
{
683-
"link":"/coding/cliques",
684-
"label":"List of Cliques",
685-
"sublabel":"",
686-
"new":false,
687-
"hide":false,
688-
"icon":"user-community-line"
689-
},
690-
{
691-
"link":"/coding/webring-list",
692-
"label":"List of Webrings",
693-
"sublabel":"",
694-
"new":true,
695-
"hide":false,
696-
"icon":"global-line"
697-
},
698-
{
699-
"link":"/webring",
700-
"label":"Code Collective Webring",
701-
"sublabel":"",
702-
"new":false,
703-
"hide":false,
704-
"icon":"diamond-ring-line",
705-
"hideInCodingNav":true
706713
}
707714
]
708715
}

content/_includes/layout/sidebars/currently.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
aria-hidden="true"
2424
/>
2525
<a href="https://app.tvtime.com/user/33116783" target="_blank"
26-
>Our Flag Means Death (s2)
27-
<span style="font-family: sans-serif; font-size: 0.9em">↺</span
28-
><!----></a
26+
>The White Lotus (s2)
27+
<!-- <span style="font-family: sans-serif; font-size: 0.9em">↺</span
28+
>--></a
2929
>
3030
</li>
3131
<li aria-label="reading:">

content/about/webrings.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
<section>
88
<h1>Webrings</h1>
9-
<p>(This page might take a while to load!)</p>
9+
10+
<p>Also check out the <a href="/coding/webring-list">list of webrings</a>!</p>
1011

1112
<!-- My own Webring: Code Collective -->
1213
<center id="code-collective" style="font-size: 1.1em">

content/coding/webring-list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ <h1>List of Webrings</h1>
6363
Click on column headings to sort them. · Use Ctrl+F to search through this
6464
page.
6565
</p>
66+
<p>Faded-out webrings currently do not accept new members.</p>
6667
<div class="cliquelist-wrapper">
6768
<table id="webringlist" class="sortable">
6869
<thead>

content/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@ <h2>
288288
<a href="/about/webrings">to their own page</a> to reduce loading
289289
time.)
290290
</center>
291+
292+
<center>
293+
Also check out the
294+
<a href="/coding/webring-list">list of webrings</a>!
295+
</center>
291296
</div>
292297
<div class="tabs__tab-content" data-tab="cliques">
293298
<div class="neighborhood__cliques">

css/layout/coding-page.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,21 +108,25 @@
108108
justify-content: space-between;
109109
grid-area: navi;
110110
margin-top: 1.5em;
111-
padding: 0 1em;
111+
padding: 0 10px;
112112
}
113113

114114
.coding-navigation-category {
115115
position: relative;
116116
z-index: 1;
117117
flex-grow: 1;
118118
background: var(--mainBackgroundColor);
119-
margin: 0 5px;
119+
margin: 0 2px;
120120
border-radius: 10px;
121121
border-bottom-left-radius: 0;
122122
border-bottom-right-radius: 0;
123123
border: var(--mainBorder);
124124
border-bottom: 0;
125125

126+
.aside-nav__new {
127+
margin-left: 3px;
128+
}
129+
126130
&.active {
127131
background-color: var(--purple);
128132

@@ -237,7 +241,7 @@
237241
}
238242

239243
@media (min-width: 900px) {
240-
flex: 1 1 0;
244+
// flex: 1 1 0;
241245
font-size: 1.1em;
242246

243247
ul {

js/layout/layout.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,6 @@ export function initAprilFools() {
486486
const offset = today.getTimezoneOffset();
487487
const today2 = new Date(today.getTime() - offset * 60 * 1000);
488488
const day = today2.toISOString().split("T")[0];
489-
console.log(day);
490489
if (day == "2026-04-01") {
491490
document.body.style.transform = "scaleY(-1)";
492491
document.title = "APRIL FOOLS !!!";

js/pages/google-sheets.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ function buildWebringTable(tableHeadings, tableData) {
4545
.filter((d) => d[1] && d[2])
4646
.sort(function (a, b) {
4747
// sort by webring name
48-
return a[1] && b[1] ? a[1].localeCompare(b[1]) : 0;
48+
return a[2] && b[2]
49+
? a[2].toLowerCase().localeCompare(b[2].toLowerCase())
50+
: 0;
4951
})
5052
.forEach((td) => {
5153
// make sure webrings with same name AND link are not added twice
@@ -58,7 +60,9 @@ function buildWebringTable(tableHeadings, tableData) {
5860

5961
const webring = {
6062
nameAndLink: `<a href="${td[1]}" target="_blank">${escapeHtml(cleanUpInput(td[2]))}</a>`,
61-
keywords: escapeHtml(cleanUpInput(td[3])),
63+
keywords: escapeHtml(cleanUpInput(td[3]))
64+
.replaceAll(",", ", ")
65+
.replaceAll(", ", ", "),
6266
inactive: td[4] !== "yes",
6367
category: td[5].includes(" (e.g.") ? td[5].split(" (e.g.")[0] : td[5],
6468
date: year + "/" + month + "/" + day,
@@ -98,7 +102,9 @@ function buildCliqueTable(tableHeadings, tableData) {
98102
.filter((d) => d[1] && d[2])
99103
.sort(function (a, b) {
100104
// sort by clique name
101-
return a[1] && b[1] ? a[1].localeCompare(b[1]) : 0;
105+
return a[1] && b[1]
106+
? a[1].toLowerCase().localeCompare(b[1].toLowerCase())
107+
: 0;
102108
})
103109
.forEach((td) => {
104110
// make sure cliques with same name AND link are not added twice

public/about/about-me.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

public/about/about-the-site.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)