Skip to content

Commit dc4d623

Browse files
Merge pull request #80 from ColoradoSchoolOfMines/blasterhacks
Prettify page and add sponsor
2 parents 18a8b90 + 084997d commit dc4d623

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

public/stylesheets/styles.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $text: $text-light;
2828

2929
.backdrop {
3030
background-color: $background;
31+
margin: 0 15px;
3132
}
3233

3334
.backdrop-secondary {
@@ -284,6 +285,11 @@ nav .nav-item {
284285
@extend .base-large-card, .p-0;
285286
}
286287

288+
.blasterhacks-card {
289+
@extend .base-large-card, .p-4;
290+
line-height: 2rem;
291+
}
292+
287293
.team-picture-container {
288294
@extend .card-img-top, .text-center, .w-100;
289295
padding-top: 1rem;

views/blasterhacks.ejs

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,32 @@
33
<main class="backdrop">
44
<div class="container">
55
<div class="row">
6-
<h1 class="text-secondary">BlasterHacks 2025</h1>
7-
<br>
8-
<div class="col-6 subhead-primary">
6+
<h1 class="text-secondary pb-2">BlasterHacks 2025</h1>
7+
<div class="col-sm blasterhacks-card">
98
<p>Join us on campus from Friday, March 28th to Sunday, March 30th 2025 for a 36-hour in-person event
109
filled with hacking, workshops, mini events, and more! You'll also get to network with sponsors and
1110
submit your project to a track for the chance to win prizes. Our hackathon is open to all students
1211
regardless of major or experience. We encourage those of you who have never attended a hackathon to
1312
register.</p>
14-
<br>
15-
<b>What is a hackathon and why you should apply:</b>
13+
<br/>
14+
<b>What is a hackathon?</b>
1615
<p>A hackathon is where students build and develop a project from scratch to solve real world problems
1716
within a time-constrained environment. Our hackathon is open ended allowing students to collaborate with
1817
others and learn something new while showcasing their creativity. Attending a hackathon gives students
1918
the opportunity to experiment with new ideas while applying their skills hands-on. By networking, attending
2019
workshops, and engaging in fun activities, students develop both technical and practical skills. They also
2120
build useful soft skills, such as teamwork and communication when presenting and demonstrating their
2221
projects.</p>
23-
<br>
24-
<p>Register <a href="https://docs.google.com/forms/d/e/1FAIpQLSc7ZVqcp99brRF24zOp9ntErTEeUHAfQVwhopb80Oi7CwtG4A/viewform?usp=dialog">here</a>
25-
or scan the QR code in the flyer.</p>
26-
<br>
27-
<b>The deadline to register is Friday, March 7th.</b>
22+
<br/>
23+
<p>This hackathon is sponsored by <strong><a href="https://groq.com">Groq</a></strong>; view their <a href="https://groq.com/how-to-win-hackathons-with-groq/">
24+
guide on how to win hackathons here</a>.</p>
25+
<br/>
26+
<!-- <p>Register <a href="https://docs.google.com/forms/d/e/1FAIpQLSc7ZVqcp99brRF24zOp9ntErTEeUHAfQVwhopb80Oi7CwtG4A/viewform?usp=dialog">here</a>
27+
or scan the QR code in the flyer.</p> -->
28+
<!-- <b>The deadline to register is Friday, March 7th.</b> -->
29+
<p>For more information about BlasterHacks, click <a href="https://docs.google.com/document/d/1hpDEE1iToaG63h8ERRdW2UkSWmmwnVFyNXN-4WbcWaI/edit?usp=sharing">here</a>.</p>
2830
</div>
29-
<div class="col-5 d-flex justify-content-end">
31+
<div class="col-sm">
3032
<img class="img-fluid" src="static/images/blasterhacks.jpg">
3133
</div>
3234

0 commit comments

Comments
 (0)