- ID de l'analyse :
- 488018e3-08a2-49b8-a889-035868644eb9Terminée
- URL soumise :
- https://brightonrobotics.com/
- Fin du rapport :
Liens : 2 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://calendar.google.com/calendar/u/2?cid=YnJpZ2h0b25yb2JvdGljc2NsdWJAZ21haWwuY29t | Here is a link to our Google calendar |
https://www.instagram.com/brighton.robotics.24703/ |
Variables JavaScript : 7 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
0 | object |
1 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
page | string |
elmt | object |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<title>BHS - Robotics Club</title>
</head>
<body>
<div class="wrapper">
<script page="home" src="header.js"></script>
<header id="mainHead">
<a href="/index.html">
<img src="img/brighton-robotics-logo.png" alt="BHS Robotics Club">
</a>
<nav class="head-nav">
<ul>
<li><a id="home" href="/index.html" class=" active">Home</a></li>
<li><a id="shop" href="/shop.html">Shop</a></li>
<li><a id="gallery" href="/gallery.html">Gallery</a></li>
<li><a id="meet-us" href="/meet-us.html">Meet us</a></li>
<li><a id="contact-us" href="/contact-us.html">Contact us</a></li>
</ul>
</nav>
</header>
<!--JOIN US MESSAGE-->
<div id="join_message">
<a href="/join.html">
<h1>
Looking to join the team? <span class="link">Click Here</span>
</h1>
</a>
</div>
<div class="banner">
<img src="img/banner-brighton-robotics-park-city.jpg" alt="Brighton Robotics - Park City Qualifier">
</div>
<div class="sponsors">
<div class="sponsor">
<img src="img/sponsor.jpg" alt="Sponsor">
<h3>Sponsor Name</h3>
</div>
<div class="sponsor">
<a href="/contact-us.html">
<img src="img/sponsor-us-plus.png" alt="Sponsor us">
<h3>Sponsor us</h3>
</a>
</div>
</div>
<div id="location" class="homepage">
<div>
<h2>Where we're located:</h2>
<p>
We are located at Brighton high school, 2220 E. Bengal Blvd, Cottonwood Heights, UT.
</p>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2546.914600425141!2d-111.82940804777634!3d40.61203834172837!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x875262e9ed9f3d6f%3A0x144026f52919e559!2sBrighton%20High%20School!5e0!3m2!1sen!2sus!4v1708139165183!5m2!1sen!2sus" width="450" height="350" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div id="when" class="homepage">
<iframe src="https://calendar.google.com/calendar/embed?src=brightonroboticsclub%40gmail.com&ctz=America%2FDenver" width="450" height="350" style="border:0;" frameborder="0" scrolling="no"></iframe>
<div>
<h2>When we meet</h2>
<p>
We meet after school until 4.00pm on Mondays, Wednesdays, and Thursdays.
</p>
<a style="margin-left: 25px" href="https://calendar.google.com/calendar/u/2?cid=YnJpZ2h0b25yb2JvdGljc2NsdWJAZ21haWwuY29t" target="_blank">Here is a link to our Google calendar</a>
</div>
</div>
<div id="where" class="homepage">
<div>
<h2>Where we meet</h2>
<p>
We meet in Mrs. Spencerwise's room in the 1400 pod for a quick meeting.
We then go down to the Mr. Rainey's room in the basement, which is where we spend most of our time.
</p>
</div>
<img src="/img/InkedInkedbrigtomhighschoolmap_LI.jpg" alt="School map">
</div>
<!--
<div id="teachers" class="homepage">
<h2>our teachers</h2>
</div>
-->
</div>
<script src="footer.js"></script>
<footer id="footer">
<div class="footer-logo">
<a href="/">
<img src="img/brighton-robotics-logo.png" alt="BHS Robotics Club">
</a>
</div>
<nav class="footer-nav">
<ul>
<li><a class="active" href="/">Home</a>
<a href="/gallery.html">Gallery</a>
<a href="/meet-us.html">Meet us</a>
<a href="/contact-us.html">Contact us</a></li>
</ul>
</nav>
<a href="https://www.instagram.com/brighton.robotics.24703/">Instagram</a>
<div class="creators">
<h4> Made By Cohen Romney and Dorian Jack</h4>
</div>
<div class="message">
<p>
This website is a WORK IN PROGRESS! If you have suggestions, feel free to <a href="/contact-us.html">Contact us :)</a>
</p>
</div>
</footer>
</body></html>