Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Russo+One&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
Expand Down
4 changes: 2 additions & 2 deletions src/lib/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5009.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5018.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5225.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5239.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5242.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5330.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5335.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5349.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5355.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5361.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5377.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5378.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5383.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5409.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5426.webp
3 changes: 3 additions & 0 deletions src/lib/assets/stock-photo/hack-club-summit/_BMT5439.webp
168 changes: 168 additions & 0 deletions src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
<script lang="ts">
import { Button } from "m3-svelte";
</script>

<svelte:head>
<title>HackWIT - About</title>
</svelte:head>

<div class="flex flex-row justify-center items-center mt-12 md:mt-24 px-4 text-center sm:text-left">
<h1 class="roboto-flex-wit-main text-4xl sm:text-6xl md:text-7xl leading-tight">About</h1>
</div>

<!-- <div class="flex flex-wrap justify-center items-center mt-4 peak gap-3 sm:gap-4 px-4">
<h1 class="russo-one-regular text-3xl sm:text-3xl md:text-4xl leading-tight"><b><u>Theme:</u> Innovation</b></h1>
</div> -->

<div class="flex justify-center items-center mt-6 px-4 sm:px-6">
<hr class="w-full max-w-5xl border-t-[1px] border-gray-300 dark:border-gray-1000 my-6" />
</div>

<div class="flex justify-center items-center gap-8 mt-8 px-4 sm:px-6">
<img src="https://wit.edu/sites/default/files/styles/780w_520h/public/2021-12/i.jpeg?itok=t9jWH582" alt="Ira Allen Building" class="w-full max-w-[400px] h-auto aspect-16/10 object-cover rounded-xl shadow-lg" />
<p class="text-left text-lg font-medium text-secondary">
<u>Event Details:</u>
<br>
Dates: March 13th ~ 15th, 2026
<br>
Friday Evening ~ Sunday Afternoon (36 hours)
<br>
Location: Ira Allen Building + CEIS as breakout spaces
</p>
</div>

<div class="flex justify-center items-center mt-12 px-4 sm:px-6">
<hr class="w-full max-w-5xl border-t-[1px] border-gray-300 dark:border-gray-1000 my-6" />
</div>

<div class="flex flex-col justify-center items-center mt-4 peak gap-3 sm:gap-4 px-4">
<h1 class="russo-one-regular text-3xl sm:text-3xl md:text-4xl leading-tight"><u><b>What is a hackathon?</b></u></h1>
</div>

<div class="flex flex-col items-center gap-6 mt-6 px-4 sm:px-6">
<p class="text-left text-lg font-medium text-secondary max-w-4xl sm:w-2/3">
A hackathon is a fast-paced event — typically 24 to 72 hours — where people with different skills form teams to design and build functional prototypes
such as apps, games, or websites. Unlike a regular coding session, it combines problem solving, creativity, and rapid execution around a specific challenge or theme.
Participants, often including programmers, designers, and subject matter experts, form teams to brainstorm ideas, develop prototypes, and present their solutions
for a chance to win prizes, and attend workshops and panels to pick up new skills. Hackathons foster creativity, innovation, and teamwork, providing a platform for learning new skills, networking, and showcasing talent.
</p>
</div>

<div class="flex flex-wrap justify-center items-center mt-12 peak gap-3 sm:gap-4 px-4">
<img src="src/lib/assets/stock-photo/hack-club-assemble/Hack_Club_Assemble_LTNJ_00104.webp" alt="Hack Club Assemble" class="w-full max-w-[400px] h-auto aspect-16/10 object-cover rounded-xl shadow-lg" />
<img src="src/lib/assets/stock-photo/hack-club-assemble/Hack_Club_Assemble_LTNJ_00517.webp" alt="Hack Club Assemble" class="w-full max-w-[400px] h-auto aspect-16/10 object-cover rounded-xl shadow-lg" />
</div>

<div class="flex justify-center items-center mt-12 px-4 sm:px-6">
<img src="src/lib/assets/stock-photo/hack-club-summit/_BMT5361.webp" alt="Hack Club Summit" class="w-full max-w-[400px] h-auto aspect-16/10 object-cover rounded-xl shadow-lg" />
</div>

<div class="flex justify-center items-center mt-12 px-4 sm:px-6">
<hr class="w-full max-w-5xl border-t-[1px] border-gray-300 dark:border-gray-1000 my-6" />
</div>

<div class="flex flex-col justify-center items-center mt-4 peak gap-3 sm:gap-4 px-4">
<h1 class="russo-one-regular text-3xl sm:text-3xl md:text-4xl leading-tight"><u><b>What is HackWIT?</b></u></h1>
</div>

<div class="flex flex-col items-center gap-6 mt-6 px-4 sm:px-6">
<p class="text-left text-lg font-medium text-secondary max-w-4xl sm:w-2/3">
HackWIT will unite students from Wentworth Institute of Technology, the <a href="https://www.colleges-fenway.org/about/" target="_blank" class="text-primary underline">Colleges of the Fenway consortium</a>,
and other institutions for three days of collaborative coding, networking, and skill development. To support newcomers, we aim to offer introductory coding workshops led by Wentworth
professors. The event will feature hands-on coding challenges, interactive team projects, and opportunities to network with peers and industry mentors.
Whether participants are new to coding or already experienced, HackWIT will foster an inclusive environment where students can expand their skills, connect with professionals,
and explore career paths in technology. By bringing together these diverse perspectives, HackWIT will encourage creativity, problem-solving, and collaboration that lasts
beyond the event.
</p>
</div>

