Skip to content

Commit 230631d

Browse files
committed
uhh
1 parent 7e64255 commit 230631d

7 files changed

Lines changed: 104 additions & 181 deletions

File tree

.bundle/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_WITHOUT: "development"

Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ GEM
33
specs:
44
addressable (2.8.5)
55
public_suffix (>= 2.0.2, < 6.0)
6+
base64 (0.3.0)
67
colorator (1.1.0)
78
concurrent-ruby (1.2.2)
9+
csv (3.3.5)
810
em-websocket (0.5.3)
911
eventmachine (>= 0.12.9)
1012
http_parser.rb (~> 0)
1113
eventmachine (1.2.7)
12-
ffi (1.16.3)
13-
ffi (1.16.3-x64-mingw-ucrt)
14+
ffi (1.17.2-x64-mingw-ucrt)
15+
ffi (1.17.2-x86_64-linux-gnu)
1416
forwardable-extended (2.6.0)
15-
google-protobuf (3.25.5-x64-mingw-ucrt)
16-
google-protobuf (3.25.5-x86_64-linux)
17+
google-protobuf (3.25.8)
1718
http_parser.rb (0.8.0)
1819
i18n (1.14.1)
1920
concurrent-ruby (~> 1.0)
@@ -70,21 +71,21 @@ GEM
7071
tzinfo-data (1.2023.3)
7172
tzinfo (>= 1.0.0)
7273
unicode-display_width (2.5.0)
73-
wdm (0.1.1)
7474
webrick (1.8.2)
7575

7676
PLATFORMS
7777
x64-mingw-ucrt
7878
x86_64-linux
7979

8080
DEPENDENCIES
81+
base64
82+
csv
8183
http_parser.rb (~> 0.6.0)
8284
jekyll (~> 4.3.2)
8385
jekyll-seo-tag
8486
jekyll-sitemap
8587
tzinfo (>= 1, < 3)
8688
tzinfo-data
87-
wdm (~> 0.1.1)
8889

8990
BUNDLED WITH
9091
2.4.19

_layouts/default.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
1313
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
1414
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css">
15+
16+
<!-- Hackathon-specific includes -->
17+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/add-to-calendar-button@1/assets/css/atcb.min.css">
18+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bungee+Shade">
19+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sarabun">
20+
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fira+Mono">
21+
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono" rel="stylesheet">
22+
<link href="https://fonts.googleapis.com/css2?family=Arvo:ital,wght@1,700" rel="stylesheet">
1523

1624
<link href="/stylesheets/default.css" rel="stylesheet">
1725
<script src="/js/load.js"></script>
@@ -42,6 +50,9 @@
4250
<li class="nav-item item">
4351
<a class="nav-link text-primary" href="/projects">Projects</a>
4452
</li>
53+
<li class="nav-item item">
54+
<a class="nav-link text-primary" href="/hackathon">Hackathon</a>
55+
</li>
4556
</ul>
4657
<button class="nav-item btn me-1 border border-0" id="modeButton">
4758
<h5><i class="bi bi-brightness-high-fill" style="vertical-align: -0.125em;"></i></h5>

_layouts/hackathon.html

Lines changed: 0 additions & 88 deletions
This file was deleted.

hackathon/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: Hoosier Hacks
3-
layout: hackathon
3+
layout: default
44
permalink: /hackathon/
55
form_link: https://forms.gle/LJcuvpPaHc8q63Fn7
66
---
77
<script src="https://cdn.jsdelivr.net/npm/add-to-calendar-button@1" async defer></script>
88

9+
<div class="hackathon-page">
910
<div class="position-relative p-4 p-md-5 m-md-3 text-center rounded-3 border top-bar" style="background-color: #313131;">
1011
<div class="col-md-5 p-lg-5 mx-auto my-7">
1112
<h1 class="display-1 fw-bold" style="color: #FC4C3D;"><b>Hoosier Hacks 6.0</b></h1>
@@ -159,3 +160,4 @@ <h1 class="display-5 fw-bold text-center">Sponsors</h1>
159160
<div class="row row-cols-1 row-cols-md-3 g-4 justify-content-center row-gap-4"></div>
160161
</div>
161162
</div>
163+
</div>

stylesheets/default.css

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,84 @@
1313
-webkit-line-clamp: 3;
1414
-webkit-box-orient: vertical;
1515
}
16+
17+
/* Hackathon-specific styles */
18+
.bd-placeholder-img {
19+
font-size: 1.125rem;
20+
text-anchor: middle;
21+
-webkit-user-select: none;
22+
-moz-user-select: none;
23+
user-select: none;
24+
}
25+
26+
@media (min-width: 768px) {
27+
.bd-placeholder-img-lg {
28+
font-size: 3.5rem;
29+
}
30+
}
31+
32+
.b-example-divider {
33+
height: 3rem;
34+
background-color: rgba(0, 0, 0, 0.1);
35+
border: solid rgba(0, 0, 0, 0.15);
36+
border-width: 1px 0;
37+
box-shadow:
38+
inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
39+
inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
40+
}
41+
42+
.b-example-vr {
43+
flex-shrink: 0;
44+
width: 1.5rem;
45+
height: 100vh;
46+
}
47+
48+
.nav-scroller {
49+
position: relative;
50+
z-index: 2;
51+
height: 2.75rem;
52+
overflow-y: hidden;
53+
}
54+
55+
.nav-scroller .nav {
56+
display: flex;
57+
flex-wrap: nowrap;
58+
padding-bottom: 1rem;
59+
margin-top: -1px;
60+
overflow-x: auto;
61+
text-align: center;
62+
white-space: nowrap;
63+
-webkit-overflow-scrolling: touch;
64+
}
65+
66+
.fa {
67+
padding: 20px;
68+
font-size: 30px;
69+
width: 30px;
70+
text-align: center;
71+
text-decoration: none;
72+
border-radius: 50%;
73+
}
74+
75+
.display-5 {
76+
font-family: "Fira Mono", monospace;
77+
}
78+
79+
.display-8 {
80+
font-family: "Fira Mono", monospace;
81+
font-size: "1px";
82+
}
83+
84+
/* Hackathon page specific styles */
85+
.hackathon-page h1 {
86+
color: #000d3d;
87+
}
88+
89+
.hackathon-page h2 {
90+
color: #ffbe00;
91+
}
92+
93+
.atcb,
94+
.atcb-text {
95+
font-family: "Sarabun";
96+
}

stylesheets/hackathon.css

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)