Skip to content

Commit 3729337

Browse files
committed
update gems, dependencies, html format, credits
1 parent 81497d7 commit 3729337

3 files changed

Lines changed: 41 additions & 39 deletions

File tree

Gemfile.lock

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.5)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
6+
bigdecimal (3.2.3)
67
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
8+
concurrent-ruby (1.3.5)
89
em-websocket (0.5.3)
910
eventmachine (>= 0.12.9)
1011
http_parser.rb (~> 0)
1112
eventmachine (1.2.7)
12-
ffi (1.16.3)
13-
ffi (1.16.3-x64-mingw-ucrt)
13+
ffi (1.17.2-x64-mingw-ucrt)
14+
ffi (1.17.2-x86_64-linux-gnu)
1415
forwardable-extended (2.6.0)
15-
google-protobuf (3.25.5-x64-mingw-ucrt)
16-
google-protobuf (3.25.5-x86_64-linux)
16+
google-protobuf (4.32.0-x64-mingw-ucrt)
17+
bigdecimal
18+
rake (>= 13)
19+
google-protobuf (4.32.0-x86_64-linux-gnu)
20+
bigdecimal
21+
rake (>= 13)
1722
http_parser.rb (0.8.0)
18-
i18n (1.14.1)
23+
i18n (1.14.7)
1924
concurrent-ruby (~> 1.0)
20-
jekyll (4.3.2)
25+
jekyll (4.3.4)
2126
addressable (~> 2.4)
2227
colorator (~> 1.0)
2328
em-websocket (~> 0.5)
@@ -33,45 +38,46 @@ GEM
3338
safe_yaml (~> 1.0)
3439
terminal-table (>= 1.8, < 4.0)
3540
webrick (~> 1.7)
36-
jekyll-sass-converter (3.0.0)
37-
sass-embedded (~> 1.54)
41+
jekyll-sass-converter (3.1.0)
42+
sass-embedded (~> 1.75)
3843
jekyll-seo-tag (2.8.0)
3944
jekyll (>= 3.8, < 5.0)
4045
jekyll-sitemap (1.4.0)
4146
jekyll (>= 3.7, < 5.0)
4247
jekyll-watch (2.2.1)
4348
listen (~> 3.0)
44-
kramdown (2.4.0)
45-
rexml
49+
kramdown (2.5.1)
50+
rexml (>= 3.3.9)
4651
kramdown-parser-gfm (1.1.0)
4752
kramdown (~> 2.0)
4853
liquid (4.0.4)
49-
listen (3.8.0)
54+
listen (3.9.0)
5055
rb-fsevent (~> 0.10, >= 0.10.3)
5156
rb-inotify (~> 0.9, >= 0.9.10)
5257
mercenary (0.4.0)
5358
pathutil (0.16.2)
5459
forwardable-extended (~> 2.6)
55-
public_suffix (5.0.4)
60+
public_suffix (6.0.2)
61+
rake (13.3.0)
5662
rb-fsevent (0.11.2)
57-
rb-inotify (0.10.1)
63+
rb-inotify (0.11.1)
5864
ffi (~> 1.0)
59-
rexml (3.3.9)
60-
rouge (4.2.0)
65+
rexml (3.4.3)
66+
rouge (4.6.0)
6167
safe_yaml (1.0.5)
62-
sass-embedded (1.69.5-x64-mingw-ucrt)
63-
google-protobuf (~> 3.23)
64-
sass-embedded (1.69.5-x86_64-linux-gnu)
65-
google-protobuf (~> 3.23)
68+
sass-embedded (1.92.1-x64-mingw-ucrt)
69+
google-protobuf (~> 4.31)
70+
sass-embedded (1.92.1-x86_64-linux-gnu)
71+
google-protobuf (~> 4.31)
6672
terminal-table (3.0.2)
6773
unicode-display_width (>= 1.1.1, < 3)
6874
tzinfo (2.0.6)
6975
concurrent-ruby (~> 1.0)
70-
tzinfo-data (1.2023.3)
76+
tzinfo-data (1.2025.2)
7177
tzinfo (>= 1.0.0)
72-
unicode-display_width (2.5.0)
78+
unicode-display_width (2.6.0)
7379
wdm (0.1.1)
74-
webrick (1.8.2)
80+
webrick (1.9.1)
7581

