Skip to content

Commit 06cabe3

Browse files
committed
Update site with more info and remove all sign-up links
1 parent 6221390 commit 06cabe3

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

index.html

+14-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@
2121
</div>
2222
</div>
2323
<div id="main">
24+
<div id="taken-place-box">
25+
<p>
26+
<b>The jam has now taken place!</b>
27+
</p>
28+
<p>
29+
Participants were tasked with building something based around the
30+
Reddit API. We had some really creative submissions!
31+
</p>
32+
<p>
33+
Thank you to everybody who took part. Stay tuned for any more
34+
events in the future!
35+
</p>
36+
</div>
37+
<hr>
2438
<p>
2539
<b>Are you a keen or budding programmer?</b>
2640
</p>
@@ -45,9 +59,6 @@
4559
<p>
4660
The chosen API and judges are yet to be announced and this page will be updated as such.
4761
</p>
48-
<p>
49-
<b>Registration is now open!</b> To sign up to complete, please <a href="https://lancasteruni.eu.qualtrics.com/jfe/form/SV_8dDVXFfTi1OZAy1">fill in this form</a>.
50-
</p>
5162
<p>
5263
Good luck, and happy coding!
5364
</p>

style.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

style.scss

+7
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ html, body {
117117
width: 45%;
118118
padding: 20px;
119119
}
120+
121+
#taken-place-box {
122+
margin-top: 20px;
123+
background-color: lighten($hacksoc-purple, 50%);
124+
padding: 20px;
125+
border: 2px solid black;
126+
}
120127
}
121128

122129
@media(max-width: $logo-image-width) {

0 commit comments

Comments
 (0)