Skip to content

Commit 7ae0b52

Browse files
Merge pull request #45 from PseudoDopamine:Release-3.11.0
Release v3.11.0
2 parents 40a11da + 2b99c22 commit 7ae0b52

File tree

2 files changed

+17
-23
lines changed

2 files changed

+17
-23
lines changed

index.html

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>About us</h2>
7676
<p>During the 2020 pandemic, we wanted an opportunity that allowed us to come together and create something amazing, whilst also benefitting the wider world around us. With this in mind, we campaigned <a href="https://Tiltify.com/+the-pseudo-dopamine-centre/chill19" target="_blank" rel="noopener noreferrer">CHILL-19</a> - a 19+ hour charity stream with proceeds towards COVID-19 relief.</p>
7777
<p>As time went on and the member list grew, our ethos stayed and remains with us to this day: Empowering our members to continuously create exciting experiences together, whether it be through work, hobbies or play.</p>
7878
<h3>Staff</h3>
79-
<div class="grid">
79+
<div class="flex">
8080
<article class="card">
8181
<h4 class="title">Ary_Yakos</h4>
8282
<p>Amritesh Panda</p>
@@ -159,37 +159,18 @@ <h4 class="title">Sylviaire</h4>
159159
</ul>
160160
</nav>
161161
</article>
162-
<article class="card">
163-
<h4 class="title">Bghuo</h4>
164-
<p>于享琦 (Yú Xiǎngqí)</p>
165-
<p class="role">Content Director</p>
166-
<nav aria-label="Card menu">
167-
<ul>
168-
<li>
169-
<a href="mailto:NeonGaming1408@gmail.com" title="Send Bghuo an E-Mail!">
170-
<i class="fa-solid fa-at"></i>
171-
</a>
172-
</li>
173-
<li>
174-
<a href="https://Twitter.com/BghuoYT" target="_blank" rel="noopener noreferrer" title="Follow Bghuo on Twitter!">
175-
<i class="fa-brands fa-twitter"></i>
176-
</a>
177-
</li>
178-
</ul>
179-
</nav>
180-
</article>
181162
</div>
182163
<hr />
183164
<h3>Partners</h3>
184-
<div class="grid">
165+
<div class="flex">
185166
<article class="card">
186167
<h4 class="title">Asura</h4>
187168
<p>Syed Ayaan "Red" Ahmed</p>
188169
<p class="role">Projects & Strategy</p>
189170
<nav aria-label="Card menu">
190171
<ul>
191172
<li>
192-
<a href="https://www.Twitch.tv/AsuraFGC" target="_blank" rel="noopener noreferrer" title="Follow Asura on Twitch!">
173+
<a href="https://www.Twitch.tv/Asura_DX" target="_blank" rel="noopener noreferrer" title="Follow Asura on Twitch!">
193174
<i class="fa-brands fa-twitch"></i>
194175
</a>
195176
</li>
@@ -199,7 +180,7 @@ <h4 class="title">Asura</h4>
199180
</a>
200181
</li>
201182
<li>
202-
<a href="https://Twitter.com/AsuraFGC" target="_blank" rel="noopener noreferrer" title="Follow Asura on Twitter!"><i class="fa-brands fa-twitter"></i>
183+
<a href="https://Twitter.com/AsuraDX" target="_blank" rel="noopener noreferrer" title="Follow Asura on Twitter!"><i class="fa-brands fa-twitter"></i>
203184
</a>
204185
</li>
205186
<li>

res/css/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,19 @@ section:nth-child(even) {
307307
color: var(--eerie-black);
308308
}
309309

310+
#about .flex {
311+
align-items: flex-start;
312+
flex-wrap: wrap;
313+
justify-content: space-evenly;
314+
}
315+
316+
#about .card {
317+
margin-bottom: 1.25rem;
318+
max-width: 500px;
319+
min-width: 275px;
320+
width: 100%;
321+
}
322+
310323
#rules ::marker {
311324
color: var(--honolulu-blue);
312325
}

0 commit comments

Comments
 (0)