From c70667bffda1b962d1c9e814858182cbd8a1eff8 Mon Sep 17 00:00:00 2001
From: TheMightyd7
Date: Mon, 23 Oct 2023 22:34:57 -0400
Subject: [PATCH] Fix style issues, naming conventions and code format with
Prettier
---
.prettierrc | 10 +
401.html | 30 +-
404.html | 25 +-
index.html | 320 ++++++++++++++-------
leaderboard/index.html | 113 +++++---
leaderboard/login.html | 2 +-
leaderboard/shop/index.html | 201 +++++++------
leaderboard/shop/past.html | 100 +++----
media/admins/24MohileA.png | Bin 0 -> 283461 bytes
presentations/index.html | 156 +++++-----
scripts/leaderboard.js | 270 +++++++++---------
scripts/leaderboard/login.js | 55 ++--
scripts/leaderboard/manage.js | 139 ++++-----
scripts/leaderboard/onboarding.js | 92 +++---
scripts/leaderboard/purchases.js | 117 ++++----
scripts/leaderboard/store.js | 123 ++++----
scripts/main.js | 6 +-
scripts/navbar.js | 84 +++---
scripts/presentations/presentations.js | 333 +++++++++++----------
scripts/utils.js | 77 ++---
style/gallery.css | 14 +-
style/hackstoga.css | 136 ++++-----
style/hackstoga_sponsor.css | 156 +++++-----
style/leaderboard/leaderboard.css | 134 +++++----
style/leaderboard/login.css | 12 +-
style/leaderboard/purchases.css | 86 +++---
style/leaderboard/store.css | 14 +-
style/main.css | 246 ++++++++--------
style/navbar.css | 196 ++++++-------
style/resources.css | 41 ++-
style/theme.css | 381 +++++++++++++------------
style/tooltips.css | 112 ++++----
32 files changed, 2012 insertions(+), 1769 deletions(-)
create mode 100644 .prettierrc
create mode 100644 media/admins/24MohileA.png
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..629b5eb
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,10 @@
+{
+ "printWidth": 100,
+ "trailingComma": "all",
+ "tabWidth": 2,
+ "useTabs": false,
+ "htmlWhitespaceSensitivity": "strict",
+ "jsxBracketSameLine": false,
+ "semi": true,
+ "singleQuote": true
+}
diff --git a/401.html b/401.html
index beae24e..b29833b 100644
--- a/401.html
+++ b/401.html
@@ -1,25 +1,27 @@
-
-
-
+
+
+
401 | Conestoga Computer Science Club
-
-
+
+
-
-
+
+
-
- 401
- You may need to Login to view this page.
+
+ 401
+ You may need to Login to view this page.
-
-
-
+
+
Home?
-
\ No newline at end of file
+