gilroyhacks.com/index.html

691 lines
46 KiB
HTML
Raw Normal View History

2022-05-26 22:09:31 -07:00
<!DOCTYPE html>
<html lang="en">
<!--
2022-06-12 13:51:47 -07:00
Gilroy Hacks Website Source Code -> HTML (https://gilroyhacks.com)
2022-05-26 22:09:31 -07:00
2022-06-12 13:51:47 -07:00
Web-Designed by James Dinh ᓚᘏᗢ from scratch using pure HTML, CSS, and JS
2022-05-26 22:09:31 -07:00
For more info, contact jamesdinh77 (at) protonmail (dot) com
2022-06-12 13:51:47 -07:00
Copyright Disclaimer: This Source Code is Copyright (c) 2022 Gilroy Hacks All Rights Reserved.
2022-05-26 22:09:31 -07:00
-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gilroy Hacks</title>
<link href="css/general.css" rel="stylesheet" type="text/css" media="all">
2022-05-29 16:50:10 -07:00
<link href="css/scroll_nav.css" rel="stylesheet" type="text/css" media="all">
2022-06-06 20:44:54 -07:00
<link rel="stylesheet" href="css/leaflet.css"/>
2022-06-01 00:54:16 -07:00
<link rel="icon" href="img/Gilroy-Hacks-Logo-icon-tp.ico">
2022-06-13 14:28:06 -07:00
<link rel="apple-touch-icon" href="img/Gilroy Hacks Logo (app).png">
2022-06-13 17:33:43 -07:00
2022-05-26 22:09:31 -07:00
<meta name="author" content="Gilroy Hacks">
<meta name="copyright" content="This site and its pages are Copyright (c) 2022 Gilroy Hacks All Rights Reserved.">
2022-06-06 20:44:54 -07:00
<meta name="description" content="The official website for the Gilroy Hacks Hackathon. Strengthen your skills and collaborate with others to create something useful.">
2022-05-26 22:09:31 -07:00
<meta name="keywords" content="Gilroy Hacks, GilroyHacks, Gilroy, hackathon, Bay Area, GECA, Dr. TJ Owens Gilroy Early College Academy">
2022-06-13 17:33:43 -07:00
2022-06-09 22:02:33 -07:00
<script src="js/leaflet.js"></script>
2022-06-13 17:33:43 -07:00
<script defer data-domain="gilroyhacks.com" src="https://plausible.gilroyhacks.com/js/plausible.js"></script>
2022-05-26 22:09:31 -07:00
<style>
@font-face {
font-family: "Glacial Indifference";
src: url("font/GlacialIndifference-Regular.otf") format('opentype');
font-display: swap;
}
body {
position: relative;
2022-06-02 12:13:07 -07:00
background-color: #0d1117 !important;
2022-05-26 22:09:31 -07:00
background-image: "";
color: #f2f1ef !important;
font-family: "Glacial Indifference";
}
</style>
<!--For icons, go here: https://iconsvg.xyz/ -->
</head>
2022-05-31 20:04:23 -07:00
<body>
2022-05-29 16:50:10 -07:00
<!--Nav-->
<nav id="navBar">
2022-05-29 22:39:53 -07:00
<a id="nav-logo-a" href="./">
2022-06-09 16:55:46 -07:00
<img id="nav-logo" src="img/Gilroy Hacks Logo [Summer-wide-2].png" alt="logo"/>
2022-05-29 16:50:10 -07:00
</a>
2022-05-29 22:39:53 -07:00
<div id="nav-links-container">
2022-06-22 02:06:21 -07:00
<input onclick="btnToggle()" type="checkbox" id="check">
2022-05-29 22:39:53 -07:00
<label for="check" class="checkbtn">
<img src="img/bars.png" loading="lazy" height="17" width="25" alt="Bars"/>
</label>
2022-06-16 16:39:15 -07:00
<a onclick="check('01'); save();" target="_blank" href="https://forms.gle/coK7q43RwBV2f15i7"><div id="sign-up">SIGN UP</div></a>
2022-06-22 02:06:21 -07:00
<ul id="navList">
2022-06-20 02:33:38 -07:00
<li><a class="navlink" onclick="uncheck('check')" href="#event">Event</a></li>
<li><a class="navlink" onclick="uncheck('check')" href="#rules">Rules</a></li>
<li><a class="navlink" onclick="uncheck('check')" href="#prizes">Prizes</a></li>
<li><a class="navlink" onclick="uncheck('check')" href="#team">Team</a></li>
2022-05-29 22:39:53 -07:00
</ul>
2022-06-12 21:21:00 -07:00
<div id="banner">
2022-06-20 02:33:38 -07:00
<p id="banner-text"><a class="navlink" id="timer-link" href="#timeline" title="Click for more info">Opening Ceremony</a> in<abbr class="tooltip-nav" title="Aug 12, 4pm"><span id="timer"></span></abbr></p>
2022-06-12 21:21:00 -07:00
</div>
2022-05-29 22:39:53 -07:00
</div>
2022-05-29 16:50:10 -07:00
</nav>
<!--Front Page-->
2022-05-26 22:09:31 -07:00
<header>
2022-05-29 16:50:10 -07:00
<div id="header-background">
2022-06-18 11:50:21 -07:00
<div id="header-gradient">
<div id="header">
<img id="logo" src="img/Gilroy Hacks Logo [Summer].png" height="400" width="400" alt="logo"/>
<hr id="line-header">
<h2 id="header-subtitle-date">Aug 12 - 14</h2>
<div id="spots-container">
<div class="blob green" aria-hidden="true"></div>
2022-06-23 01:34:37 -07:00
<h2 id="header-subtitle-spots">35 spots remaining</h2>
2022-06-18 11:50:21 -07:00
</div>
<div id="entrance-arrow">
<a href="#event" id="arrow-link">
Event
<svg id="arrow" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>
</a>
</div>
2022-05-29 16:50:10 -07:00
</div>
2022-05-26 22:09:31 -07:00
</div>
</div>
</header>
2022-06-09 22:02:33 -07:00
<!--Main-->
2022-05-29 16:50:10 -07:00
<main>
2022-05-30 00:43:44 -07:00
<section id="event">
<h2 class="topic">Hackathon Event</h2>
<hr class="line">
<div id="event-container">
<article id="event-description">
<h2 id="description-heading">Our Mission Statement</h2>
2022-06-01 21:02:59 -07:00
<div id="event-main-box">
<div id="description-content">Gilroy Hacks is a student-led organization focused on promoting community engagement and improving STEM exposure to local high school students.</div>
2022-06-04 23:43:19 -07:00
<hr class="line">
2022-06-01 21:02:59 -07:00
<ul class="list">
<li>Even if you're not an expert at coding, this hackathon offers an opportunity for you to strengthen your skills and collaborate with others to create something useful. Below are important dates to keep in mind:
2022-06-01 21:02:59 -07:00
<ul style="margin-left: 25px">
<li><span class="emphasis-text">Aug 11</span> -> Signup Period Ends</li>
<li><span class="emphasis-text">Aug 12-14</span> -> Summer 2022 Hackathon</li>
</ul>
</li>
</ul>
</div>
2022-05-31 00:57:35 -07:00
<!-- Timeline src: https://codepen.io/cjl750/pen/MXvYmg -->
<div id="timeline">
<h2 id="timeline-heading">Timeline</h2>
2022-06-03 18:51:23 -07:00
<span class="caption">Click on each dot for more info</span>
2022-05-31 00:57:35 -07:00
<div class="flex-parent">
<div class="input-flex-container">
2022-06-07 12:12:50 -07:00
<div id="timeline-left-arrow"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 18l-6-6 6-6"/></svg></div>
2022-06-07 01:40:29 -07:00
<input id="t1" class="timeline-input" type="radio" name="timeline-dot" data-description="1" checked>
2022-06-09 16:55:46 -07:00
<div onclick="check('t1')" class="dot-info" data-description="1">
2022-06-03 19:24:44 -07:00
<span class="year">8/12 4:00pm</span>
2022-05-31 00:57:35 -07:00
<span class="label">Opening Ceremony</span>
</div>
2022-06-07 01:40:29 -07:00
<input id="t2" class="timeline-input" type="radio" name="timeline-dot" data-description="2">
2022-06-09 16:55:46 -07:00
<div onclick="check('t2')" class="dot-info" data-description="2">
2022-06-03 19:24:44 -07:00
<span class="year">8/12 5:00pm</span>
2022-05-31 00:57:35 -07:00
<span class="label">Hacking Begins</span>
</div>
2022-06-07 01:40:29 -07:00
<input id="t3" class="timeline-input" type="radio" name="timeline-dot" data-description="3">
2022-06-09 16:55:46 -07:00
<div onclick="check('t3')" class="dot-info" data-description="3">
2022-06-22 02:06:21 -07:00
<span class="year">8/14 2:00pm</span>
2022-05-31 00:57:35 -07:00
<span class="label">Hacking Ends</span>
</div>
2022-06-07 01:40:29 -07:00
<input id="t4" class="timeline-input" type="radio" name="timeline-dot" data-description="4">
2022-06-09 16:55:46 -07:00
<div onclick="check('t4')" class="dot-info" data-description="4">
2022-06-22 02:06:21 -07:00
<span class="year">8/14 2:30pm</span>
2022-05-31 00:57:35 -07:00
<span class="label">Project Presentations</span>
</div>
2022-06-07 01:40:29 -07:00
<input id="t5" class="timeline-input" type="radio" name="timeline-dot" data-description="5">
2022-06-09 16:55:46 -07:00
<div onclick="check('t5')" class="dot-info" data-description="5">
2022-06-12 13:51:47 -07:00
<span class="year">8/14 4:00pm</span>
2022-05-31 00:57:35 -07:00
<span class="label">Awards Ceremony</span>
</div>
2022-06-07 12:12:50 -07:00
<div id="timeline-right-arrow"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg></div>
2022-05-31 00:57:35 -07:00
<div id="timeline-descriptions-wrapper">
2022-06-09 22:02:33 -07:00
<div class="timeline-desc" data-description="1">
<div class="bracket" id="bracket-1">
<div class="left"></div>
<div class="right"></div>
</div>
2022-06-03 18:51:23 -07:00
<h3>Opening Ceremony</h3>
2022-06-07 18:03:01 -07:00
<h4 class="timeline-description-subtitle">8/12 | 4:00pm - 5:00pm</h4>
2022-06-07 18:15:43 -07:00
<!-- <div class="t-flex-container"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="10" r="3"/><path d="M12 21.7C17.3 17 20 13 20 10a8 8 0 1 0-16 0c0 3 2.7 6.9 8 11.7z"/></svg><h5>Community Room</h5></div> -->
2022-06-07 18:03:01 -07:00
<br>
2022-05-31 15:20:04 -07:00
<p class="timeline-description">The official start of the hackathon where we deliver the opening presentation along with the finalized teams, prompts, rules, and timeline.<br>
2022-05-31 00:57:35 -07:00
<ul class="timeline-description-list">
2022-06-01 14:37:46 -07:00
<li>It is highly recommended you attend this portion of the hackathon (at least half of your team must attend to participate)</li>
2022-06-07 18:03:01 -07:00
<li>Along with the in-person event held at the <u>Community Room</u> at the Gilroy Library, we will be streaming the event on Zoom</li>
2022-05-31 00:57:35 -07:00
<li><span class="important-text">=IMPORTANT=</span> DO NOT START CODING during this period</li>
</ul>
</p>
</div>
2022-06-09 22:02:33 -07:00
<div class="timeline-desc" data-description="2">
<div class="bracket" id="bracket-2">
<div class="left"></div>
<div class="right"></div>
</div>
2022-06-03 18:51:23 -07:00
<h3>Hacking Begins</h3>
2022-06-03 19:24:44 -07:00
<h4 class="timeline-description-subtitle">8/12 | 5:00pm</h4><br>
2022-05-31 00:57:35 -07:00
<p class="timeline-description">
Now's your time to shine! Start working with your team to build your project. No strings attached!
<ul class="timeline-description-list">
2022-05-31 01:15:35 -07:00
<li><span class="important-text">=IMPORTANT=</span> Your project must follow one of the given prompts and guidelines; otherwise, your team may lose a lot of points for unrelated topic deductions</li>
2022-05-31 00:57:35 -07:00
<li>Remember, you only have 44 hours to complete your project... Use your time wisely</li>
</ul>
</p>
</div>
2022-06-09 22:02:33 -07:00
<div class="timeline-desc" data-description="3">
<div class="bracket" id="bracket-3">
<div class="left"></div>
<div class="right"></div>
</div>
2022-06-03 18:51:23 -07:00
<h3>Hacking Ends</h3>
2022-06-07 18:03:01 -07:00
<h4 class="timeline-description-subtitle">8/14 | 2:00pm</h4><br>
2022-05-31 01:15:35 -07:00
<p class="timeline-description">STOP coding! Your 44 hours of intense stress and turmoil are finally up! We hope you learned some valuable skills and made some new friends along the way.<br>
2022-05-31 00:57:35 -07:00
<ul class="timeline-description-list">
<li><span class="important-text">=IMPORTANT=</span> Make sure you turn in your project BEFORE the deadline at 12:30pm. You can find the submission form on the Discord server or <a class="link" href="https://forms.gle/bpoXvyjP2TcsrELX8" target="_blank" title="Submission Form">Submit Here</a></li>
<li>Don't leave yet though, because you still need to present your project to the judges</li>
2022-06-07 18:03:01 -07:00
<li>From now until Project Presentations (2:30pm), your team will have around 2 hours to prepare for your presentation. Get back to work!</li>
2022-05-31 00:57:35 -07:00
</ul>
</p>
</div>
2022-06-09 22:02:33 -07:00
<div class="timeline-desc" data-description="4">
<div class="bracket" id="bracket-4">
<div class="left"></div>
<div class="right"></div>
</div>
2022-06-03 18:51:23 -07:00
<h3>Project Presentations</h3>
2022-06-07 18:03:01 -07:00
<h4 class="timeline-description-subtitle">8/14 | 2:30pm - 3:30pm</h4><br>
2022-05-31 00:57:35 -07:00
<p class="timeline-description">This is where your team will present your product to our honored judges.<br>
<ul class="timeline-description-list">
<li>Be Creative! Make your product stand out by including a demo or showing its function across multiple sources</li>
<li>Presentations will occur in order of team number (i.e. Team 1 will go first)</li>
<li>It is advised you have your camera on and that you ensure your microphone and tech work before presenting</li>
2022-06-04 23:43:19 -07:00
<li><span class="important-text">=IMPORTANT=</span> Your team's presentation is not allowed to go ABOVE 5 minutes... Use your time wisely.</li>
2022-05-31 01:15:35 -07:00
<li>Your team will be graded on both the product and presentation as per the rubric</li>
2022-05-31 00:57:35 -07:00
</ul>
</p>
</div>
2022-06-09 22:02:33 -07:00
<div class="timeline-desc" data-description="5">
<div class="bracket" id="bracket-5">
<div class="left"></div>
<div class="right"></div>
</div>
2022-06-03 18:51:23 -07:00
<h3>Awards Ceremony</h3>
2022-06-12 13:51:47 -07:00
<h4 class="timeline-description-subtitle">8/14 | 4:00pm - 4:30pm</h4><br>
<p class="timeline-description">Congratuations! Judge scores are tallied and here's where we announce the 1st, 2nd, and 3rd place teams along with constructive feedback for each in the <u>Community Room</u>.<br>
2022-05-31 00:57:35 -07:00
<ul class="timeline-description-list">
2022-06-12 13:51:47 -07:00
<li><u>Winners</u>: we will contact you via Email about your prizes; allow up to 2 days for a response</li>
2022-05-31 11:41:46 -07:00
<li>For Questions, ask in the Discord server (#ask-questions), or contact tech support at <a class="link" target="_blank" href="mailto:tech@gilroyhacks.com" title="Email">tech@gilroyhacks.com</a></li>
2022-05-31 00:57:35 -07:00
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
2022-05-30 13:55:20 -07:00
</article>
2022-06-03 01:42:59 -07:00
<article id="signup-article">
2022-06-04 23:43:19 -07:00
<div id="signup-title">
<h2 id="signup-header">Signup Checklist</h2>
<span class="caption">Click each step to cross it out!</span>
</div>
2022-05-30 00:43:44 -07:00
<div id="steps-card">
2022-05-31 17:02:24 -07:00
<div id="signup-container">
2022-05-30 13:55:20 -07:00
<div class="outer">
<div class="card">
<div class="info">
2022-06-03 15:38:07 -07:00
<!-- Checklist src: https://codepen.io/milanraring/pen/QWbqBGo -->
2022-06-03 15:09:59 -07:00
<div id="checklist">
2022-06-05 02:23:40 -07:00
<input id="01" onclick="save()" type="checkbox" name="r" value="1">
2022-06-03 15:09:59 -07:00
<label for="01">
2022-06-16 16:39:15 -07:00
<p class="title">1. Sign up w/ this <a onclick="check('01'); save()" class="link" target="_blank" href="https://forms.gle/coK7q43RwBV2f15i7" title="Signup Form">form</a></p>
2022-06-07 01:40:29 -07:00
</label>
<label for="01">
<p class="step-desc">- These questions are used to gauge your experience and skills so we can pair you with others</p>
2022-06-03 15:09:59 -07:00
</label>
</div>
2022-05-30 13:55:20 -07:00
</div>
</div>
<div class="card">
<div class="info">
2022-06-03 15:09:59 -07:00
<div id="checklist">
2022-06-05 02:23:40 -07:00
<input id="02" onclick="save()" type="checkbox" name="r" value="2">
2022-06-03 15:09:59 -07:00
<label for="02">
2022-06-16 16:39:15 -07:00
<p class="title">2. Join the <a onclick="check('02'); save()" class="link" target="_blank" href="https://discord.gg/nkTDKMcYbr" title="Discord Invite Link">Discord</a></p>
2022-06-07 01:40:29 -07:00
</label>
<label for="02">
<p class="step-desc">- Please change your nickname to your First and Last name</p>
2022-06-03 15:09:59 -07:00
</label>
</div>
2022-05-30 13:55:20 -07:00
</div>
</div>
<div class="card">
<div class="info">
2022-06-03 15:09:59 -07:00
<div id="checklist">
2022-06-05 02:23:40 -07:00
<input id="03" onclick="save()" type="checkbox" name="r" value="3">
2022-06-03 15:09:59 -07:00
<label for="03">
<p class="title">3. Create/join a team</p>
</label>
2022-06-07 01:40:29 -07:00
<label for="03">
<p class="step-desc">- Join teams in the Discord Server!</p>
</label>
2022-06-03 15:09:59 -07:00
</div>
2022-05-30 13:55:20 -07:00
</div>
</div>
<div class="card">
<div class="info">
2022-06-03 15:09:59 -07:00
<div id="checklist">
2022-06-05 02:23:40 -07:00
<input id="04" onclick="save()" type="checkbox" name="r" value="4">
2022-06-03 15:09:59 -07:00
<label for="04">
<p class="title">4. Start discussing ideas for a project</p>
</label>
2022-06-07 01:40:29 -07:00
<label for="04">
<p class="step-desc">
- Between now and the start of the hackathon is a great time to come up with project ideas & download any software you may need
<br>
- However, you can't start working on the project until the hackathon begins
</p>
</label>
2022-06-03 15:09:59 -07:00
</div>
2022-05-30 13:55:20 -07:00
</div>
</div>
<div class="card">
<div class="info">
2022-06-03 15:09:59 -07:00
<div id="checklist">
2022-06-05 02:23:40 -07:00
<input id="05" onclick="save()" type="checkbox" name="r" value="5">
2022-06-03 15:09:59 -07:00
<label for="05">
<p class="title">5. Wait for the hackathon to start!</p>
</label>
2022-06-07 01:40:29 -07:00
<label for="05">
<p class="step-desc">- Mark your calendars, Aug 12 - 14</p>
</label>
2022-06-03 15:09:59 -07:00
</div>
2022-05-30 13:55:20 -07:00
</div>
</div>
</div>
</div>
2022-05-30 00:43:44 -07:00
</div>
2022-06-04 23:43:19 -07:00
<div id="sponsor-title">
<h2 id="sponsor-heading">Sponsors</h2>
2022-06-23 01:34:37 -07:00
<span class="caption">Thank you to these amazing sponsors!</span>
2022-06-04 23:43:19 -07:00
</div>
<div id="sponsor-container">
<a href="https://sccld.org/" target="_blank">
<img id="gilroy-library-logo" src="img/SCCLD_logo.png" alt="gilroy library logo">
</a>
</div>
2022-05-30 00:43:44 -07:00
</article>
</div>
2022-06-03 22:00:13 -07:00
<article id="map-article">
2022-06-16 16:39:15 -07:00
<div id="cal-parent">
<article id="cal-container">
<h2 class="map-title">Calendar</h2>
<div class="cal-card">
<div class="cal-entry">
<div class="cal-date" id="fri">
<span class="day-of-week">FRI</span>
<span class="cal-subtitle">8/12</span>
</div>
<div class="vertical-line"></div>
<div class="cal-desc">
<h3 class="cal-title">Community Room</h3>
<div class="event-list">
<div class="event-entry">
<div class="time-column">
<span class="event-time">4-5pm</span>
</div>
<div class="event-column">
<span class="event-title">Opening Ceremony</span>
</div>
2022-06-07 14:46:42 -07:00
</div>
2022-06-06 20:44:54 -07:00
</div>
</div>
</div>
</div>
2022-06-16 16:39:15 -07:00
<div class="cal-card">
<div class="cal-entry">
<div class="cal-date" id="sat">
<span class="day-of-week">SAT</span>
<span class="cal-subtitle">8/13</span>
</div>
<div class="vertical-line"></div>
<div class="cal-desc">
<h3 class="cal-title">Study Room</h3>
<div class="event-list">
<div class="event-entry">
<div class="time-column">
<span class="event-time">10am-5:30pm</span>
</div>
<div class="event-column">
<span class="event-title">In-Person Hacking Session</span>
</div>
2022-06-07 14:46:42 -07:00
</div>
2022-06-16 16:39:15 -07:00
<div class="event-entry">
<div class="time-column">
<span class="event-time">11am-12pm</span>
</div>
<div class="event-column">
<span class="event-title">Web Dev Workshop</span>
</div>
2022-06-07 14:46:42 -07:00
</div>
2022-06-16 16:39:15 -07:00
<div class="event-entry">
<div class="time-column">
<span class="event-time">2-3pm</span>
</div>
<div class="event-column">
<span class="event-title">Python Workshop</span>
</div>
2022-06-07 14:46:42 -07:00
</div>
2022-06-06 20:44:54 -07:00
</div>
</div>
</div>
</div>
2022-06-16 16:39:15 -07:00
<div class="cal-card">
<div class="cal-entry">
<div class="cal-date" id="sun">
<span class="day-of-week">SUN</span>
<span class="cal-subtitle">8/14</span>
</div>
<div class="vertical-line"></div>
<div class="cal-desc">
<h3 class="cal-title">Community Room</h3>
<div class="event-list">
<div class="event-entry">
<div class="time-column">
<span class="event-time">1-2pm</span>
</div>
<div class="event-column">
<span class="event-title">In-Person Hacking Session</span>
</div>
2022-06-07 14:46:42 -07:00
</div>
2022-06-16 16:39:15 -07:00
<div class="event-entry">
<div class="time-column">
<span class="event-time">2:30-3:30pm</span>
</div>
<div class="event-column">
<span class="event-title">Project Presentations</span>
</div>
2022-06-07 14:46:42 -07:00
</div>
2022-06-16 16:39:15 -07:00
<div class="event-entry">
<div class="time-column">
<span class="event-time">4-4:30pm</span>
</div>
<div class="event-column">
<span class="event-title">Awards Ceremony</span>
</div>
2022-06-07 14:46:42 -07:00
</div>
2022-06-06 20:44:54 -07:00
</div>
</div>
</div>
</div>
2022-06-16 16:39:15 -07:00
</article>
<article id="map-div">
2022-06-17 01:43:06 -07:00
<h2 class="map-title">Location</h2>
2022-06-16 16:39:15 -07:00
<div id="map-container">
<div id="map"></div>
</div>
</article>
2022-06-03 22:00:13 -07:00
</div>
</article>
2022-05-30 00:43:44 -07:00
</section>
<section id="rules">
<h2 class="topic">Rules</h2>
<hr class="line">
2022-06-01 14:37:46 -07:00
<div id=rules-description>
By attending this hackathon, you are required to abide and follow these guidelines and code of conduct.
<br>
Failure to comply with these rules will result in disquilification.</div>
2022-05-31 17:02:24 -07:00
<div id="rules-container">
2022-06-01 14:37:46 -07:00
<article id="guidelines">
<h2 id="signup-header">Hackathon Guidelines</h2>
<div id="rules-main-card">
<div id="signup-container">
<div class="rules-card" id="rules-1">
<p class="rules-title">No cheating</a></p>
<p>
2022-06-23 01:34:37 -07:00
- Do not consult with other teams or work with anyone outside of the hackathon sphere (however, you may consult friends and family for advice)
2022-06-01 14:37:46 -07:00
</p>
</div>
<div class="rules-card" id="rules-2">
<p class="rules-title">Do not plagiarize</p>
<p>
2022-06-23 01:34:37 -07:00
- You are allowed to use existing libraries and packages with a valid license, but required to give credit when credit is due (which also includes Creative Commons and <abbr class="tooltip" title="Open-source software is computer software that is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software and its source code to anyone and for any purpose">Open Source Projects</abbr>)
2022-06-01 14:37:46 -07:00
<br>
- You may also use old projects as frameworks for your product, but you cannot work on any material that is related to the hackathon before the event
</p>
</div>
<div class="rules-card" id="rules-3">
<p class="rules-title">Maintain open communications with your team at all times</p>
<p>
- A good team player is one who is always able to be reached and assists in team duties when needed
</p>
</div>
<div class="rules-card" id="rules-4">
<p class="rules-title">Any resource is at your disposal</p>
<p>
- You may use a combination of software and hardware in your project
2022-06-01 17:58:57 -07:00
<br>
2022-06-23 01:34:37 -07:00
- You may not copy others' unlicensed work
2022-06-01 14:37:46 -07:00
</p>
</div>
<div class="rules-card" id="rules-5">
<p class="rules-title">Ask for help when needed</p>
<p>
- Don't be afraid to ask questions in the Discord or ask an organizer directly
<br>
2022-06-01 16:05:51 -07:00
- We want to ensure your team's success in this hackathon, so feel free to ask an organizer if you feel unsure
2022-06-01 14:37:46 -07:00
</p>
</div>
</div>
</div>
*subject to change
</article>
<article id="code-of-conduct">
<h2 id="signup-header">Code of Conduct</h2>
2022-06-03 18:51:23 -07:00
<div id="code-main-card">
2022-06-01 14:37:46 -07:00
<div id="signup-container">
2022-06-03 18:51:23 -07:00
<div class="rules-card code-card" id="rules-1">
<p class="rules-title code-title">Treat everyone with respect</p>
2022-06-01 14:37:46 -07:00
<p>
- This includes team members, judges, organizers, volunteers, etc.
<br>
- We reserve the right to refuse patronage to participants based on their actions
</p>
</div>
2022-06-03 18:51:23 -07:00
<div class="rules-card code-card" id="rules-2">
<p class="rules-title code-title">Be appropriate</p>
2022-06-02 00:22:01 -07:00
<p>- Respond professionally with organizers, answer questions to the best of your ability, and ensure that your project is not offensive in any way <br>
2022-06-01 14:37:46 -07:00
</p>
</div>
2022-06-03 18:51:23 -07:00
<div class="rules-card code-card" id="rules-3">
<p class="rules-title code-title">Respect one's privacy</p>
2022-06-01 14:37:46 -07:00
<p>
- You may not photograph anyone without consent
<br>
2022-06-07 19:03:44 -07:00
- Do not use anyone's likeness or property in any production without permission
2022-06-01 14:37:46 -07:00
</p>
</div>
2022-06-03 18:51:23 -07:00
<div class="rules-card code-card" id="rules-4">
<p class="rules-title code-title">Don't be lazy</p>
2022-06-01 14:37:46 -07:00
<p>
- Help out anyone whenever possible (with navigation, signups, etc.), whether it's your teammate or another participant
<br>
- You are required to provide adequete effort to your team
</p>
</div>
2022-06-03 18:51:23 -07:00
<div class="rules-card code-card" id="rules-5">
<p class="rules-title code-title">Be ethical and equal</p>
2022-06-01 14:37:46 -07:00
<p>
- Consider the ramifications of your actions; do not do anything that will reputably harm others or yourself
<br>
- Split up work and treat others equally; Prizes are required to be split equally among the team
</p>
</div>
</div>
</div>
*subject to change
</article>
</div>
<div id="photo-release-container">
<h2>Photo Release Waiver</h2>
<div id=photo-description>
2022-06-09 22:02:33 -07:00
By participating in this hackathon, you hereby grant us permission to use your likeness and project content in photographs, videos, or other digital media in any and all of its publications, including, but not limited to, social media and web-based publications. Any and all photos taken during the hackathon duration will become property of Gilroy Hacks.
<br><br>
Upon agreeing to these terms, you authorize Gilroy Hacks to edit, copy, or distribute these photos for any lawful or advertising purpose. Additionally, you waive the right to royalties or compensation for using these photos.
2022-06-01 14:37:46 -07:00
<br><br>
2022-06-09 22:02:33 -07:00
However, Gilroy Hacks will use these photos for promoting purposes ONLY. We will never share your personal or private information to anyone outside of community outreach.
2022-06-01 14:37:46 -07:00
<br><br>
2022-06-09 22:02:33 -07:00
If you have a disagreement with any of the terms stated above, please contact an event organizer or email <a class="link" target="_blank" href="mailto:tech@gilroyhacks.com" title="Email">tech@gilroyhacks.com</a>
2022-06-01 14:37:46 -07:00
</div>
2022-05-31 17:02:24 -07:00
</div>
2022-05-30 00:43:44 -07:00
</section>
<section id="prizes">
<h2 class="topic">Prizes</h2>
<hr class="line">
2022-05-31 18:02:11 -07:00
<div id="prizes-container">
<article id="second-column">
2022-06-01 00:54:16 -07:00
<div class="podium-description">
2022-06-03 15:38:07 -07:00
<div class="prize-desc" id="second-place">
2022-06-02 16:33:08 -07:00
<img class="prize-laurel" src="img/silver-laurel.png" loading="lazy" alt="silver laurel">
2022-06-02 18:34:59 -07:00
<div class="prize-title">2nd</div>
2022-06-16 00:09:35 -07:00
<div class="prize-content">TBD</div>
2022-06-02 16:33:08 -07:00
</div>
2022-06-01 18:54:41 -07:00
<div class="podium-edge"></div>
2022-06-01 00:54:16 -07:00
<div id="second-podium"></div>
</div>
2022-05-31 18:02:11 -07:00
</article>
<article id="first-column">
2022-06-01 00:54:16 -07:00
<div class="podium-description">
2022-06-03 15:38:07 -07:00
<div class="prize-desc" id="first-place">
2022-06-02 16:33:08 -07:00
<img class="prize-laurel" src="img/gold-laurel.png" loading="lazy" alt="gold laurel">
2022-06-02 18:34:59 -07:00
<div class="prize-title">1st</div>
2022-06-16 00:09:35 -07:00
<div class="prize-content">TBD</div>
2022-06-02 16:33:08 -07:00
</div>
2022-06-01 18:54:41 -07:00
<div class="podium-edge"></div>
<div id="first-podium">
<p class="podium-label" id="podium-label-1">Gilroy</p>
<img id="prize-logo" src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="logo">
<p class="podium-label" id="podium-label-2">Hacks</p>
</div>
2022-06-01 00:54:16 -07:00
</div>
2022-05-31 18:02:11 -07:00
</article>
<article id="third-column">
2022-06-01 00:54:16 -07:00
<div class="podium-description">
2022-06-03 15:38:07 -07:00
<div class="prize-desc" id="third-place">
2022-06-02 16:33:08 -07:00
<img class="prize-laurel" src="img/bronze-laurel.png" loading="lazy" alt="bronze laurel">
2022-06-02 18:34:59 -07:00
<div class="prize-title">3rd</div>
2022-06-16 00:09:35 -07:00
<div class="prize-content">TBD</div>
2022-06-02 16:33:08 -07:00
</div>
2022-06-01 18:54:41 -07:00
<div class="podium-edge"></div>
2022-06-01 00:54:16 -07:00
<div id="third-podium"></div>
</div>
2022-05-31 18:02:11 -07:00
</article>
</div>
2022-05-30 00:43:44 -07:00
</section>
2022-06-01 18:54:41 -07:00
<section id="team">
<h2 class="topic">Hackathon Team</h2>
2022-05-30 00:43:44 -07:00
<hr class="line">
2022-06-01 19:32:00 -07:00
<div id="team-container">
2022-06-03 15:38:07 -07:00
<article id="administration">
2022-06-01 19:32:00 -07:00
<h3 class="team-title">Administration</h3>
<div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div>
<div class="team-description">
2022-06-01 23:56:29 -07:00
<h4 class="person-name">Aadhavan Magesh</h4>
2022-06-09 16:55:46 -07:00
<h5 class="person-subtitle">Administrative Manager</h5>
2022-06-02 11:59:21 -07:00
<h5 class="person-contact"><span class="discord-text">Discord</span>: Skymon<span class="discord-tag">#0438</span><br><a class="link" target="_blank" href="mailto:aadhavan.magesh@gmail.com" title="Email">aadhavan.magesh@gmail.com</a></h5>
2022-06-01 19:32:00 -07:00
</div>
</div>
</article>
2022-06-03 15:38:07 -07:00
<article id="logistics">
2022-06-01 19:32:00 -07:00
<h3 class="team-title">Logistics</h3>
<div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div>
<div class="team-description">
2022-06-02 12:14:36 -07:00
<h4 class="person-name">Isaac Hwang</h4>
<h5 class="person-subtitle">Lead Organizer</h5>
<h5 class="person-contact"><span class="discord-text">Discord</span>: Fesh<span class="discord-tag">#5995</span><br><a class="link" target="_blank" href="mailto:ihwang125@gmail.com" title="Email">ihwang125@gmail.com</a></h5>
2022-06-01 19:32:00 -07:00
</div>
</div>
2022-06-09 22:02:33 -07:00
<div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div>
<div class="team-description">
<h4 class="person-name">Jonathan Tessman</h4>
<h5 class="person-subtitle">Finance Manager</h5>
2022-06-16 16:39:15 -07:00
<h5 class="person-contact"><span class="discord-text">Discord</span>: Alsace<span class="discord-tag">#5031</span></h5>
2022-06-09 22:02:33 -07:00
</div>
</div>
2022-06-01 19:32:00 -07:00
</article>
2022-06-03 15:38:07 -07:00
<article id="outreach">
2022-06-01 19:32:00 -07:00
<h3 class="team-title">Outreach</h3>
2022-06-02 12:14:36 -07:00
<div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div>
<div class="team-description">
<h4 class="person-name">Vijay Kethanaboyina</h4>
<h5 class="person-subtitle">Outreach Manager</h5>
<h5 class="person-contact"><span class="discord-text">Discord</span>: SURPRISE!!<span class="discord-tag">#8662</span><br><a class="link" target="_blank" href="mailto:vijaykethanaboyina@gmail.com" title="Email">vijaykethanaboyina@gmail.com</a></h5>
</div>
</div>
2022-06-01 19:32:00 -07:00
</article>
2022-06-03 15:38:07 -07:00
<article id="tech">
2022-06-01 19:32:00 -07:00
<h3 class="team-title">Tech</h3>
<div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div>
<div class="team-description">
2022-06-01 21:02:59 -07:00
<h4 class="person-name">James Dinh</h4>
<h5 class="person-subtitle">Lead Website Designer</h5>
2022-06-01 23:56:29 -07:00
<h5 class="person-contact"><span class="discord-text">Discord</span>: wellfedbison<span class="discord-tag">#0607</span><br><a class="link" target="_blank" href="mailto:jamesdinh77@protonmail.com" title="Email">jamesdinh77@protonmail.com</a></h5>
2022-06-01 19:32:00 -07:00
</div>
</div>
<div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div>
<div class="team-description">
2022-06-01 23:56:29 -07:00
<h4 class="person-name">Clement Boiteux</h4>
<h5 class="person-subtitle">Tech Support</h5>
2022-06-07 14:46:42 -07:00
<h5 class="person-contact"><span class="discord-text">Discord</span>: Maul<span class="discord-tag">#8742</span><br><a class="link" target="_blank" href="mailto:ezrabridger27@gmail.com" title="Email">ezrabridger27@gmail.com</a></h5>
2022-06-01 19:32:00 -07:00
</div>
</div>
<div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div>
<div class="team-description">
2022-06-06 20:44:54 -07:00
<h4 class="person-name">Mark Shen</h4>
2022-06-01 23:56:29 -07:00
<h5 class="person-subtitle">Tech Support</h5>
2022-06-06 20:44:54 -07:00
<h5 class="person-contact"><span class="discord-text">Discord</span>: No Game No life<span class="discord-tag">#4534</span><br><a class="link" target="_blank" href="mailto:markshen00@gmail.com" title="Email">markshen00@gmail.com</a></h5>
2022-06-01 19:32:00 -07:00
</div>
</div>
2022-06-01 23:56:29 -07:00
</article>
2022-06-03 15:38:07 -07:00
<article id="marketing">
2022-06-01 23:56:29 -07:00
<h3 class="team-title">Marketing</h3>
2022-06-01 19:32:00 -07:00
<div class="team-entry">
<div class="team-picture"><img src="img/Gilroy Hacks Logo [icon-tp-podium].png" loading="lazy" alt="profile picture"></div>
<div class="team-description">
2022-06-01 23:56:29 -07:00
<h4 class="person-name">Bryce Mankovsky</h4>
<h5 class="person-subtitle">Marketing Manager</h5>
<h5 class="person-contact"><span class="discord-text">Discord</span>: bmank52<span class="discord-tag">#1664</span><br><a class="link" target="_blank" href="mailto:brycemankovsky@gmail.com" title="Email">brycemankovsky@gmail.com</a></h5>
2022-06-01 19:32:00 -07:00
</div>
</div>
</article>
</div>
2022-05-30 00:43:44 -07:00
</section>
2022-05-29 16:50:10 -07:00
</main>
2022-05-30 00:43:44 -07:00
<!--Footer-->
<footer>
<ul>
2022-06-16 16:39:15 -07:00
<li><a class="link" onclick="check('02'); save()" target="_blank" href="https://discord.gg/nkTDKMcYbr" title="Discord Invite Link">Discord</a></li>
2022-06-01 00:54:16 -07:00
<li><a class="link" target="_blank" href="mailto:tech@gilroyhacks.com" title="Email">Contact Us</a></li>
2022-06-07 14:46:42 -07:00
<li><a class="link" target="_blank" href="https://forms.gle/jhVFg4hN42k7EMZs7" title="Volunteer Signup Form">Volunteer Signup</a></li>
2022-05-30 00:43:44 -07:00
</ul>
<hr id="footer-line">
© 2022 Gilroy Hacks <br>
All Rights Reserved
</footer>
2022-06-09 22:02:33 -07:00
<!-- JavaScript Refs -->
2022-06-20 02:33:38 -07:00
<script src="js/jquery-3.6.0.min.js"></script>
2022-05-29 16:50:10 -07:00
<script src="js/scroll_nav.js"></script>
2022-06-03 01:42:59 -07:00
<script src="js/scroll_element.js"></script>
2022-06-13 20:53:17 -07:00
<script src="js/timer.js"></script>
2022-06-04 23:43:19 -07:00
<script src="js/data_checkbox.js"></script>
2022-06-06 20:44:54 -07:00
<script src="js/map.js"></script>
2022-05-26 22:09:31 -07:00
</body>
</html>