Changed event background

This commit is contained in:
James Dinh 2022-06-02 11:59:21 -07:00
parent 459c9d4174
commit dfb21913a2
2 changed files with 23 additions and 9 deletions

View File

@ -315,7 +315,7 @@ nav li a:focus::after{
/* Main Section */ /* Main Section */
main { main {
width: 100%; width: 100%;
padding: 10px 0 10px 0; padding: 0 0 10px 0;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
text-align: center; text-align: center;
@ -327,13 +327,18 @@ main {
section { section {
width: auto; width: auto;
padding-top: 70px; padding-top: 50px;
text-align: center; text-align: center;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
max-width: 1500px; max-width: 1500px;
} }
#event {
background-color: #0d1117;
padding-bottom: 20px;
}
.topic { .topic {
width: auto; width: auto;
font-size: 35px; font-size: 35px;
@ -936,18 +941,27 @@ input[data-description="5"]:checked ~ #timeline-descriptions-wrapper div[data-de
#team-container article { #team-container article {
padding: 20px 35px; padding: 20px 35px;
width: 400px; width: 430px;
} }
.team-title { .team-title {
font-size: 25px; font-size: 25px;
color:rgb(161, 245, 150) color:rgb(161, 245, 150);
margin-bottom: 10px;
} }
.team-entry { .team-entry {
display: flex; display: flex;
align-content: stretch; align-content: stretch;
padding: 15px 0; padding: 15px;
border-radius: 10px;
border: 0px solid rgb(54, 54, 54);
}
.team-entry:hover {
transform: scale(1.01);
border: 1px solid rgb(54, 54, 54);
transition: 0.5s;
} }
.team-picture { .team-picture {
@ -958,7 +972,7 @@ input[data-description="5"]:checked ~ #timeline-descriptions-wrapper div[data-de
.team-picture img { .team-picture img {
height: 100px; height: 100px;
border-radius: 50%; border-radius: 50%;
border: 1px solid white; border: 1px solid rgb(161, 161, 161);
} }
.team-description { .team-description {

View File

@ -387,7 +387,7 @@
<div class="team-description"> <div class="team-description">
<h4 class="person-name">Isaac Hwang</h4> <h4 class="person-name">Isaac Hwang</h4>
<h5 class="person-subtitle">Lead Organizer</h5> <h5 class="person-subtitle">Lead Organizer</h5>
<h5 class="person-contact"><span class="discord-text">Discord</span>: Fesh<span class="discord-tag">#5995</span></h5> <h5 class="person-contact"><span class="discord-text">Discord</span>: Fesh<span class="discord-tag">#5995</span><br><a class="link" target="_blank" href="mailto:ihwang125@gmail.com" title="Email">ihwang125@gmail.com</a></h5>
</div> </div>
</div> </div>
<div class="team-entry"> <div class="team-entry">
@ -395,7 +395,7 @@
<div class="team-description"> <div class="team-description">
<h4 class="person-name">Aadhavan Magesh</h4> <h4 class="person-name">Aadhavan Magesh</h4>
<h5 class="person-subtitle">Head of Administration</h5> <h5 class="person-subtitle">Head of Administration</h5>
<h5 class="person-contact"><span class="discord-text">Discord</span>: Skymon<span class="discord-tag">#0438</span></h5> <h5 class="person-contact"><span class="discord-text">Discord</span>: Skymon<span class="discord-tag">#0438</span><br><a class="link" target="_blank" href="mailto:aadhavan.magesh@gmail.com" title="Email">aadhavan.magesh@gmail.com</a></h5>
</div> </div>
</div> </div>
</article> </article>
@ -406,7 +406,7 @@
<div class="team-description"> <div class="team-description">
<h4 class="person-name">Vijay Kethanaboyina</h4> <h4 class="person-name">Vijay Kethanaboyina</h4>
<h5 class="person-subtitle">Logistics Manager</h5> <h5 class="person-subtitle">Logistics Manager</h5>
<h5 class="person-contact"><span class="discord-text">Discord</span>: SURPRISE!!<span class="discord-tag">#8662</span></h5> <h5 class="person-contact"><span class="discord-text">Discord</span>: SURPRISE!!<span class="discord-tag">#8662</span><br><a class="link" target="_blank" href="mailto:vijaykethanaboyina@gmail.com" title="Email">vijaykethanaboyina@gmail.com</a></h5>
</div> </div>
</div> </div>
</article> </article>