Skip to content

Commit 4f73ed4

Browse files
committed
testing
1 parent 160b2da commit 4f73ed4

3 files changed

Lines changed: 96 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 8 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>

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: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,88 @@
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 {
86+
font-family: "JetBrains Mono", monospace;
87+
}
88+
89+
.hackathon-page h1 {
90+
color: #000d3d;
91+
}
92+
93+
.hackathon-page h2 {
94+
color: #ffbe00;
95+
}
96+
97+
.atcb,
98+
.atcb-text {
99+
font-family: "Sarabun";
100+
}

0 commit comments

Comments
 (0)