-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
58 lines (51 loc) · 2.67 KB
/
news.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>News</title>
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon">
<link id="theme-style" rel="stylesheet" href="style.css">
</head>
<body>
<div class="banner-news">
<ul>
<li class="right"> </li>
<li class="right"><a href="media.html">Media</a></li>
<li class="right"><a href="archives.html">Archives</a></li>
<li class="right"><a href="tos.html">Terms of Service</a></li>
<li class="right"><a href="meet-the-developers.html">Meet the Developers</a></li>
<li class="right"><a href="help.html">Help</a></li>
<li class="right"><a href="changelog.html">Changelog</a></li>
<li class="right"><a href="news.html" class="active">Newsletter</a></li>
<li class="right"><a href="index.html">Start</a></li>
<li class="left"><a href="index.html" style="font-size: 22px;"><img src="img/favicon.png" class="logo" alt=""> Classboard</a></li>
<li class="left"><button id="theme-toggle-button">Dark Mode</button></li>
</ul>
<br><br><br><br><h1 style="font-size: 81px; font-weight: 1000; margin-bottom: -10px;">Newsletter</h1>
</div>
<br>
<div class="container">
<a href="index.html"><button class="nav-button">Home 🏡</button></a>
</div>
<br><br>
<h1 class="header">Daily Weather</h1>
<p>Brought to you by Hinkley Edwards</p>
<center>
<a class="weatherwidget-io" href="https://forecast7.com/en/33d45n86d79/vestavia-hills/?unit=us" data-label_1="VESTAVIA HILLS" data-label_2="WEATHER" data-font="Roboto" data-icons="Climacons Animated" data-theme="weather_one" style="width: 1200px; border-radius: 15px;">VESTAVIA HILLS WEATHER</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>
</center>
<br>
<h1 class="header">News</h1>
<p style="line-height: 35px;">Welcome to the new Classboard! Mainly developed and maintained by Charlie and SyntaxError52. <br> Scripted with HTML, CSS, and JavaScript so we can bring YOU a better experience!</p><br>
<h1 class="header">This Week In Class</h1>
<p>Nothing here!</p><br>
<h1 class="header">Events</h1>
<p>End of School!!</p>
<br><br><br>
<p class="copyright">© 2024 Classboard Industries. All rights reserved.</p>
<script src="theme-switcher.js"></script>
</body>
</html>