diff --git a/gear/gear.json b/gear/gear.json index 710d0b7..84f0756 100644 --- a/gear/gear.json +++ b/gear/gear.json @@ -1,5 +1,5 @@ -[ - { +{ + "bondage": { "name": "Bondage", "id": "bondage", "values": [ @@ -14,31 +14,5 @@ "desc": "Lots of 'em" } ] - }, - { - "name": "Clothes", - "id": "clothes", - "values": [] - }, - { - "name": "Gags", - "id": "gags", - "values": [] - }, - { - "name": "Sensory Deprevation", - "id": "sensory-deprevation", - "values": [] - }, - { - "name": "Food Play", - "id": "food-play", - "values": [ - { - "name": "Pet Bowl", - "id": "pet-bowl", - "desc": "A small dog bowl, ideal for kibble or other mostly solid foods" - } - ] } -] +} diff --git a/gear/gear.mjs b/gear/gear.mjs index 1db8fbb..9469d71 100644 --- a/gear/gear.mjs +++ b/gear/gear.mjs @@ -6,7 +6,7 @@ * * @typedef {{name: string, id: string, values: GearListItem[]}} GearListSection * - * @typedef {GearListSection[]} GearList + * @typedef {{bondage: GearListSection}} GearList */ /** @@ -87,7 +87,7 @@ async function generateGearListArticle(position) { divider.setAttribute("class", "gl-divider"); bondageItems.appendChild(divider); - for (const section of list) { + for (const section of Object.values(list)) { let listSection = buildSection(section); bondageItems.appendChild(listSection); diff --git a/global/global.css b/global/global.css index dfd5804..ef7ff5c 100644 --- a/global/global.css +++ b/global/global.css @@ -9,7 +9,7 @@ body { font-size: 16pt; margin: 0; min-height: 100svh; - height: fit-content; + height: 100svh; display: flex; flex-direction: column; align-items: center; @@ -28,16 +28,3 @@ body { border-left: solid 2px #c6a0f6; border-right: solid 2px #c6a0f6; } - -a { - color: #cad3f5; -} - -code { - font-family: "Roboto Mono", monospace; - font-optical-sizing: auto; - font-weight: 400; - font-style: normal; - font-size: 12pt; - background-color: #363a4f; -} diff --git a/header/header.css b/header/header.css index 1757764..881e5f7 100644 --- a/header/header.css +++ b/header/header.css @@ -6,8 +6,6 @@ header { font-style: normal; font-size: 14pt; - background-color: #1e2030; - height: 1.5rem; width: calc(100% - 1.5rem); diff --git a/index.html b/index.html index 74cc56d..ed3405d 100644 --- a/index.html +++ b/index.html @@ -27,22 +27,6 @@

-
-

- Welcome to my personal kink and gear list webpage! Keep in mind that any - gear listed may or may not be available at any given time (in - particular, clothes may be dirty or consumable items like tape or - diapers may be out of stock). -

- -

- Also, if you would like to use this site temeplate for yourself, please - go to - the git repository to fork it, as well as editing the /gear/gear.json and - /kinks/kinks.json to reflect your own kink and gear lists. -

-
+
Look ma, I'm horny!