From 0373eec30db7ef16b2dd392853433758c5b6b9cd Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 13 Nov 2019 10:23:05 -0400 Subject: intro text --- site.css | 4 ++++ upd8.js | 10 +++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/site.css b/site.css index bc4c25e9..c727c899 100644 --- a/site.css +++ b/site.css @@ -147,3 +147,7 @@ li.contributed-only-original { text-align: center; font-size: 2em; } + +#intro { + margin: 24px 12%; +} diff --git a/upd8.js b/upd8.js index c5c46b29..133accf3 100644 --- a/upd8.js +++ b/upd8.js @@ -80,7 +80,12 @@ const { splitArray } = require('./upd8-util'); -const SITE_TITLE = 'Homestuck'; +const SITE_TITLE = 'Homestuck Music Wiki'; + +const SITE_INTRO = fixWS` +

Welcome to the fan-made wiki for Homestuck music! Select any album below to begin browsing.

+

This site was mostly made by Florrie as a remake of Homestuck's official Bandcamp, which saw its content reduced on 10/25/19. This site aims to be a more reliable resource and reference: track art (conspicuously missing from the Bandcamp) is archived here, solo albums are all indexed in the one place, and URLs will always stay consistent. Also included are tracks for listening on Bandcamp and other services.

+`; // The folder you stick your random downloads in is called "Downloads", yeah? // (Unless you sort all your downloads into manual, organized locations. Good @@ -403,6 +408,9 @@ async function writeTopIndexPage(albumData) {

${SITE_TITLE}

+
+ ${SITE_INTRO} +
${albumData.map(album => fixWS` -- cgit 1.3.0-6-gf8a5