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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
147 changes: 147 additions & 0 deletions src/chapters/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1XGEJKQ6T2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-1XGEJKQ6T2');
</script>
<title>Chapters | Hawkbot1cs</title>
<base href="../">
<link rel="icon" type="image/x-icon" href="images/Hawkbotics_clear.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<div id="page-wrapper">

<!-- Header -->
<header id="header">
<div id="nav-placeholder"></div>
</header>

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
// Wait for the DOM *and* the snippet
$(function () {
$("#nav-placeholder").load("components/nav.html", function () {
// Activate dropdowns now that #nav exists
$('#nav > ul').dropotron({ alignment: 'center', hideDelay: 300 });

// Dynamically pull in main.js only after navbar is present
$.getScript("assets/js/main.js");
});
});
</script>

<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2>Chapters</h2>
<p>What are we doing outside of the team?</p>
</header>
<div class="row gtr-150">
<div class="col-8 col-12-medium">

<!-- Content -->
<section id="content">
<a class="image fit"><img src="assets/images/25staterobot.jpg" alt="" /></a>
<h3>High School Chapters</h3>
<p>So far, Hawkbot1cs is involved in three high school chapters at Mountainside High School, Southridge High School, and Internatonal School of Beaverton.</p>
<h4>Mountainside High School</h4>
<p>At Mountainside High School, Hawkbot1cs is supporting an electrical engineering club known as "High Voltage Society". It aims to foster interest in electrical engineering and provide students with hands-on experience in the field using a variety of tools and technologies.</p>
<ul class="actions stacked">
<li><a href="chapters/mhshvs" class="button">Learn More About HVS</a></li>
</ul>
<h3>Middle School Chapters</h3>
<p>In vestibulum massa quis arcu lobortis tempus. Nam pretium arcu in odio vulputate luctus. Suspendisse euismod lorem eget lacinia fringilla. Sed sed felis justo. Nunc sodales elit in laoreet aliquam. Nam gravida, nisl sit amet iaculis porttitor, risus nisi rutrum metus.</p>
<ul>
<li>Faucibus orci lobortis ac adipiscing integer.</li>
<li>Col accumsan arcu mi aliquet placerat.</li>
<li>Lobortis vestibulum ut magna tempor massa nascetur.</li>
<li>Blandit massa non blandit tempor interdum.</li>
<li>Lacinia mattis arcu nascetur lobortis.</li>
</ul>
</section>

</div>
<div class="col-4 col-12-medium">

<!-- Sidebar -->
<section id="sidebar">
<section>
<div id="sidebar1-placeholder"></div>

<script>
$("#sidebar1-placeholder").load("Templates/sidebarcontent.html", function() {
$().dropotron({
alignment: 'center',
hideDelay: 300
});
});
</script>
</section>
<hr />
<section>
<div id="sidebar2-placeholder"></div>

<script>
$("#sidebar2-placeholder").load("Templates/sidebarcontent.html", function() {
$().dropotron({
alignment: 'center',
hideDelay: 300
});
});
</script>
</section>
</section>

</div>
</div>
</div>
</div>

<!-- Footer -->
<div id="footer-placeholder"></div>

<script>
$("#footer-placeholder").load("components/footer.html", function() {
$('#footer > ul').dropotron({
alignment: 'center',
hideDelay: 300
});
});
</script>

</div>

<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script>
window.si = window.si || function () { (window.siq = window.siq || []).push(arguments); };
</script>
<script defer src="/_vercel/speed-insights/script.js"></script>
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</body>
</html>
148 changes: 148 additions & 0 deletions src/chapters/mhshvs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1XGEJKQ6T2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-1XGEJKQ6T2');
</script>
<title>High Voltage Society @ MHS | Hawkbot1cs</title>
<base href="../../">
<link rel="icon" type="image/x-icon" href="images/Hawkbotics_clear.png">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<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=Tomorrow:wght@400;700&display=swap" rel="stylesheet">
</head>
<body class="is-preload">
<div id="page-wrapper">

<!-- Header -->
<header id="header">
<div id="nav-placeholder"></div>
</header>

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
// Wait for the DOM *and* the snippet
$(function () {
$("#nav-placeholder").load("components/nav.html", function () {
// Activate dropdowns now that #nav exists
$('#nav > ul').dropotron({ alignment: 'center', hideDelay: 300 });

// Dynamically pull in main.js only after navbar is present
$.getScript("assets/js/main.js");
});
});
</script>

<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<header class="major">
<h2><span style="font-family: 'Tomorrow', sans-serif; font-weight: 700; color: #ff00ff; font-size: 1.5em;">High Voltage Society</span><br>@ Mountainside High School</h2>
<p>Our electrical engineering club at Mountainside High School.</p>
</header>
<div class="row gtr-150">
<div class="col-8 col-12-medium">

<!-- Content -->
<section id="content">
<a class="image fit"><img src="assets/images/chapters/hvs/hvsmhsclubfair.jpg" alt="" /></a>
<h3>What is High Voltage Society?</h3>
<p>High Voltage Society is a brand new club at Mountainside High School that aims to foster interest in electrical engineering and provide students with hands-on experience in the field using a variety of tools and technologies. Some of the tools and technologies they will be using include:</p>
<ul>
<li>Arduino</li>
<li>ESP32</li>
<li>Microcontrollers</li>
<li>Sensors</li>
<li>Electronics</li>
<li>Programming</li>
</ul>
<h3>Hawkbot1cs Involvement</h3>
<p>High Voltage Society is an extension of Hawkbot1cs, and is run by a few of our members who are passionate about electrical engineering. We provide HVS with funding, resources, and support as needed.</p>
<h3>Join HVS!</h3>
<p>If you go to Mountainside High School and are interested in joining High Voltage Society, look for our flier next to the front office and send an email to one of the email addresses listed on the flier.</p>
</section>

</div>
<div class="col-4 col-12-medium">

<!-- Sidebar -->
<section id="sidebar">
<section>
<div id="sidebar1-placeholder"></div>

<script>
$("#sidebar1-placeholder").load("Templates/sidebarcontent.html", function() {
$().dropotron({
alignment: 'center',
hideDelay: 300
});
});
</script>
</section>
<hr />
<section>
<div id="sidebar2-placeholder"></div>

<script>
$("#sidebar2-placeholder").load("Templates/sidebarcontent.html", function() {
$().dropotron({
alignment: 'center',
hideDelay: 300
});
});
</script>
</section>
</section>

</div>
</div>
</div>
</div>

<!-- Footer -->
<div id="footer-placeholder"></div>

<script>
$("#footer-placeholder").load("components/footer.html", function() {
$('#footer > ul').dropotron({
alignment: 'center',
hideDelay: 300
});
});
</script>

</div>

<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script>
window.si = window.si || function () { (window.siq = window.siq || []).push(arguments); };
</script>
<script defer src="/_vercel/speed-insights/script.js"></script>
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</body>
</html>
6 changes: 6 additions & 0 deletions src/components/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ <h1 id="logo"><span class="hawkbot1cslogo"><a href=""><img src="assets/images/Ha
<li>
<a href="outreach">Outreach</a>
</li>
<li>
<a href="chapters">Chapters</a>
<ul>
<li><a href="chapters/mhshvs">High Voltage Society @ MHS</a></li>
</ul>
</li>
<li>
<a href="nonprofit">Nonprofit</a>
<ul>
Expand Down