-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (28 loc) · 1.58 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Williams Academy</title>
</head>
<body style="background-color: #F3F4F6;">
<main>
<div class="container">
<div class="d-flex justify-content-center"><img src="WA_logo.png" class="mt-5 mb-4" style="max-width: 100%; height: auto;"/></div>
<div class="d-flex justify-content-center">
<div class="text-center mx-2" style="max-width: 600px;">
<p class="text-muted" style="font-size: 1.2em;">We are deeply thankful to share that all of our students, faculty and staff
are safe and accounted for following Hurricane Helene. In times like these,
our unity and support for one another reminds us of the strength of our
school community.</p>
<p class="text-muted mt-5" style="font-size: 1.2em;">Williams Academy will be closed through fall break, Monday, Oct. 14, 2024. A decision
on reopening will be made and communicated closer to that date.
</p>
</div>
</div>
</div>
</main>
</body>
</html>