Skip to content

Commit 1893cc8

Browse files
committed
Rename vars and remove duplicate css
1 parent f391131 commit 1893cc8

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

_data/2025.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ event:
33
location: "School of Computer Science, University of Birmingham"
44
edition: 1.0
55
attendees: 77
6-
ticket-sales: 100
7-
devpost-link: https://birminghack.devpost.com
6+
ticket_sales: 100
7+
devpost_link: https://birminghack.devpost.com
88
photos: https://photos.app.goo.gl/E3HaGZnapawYx9V88
99
schedule:
1010
events:

_data/2026.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ event:
33
location: "School of Computer Science, University of Birmingham"
44
edition: 2.0
55
attendees: 106
6-
ticket-sales: 160
7-
devpost-link: https://birminghack2.devpost.com
6+
ticket_sales: 160
7+
devpost_link: https://birminghack2.devpost.com
88
photos: https://photos.app.goo.gl/BMMvjKDU8wvsRGsd9
99
schedule:
1010
events:

archive/2025/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<div class="about">
2020
<h3>About this event</h3>
2121
<div class="attendees">
22-
birmingHack {{page.event.edition}} had {{ page.event.attendees }} hackers with {{ page.event.ticket-sales }} ticket sales!
23-
The devpost is available <a href={{ page.event.devpost-link }}>here</a>!
22+
birmingHack {{page.event.edition}} had {{ page.event.attendees }} hackers with {{ page.event.ticket_sales }} ticket sales!
23+
The devpost is available <a href={{ page.event.devpost_link }}>here</a>!
2424
</div>
2525

2626
<div class="photos-button">

archive/2026/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<div class="about">
2020
<h3>About this event</h3>
2121
<div class="attendees">
22-
birmingHack {{page.event.edition}} had {{ page.event.attendees }} hackers with {{ page.event.ticket-sales }} ticket sales!
23-
The devpost is available <a href={{ page.event.devpost-link }}>here</a>!
22+
birmingHack {{page.event.edition}} had {{ page.event.attendees }} hackers with {{ page.event.ticket_sales }} ticket sales!
23+
The devpost is available <a href={{ page.event.devpost_link }}>here</a>!
2424
</div>
2525

2626
<div class="photos-button">

css/main.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,6 @@ nav .dropdown-content a:hover {
264264
text-decoration: none;
265265
}
266266

267-
nav .dropdown:hover .dropdown-content {
268-
display: block;
269-
}
270267

271268
a:link, a:visited {
272269
color: var(--color-primary);

0 commit comments

Comments
 (0)