-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcredits.html
More file actions
38 lines (34 loc) · 1.75 KB
/
credits.html
File metadata and controls
38 lines (34 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: Credits
layout: default
permalink: /credits/
---
<div class="container">
<h1>Credits</h1>
<br>
<h3>Website</h3>
<ul class="list-unstyled">
<li><a href="https://github.com/Gerseneck">Geeson Wan</a> - Lead Website Developer</li>
<li><a href="https://github.com/ez500">Eugene Zhang</a> - Website, Hackathon Webpage Developer</li>
<li><a href="https://github.com/Fyfth">Johnny Shen</a> - Hackathon Webpage Developer</li>
<li><a href="https://github.com/Aterani">Aneesh Terani</a> - Hackathon Webpage Developer</li>
<li><a href="https://github.com/yeoms25">Sehyeong Yeom</a> - Hackathon Webpage Developer</li>
<li><a href="https://github.com/yeoms25">Edward JiuJiu Liu</a> - Hackathon Webpage Developer</li>
</ul>
<h3>Assets</h3>
<ul class="list-unstyled">
<li><a href="https://github.com/Tungara">Tomás Vargas-Bernal</a> - WL Hack Club Logo</li>
<li><a href="https://www.instagram.com/joshuajpark_/">Joshua Joosung Park</a> - Hoosier Hacks Logo</li>
<li>All other assets are made by the members of <b>WL Hack Club</b> and <b>Hack Club</b>.</li>
<li>Logos used on the hackathon website that represent our sponors are owned by their respective companies.</li>
</ul>
<h3>Others</h3>
<ul class="list-unstyled">
<li><a href="https://getbootstrap.com/">Bootstrap</a> - CSS Framework</li>
<li><a href="https://icons.getbootstrap.com/">Bootstrap Icons</a> - Icons</li>
<li><a href="https://devicon.dev/">Devicon</a> - Icons</li>
<li><a href="https://lunrjs.com/">Lunr.js</a> - Search Library</li>
<li><a href="https://github.com/kujenga">Aaron Taylor</a> - Improved Search Functionality</li>
<li><a href="https://github.com/jhvanderschee/jekyllcodex">Jekyll Codex</a> - Breadcrumbs</li>
</ul>
</div>