<div class="flex justify-center items-center mt-12 px-4 sm:px-6">
<hr class="w-full max-w-5xl border-t-[1px] border-gray-300 dark:border-gray-1000 my-6" />
</div>

<div class="flex flex-col justify-center items-center mt-4 peak gap-3 sm:gap-4 px-4">
<h1 class="russo-one-regular text-3xl sm:text-3xl md:text-4xl leading-tight"><u><b>Who is hosting HackWIT?</b></u></h1>
</div>

<div class="flex flex-col items-center gap-6 mt-6 px-4 sm:px-6">
<p class="text-left text-lg font-medium text-secondary max-w-4xl sm:w-2/3">
The Wentworth Coding Club (also known as WITCC) is a student organization at Wentworth Institute of Technology focused on promoting the development of students' technical skills through a shared passion and knowledge of
coding, while sharing our passion and skills with those who want to learn more about these fields. We want to help enforce the idea of creativity in engineering with relevant projects built in
teams along with leadership skills to those who wish to run projects of their own.
</p>
</div>

<div class="flex justify-center items-center mt-12 px-4 sm:px-6">
<hr class="w-full max-w-5xl border-t-[1px] border-gray-300 dark:border-gray-1000 my-6" />
</div>

<div class="flex flex-col justify-center items-center mt-4 peak gap-3 sm:gap-4 px-4">
<h1 class="russo-one-regular text-3xl sm:text-3xl md:text-4xl leading-tight"><u><b>What is the event's theme?</b></u></h1>
</div>

<div class="flex flex-col items-center gap-6 mt-6 px-4 sm:px-6">
<p class="text-left text-lg font-medium text-secondary max-w-4xl sm:w-2/3">
The theme for HackWIT is innovation, championing bold ideas and empowering students of all backgrounds to design and build solutions for the challenges shaping our world today.
Boston is a thriving hub of technology and talent—right in WIT's backyard. With a campus committed to hands-on learning and global-minded collaboration, WIT is the perfect place for
academia and industry to connect and experience the ingenuity of the brightest minds in our community.
</p>
</div>

<div class="flex flex-wrap justify-center items-center mt-12 peak gap-3 sm:gap-4 px-4">
<img src="src/lib/assets/stock-photo/hack-club-assemble/Hack_Club_Assemble_LTNJ_01375.webp" alt="Hack Club Assemble" class="w-full max-w-[400px] h-auto aspect-16/10 object-cover rounded-xl shadow-lg" />
<img src="src/lib/assets/stock-photo/hack-club-summit/_BMT5018.webp" alt="Hack Club Summit" class="w-full max-w-[400px] h-auto aspect-16/10 object-cover rounded-xl shadow-lg" />
</div>

<div class="flex flex-wrap justify-center items-center mt-12 peak gap-3 sm:gap-4 px-4">
<img src="src/lib/assets/stock-photo/hack-club-summit/_BMT5239.webp" alt="Hack Club Summit" class="w-full max-w-[400px] h-auto aspect-16/10 object-cover rounded-xl shadow-lg" />
<img src="src/lib/assets/stock-photo/hack-club-summit/_BMT5242.webp" alt="Hack Club Summit" class="w-full max-w-[400px] h-auto aspect-16/10 object-cover rounded-xl shadow-lg" />
</div>

<div class="flex justify-center items-center mt-12 px-4 sm:px-6">
<hr class="w-full max-w-5xl border-t-[1px] border-gray-300 dark:border-gray-1000 my-6" />
</div>

<div class="flex flex-col justify-center items-center mt-4 peak gap-3 sm:gap-4 px-4">
<h1 class="russo-one-regular text-3xl sm:text-3xl md:text-4xl leading-tight"><u><b>Who can participate in HackWIT?</b></u></h1>
</div>

<div class="flex flex-col items-center gap-6 mt-6 px-4 sm:px-6">
<p class="text-left text-lg font-medium text-secondary max-w-4xl sm:w-2/3">
Any college student is eligible to participate. You don't need to be a tech expert or an experienced programmer.
We welcome students from all skill levels, backgrounds, and fields of study to join us in this collaborative learning experience.
Our event will have experienced mentors to guide you, answer questions, and help you find the right direction when you're stuck.
Feel free to contact us at <a href="mailto:hackathon@hackwit.org" target="_blank" class="text-primary underline">hackathon@hackwit.org</a> with any questions or concerns!
</p>
</div>

<div class="flex justify-center items-center mt-12 px-4 sm:px-6">

</div>

<style>
.roboto-flex-wit-main {
font-family: "Roboto Flex", sans-serif;
color: var(--color-primary);
font-optical-sizing: 144;
font-weight: 900;
font-style: normal;
font-variation-settings:
"slnt" 0,
"wdth" 129,
"GRAD" 0,
"XOPQ" 140,
"XTRA" 468,
"YOPQ" 51,
"YTAS" 750,
"YTDE" -203,
"YTFI" 738,
"YTLC" 514,
"YTUC" 712;
}

.russo-one-regular {
font-family: "Russo One", sans-serif;
font-weight: 400;
font-style: normal;
}
</style>