-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathannouncements.html
More file actions
52 lines (49 loc) · 1.97 KB
/
announcements.html
File metadata and controls
52 lines (49 loc) · 1.97 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Announcements</title>
<link rel="shortcut icon" type="image/png" href="lpms.png"/>
<link rel="stylesheet" href="styles2.css">
</head>
<body>
<div class="container">
<h1>Announcements</h1>
<button class="button" onclick="window.location.href='index.html'">Go Back</button>
<p>
<hr>
<h3>
<strong>Contact Information</strong>
</h3>
Hi! This is the announcements page!
If you want me to add anything, please email me ASAP and will email you back if I can do it! <br><br> Email: <a href="https://mail.google.com/mail/u/0/#inbox?compose=DmwnWrRnZMxWdrfbNJqVVnThhcbPtPNGtLgTVJnNKQwbFWXbSmswZFBXFnWHXzLqvmXTSmtMSBnb">195726@mcpsmd.net</a> <br>
<br>Also, if you catch any error in my code, you can report it to me, and get 2 free mints.
<hr>
</p>
<h3>
<strong>Update Notes</strong>
</h3>
<p>
<strong>1.0.1</strong><br>
• Created software <br>
• Added time components and schedule <br>
• Created Announcements page <br>
• Synced JSON code with HTML <br>
• Added auto refresh <br>
• Added half day and no school schedule <br>
• Synced transition times to make sure time until period ends matches <br>
• Made it so that it directs user to correct page using thing.js <br>
• Updated background properties <br>
• Added tab title countdown <br>
• Made date and time better <br>
• Added two hour delay schedule <br>
• Added website favicon <br>
• Created parceData code to parce data.xlsx code to days.json <br><br>
<strong>1.0.2</strong><br>
• Created next 7 days object matrix<br>
• Added days left of school/summer<br>
• Added clubs data<br>
<br><br>
</p>
</div>
</body>
</html>