Skip to content

Commit

Permalink
Evergreen Website!
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasangelss committed Mar 29, 2024
1 parent 32ea11f commit 89c7873
Show file tree
Hide file tree
Showing 15 changed files with 603 additions and 0 deletions.
Binary file added images/alpine-card.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blossom-card.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blot-float.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/evergreen-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon.ico
Binary file not shown.
Binary file added images/halo-card.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/harvest-card.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/horizon-card.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lonestar-card.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/onboard-float.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/programmer-card.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/spark-card.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/village-float.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
249 changes: 249 additions & 0 deletions index.html
@@ -0,0 +1,249 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title> Evergreen: Seattle Day of Service </title>
<meta name="description" content="A website to provide students/families with information about the Evergreen Day of Service in Seattle, Washington.">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css">
<script src="https://kit.fontawesome.com/75a8e683b5.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-custom navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active"><a class="nav-link" href="#dayofservice">What is a Day of Service?</a></li>
<li class="nav-item"><a class="nav-link" href="#tracks">Tracks</a></li>
<li class="nav-item"><a class="nav-link" href="#faq">FAQ</a></li>
<li class="nav-item"><a class="nav-link" href="#events">Previous Events</a></li>
<li class="nav-item"><a class="nav-link" href="#register">Register</a></li>
</ul>
</div>
</nav>
<main>
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<div class="logo">
<img class="img-fluid" src="images/evergreen-logo.png" width="500" height="380" alt="The Evergreen logo.">
</div>
<h5>May 3rd, 2024 | Seattle, WA</h5>
</div>
</div>
<div class="row">
<div id="dayofservice"></div>
<div class="col-sm-12">
<div class="headers-dos">
<h5>What is a Day of Service?</h5>
</div>
<p>Days of Service is Hack Club's initiative to support girls learning to code.</p>
<p>Working with local youth organizations, high school Hack Club leaders run one-day coding events (a day of service) that help girls and gender minorities write their first lines of code. They might build their first ever website, video game, application, and even code a robot arm to draw!</p>
<p>Built for beginners learning to code, girls are supported by experienced Hack Clubbers. By the end of the day, every single participant builds something with code. In 2023, Hack Club girls ran Days of Service in 6 cities, and in 2024 they'll increase events to more than 10 cities.</p>
</div>
</div>
<div class="row">
<div id="tracks"></div>
<div class="col-sm-12">
<div class="headers-tracks">
<h5>Tracks</h5>
</div>
<p><b>A track is a series of workshops for a specific coding subject that you will learn about during the hackathon!</b></p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="headers-two">
<div class="floats">
<img class="img-fluid" src="images/blot-float.png" width="80" height="150" alt="The floating image for the Blot track.">
</div>
<h5>Computer Generated Art w/ Blot</h5>
<p>In this workshop, participants will learn to create computer-generated art by drawing assorted shapes from our guides. They'll use <a href="https://blot.hackclub.dev/"><b>Blot</b></a>, a robotic arm created by Hack Club that translates code to creation. With this track, attendees will learn JavaScript and digitial fabrication. After students complete this track, they'll be shipped their own robot arm to draw out their creation!</p>
</div>
</div>
<div class="col-sm-12">
<div class="headers-two">
<div class="floats">
<img class="img-fluid" src="images/onboard-float.png" width="80" height="150" alt="The floating image for the OnBoard track.">
</div>
<h5>Circuit Board Design w/ OnBoard</h5>
<p>In this workshop, participants will learn the fundamentals of circuit board design with Hack Club's <a href="https://hackclub.com/onboard/"><b>OnBoard program</b></a>. They'll use <a href="https://easyeda.com/"><b>EasyEDA</b></a>, a circuit design software, to complete this. Attendees will learn to use that software as well as the basics of PCB design. After students complete this track, they'll be shipped their PCB to have a physical copy of their creation!</p>
</div>
</div>
<div class="col-sm-12">
<div class="headers-two">
<div class="floats">
<img class="img-fluid" src="images/village-float.png" width="80" height="150" alt="The floating image for the 3D Village track.">
</div>
<h5>Build a 3D Village w/ Spline</h5>
<p>In this workshop, participants learn the fundamentals of 3D modeling by building their own 3D village. They'll use <a href="https://spline.design/"><b>Spline</b></a>, a web-based 3D design tool, to accomplish this. Spline allows them to add interactivity and customize their design. With this track, attendees will learn the basics of working in 3D, which they can then use for websites, games, animation, and even 3D printing!</p>
</div>
</div>
</div>
<div class="row">
<div id="faq"></div>
<div class="col-sm-12">
<div class="headers-faq">
<h5>FAQS</h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="faq">
<h5><b>How much does attendance cost?</b></h5>
<p>Attendance is free thanks to Hack Club's support!</p>
</div>
</div>
<div class="col-sm-4">
<div class="faq">
<h5><b>What is Evergreen?</b></h5>
<p>Evergreen is a Days of Service event that aims to teach teens how to code and build their own project.</p>
</div>
</div>
<div class="col-sm-4">
<div class="faq">
<h5><b>What if I've never coded before?</b></h5>
<p>That's perfectly okay! We will have workshops to teach you!</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="faq">
<h5><b>What should I bring?</b></h5>
<p>You should bring a laptop. We also have Chromebooks available if you don't have a laptop.</p>
</div>
</div>
<div class="col-sm-4">
<div class="faq">
<h5><b>Will I need a team?</b></h5>
<p>You can work by yourself or in a team! The goal is to create something that you're proud of.</p>
</div>
</div>
<div class="col-sm-4">
<div class="faq">
<h5><b>Where does Evergreen take place?</b></h5>
<p>Evergreen will take place at the Amazon HQ in Seattle.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="faq-space">
<h5><b>What if I am not from the Renton School District?</b></h5>
<p>That's totally okay! Any high schooler can attend.</p>
</div>
</div>
<div class="col-sm-6">
<div class="faq-space">
<h5><b>My parents or I have another question.</b></h5>
<p>No worries! Contact <a href="mailto:nila@hackclub.com"><b>nila@hackclub.com</b></a> with any questions you may have.</p>
</div>
</div>
</div>
<div class="row">
<div id="events"></div>
<div class="col-sm-12">
<div class="headers-prev">
<h5>Previous Events</h5>
</div>
<div id="carousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-sm-3">
<div class="events-decor">
<img src="images/horizon-card.png" width="222" height="250" alt="A photo from the Horizon Day of Service.">
<p>3/25/23 - Horizon (New York City, NY)</p>
</div>
</div>
<div class="col-sm-3">
<div class="events-decor">
<img src="images/alpine-card.jpg" width="222" height="250" alt="A photo from the Alpine Day of Service.">
<p>7/15/23 - Alpine (Salt Lake City, UT)</p>
</div>
</div>
<div class="col-sm-3">
<div class="events-decor">
<img src="images/spark-card.jpg" width="222" height="250" alt="A photo from the Spark Day of Service.jpg">
<p>8/12/23 - Spark (San Francisco, CA)</p>
</div>
</div>
<div class="col-sm-3">
<div class="events-decor">
<img src="images/lonestar-card.jpg" width="222" height="250" alt="A photo from the Lonestar Day of Service.">
<p>9/16/23 - Lonestar (San Antonio, TX)</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-sm-3">
<div class="events-decor">
<img src="images/harvest-card.jpg" width="222" height="250" alt="A photo from the Harvest Day of Service.">
<p>10/28/23 - Harvest (Burlington, VT)</p>
</div>
</div>
<div class="col-sm-3">
<div class="events-decor">
<img src="images/halo-card.jpg" width="222" height="250" alt="A photo from the Halo Day of Service.">
<p>11/4/23 - Halo (Los Angeles, CA)</p>
</div>
</div>
<div class="col-sm-3">
<div class="events-decor">
<img src="images/programmer-card.jpg" width="222" height="250" alt="A photo from the Think Like a Programmer Day of Service.">
<p>2/22/24 - Think Like a Programmer (Boston, MA)</p>
</div>
</div>
<div class="col-sm-3">
<div class="events-decor">
<img src="images/blossom-card.jpg" width="222" height="250" alt="A photo from the Blossom Day of Service.">
<p>3/16/24 - Blossom (Atlanta, GA)</p>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="row">
<div id="register"></div>
<div class="col-sm-12">
<div class="register-button">
<a href=" https://airtable.com/appfHMGuDHsmGjzcW/pagzQFuMGIOIhO5Jh/form"><h1><b>REGISTER HERE</b></h1></a>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="hc">
<h4>Made with <i class="fa fa-heart-o" aria-hidden="true"></i> by Hack Club</h4>
</div>
<div class="socials"><br>
<h3><li><a href="https://www.instagram.com/starthackclub" target="_blank"><i class="fa-brands fa-instagram"></i></a></li><li><a href="https://daysofservice.hackclub.com/" target="_blank"><i class="fas fa-globe"></i></li></h3>
</div>
</footer>
<!--jQuery, Popper, and Bootstrap Javascript files-->
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

0 comments on commit 89c7873

Please sign in to comment.