Skip to content

Commit 092ad5e

Browse files
authored
Merge pull request #18 from cppgamedev/Development
Changed style of all pages except index. Updated registration form
2 parents 4ebde21 + 79970a1 commit 092ad5e

File tree

6 files changed

+23
-12
lines changed

6 files changed

+23
-12
lines changed

docs/aboutus.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3>CPP Game Development Club</h3>
2424
</nav>
2525
<div class="padding"></div>
2626
<main>
27-
<div class="section">
27+
<div class="parallaxgdc">
2828
<h2>About the Club</h2>
2929
<div class="profiles">
3030
<img id="logoimg" src="img/gamedevlogo.png" alt="">
@@ -33,8 +33,7 @@ <h2>About the Club</h2>
3333
It welcomes students interested in different aspects of development whether it be creating art, writing stories, composing music,
3434
programming, business and marketing, or simply playing games.</p>
3535
</div>
36-
</div>
37-
<div class="section">
36+
3837
<h2>Current Board and Officers | 2023 - 2024</h2>
3938
<h3>PRESIDENT | Melvin Gitbumrugsin</h3>
4039
<div class="profiles">

docs/contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3>CPP Game Development Club</h3>
2424
</nav>
2525
<div class="padding"></div>
2626
<main>
27-
<div class="section">
27+
<div class="parallaxgdc">
2828
<h2>Contact Form</h2>
2929
<form method="POST" action="https://formspree.io/xayprdyp">
3030
<div>
@@ -56,7 +56,7 @@ <h2>Contact Form</h2>
5656
</div>
5757
</form>
5858
</div>
59-
<div class="section">
59+
<div class="parallaxdez">
6060
<h2>Links</h2>
6161
<a href="https://www.facebook.com/groups/cppgamedev/"><svg xmlns="http://www.w3.org/2000/svg" id="facebooksvg" viewBox="0 0 266 100" overflow="visible" enable-background="new 0 0 266 100" xml:space="preserve">
6262
<g><rect width="266" height="100"/></g>

docs/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3>CPP Game Development Club</h3>
2424
</nav>
2525
<div class="padding"></div>
2626
<main>
27-
<div class="section">
27+
<div class="parallaxgdc">
2828
<h2>Frequently Asked Questions</h2>
2929
<h3>Q: When and where does the Game Development Club meet?</h3>
3030
<div class="card-ans">

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h3>CPP Game Development Club</h3>
4444
<img id="firstClone" src="img/22-23/car_joinus.png" alt="">
4545
</div>
4646
</div>
47-
<a href="https://docs.google.com/forms/d/e/1FAIpQLSd-IhPyld11JyOnNKYGZaK3uKmSEoqfqUPa85PWmQ9ferz1Ig/viewform?usp=sf_link">
47+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdrh1EpbTnd6ON2_q6KBWw7qFmypdf6ZDT8KcP9PUoX9EFGNw/viewform?usp=sf_link">
4848
<div class="logo">
4949
<h5>REGISTER</h5>
5050
</div>
@@ -57,7 +57,7 @@ <h2>Updates</h2>
5757
<div class="card-container">
5858
<div class="card">
5959
<img src="img/22-23/main-meeting.png" alt="empty">
60-
<div>Welcome to Spring Semester!</div>
60+
<div>Welcome to Fall Semester!</div>
6161
<p></p>
6262
<div>
6363
<u>Meeting Details</u><br>

docs/pitches.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3>CPP Game Development Club</h3>
2727

2828
<main>
2929
<!-- Game Pitches Description Here -->
30-
<div class="section">
30+
<div class="parallaxgdc">
3131
<center><h2>About the Game Pitches</h2></center>
3232
<div class="profiles">
3333
<img id="logoimg" src="img/gamedevlogo.png" alt="">

docs/styles.css

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,17 @@ nav{
143143
text-shadow: 3px 3px #0d0f21;
144144
}
145145

146+
.parallaxgdc h3{
147+
background-color: rgba(0, 0, 0, 0.6);
148+
color: ghostwhite;
149+
padding-top: 1%;
150+
text-shadow: 3px 3px #0d0f21;
151+
}
152+
153+
.parallaxgdc label{
154+
color: ghostwhite;
155+
}
156+
146157
.partition{
147158
background-color: black;
148159
min-height: 100px;
@@ -478,14 +489,15 @@ main{
478489
margin: auto;
479490
}
480491

481-
.card-ans {
482-
background-color: #ffffff;
492+
.card-ans{
493+
background-color: rgba(0, 0, 0, 0.6);
483494
color: #0d0f21;
484495
padding-right: 3%;
485496
box-shadow: 6px 6px 10px 0px #0d0f21;
486497
}
487498

488-
.card-ans p {
499+
.card-ans p{
500+
color: ghostwhite;
489501
font-size: 20px;
490502
padding: 25px;
491503
margin: auto;

0 commit comments

Comments
 (0)