diff --git a/_includes/include1.html b/_includes/include1.html new file mode 100644 index 0000000..7831c70 --- /dev/null +++ b/_includes/include1.html @@ -0,0 +1,20 @@ + +
+
+
+

+ {{page.title}} +

+

+ {{content}} +

+
+
+ Home + +
+
+
+
+ \ No newline at end of file diff --git a/_includes/include2.html b/_includes/include2.html new file mode 100644 index 0000000..14cd082 --- /dev/null +++ b/_includes/include2.html @@ -0,0 +1,39 @@ + + {% include navbar.html %} +
+
+
+
+

+ {{page.title}} +

+
+
+ + + + + + + User Page + + +
+
+
+
+
+
+ +
+ +
+
+
+
+
+ + {% include footer-alt.html %} + \ No newline at end of file diff --git a/_layouts/404.html b/_layouts/404.html index 4994b85..3fe8350 100644 --- a/_layouts/404.html +++ b/_layouts/404.html @@ -4,27 +4,12 @@ -{% include head.html %} + {% include head.html %} - -
-
-
-

- {{page.title}} -

-

- {{content}} -

-
-
- Home - -
-
-
-
- + {% if page.url == "/test" or page.path == "/test" %} + {% include include2.html %} + {% else %} + {% include include1.html %} + {% endif %} \ No newline at end of file diff --git a/u/@cleverremarksstv/index.html b/u-old/@cleverremarksstv/index.html similarity index 100% rename from u/@cleverremarksstv/index.html rename to u-old/@cleverremarksstv/index.html diff --git a/u/@cleverremarksstv/username.js b/u-old/@cleverremarksstv/username.js similarity index 100% rename from u/@cleverremarksstv/username.js rename to u-old/@cleverremarksstv/username.js diff --git a/u/@eco/index.html b/u-old/@eco/index.html similarity index 100% rename from u/@eco/index.html rename to u-old/@eco/index.html diff --git a/u/@eco/username.js b/u-old/@eco/username.js similarity index 100% rename from u/@eco/username.js rename to u-old/@eco/username.js diff --git a/u/@insidemindstv/index.html b/u-old/@insidemindstv/index.html similarity index 100% rename from u/@insidemindstv/index.html rename to u-old/@insidemindstv/index.html diff --git a/u/@insidemindstv/username.js b/u-old/@insidemindstv/username.js similarity index 100% rename from u/@insidemindstv/username.js rename to u-old/@insidemindstv/username.js diff --git a/u-old/@loydosborne copy/index.md b/u-old/@loydosborne copy/index.md new file mode 100644 index 0000000..b536da2 --- /dev/null +++ b/u-old/@loydosborne copy/index.md @@ -0,0 +1,26 @@ +--- +layout: links +--- + + + + + + +
+ + + + +
+ +
+
+
+
+ + + +
+ + \ No newline at end of file diff --git a/u/@loydosborne/styles.css b/u-old/@loydosborne copy/styles.css similarity index 100% rename from u/@loydosborne/styles.css rename to u-old/@loydosborne copy/styles.css diff --git a/u/@loydosborne/username.js b/u-old/@loydosborne copy/username.js similarity index 100% rename from u/@loydosborne/username.js rename to u-old/@loydosborne copy/username.js diff --git a/u/@loydosborne/index.md b/u-old/@loydosborne-temp/index.md similarity index 100% rename from u/@loydosborne/index.md rename to u-old/@loydosborne-temp/index.md diff --git a/u/@tindalos/styles.css b/u-old/@loydosborne-temp/styles.css similarity index 100% rename from u/@tindalos/styles.css rename to u-old/@loydosborne-temp/styles.css diff --git a/u-old/@loydosborne-temp/username.js b/u-old/@loydosborne-temp/username.js new file mode 100644 index 0000000..5e836cc --- /dev/null +++ b/u-old/@loydosborne-temp/username.js @@ -0,0 +1 @@ +const username = "@loydosborne" \ No newline at end of file diff --git a/u/@scytedtv/index.html b/u-old/@scytedtv/index.html similarity index 100% rename from u/@scytedtv/index.html rename to u-old/@scytedtv/index.html diff --git a/u/@scytedtv/username.js b/u-old/@scytedtv/username.js similarity index 100% rename from u/@scytedtv/username.js rename to u-old/@scytedtv/username.js diff --git a/u/@stvcreators/index.html b/u-old/@stvcreators/index.html similarity index 100% rename from u/@stvcreators/index.html rename to u-old/@stvcreators/index.html diff --git a/u/@stvcreators/username.js b/u-old/@stvcreators/username.js similarity index 100% rename from u/@stvcreators/username.js rename to u-old/@stvcreators/username.js diff --git a/u/@tindalos/index.md b/u-old/@tindalos/index.md similarity index 100% rename from u/@tindalos/index.md rename to u-old/@tindalos/index.md diff --git a/u-old/@tindalos/styles.css b/u-old/@tindalos/styles.css new file mode 100644 index 0000000..a871847 --- /dev/null +++ b/u-old/@tindalos/styles.css @@ -0,0 +1,111 @@ +/* Reset default browser styles */ +* { + box-sizing: border-box; + margin: 0; + padding: 0; +} + +/* Set body background color */ +body { + background-color: var(--bodybgcolour); +} + +/* Style header section */ +.header { + display: flex; + flex-direction: column; + align-items: center; + margin-top: 20px; +} + +.profile-pic { + width: 80px; + height: 80px; + border-radius: 50%; + background-color: var(--pfpbgcolour); + margin-bottom: 10px; + background-image: var(--profilepic); + background-size: cover; + background-position: center; +} + +.your-mom h1, +.your-mom h2, +.your-mom .link-box { + font-family: 'var(--googlefont)', sans-serif; + color: var(--boldtextcolour); + text-align: center; +} + +.your-mom h1 { + font-size: 24px; + font-weight: bold; + text-align: center; +} + +.your-mom h2 { + font-size: 20px; + font-weight: bold; + text-align: center; +} + +/* Style links section */ +.links { + display: flex; + flex-direction: column; + align-items: center; + gap: 20px; + margin: 20px; +} + +.link-box { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + width: 100%; + height: 120px; + background-color: var(--boxcolour); + border-radius: 10px; + text-align: center; + transition: background-color 0.2s ease; +} + +.link-box:hover { + background-color: var(--boxhovercolour); +} + +.link-icon { + font-size: 36px; + margin-bottom: 10px; +} + +h2 { + font-size: 18px; + font-weight: bold; + text-decoration: none; + text-align: center; +} + +p { + font-size: 15px; + font-family: 'var(--googlefont)', sans-serif; + color: var(--normaltextcolour); + text-align: center; +} + +a { + text-decoration: none; +} + +title { + display: "test"; +} + +hr.has-background-black { + display: none; +} + +h1.title { + display: none; +} \ No newline at end of file diff --git a/u/@tindalos/username.js b/u-old/@tindalos/username.js similarity index 100% rename from u/@tindalos/username.js rename to u-old/@tindalos/username.js