-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
701 additions
and
14 deletions.
There are no files selected for viewing
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,234 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"> | ||
|
||
<title>Blog - MIT Arcturus</title> | ||
<meta content="" name="description"> | ||
<meta content="" name="keywords"> | ||
|
||
<!-- Favicons --> | ||
<link href="../../Pictures/favicon.png" rel="icon"> | ||
<link href="../../Pictures/favicon.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Vendor CSS Files --> | ||
<link href="../../assets/vendor/animate.css/animate.min.css" rel="stylesheet"> | ||
<link href="../../assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../../assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | ||
<link href="../../assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="../../assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | ||
<link href="../../assets/vendor/remixicon/remixicon.css" rel="stylesheet"> | ||
<link href="../../assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="../../assets/css/style.css" rel="stylesheet"> | ||
|
||
<!-- ======================================================= | ||
* Template Name: Sailor - v4.7.0 | ||
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/ | ||
* Author: BootstrapMade.com | ||
* License: https://bootstrapmade.com/license/ | ||
======================================================== --> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- Notification bar --> | ||
<section id="notif-bar" class="d-flex align-items-center justify-content-center"> | ||
<p id="notif-text"> | ||
If you would like to support Arcturus and make a charitable donation, <a href="https://giving.mit.edu/form?fundId=2530184&source=WBMPP"><u>click here</u></a>! | ||
</p> | ||
</section> | ||
|
||
<!-- ======= Header ======= --> | ||
<header id="header" class="sticky-top d-flex align-items-center"> | ||
<div class="container d-flex align-items-center"> | ||
|
||
<!-- <h1 class="logo me-auto"><a href="index.html">Arcturus</a></h1> --> | ||
<!-- Uncomment below if you prefer to use an image logo --> | ||
<a href="../../index.html" class="logo me-auto"><img src="../Pictures/arcturus-logo-crp.png" alt="" class="img-fluid"></a> | ||
|
||
<nav id="navbar" class="navbar"> | ||
<ul> | ||
<li><a href="../../index.html">Home</a></li> | ||
<!-- <li><a href="about.html">About Us</a></li> --> | ||
<li><a href="../../team.html" class="active">Team Members</a></li> | ||
<!-- <li class="dropdown"><a href="Blogs/blog-homepage.html"><span>Blogs</span> <i class="bi bi-chevron-down"></i></a> | ||
<ul> | ||
<li><a href="Blogs/blog-homepage.html">Team-Wide Blogs</a></li> | ||
<li><a href="Blogs/blog-fish-n-ships.html">Fish 'N Ships</a></li> | ||
<li><a href="blog-ship-happens.html">Ship Happens</a></li> | ||
<li><a href="Blogs/blog-submarine.html">Submarine</a></li> | ||
<li><a href="Blogs/blog-outreach.html">Outreach</a></li> | ||
</ul> | ||
</li> --> | ||
<li class="dropdown"><a href=""><span>Technical Work</span> <i class="bi bi-chevron-down"></i></a> | ||
<ul> | ||
<li><a href="../blog-autonomy.html">Autonomy</a></li> | ||
<li><a href="../blog-mechE.html">Mechanical</a></li> | ||
<li><a href="../blog-EE.html">Electrical</a></li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"><a href="#"><span>Past Seasons</span> <i class="bi bi-chevron-down"></i></a> | ||
<ul> | ||
<li><a href="../year-22.html">2021-2022</a></li> | ||
<li><a href="../year-23.html">2022-2023</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="../blog-outreach.html">Outreach</a></li> | ||
<li><a href="../../contact.html">Sponsors</a></li> | ||
|
||
</ul> | ||
<i class="bi bi-list mobile-nav-toggle"></i> | ||
</nav><!-- .navbar --> | ||
|
||
</div> | ||
</header><!-- End Header --> | ||
|
||
<main id="main"> | ||
|
||
<!-- ======= Breadcrumbs ======= --> | ||
<section id="breadcrumbs" class="breadcrumbs"> | ||
<div class="container"> | ||
|
||
<div class="d-flex justify-content-between align-items-center"> | ||
<h2>Outreach</h2> | ||
<ol> | ||
<li><a href="../../index.html">Home</a></li> | ||
<li><a href="../blog-outreach.html">Outreach</a></li> | ||
<li><a href="">Aluminum Cobblers</a></li> | ||
</ol> | ||
</div> | ||
|
||
</div> | ||
</section><!-- End Breadcrumbs --> | ||
|
||
<!-- ======= Blog Section ======= --> | ||
<section id="blog" class="blog"> | ||
<!-- <figure class="text-center pb-3"> | ||
<h1 class="title"> | ||
Discover Ocean Engineering | ||
</h1> | ||
<div id="carouselExampleFade" class="carousel slide carousel-fade"> | ||
<div class="carousel-inner"> | ||
<div class="carousel-item active"> | ||
<img src="../../Pictures/fishnships_pool.jpg" class="d-block w-100" alt="..."> | ||
</div> | ||
<div class="carousel-item"> | ||
<img src="../../Pictures/fishnships_splash.jpg" class="d-block w-100" alt="..."> | ||
</div> | ||
<div class="carousel-item"> | ||
<img src="../../Pictures/fishnships1.jpg" class="d-block w-100" alt="..."> | ||
</div> | ||
<div class="carousel-item"> | ||
<img src="../../Pictures/fishnships2.jpg" class="d-block w-100" alt="..."> | ||
</div> | ||
<div class="carousel-item"> | ||
<img src="../../Pictures/testing_fall2024.jpg" class="d-block w-100" alt="..."> | ||
</div> | ||
</div> | ||
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="prev"> | ||
<span class="carousel-control-prev-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Previous</span> | ||
</button> | ||
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleFade" data-bs-slide="next"> | ||
<span class="carousel-control-next-icon" aria-hidden="true"></span> | ||
<span class="visually-hidden">Next</span> | ||
</button> | ||
</div> </figure> --> | ||
<h2 class="entry-title"> | ||
<a>FIRST Robotics Team, the Aluminum Cobblers, visits the MIT Sea Grant!</a> | ||
</h2> | ||
|
||
<div class="entry-meta"> | ||
<ul class="d-block"> | ||
<li class="d-block align-items-center"> | ||
<a><i class="bi bi-clock" style="color: #c1c8d0"></i>November 6, 2022</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="entry-content"> | ||
<p>The Aluminum Cobblers, a FIRST Tech Challenge team from Natick High School, reached out to us after meeting us at the Cambridge Science Festival. We offered them a tour of MIT Sea Grant, giving them the opportunity to see some of the awesome research projects we’re working on including Flippy (the autonomous oyster bag flipper), Zippy (the zipline-mounted coastal monitoring robot), the underwater high speed camera rig (capturing footage of fish at 20,000 frames per second), and the SeaPerch II program (which teaches K-12 and first year college students how to build and program remotely operated underwater vehicles). We also got to give them some tips on how to effectively run a team of different levels, overcome obstacles, and work with the 3 other robotics teams they share a space with. We also closed out with a design review of their modules on their robot. So many of us had also done FTC or FRC robotics in high school, so this was an awesome blast from the past for us. We really enjoyed sharing what we’ve learned about building robots (and robotics teams!) with them!</p> | ||
<div class="row justify-content-center align-items-center pb-3"> | ||
<div class="col-12 col-sm-6 align-items-center justify-content-center d-flex"> | ||
<img src="../../Pictures/Blogs/outreach-11-6-22-pic1.jpg" alt="" class="img-fluid"> | ||
</div> | ||
<div class="col-12 col-sm-6 align-items-center justify-content-center d-flex"> | ||
<img src="../../Pictures/Blogs/outreach-11-6-22-pic2.jpg" alt="" class="img-fluid"> | ||
</div> | ||
<div class="col-12 col-sm-6 align-items-center justify-content-center d-flex"> | ||
<img src="../../Pictures/Blogs/outreach-11-6-22-pic3.jpg" alt="" class="img-fluid"> | ||
</div> | ||
<div class="col-12 col-sm-6"> | ||
</div> | ||
</div> | ||
</div> | ||
</main><!-- End #main --> | ||
|
||
<!-- ======= Footer ======= --> | ||
<footer id="footer"> | ||
<div class="footer-top"> | ||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="col-lg-3 col-md-6"> | ||
<div class="footer-info"> | ||
<h3>Arcturus</h3> | ||
<p> | ||
<strong>Email:</strong> [email protected]<br> | ||
</p> | ||
<div class="social-links mt-3"> | ||
<a href="https://www.instagram.com/mit.arcturus/" class="instagram"><i class="bx bxl-instagram"></i></a> | ||
<a href="https://www.tiktok.com/@mitarcturus" class="tiktok"><i class="bx bxl-tiktok"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-2 col-md-6 footer-links"> | ||
<h4>Useful Links</h4> | ||
<ul> | ||
<li><a href="../index.html">Home</a></li> | ||
<li><a href="../about.html">About us</a></li> | ||
<li><a href="../team.html">Team Members</a></li> | ||
<li><a href="../contact.html">Sponsors</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="col-lg-3 col-md-6 footer-links"> | ||
<h4>Competitions</h4> | ||
<ul> | ||
<li><a href="https://robonation.org/">RoboNation</a></li> | ||
<li><a href="https://roboboat.org/">RoboBoat</a></li> | ||
<li><a href="https://www.njordchallenge.com/">The Njord Challenge</a></li> | ||
<!-- <li><i class="bx bx-chevron-right"></i> <a href="https://robosub.org/">RoboSub</a></li> --> | ||
</ul> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
</footer><!-- End Footer --> | ||
|
||
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> | ||
|
||
<!-- Vendor JS Files --> | ||
<script src="../assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="../assets/vendor/glightbox/js/glightbox.min.js"></script> | ||
<script src="../assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="../assets/vendor/swiper/swiper-bundle.min.js"></script> | ||
<script src="../assets/vendor/waypoints/noframework.waypoints.js"></script> | ||
<script src="../assets/vendor/php-email-form/validate.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="../assets/js/main.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.