From ab4db4542be9eb18cb7d95edf0e8a4624ef8743f Mon Sep 17 00:00:00 2001 From: Feniren Date: Sat, 26 Aug 2023 11:17:36 -0700 Subject: [PATCH] Fixed President's picture. Fixed Vice President's description. Updated Register Link. --- docs/aboutus.html | 6 +++--- docs/index.html | 4 ++-- docs/styles.css | 4 ++++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/aboutus.html b/docs/aboutus.html index bb2c4b8..0f08cf7 100644 --- a/docs/aboutus.html +++ b/docs/aboutus.html @@ -38,7 +38,7 @@

About the Club

Current Board and Officers | 2023 - 2024

PRESIDENT | Melvin Gitbumrugsin

- +

"Hi! My name is Melvin and I am the president for this year. Video games have always given me joy throughout my life, so I hope to someday be able to create games that give people that same sense of joy. I enjoy coding, so I am mostly interested in the programming aspect of game development." @@ -52,11 +52,11 @@

VICE PRESIDENT | Sam Macaraniag

- "Hi everyone, I'm Sam! I'm a previous president of the club now working to improve and upkeep the club website! I initially got into game development due to my love of + "Hi everyone, I'm Sam! I'm a previous president of the club now working as vice president! I initially got into game development due to my love of video games (obviously), but it also incorporated my three biggest hobbies: art, music, and writing. I've been wanting to make video games since I was a kid, and now that I know how to make them, I want to share the knowledge to anyone else who's interested in game development!"

- Year and Major: 4th Year, Computer Science and Writing Studies Minor + Year and Major: ???th Year, Computer Science and Writing Studies Minor
Hobbies: Singing, Digital art, Playing games, Playing guitar, Trolling my friends in coop games

diff --git a/docs/index.html b/docs/index.html index 1864c5d..4146654 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,7 +42,7 @@

CPP Game Development Club

- + @@ -115,7 +115,7 @@

Calendar


August 29th - First Club Meeting @ Building 8 Room 4 12:00pm - 1:00pm
- September 1st - Game Night (Online and In-person) 3:00pm - 5:00pm + September 1st - Game Night @ Building 6 Room 204 3:00pm - 5:00pm

diff --git a/docs/styles.css b/docs/styles.css index 5712c43..fd3d021 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -21,6 +21,10 @@ nav{ padding-left: 30px; } +.calendar-weekdays{ + +} + .title{ display: flex; }