Skip to content

Commit

Permalink
Changed the about us and the committee function names and order to ma…
Browse files Browse the repository at this point in the history
…tch constitutional order
  • Loading branch information
sajochems committed Nov 23, 2023
1 parent eb7a8ba commit af59359
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 17 deletions.
28 changes: 19 additions & 9 deletions src/components/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,26 @@ import * as style from "./style.scss";
export const About: FunctionalComponent = () => (
<section class={style.about}>
<h2>About us</h2>
<p>
Join us on May 25th and May 26th in this all-inclusive 24 hour
hackathon where you solve fun challenges provided by our partner
companies, win prizes, and have a good time!
</p>
<p>
Tickets are not available yet but check back here soon!
</p>
<div class={style.columns}>
<div class={style.column}>
<h3>What?</h3>
<p>
Hack to the future is an all-inclusive 24 hour hackathon where you solve fun challenges provided by our partner companies, win prizes, and have a good time!
</p>
<h3>Who?</h3>
<p>
Any current university student can join the Hackathon and your team can consist of 1 to 4 students. The hackathon is beginner friendly and no prior knowledge is needed to attend but even for more experienced people there will surely be a challenge waiting.
</p>
</div>
<div class={style.column}>
<h3>When?</h3>
<p>
Join us on May 25th and May 26th at TU Delft X. The entire event will run from saturday morning till sunday evening. Dinner is included and sleeping over on location is also possible. During these two days you will get 24 hours to solve a case.
</p>
</div>
</div>
<div>
{/* <a
{/* <a
class={style.tickets}
href="https://forms.gle/VmVWSof6tLyaVyBB8"
target="_blank"
Expand Down
36 changes: 35 additions & 1 deletion src/components/about/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
@import "./src/variables";

.about {
margin-bottom: 32px;
margin-bottom: 32px;


h2 {
color: $primary-color;
Expand All @@ -16,8 +17,41 @@
padding-left: 2px;
}

h3 {
font-family: "Krona-One";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
margin: 0;
padding-left: 2px;
}

.columns {
display: flex;
justify-content: space-around;
width: 100%;
}

.column {
flex: 1;
display: flex;
flex-direction: column;
text-align: left;
padding: 20px;
}


p {
margin: 8px;
margin-bottom: 50px;

font-family: Krona One;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;

a {
color: $primary-color;
Expand Down
14 changes: 7 additions & 7 deletions src/components/committee/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ export const Committee: FunctionalComponent = () => (
<td>Merle de Jong</td>
</tr>
<tr>
<th>The Head of Logistics</th>
<td>Marijn van der Tuin</td>
</tr>
<tr>
<th>The Commissioner of Promotional Affairs</th>
<th>The Commissioner of Promotion</th>
<td>Simon Deuten</td>
</tr>
<tr>
<th>The Head of Acquisition</th>
<th>The Commissioner of Acquisition</th>
<td>Scott Jochems</td>
</tr>
</tr>
<tr>
<th>The Commissioner of Logistics</th>
<td>Marijn van der Tuin</td>
</tr>
<tr>
<th>The Qualitate Qua</th>
<td>Robert van Dijk</td>
Expand Down

0 comments on commit af59359

Please sign in to comment.