This repository was archived by the owner on Jun 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1.82 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 1.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Start Normal - Thank You!</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
</head>
<body>
<div class='container'>
<section class='my-5'>
<div class='jumbotron'>
<section>
<p class='my-3 lead'>
Friends, this will be a brief but important update.
</p>
<p>
With the school year started in earnest and most plans now firmly in place, it’s clear that there is no longer a reason for Start Normal to continue. Thus, I’ll be shutting down the service, effective immediately.
</p>
<p>
As I said from the beginning, when the project was over I was going to delete all information including names, email addresses, mailing list subscriptions, and any other data. This will happen automatically; no action on your part is required. If you wish to reach me in the future, feel free to email dbinetti@gmail.com, or phone at 415.713.2126.
</p>
<p>
Some of you have been with us from the beginning, others have joined since our switch to pod-learning. You are all appreciated. We accomplished much despite significant opposition, and that is something of which to be very proud. Again, my deepest thanks, and I encourage you all to keep advocating for in-person education for our kids.
</p>
<p>
Best,
<br>
Dave
</p>
</section>
</div>
</section>
</div>
</body>
</html>