7682
PLATFORMS
7783
x64-mingw-ucrt

credits.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ <h1>Credits</h1>
1111
<h3>Website</h3>
1212
<ul class="list-unstyled">
1313
<li><a href="https://github.com/Gerseneck">Geeson Wan</a> - Lead Website Developer</li>
14-
<li><a href="https://github.com/ez500">Eugene Zhang</a> - Hackathon Webpage</li>
15-
<li><a href="https://github.com/Fyfth">Johnny Shen</a> - Hackathon Webpage</li>
16-
<li><a href="https://github.com/Aterani">Aneesh Terani</a> - Hackathon Webpage</li>
17-
<li><a href="https://github.com/yeoms25">Sehyeong Yeom</a> - Hackathon Webpage</li>
14+
<li><a href="https://github.com/ez500">Eugene Zhang</a> - Website, Hackathon Webpage Developer</li>
15+
<li><a href="https://github.com/Fyfth">Johnny Shen</a> - Hackathon Webpage Developer</li>
16+
<li><a href="https://github.com/Aterani">Aneesh Terani</a> - Hackathon Webpage Developer</li>
17+
<li><a href="https://github.com/yeoms25">Sehyeong Yeom</a> - Hackathon Webpage Developer</li>
18+
<li><a href="https://github.com/yeoms25">Edward JiuJiu Liu</a> - Hackathon Webpage Developer</li>
1819
</ul>
1920

2021
<h3>Assets</h3>
@@ -31,7 +32,7 @@ <h3>Others</h3>
3132
<li><a href="https://icons.getbootstrap.com/">Bootstrap Icons</a> - Icons</li>
3233
<li><a href="https://devicon.dev/">Devicon</a> - Icons</li>
3334
<li><a href="https://lunrjs.com/">Lunr.js</a> - Search Library</li>
34-
<li><a href="https://github.com/kujenga">Aaron Taylor</a> - Improved Search Function</li>
35+
<li><a href="https://github.com/kujenga">Aaron Taylor</a> - Improved Search Functionality</li>
3536
<li><a href="https://github.com/jhvanderschee/jekyllcodex">Jekyll Codex</a> - Breadcrumbs</li>
3637
</ul>
3738
</div>

hackathon/index.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,11 @@
99
<div class="position-relative p-4 p-md-5 m-md-3 text-center rounded-3 border top-bar" style="background-color:#313131;">
1010
<div class="col-lg-6 mx-auto pt-4 pb-2">
1111
<div class="d-flex flex-column align-items-center gap-3">
12-
<h1 class="display-1 fw-bold" style="color:#FC4C3D;"><b>Hoosier Hacks 6.0</b></h1>
13-
<p class="lead fw-normal text-white mb-0">Build, Code, Innovate</p>
14-
<p class="lead fw-normal text-white mb-0">October 25th, 2025</p>
12+
<h1 class="display-1 fw-bold" style="color:#FC4C3D;">Hoosier Hacks 6.0</h1>
13+
<p class="lead fst-italic text-white mb-0">Build. Code. Innovate.</p>
14+
<p class="lead fw-normal text-white mb-0">Saturday, October 25th, 2025</p>
1515
<p class="lead fw-normal text-white mb-0">West Lafayette Jr./Sr. High School</p>
16-
<a
17-
href="https://forms.gle/TB9wvQf9vGsTp6kL8"
18-
target="_blank"
19-
rel="noopener"
20-
class="btn btn-lg mt-4 mb-0"
21-
style="background-color:#FC4C3D;border-color:#FC4C3D;color:#fff;">
16+
<a href="https://forms.gle/TB9wvQf9vGsTp6kL8" target="_blank" rel="noopener" class="btn btn-lg mt-4 mb-0" style="background-color:#FC4C3D;border-color:#FC4C3D;color:#fff;">
2217
Sign Up Now!
2318
</a>
2419
</div>

0 commit comments

Comments
 (0)