From fc210208b2888bb85794556107da3a8a0710e1c4 Mon Sep 17 00:00:00 2001 From: Robert <152218269+PenguinRobert1@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:01:58 +0000 Subject: [PATCH] 1 --- Credits.css | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ Credits.js | 1 + credits.html | 56 ++++++++++++++++++++++++++++++---------------------- script2.js | 8 ++++---- 4 files changed, 93 insertions(+), 28 deletions(-) create mode 100644 Credits.css create mode 100644 Credits.js diff --git a/Credits.css b/Credits.css new file mode 100644 index 00000000..a42f2d7c --- /dev/null +++ b/Credits.css @@ -0,0 +1,56 @@ +body { + margin: 0; + font-family: Arial, sans-serif; + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + background-color: #f0f0f0; + } + + .credits-container { + text-align: center; + background: white; + padding: 50px; + border-radius: 10px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + } + + h1 { + font-size: 50px; + margin-bottom: 20px; + color: #333; + } + + .credits-list { + margin-bottom: 20px; + } + + .credit-item { + margin-bottom: 15px; + } + + .credit-item h2 { + font-size: 24px; + margin: 0; color: #ff6f61; + } + + .credit-item p { + font-size: 18px; + margin: 5px 0 0; + color: #555; + } + + button { + padding: 10px 20px; + font-size: 16px; + color: white; + background-color: #ff6f61; + border: none; + border-radius: 5px; + cursor: pointer; + } + + button:hover { + background-color: #ff4a3d; + } \ No newline at end of file diff --git a/Credits.js b/Credits.js new file mode 100644 index 00000000..dfb33e73 --- /dev/null +++ b/Credits.js @@ -0,0 +1 @@ +function goBack() { window.history.back(); } \ No newline at end of file diff --git a/credits.html b/credits.html index 59bbd92d..be434c86 100644 --- a/credits.html +++ b/credits.html @@ -3,35 +3,43 @@ - + + - - - - - credits - Back - credits - -

Miles Allen

-

Robert Winberg

-

Samuel Swanson

-

oliver crolay

-

sky/amed

-

help me

-

colen

- Robert.W - miles.a info - PapasPizzeria -

fun-miles by miles Allen and Robert Winberg is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

+ + +Credits + - +
+

Credits

+
+
+

Owners

+

Miles Allen/Robert Winberg

+
+
+

Main Programers

+

Miles Allen/Robert Winberg

+
+
+

Game Testers

+

Samual Swanson/Soren Graff

+
+
+

Accounting

+

Noah Lindquist

+
+
+ +
+ \ No newline at end of file diff --git a/script2.js b/script2.js index 3e6c7a81..042f245c 100644 --- a/script2.js +++ b/script2.js @@ -60,23 +60,23 @@ const toggleSideBar = () => { // Rendering the main content dynamically const mainContentData = [ { - name: "games", + name: "Games", image: "/images.png", link: "/WebGames-master/WebGames-master/index.html", }, { - name: " old games", + name: " Old Games", image: "images1.png", link: "/games.html", }, { - name: "credits", + name: "Credits", image: "images1.png", link: "/credits.html", }, { - name: "games coming soon", + name: "Games That Are Comeing Soon", image: "/gamestooadd.jpeg", link: "/gametoadd.html", },