- 제출된 URL:
- https://brightonrobotics.com/
- 보고서 완료:
링크 · 2개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://calendar.google.com/calendar/u/2?cid=YnJpZ2h0b25yb2JvdGljc2NsdWJAZ21haWwuY29t | Here is a link to our Google calendar |
https://www.instagram.com/brighton.robotics.24703/ |
JavaScript 변수 · 7개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
0 | object |
1 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
page | string |
elmt | object |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
HTML
페이지의 원시 HTML 본문
<!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>