From a68e44b5b2a2b6d1867aeb6ec7cc58e8cda519bf Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 7 Feb 2020 12:08:51 -0400 Subject: feedback page --- upd8.js | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/upd8.js b/upd8.js index 70b3a981..b998e6ab 100644 --- a/upd8.js +++ b/upd8.js @@ -105,6 +105,14 @@ const SITE_ABOUT = ` `; +const SITE_FEEDBACK = ` +

Feature requests? Noticed any errors? Please let me know! I appreciate feedback a lot, and always want to make this site better.

+

The best place to talk about this site is on its HomestuckXYZ forum thread.

+

If you're not one for forums or don't have an account there, you can spam me on Twitter.

+

Or, if you're really old fashioned, I've got an email too: towerofnix at gmail dot beans.

+

Thank you for sharing your feedback!

+`; + // The folder you stick your random downloads in is called "Downloads", yeah? // (Unless you sort all your downloads into manual, organized locations. Good // for you.) It might just 8e me, 8ut I've always said "the downloads folder." @@ -125,6 +133,7 @@ const ARTIST_DIRECTORY = 'artist'; const ARTIST_AVATAR_DIRECTORY = 'artist-avatar'; const LISTING_DIRECTORY = 'list'; const ABOUT_DIRECTORY = 'about'; +const FEEDBACK_DIRECTORY = 'feedback'; const FLASH_DIRECTORY = 'flash'; // Might ena8le this later... we'll see! Eventually. May8e. @@ -608,8 +617,9 @@ function writeMiscellaneousPages(albumData, flashData) {

Explore the site!

Listings - About & Credits Flashes (New!) + About & Credits + Feedback

...or choose an album:

@@ -630,7 +640,8 @@ function writeMiscellaneousPages(albumData, flashData) {

Also check out:

@@ -662,6 +673,17 @@ function writeMiscellaneousPages(albumData, flashData) {
+ `), + writePage([FEEDBACK_DIRECTORY], 'Feedback!', fixWS` + +
+
+

Feedback!

+

(Home)

+ ${SITE_FEEDBACK} +
+
+ `) ]); } -- cgit 1.3.0-6-gf8a5