Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,12 @@ <h1 class="heading">Frequently Asked Questions</h1>

<button class="accrdion">When and where is WEHack?</button>
<div class="panel">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">WEHack 2020 will be happening from October 10th-11th and will be happening virtually through Hopin and Discord!</p>
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">WEHack 2022 will be happening from April 2nd-3rd!</p>
</div>

<button class="accrdion">Do I need to be a CS major/minor?</button>
<div class="panel">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">No! WEHack 2020 is open to all majors and would be the perfect place to start your first project!</p>
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">No! WEHack 2022 is open to all majors and would be the perfect place to start your first project!</p>
</div>

<button class="accrdion">How do I apply?</button>
Expand All @@ -351,7 +351,7 @@ <h1 class="heading">Frequently Asked Questions</h1>
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">We are unfortunately not able to accomodate anyone below the age of 18 at this time</p>
</div>

<button class="accrdion">How can I mentor at WEHack 2020?</button>
<button class="accrdion">How can I mentor at WEHack 2022?</button>
<div class="panel">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;"><a href="https://wehackutd.typeform.com/to/PoEvotcq">Apply to be a mentor here!</a>.</p>
</div>
Expand All @@ -366,7 +366,7 @@ <h1 class="heading">Frequently Asked Questions</h1>

<button class="accrdion">Does it cost money to partcipate?</button>
<div class="panel">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">WEHack 2020 is completely free! Everything is covered including our sweet swag which will be sent to you via mail!</p>
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">WEHack 2022 is completely free! Everything is covered including our sweet swag which will be sent to you via mail!</p>
</div>

<button class="accrdion">How do teams work at WEHack?</button>
Expand All @@ -376,7 +376,7 @@ <h1 class="heading">Frequently Asked Questions</h1>

<button class="accrdion">When does registration close?</button>
<div class="panel">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Registration closes October 9th.</p>
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Registration closes April 1st.</p>
<!-- Applications for WEHack 2020 are due on ______. You will hear back from us on ______. -->
</div>

Expand All @@ -385,14 +385,14 @@ <h1 class="heading">Frequently Asked Questions</h1>
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">WEHack will not be providing hardware in person, but we encourage you to use online hardware simulators.</p>
</div>

<button class="accrdion">Is WEHack 2020 virtual?</button>
<button class="accrdion">Is WEHack 2022 virtual?</button>
<div class="panel">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">WEHack 2020 will be completely virtual!</p>
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">WEHack 2022 will be hybrid!</p>
</div>

<button class="accrdion">Can I sleep at WEHack 2020?</button>
<button class="accrdion">Can I sleep at WEHack 2022?</button>
<div class="panel">
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Whatever floats your boat:)</p>
<p style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">Whatever floats your boat :)</p>
</div>

</div>
Expand Down
33 changes: 20 additions & 13 deletions wehack.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* {
margin: 0;
padding: 0;
background-color: #1B4965;
box-sizing: border-box;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
Expand All @@ -16,6 +17,10 @@ html{

/* Standardize heading styles */
.heading {
margin-left: 135px;
text-align: left;
color: #FFFFFF;
background-color: #1B4965;
font-size: 2.5em;
font-weight: 600px;
margin-bottom: 10px;
Expand Down Expand Up @@ -529,40 +534,41 @@ footer .text:hover{


.accrdion {
background-color: #eee;
background-color:#1B4965;
align-items: center;
color: #444;
color:#FFFFFF;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
font-size: 16px;
transition: 0.4s;
}

.active, .accrdion:hover {
background-color: #5b2e70;
color: white;
/* background-color: #5b2e70;
color: white; */
}

.accrdion:after {
content: '\002B'; /* Unicode character for "plus" sign (+) */
color: rgb(133, 133, 133);
color:#FFFFFF;
font-weight: bold;
float: right;
margin-left: 5px;
}

.active:after {
content: "\2212"; /* Unicode character for "minus" sign (-) */
color: white;
color: #FFFFFF;
}

.panel {
padding: 0 18px;
background-color:white;
background-color: #1B4965;
color:#FFFFFF;
width: 77.5%;
max-height: 0;
overflow: hidden;
Expand All @@ -577,9 +583,9 @@ footer .text:hover{
flex: 49%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 50px 50px;
margin: 50px 50px;
padding: 10px;
border: 50px;
border: 50px;
}

.smallColumn {
Expand All @@ -602,11 +608,12 @@ footer .text:hover{
margin: auto;
width: 80%;
padding: 0px;
text-align: center;
text-align: left;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
line-height: 1.6;
/*margin-bottom:0px;*/
margin-top: 0px;
font-size: 14;
bottom: 0;
}

Expand Down Expand Up @@ -703,8 +710,8 @@ footer .text:hover{
}

.active, .accrdion2:hover {
background-color: #5b2e70;
color: white;
/* background-color: #5b2e70;
color: white; */
}

.accrdion2:after {
Expand Down