-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Eastvale-Innovators/erhs_fb…
- Loading branch information
Showing
12 changed files
with
494 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,229 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
|
||
<title>ERHS FBLA - Home</title> | ||
|
||
<!-- Bootstrap CSS CDN --> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" | ||
integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous" /> | ||
|
||
<script async type="module" src="https://embed.styledcalendar.com/assets/parent-window.js"></script> | ||
<!-- Our Custom CSS --> | ||
<link rel="stylesheet" href="style5.css" /> | ||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" /> | ||
|
||
<!-- Font Awesome JS --> | ||
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js" | ||
integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" | ||
crossorigin="anonymous"></script> | ||
<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js" | ||
integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" | ||
crossorigin="anonymous"></script> | ||
<script type="text/javascript"> | ||
/* curator-feed-default-feed-layout */ | ||
(function () { | ||
var i, e, d = document, s = "script"; i = d.createElement("script"); i.async = 1; i.charset = "UTF-8"; | ||
i.src = "https://cdn.curator.io/published/8cf6819e-e46d-47f3-a452-b8db41007976.js"; | ||
e = d.getElementsByTagName(s)[0]; e.parentNode.insertBefore(i, e); | ||
})(); | ||
</script> | ||
</head> | ||
|
||
<body> | ||
<div> | ||
<div class="wrapper"> | ||
<!-- Sidebar Holder --> | ||
<nav id="sidebar" class="active"> | ||
<a href="index.html"> | ||
<div class="sidebar-header"> | ||
<h4>Welcome to</h4> | ||
<h3>ERHS FBLA</h3> | ||
</div> | ||
</a> | ||
|
||
<ul class="list-unstyled components"> | ||
<li> | ||
<a href="index.html">Home</a> | ||
</li> | ||
<li> | ||
<a href="baa.html">BAA</a> | ||
</li> | ||
<li> | ||
<a href="test.html">Test</a> | ||
</li> | ||
<li> | ||
<a href="compevents.html">Competitive Events</a> | ||
</li> | ||
<li> | ||
<a href="#projectsSubmenu" data-toggle="collapse" aria-expanded="false" class="dropdown-toggle">Projects</a> | ||
<ul class="collapse list-unstyled" id="projectsSubmenu"> | ||
<li> | ||
<a href="AmericanEnterprise.html">American Enterprise</a> | ||
</li> | ||
<li> | ||
<a href="csproj.html">Community Service</a> | ||
</li> | ||
<li> | ||
<a href="adoptAChapter.html">Adopt-a-Chapter</a> | ||
</li> | ||
<li> | ||
<a href="businessParts.html">Partnership w/ Businesses</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li> | ||
<a href="CSevents.html">Community Service</a> | ||
</li> | ||
<li> | ||
<a href="https://www.youtube.com/@erhsfbla9334/featured" target="_blank">Youtube</a> | ||
</li> | ||
</ul> | ||
|
||
<ul class="list-unstyled CTAs"> | ||
<li> | ||
<a href="https://eleanor.myschoolcentral.com/(S(tuhjikcao0ft5hhezikyptg4))/Index.aspx#/18/product/394" | ||
class="article btn" target="_blank">Donate</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<!-- Page Content Holder --> | ||
<div id="content" class="p-0"> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light m-4"> | ||
<div class="container-fluid"> | ||
<button id="sidebarCollapse" class="navbar-btn active"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</button> | ||
<h1 style="color: #0a2e7f; align-items: left; padding-left: 1vw; translate: 0 0.5vh;"><a | ||
href="index.html">ERHS FBLA</a></h1> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"></div> | ||
</div> | ||
</nav> | ||
|
||
<div class="border rounded border-0 d-flex flex-column justify-content-center align-items-center m-4 p-4 py-5" | ||
style=" | ||
background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) center / cover, url('assets/img/2024NLC2.JPG') center / cover;height: 80vh; | ||
"> | ||
<div> | ||
<h1 style="color: white; font-size: 4.5vw">Section Projects How-To</h1> | ||
</div> | ||
</div> | ||
|
||
<section class="text-white py-4 py-sm-5"> | ||
<div class="row" style="padding-top: 2%"> | ||
<div | ||
class="col-md-10 col-xl-8 text-center d-flex d-sm-flex d-md-flex justify-content-center align-items-center mx-auto justify-content-md-start align-items-md-center justify-content-xl-center"> | ||
<div> | ||
<h1 class="text-uppercase fw-bold mb-0" style="color: #010064"> | ||
How to Guide for Section Projects | ||
</h1> | ||
<p style="color: #010064; padding-top: 1vh;"> | ||
Follow these steps for a smooth experience with Section Projects: | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<div class="container py-0 py-xl-0"> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<div class="card mb-4"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Step 1: Log into Google Classroom</h5> | ||
<p class="card-text"> | ||
Log into Google Classroom (detailed instructions for all of these steps are found online in the Google Help Docs if you require them). | ||
</p> | ||
</div> | ||
<img src="assets/img/sectionproj1.png" class="card-img-bottom" alt="Step 1"> | ||
</div> | ||
<div class="card mb-4"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Step 2: Find Section Project Resources</h5> | ||
<p class="card-text"> | ||
Enter classroom "ERHS FBLA" and go to "Projects" under the "Classroom" tab. | ||
</p> | ||
</div> | ||
<img src="assets/img/sectionproj2.png" class="card-img-bottom" alt="Step 2"> | ||
</div> | ||
<div class="card mb-4"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Step 2-b: Add classroom "ERHS FBLA" to your Google Classroom</h5> | ||
<p class="card-text"> | ||
Use the code "igzibsw" to add the classroom "ERHS FBLA" to your google classroom account. | ||
</p> | ||
</div> | ||
<img src="assets/img/sectionproj3.png" class="card-img-bottom" alt="Step 2-b"> | ||
</div> | ||
<div class="card mb-4"> | ||
<div class="card-body"> | ||
<h5 class="card-title">Step 4: Success!!!</h5> | ||
<p class="card-text"> | ||
Follow the instructions in the assignments under "Projects". Good luck! | ||
</p> | ||
</div> | ||
<img src="assets/img/sectionproj4.png" class="card-img-bottom" alt="Step 4"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- jQuery CDN - Slim version (=without AJAX) --> | ||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" | ||
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" | ||
crossorigin="anonymous"></script> | ||
<!-- Popper.JS --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" | ||
integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" | ||
crossorigin="anonymous"></script> | ||
<!-- Bootstrap JS --> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" | ||
integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" | ||
crossorigin="anonymous"></script> | ||
|
||
<script type="text/javascript"> | ||
function ani() { | ||
document.getElementById('donate').className = 'animate__animated animate_backInUp'; | ||
} | ||
$(document).ready(function () { | ||
$("#sidebarCollapse").on("click", function () { | ||
$("#sidebar").toggleClass("active"); | ||
$(this).toggleClass("active"); | ||
}); | ||
}); | ||
</script> | ||
<footer class="text-center rounded" style="background: #0a2e7f;"> | ||
<div class="container text-muted py-2 py-lg-5" style="padding-bottom: 55px !important"> | ||
<ul class="list-inline"> | ||
<li class="list-inline-item me-4"><span style="color: rgb(255, 255, 255);">Service</span></li> | ||
<li class="list-inline-item me-4"><span style="color: rgb(255, 255, 255);">Education</span></li> | ||
<li class="list-inline-item"><span style="color: rgb(255, 255, 255);">Progress</span></li> | ||
</ul> | ||
<ul class="list-inline"> | ||
<li class="list-inline-item"><a href="https://www.instagram.com/mustangsfbla/"><svg | ||
xmlns="http://www.w3.org/2000/svg" width="22em" height="2em" fill="currentColor" viewBox="0 0 16 16" | ||
class="bi bi-instagram" style="color: white;"> | ||
<path | ||
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"> | ||
</path> | ||
</svg></a></li> | ||
</ul> | ||
<p class="mb-0"><span style="color: rgb(255, 255, 255);">ERHS FBLA</span></p> | ||
<p class="mb-0" style="padding-top: 10px;"><span style="color: #0a2e7f;">Ethan Tran | Praneet Dumpa | | ||
Nataniel Jayaseelan</span></p> | ||
</div> | ||
</footer> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.