Added Content

This commit is contained in:
James Dinh 2022-06-01 21:02:59 -07:00
parent 4049a1584a
commit 768953548c
2 changed files with 108 additions and 92 deletions

View File

@ -314,124 +314,133 @@ nav li a:focus::after{
/* Main Section */
main {
width: 100%;
padding: 10px 0 10px 0;
align-items: center;
justify-content: center;
text-align: center;
position: relative;
margin: auto;
display: grid;
padding-bottom: 30px;
width: 100%;
padding: 10px 0 10px 0;
align-items: center;
justify-content: center;
text-align: center;
position: relative;
margin: auto;
display: grid;
padding-bottom: 30px;
}
section {
width: auto;
padding-top: 70px;
text-align: center;
align-items: center;
max-width: 1500px;
width: auto;
padding-top: 70px;
text-align: center;
align-items: center;
max-width: 1500px;
}
.topic {
width: auto;
font-size: 35px;
padding: 0 20px 0 20px;
color:rgb(255, 243, 205);
width: auto;
font-size: 35px;
padding: 0 20px 0 20px;
color:rgb(255, 243, 205);
}
#discord-widget {
margin: 50px auto 0;
/* width: 20%; */
float: right;
margin: 50px auto 0;
/* width: 20%; */
float: right;
}
#event-container {
display: flex;
flex-wrap: wrap;
margin-top: 20px;
justify-content: center;
display: flex;
flex-wrap: wrap;
margin-top: 20px;
justify-content: center;
}
#event-description {
padding: 10px;
margin: 0 20px;
max-width: 700px;
min-width: 200px;
font-size: 18px;
text-align: left;
margin: 0 20px;
max-width: 700px;
min-width: 200px;
font-size: 18px;
text-align: left;
}
#event-main-box {
padding: 10px;
width: auto;
height: auto;
border-radius: 10px;
border: 1px solid rgb(68, 68, 68);
}
#description-heading {
text-align: center;
margin-bottom: 15px;
}
.list {
padding-left: 20px;
padding-left: 20px;
}
.list li{
margin: 10px 0;
margin: 10px 0;
}
/* Timeline */
#timeline {
padding: 10px;
width: 100%;
height: 100%;
text-align: center;
margin-top: 50px;
}
#timeline-heading {
text-align: center;
margin-top: 20px;
}
text-align: center;
margin-top: 20px;
}
.flex-parent {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.input-flex-container {
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
width: 80%;
max-width: 1000px;
position: relative;
z-index: 0;
}
display: flex;
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
width: 80%;
max-width: 1000px;
position: relative;
z-index: 0;
}
input {
width: 22px;
height: 22px;
background-color: #2C3E50;
position: relative;
border-radius: 50%;
display: block;
appearance: none;
cursor: pointer;
}
width: 22px;
height: 22px;
background-color: #2C3E50;
position: relative;
border-radius: 50%;
display: block;
appearance: none;
cursor: pointer;
}
input:focus {
outline: none;
}
outline: none;
}
input::before, input::after {
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
transform: translateY(-50%);
background-color: #2C3E50;
width: 80px;
/* width: 6vw; */
height: 5px;
}
content: "";
display: block;
position: absolute;
z-index: -1;
top: 50%;
transform: translateY(-50%);
background-color: #2C3E50;
width: 80px;
/* width: 6vw; */
height: 5px;
}
input::before {
right: calc(2vw);
}
@ -535,7 +544,7 @@ input[data-description="5"]:checked ~ #timeline-descriptions-wrapper div[data-de
display: block;
}
@media (min-width: 1250px) {
@media (max-width: 2250px) {
input::before {
left: -37.5px;
}
@ -925,7 +934,7 @@ input[data-description="5"]:checked ~ #timeline-descriptions-wrapper div[data-de
}
#team-container article {
padding: 20px 50px;
padding: 20px 35px;
width: 400px;
}
@ -971,7 +980,8 @@ input[data-description="5"]:checked ~ #timeline-descriptions-wrapper div[data-de
.person-contact {
font-size: 15px;
padding-top: 15px;
padding-top: 16px;
font-style: normal;
}
/* Utilities */
@ -989,6 +999,10 @@ abbr[title] {
color:rgb(51, 235, 189);
}
.discord-text {
color: rgb(153, 126, 248);
}
.line {
width: 100px;
margin: 10px auto;
@ -1046,4 +1060,4 @@ footer li {
footer a {
color:rgb(108, 176, 231);
font-size: 16px;
}
}

View File

@ -83,15 +83,17 @@
<div id="event-container">
<article id="event-description">
<h2 id="description-heading">Description</h2>
<ul class="list">
<li>Even if you're not an expert at coding, this hackathon will offer an opportunity to strengthen your skills and collaborate with others to create something useful. Below are important dates to keep in mind:
<ul style="margin-left: 25px">
<li><span class="emphasis-text">Aug 11</span> -> Signup Period Ends</li>
<li><span class="emphasis-text">Aug 12-14</span> -> Summer 2022 Hackathon</li>
</ul>
</li>
<li>Our program is dedicated to providing the Gilroy/Morgan Hill/Hollister youth with the opportunity to develop their coding skills. We specialize in hackathons where students participate in teams and compete for prizes.</li>
</ul>
<div id="event-main-box">
<ul class="list">
<li>Even if you're not an expert at coding, this hackathon will offer an opportunity to strengthen your skills and collaborate with others to create something useful. Below are important dates to keep in mind:
<ul style="margin-left: 25px">
<li><span class="emphasis-text">Aug 11</span> -> Signup Period Ends</li>
<li><span class="emphasis-text">Aug 12-14</span> -> Summer 2022 Hackathon</li>
</ul>
</li>
<li>Our program is dedicated to providing the Gilroy/Morgan Hill/Hollister youth with the opportunity to develop their coding skills. We specialize in hackathons where students participate in teams and compete for prizes.</li>
</ul>
</div>
<!-- Timeline src: https://codepen.io/cjl750/pen/MXvYmg -->
<div id="timeline">
<h2 id="timeline-heading">Timeline</h2>
@ -440,9 +442,9 @@
<div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div>
<div class="team-description">
<h4 class="person-name">Isaac Hwang</h4>
<h5 class="person-subtitle">Lead Organizer</h5>
<h5 class="person-contact">[Email]</h5>
<h4 class="person-name">James Dinh</h4>
<h5 class="person-subtitle">Lead Website Designer</h5>
<h5 class="person-contact"><span class="discord-text">Discord</span>: wellfedbison#0607<br><a class="link" target="_blank" href="mailto:jamesdinh77@protonmail.com" title="Email">jamesdinh77@protonmail.com</a></h5>
</div>
</div>
<div class="team-entry">