Skip to content

Commit fea3d71

Browse files
committed
Changed website appearance
1 parent 7d4f1cd commit fea3d71

File tree

5 files changed

+66
-25
lines changed

5 files changed

+66
-25
lines changed
130 KB
Loading
482 KB
Loading
171 KB
Loading

docs/index.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -52,35 +52,35 @@ <h5>REGISTER</h5>
5252
</div>
5353

5454
<!-- Meeting cards are here (organized from left to right -->
55-
<div class="section">
55+
<div class="parallaxgdc">
5656
<h2>Updates</h2>
5757
<div class="card-container">
5858
<div class="card">
5959
<img src="img/22-23/main-meeting.png" alt="empty">
6060
<div>Welcome to Spring Semester!</div>
61-
<p>Spring Game Pitches will be presented today, February 13th!</p>
62-
<!-- <div>
63-
<u>Meeting Details</u><br>
64-
<p>
65-
<b>Date:</b> Tuesday, April 11th<br>
66-
<b>Time:</b> 12:00 PM - 12:50 PM<br>
67-
<b>Location:</b> 008-004 or over Zoom (link in Discord)<br>
68-
</p>
69-
</div> -->
61+
<p></p>
62+
<div>
63+
<u>Meeting Details</u><br>
64+
<p>
65+
<b>Date:</b> Tuesday, April 16th<br>
66+
<b>Time:</b> 12:00 PM - 12:50 PM<br>
67+
<b>Location:</b> 008-004 or over Discord<br>
68+
</p>
69+
</div>
7070
</div>
7171

7272
<div class="card">
7373
<img src="img/2023-2024/Events/Game_Night_24-2-13.png" alt="empty">
7474
<div>Game Night Social!</div>
7575
<p>Thank you to everyone who showed up to Friday's game night social!</p>
7676
<!-- <div>
77-
<u>Workshop Details</u><br>
78-
<p>
79-
<b>Date:</b> Friday, April 14th<br>
80-
<b>Time:</b> 3:00 PM<br>
81-
<b>Location:</b> Hosted on Discord<br>
82-
</p>
83-
</div> -->
77+
<u>Workshop Details</u><br>
78+
<p>
79+
<b>Date:</b> Friday, April 14th<br>
80+
<b>Time:</b> 3:00 PM<br>
81+
<b>Location:</b> Hosted on Discord<br>
82+
</p>
83+
</div> -->
8484
</div>
8585

8686
<div class="card">
@@ -102,13 +102,7 @@ <h5>Fall Semester Demo Reel!</h5>
102102
</p>
103103
</div>
104104
</div>
105-
<!-- <div class="more">
106-
<a href="updates.html">Check Out Updates...</a>
107-
</div> -->
108-
</div>
109-
<!-- Meeting cards end here -->
110105

111-
<div class="section">
112106
<h2>Calendar</h2>
113107
<div class="calendar-container">
114108
<!-- <div>
@@ -136,8 +130,14 @@ <h2>Calendar</h2>
136130
</p>
137131
</div>
138132
</div>
133+
<!-- <div class="more">
134+
<a href="updates.html">Check Out Updates...</a>
135+
</div> -->
136+
<!-- Meeting cards end here -->
137+
138+
<div class="partition"></div>
139139

140-
<div class="section">
140+
<div class="parallaxdez">
141141
<h2>Social Media</h2>
142142
<!--<script src="https://apps.elfsight.com/p/platform.js" defer></script>-->
143143
<!--<div class="elfsight-app-326fd571-c2a2-412a-921b-461b0ac7999a"></div>-->

docs/styles.css

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,47 @@ nav{
107107
width: 13.6%;
108108
}
109109

110+
.parallaxdez{
111+
background-attachment: fixed;
112+
background-position: center;
113+
background-repeat: no-repeat;
114+
background-size: cover;
115+
background-image: url("img/2023-2024/GameDevelopment/DezHello.png");
116+
min-height: 200px;
117+
padding: 0% 3% 1% 3%;
118+
}
119+
120+
.parallaxdez h2{
121+
background-color: rgba(0, 0, 0, 0.6);
122+
color: ghostwhite;
123+
font-size: 46px;
124+
padding-top: 1%;
125+
text-shadow: 3px 3px #0d0f21;
126+
}
127+
128+
.parallaxgdc{
129+
background-attachment: fixed;
130+
background-position: center;
131+
background-repeat: no-repeat;
132+
background-size: cover;
133+
background-image: url("img/2023-2024/GameDevelopment/Logo_Design-only.png");
134+
min-height: 200px;
135+
padding: 0% 3% 0% 3%;
136+
}
137+
138+
.parallaxgdc h2{
139+
background-color: rgba(0, 0, 0, 0.6);
140+
color: ghostwhite;
141+
font-size: 42px;
142+
padding-top: 1%;
143+
text-shadow: 3px 3px #0d0f21;
144+
}
145+
146+
.partition{
147+
background-color: black;
148+
min-height: 100px;
149+
}
150+
110151
.title{
111152
display: flex;
112153
}
@@ -247,7 +288,7 @@ main{
247288
}
248289

249290
.social-link h6{
250-
color: black;
291+
color: ghostwhite;
251292
font-size: 24px;
252293
margin: 0px 0px 12px 0px;
253294
}

0 commit comments

Comments
 (0)