This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
helpers.html
112 lines (99 loc) · 5.6 KB
/
helpers.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
<!DOCTYPE HTML>
<html>
<head>
<title>Homework Helpers Dashboard</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="https://wboro.at/homeworkhelpers"><span class="logo"><img src="images/logo.svg" alt="Homework Helpers Logo" /></span></a>
<h1>Homework Helpers Dashboard</h1>
<p>Dashboard for Homework Helpers with some helpful links</p>
</header>
<!-- Main -->
<div id="main">
<!-- Content -->
<section class="main">
<header class="major">
<h2>Directions</h2>
</header>
<ol style="text-align: left">
<li><p>Every Saturday (or whenever I am free on the weekend), I will be sending out an Email asking who will be coming in for the next week and on what days. Please respond to that email :) It's fine if you can't make it, just let me know.</p></li>
<li><p>When you arrive at Gibbons, there is a QR-code to sign-in wth outside the main office.</p></li>
<li><p>After signing-in, head down to the library and wait there till kids start showing up.</p></li>
<li><p>While you are waiting in the library, if someone hasn't already, add in today's date and give yourself one hour.</p></li>
<li><p>At around 3:20, the library will probably close, so head to the late room (the cafeteria) and wait there. If kids come for help, help them out.</p></li>
<li><p>If your computer isn't connecting to the wifi, connect to WPS_WIFI_Guest with the password "InternetGuest".</p></li>
<li><p>Late buses should arrive 3:40-ish, so when you are heading out to them, just make sure to sign-out and you are done for the day 😀</p></li>
</ol>
<p>If you have any questions, feel free to text me through <a href="https://www.remind.com/join/whshelpers">Remind</a> or just shoot me an email. I'll probably repond within 5 minutes either way.</p>
</section>
<section class="main">
<header class="major">
<h2>Links</h2>
</header>
<ul class="features">
<!-- <li>
<span class="icon major style1 fa-calendar">
</span>
<h3><a href="https://calendar.google.com/calendar/embed?src=westboroughk12.org_ic6euohakks7id3528fchjq1b8%40group.calendar.google.com&ctz=America%2FNew_York">Google Calendar</a></h3>
<p>Check this out to see who is requesting help for a certain day and who is going to be helping out that day.</p>
</li> -->
<li>
<span class="icon major style1 fa-calendar">
</span>
<h3><a href=" https://timecounts.org/whs-homework-helpers">Timecounts</a></h3>
<p>Just about everything will be handled through Timecounts. It seems like it could really streamline everything, but since this is my first time working with this software, things might go wrong, so just bear with me 😅. If you are confused about anything, contact me through Remind or email.</p>
</li>
<li>
<span class="icon major style5 fa-table">
</span>
<h3><a href="https://docs.google.com/spreadsheets/d/1iIWrmGnsPDs-lDRWNHk318mdFaYr6zu3ZrlIqv56hag/edit?usp=sharing">Spreadsheet</a></h3>
<p>Here, you can add your hours when you come in (make sure you do this everytime that you come in or you won't get hours!), see the help requests that people have sent in, and who is doing homework helpers.</p>
</li>
<li>
<span class="icon major style3 fa-phone">
</span>
<h3><a href="https://www.remind.com/join/whshelpers">Remind</a></h3>
<p>Use this Remind if you ever need to get an immediate response from me. I will also be using this ocasionally for annoucements.</p>
</li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Contact Us</h2>
<dl class="alt">
<dt>Phone</dt>
<dd>(508) 797-7786</dd>
<dt>Email</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
</dl>
<!-- <ul class="icons">
<li><a href="#" class="icon brands fa-twitter alt"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f alt"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram alt"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
<li><a href="#" class="icon brands fa-dribbble alt"><span class="label">Dribbble</span></a></li>
</ul> -->
</section>
<p class="copyright">© WHS Homework Helpers. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>