diff --git a/docs/img/2023-2024/GameDevelopment/Dez.png b/docs/img/2023-2024/GameDevelopment/Dez.png new file mode 100644 index 0000000..d5c0890 Binary files /dev/null and b/docs/img/2023-2024/GameDevelopment/Dez.png differ diff --git a/docs/img/2023-2024/GameDevelopment/DezHello.png b/docs/img/2023-2024/GameDevelopment/DezHello.png new file mode 100644 index 0000000..7924761 Binary files /dev/null and b/docs/img/2023-2024/GameDevelopment/DezHello.png differ diff --git a/docs/img/2023-2024/GameDevelopment/Logo_Design-only.png b/docs/img/2023-2024/GameDevelopment/Logo_Design-only.png new file mode 100644 index 0000000..32a23ce Binary files /dev/null and b/docs/img/2023-2024/GameDevelopment/Logo_Design-only.png differ diff --git a/docs/index.html b/docs/index.html index f8446ec..f9a4ab5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -52,21 +52,21 @@
REGISTER
-
+

Updates

empty
Welcome to Spring Semester!
-

Spring Game Pitches will be presented today, February 13th!

- +

+
+ Meeting Details
+

+ Date: Tuesday, April 16th
+ Time: 12:00 PM - 12:50 PM
+ Location: 008-004 or over Discord
+

+
@@ -74,13 +74,13 @@

Updates

Game Night Social!

Thank you to everyone who showed up to Friday's game night social!

+ Workshop Details
+

+ Date: Friday, April 14th
+ Time: 3:00 PM
+ Location: Hosted on Discord
+

+
-->
@@ -102,13 +102,7 @@
Fall Semester Demo Reel!

- -
- -

Calendar

+ + +
-
+

Social Media

diff --git a/docs/styles.css b/docs/styles.css index 444f05e..336a92e 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -107,6 +107,47 @@ nav{ width: 13.6%; } +.parallaxdez{ + background-attachment: fixed; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + background-image: url("img/2023-2024/GameDevelopment/DezHello.png"); + min-height: 200px; + padding: 0% 3% 1% 3%; +} + +.parallaxdez h2{ + background-color: rgba(0, 0, 0, 0.6); + color: ghostwhite; + font-size: 46px; + padding-top: 1%; + text-shadow: 3px 3px #0d0f21; +} + +.parallaxgdc{ + background-attachment: fixed; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + background-image: url("img/2023-2024/GameDevelopment/Logo_Design-only.png"); + min-height: 200px; + padding: 0% 3% 0% 3%; +} + +.parallaxgdc h2{ + background-color: rgba(0, 0, 0, 0.6); + color: ghostwhite; + font-size: 42px; + padding-top: 1%; + text-shadow: 3px 3px #0d0f21; +} + +.partition{ + background-color: black; + min-height: 100px; +} + .title{ display: flex; } @@ -247,7 +288,7 @@ main{ } .social-link h6{ - color: black; + color: ghostwhite; font-size: 24px; margin: 0px 0px 12px 0px; }