-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (193 loc) · 7.37 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!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" />
<title>abSENT</title>
<link rel="stylesheet" href="index.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicons/favicon-16x16.png"
/>
<link rel="manifest" href="favicons/site.webmanifest" />
<link
rel="mask-icon"
href="favicons/safari-pinned-tab.svg"
color="#ef4344"
/>
<link rel="shortcut icon" href="favicons/favicon.ico" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta
name="msapplication-config"
content="favicons/browserconfig.xml"
/>
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<header class="header">
<a class="header-content-link" href="index.html">
<div class="header-content">
<img
id="logo"
alt-text="abSENT Logo"
title="abSENT Logo"
src="images/logo-white.svg"
/>
<h2 id="subtitle">Cancelled classes at your fingertips.</h2>
</div>
</a>
</header>
<div class="announcement">
<a
href="https://apps.apple.com/us/app/absent-cancelled-classes/id1614750423"
class="badge-link"
>
<img
class="badge"
alt-text="Download on App Store"
title="Download on App Store"
src="images/app-store-badge.svg"
/>
</a>
<a
href="https://play.google.com/store/apps/details?id=cc.absent.client"
class="badge-link"
>
<img
class="badge"
alt-text="Download on Play Store"
title="Download on Play Store"
src="images/play-store-badge.svg"
/>
</a>
</div>
<main class="main">
<h1>Say Goodbye To Schoology Lists!</h1>
<p>
Welcome to abSENT! We're a mobile app that notifies Newton
Public Schools students when their teachers are absent.
</p>
<p>
Long gone are the mornings of scrolling through Schoology,
praying that your teacher is absent, only to miss their name in
a sea of absent teachers. Long gone are the times when you walk
into your class, only to realize that your teacher is absent.
</p>
<p>With abSENT, these days are, well... <em>absent</em>.</p>
<h1>Inspiration</h1>
<p>
We got sick of having to check Schoology. The mobile interface
is non-existent, the lists do not load on data (or even school
WiFi!), and squinting to find your teacher in a list of 25 is
just painful.
</p>
<p>Thus, abSENT was born.</p>
<h1>Features</h1>
<ul>
<li>Works at both North and South!</li>
<li>Daily push notifications for your absent teachers.</li>
<li>
Customizability! Don't want another notification every
morning but still want to see your teachers? No problem!
</li>
<li>Easy to use interface.</li>
<li>
Multi-teacher class support -> Get notified about assistant
teachers too!
</li>
<li>
Extra teachers -> Get notifications when extracurricular
teachers and coaches are absent too, not just your classes.
</li>
<li>Secure login with your NPS Google account.</li>
<li>
Your data is safe!
<ul>
<li>Personal data can only be accessed by you!</li>
<li>
Delete your account at any time and we'll wipe your
data. No hard feelings.
</li>
</ul>
</li>
</ul>
<p>
All this, and it's <em>completely free</em>. Free, free, free,
free, free.
</p>
<h1>How It Works</h1>
<p>
It's pretty simple, really. Every morning, abSENT downloads the
absence list from Schoology and sends it to your phone.
</p>
<p>
Then, the abSENT app compares it with your list of teachers and
sends you a notification. That's it!
</p>
<p>
You don't have to trust us. All the code that powers abSENT is
<a href="https://github.com/absent-cc">available on GitHub</a>.
Puruse it and make changes if you'd like! You're also welcome to
<a href="https://api.absent.cc/docs">use the API</a>.
</p>
<p>
Check out our
<a href="faq.html">Frequently Asked Questions</a> for a little
more info.
</p>
<h1>Get in touch!</h1>
<p>
Have any questions? Check out our
<a href="faq.html">Frequently Asked Questions</a> to see if it's
already been answered.
</p>
<p>We'd love to hear from you!</p>
<p>
You can reach us by email at
<a href="mailto:hello@absent.cc">hello@absent.cc</a>.
</p>
<p>
You can also find us on Instagram at
<a href="https://www.instagram.com/absent.cc/">@absent.cc</a>.
</p>
</main>
<footer>
<p>
Made with ❤️ by the abSENT team:
<a href="https://rkarim.xyz">Roshan Karim</a>,
<a href="https://leah.vashevko.com">Leah Vashevko</a>, and
<a href="https://github.com/bykevinyang/">Kevin Yang</a>.
</p>
<p>
<a href="terms.html">Terms of Service</a>
</p>
<p>
abSENT is not affiliated with, endorsed by, or in any way
officially connected with the Newton Public Schools.
</p>
<p>Copyright © 2021-2022 abSENT</p>
<p>Have a great day!</p>
</footer>
<svg>
<defs>
<clipPath id="wave" clipPathUnits="objectBoundingBox">
<path d="m 0 0 v 0.9 c 0.5 0.3 0.5 -0.3 1 0 l 0 -0.9 z" />
</clipPath>
</defs>
</svg>
</body>
</html>