diff --git a/404.html b/404.html index 8aae06860..1ed33ea2d 100644 --- a/404.html +++ b/404.html @@ -3,101 +3,65 @@ layout: guide tag: 404 title: 404 - Page Not Found --- - -
-
-
-
-
-

News

-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- -   - 404 - Page Not Found -   - - Next - -
-
-

- You've followed a link we didn't code yet! - Head back to the - Main Page. -

-

- One day a developer came along and gave us - this website then disappeared into the - mist. -

+ +
+ +   + 404 - Page Not Found +   + + Next + +
+
+

+ You've followed a link we didn't code yet! + Head back to the + Main Page. +

-

- Another developer came and cleaned it up, - making the website functional and - navigationable for the 2009 emulation's - purposes - but links are missing and - broken all over the place! -

+

+ One day a developer came along and gave us + this website then disappeared into the + mist. +

-

- So where does that leave us (and you?) - - Well, if you're just here to play the - game, head to our main page and hop on! If - you want to help fix our little problem, - read on! -

+

+ Another developer came and cleaned it up, + making the website functional and + navigationable for the 2009 emulation's + purposes - but links are missing and + broken all over the place! +

-

- We actually have all the pages, they just - need their links fixed. If you're a - developer and want to help fix this, clone - our website repository from - GitHub - and open title.html - you'll notice - something a little special, but more - importantly, you'll notice all the links - work ;). We need your help making - index.html link to all the right places! -

+

+ So where does that leave us (and you?) - + Well, if you're just here to play the + game, head to our main page and hop on! If + you want to help fix our little problem, + read on! +

-

- Red Bracket
2009scape Content - Developer
-

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+

+ We actually have all the pages, they just + need their links fixed. If you're a + developer and want to help fix this, clone + our website repository from + GitHub + and open title.html - you'll notice + something a little special, but more + importantly, you'll notice all the links + work ;). We need your help making + index.html link to all the right places! +

+ +

+ Red Bracket
2009scape Content Developer
+

\ No newline at end of file diff --git a/_includes/active-menu.html b/_includes/active-menu.html index a81ca3fa8..f6d36e0fc 100644 --- a/_includes/active-menu.html +++ b/_includes/active-menu.html @@ -8,7 +8,7 @@ {% elsif include.content == "guide" and crumbs[2] == "game_guide" or crumbs[2] == "rules" %} -{% elsif include.content == "community" and crumbs[2] == "community" or crumbs[2] == "m=hiscore" %} +{% elsif include.content == "community" and crumbs[2] == "community" or crumbs[2] == "m=hiscore" or crumbs[1] == "site" and crumbs[2] == "archives" %} {% elsif include.content == "help" and crumbs[2] == "help" %} diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html index 286a8c3d2..0c49e5f1a 100644 --- a/_includes/breadcrumbs.html +++ b/_includes/breadcrumbs.html @@ -1,20 +1,20 @@ \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 4ab47eec9..d55ebbdec 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,8 +3,8 @@
Copyright © 2023 under AGPL. 2009Scape is not affiliated with RuneScape or Jagex Ltd.
- Use of our Game's source code is subject to our Terms & - Conditions and Privacy Policy.
+ Use of our Game's source code is subject to our Terms & + Conditions and Privacy Policy.
2009Scape Logo diff --git a/_includes/further-help.html b/_includes/further-help.html new file mode 100644 index 000000000..2afd68a25 --- /dev/null +++ b/_includes/further-help.html @@ -0,0 +1,8 @@ +

Further Help

+

Need more help? Come chat with us!

+
+ +
\ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 000000000..929abfb6f --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + {{ site.title }} - {{ page.title }} + + \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 000000000..e2c1bdd0f --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,23 @@ + \ No newline at end of file diff --git a/_includes/image.html b/_includes/image.html new file mode 100644 index 000000000..959a1c3c9 --- /dev/null +++ b/_includes/image.html @@ -0,0 +1,4 @@ +
+ {{ include.description }} +
{{ include.description }}
+
\ No newline at end of file diff --git a/_includes/menu.html b/_includes/menu.html index 7bd54c247..8375008dc 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -1,18 +1,22 @@
\ No newline at end of file diff --git a/_includes/website-overhaul-notice.html b/_includes/website-overhaul-notice.html new file mode 100644 index 000000000..25e2dd57e --- /dev/null +++ b/_includes/website-overhaul-notice.html @@ -0,0 +1,11 @@ +
+
+
+
+ Important Information +
+ This entire website is getting a massive overhaul and this page will change. + If you need any help at all ask a staff member either on our Discord or if you do not prefer discord check out our Forums! +
+
+
\ No newline at end of file diff --git a/_layouts/base.html b/_layouts/base.html new file mode 100644 index 000000000..3bf614491 --- /dev/null +++ b/_layouts/base.html @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + {{ site.title }} - {{ page.title }} + + + + + +
+ + {{content}} + + {% include footer.html %} +
+ + + + diff --git a/_layouts/community.html b/_layouts/community.html new file mode 100644 index 000000000..bc8c2e536 --- /dev/null +++ b/_layouts/community.html @@ -0,0 +1,38 @@ + + +{% include head.html %} + + + +
+ {% include header.html %} + + + +
+
+
+
+
+

{{ page.title }}

+
+
+
+
+ {{ content }} +
+
+
+ + {% include footer.html %} +
+ + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 1d86d5713..a89875a29 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,61 +1,26 @@ - + - - - - - - - - - - - - - - - {{ site.title }} - {{ page.title }} - - - +{% include head.html %} -
-