-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshifts.html
95 lines (76 loc) · 3.03 KB
/
shifts.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>WWPHSS - Student Tech Desk</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/animate.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script>
<script>new WOW().init();</script>
<style type="text/css">
body {
overflow:hidden;
}
</style>
</head>
<body>
<nav class="white" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="index.html" class="brand-logo">South Web-Design</a>
<ul class="right hide-on-med-and-down">
<li><a href="shifts.html">Shifts</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="index.html#contact-webhook">Contact</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="shifts.html">Shifts</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="index.html#contact-webhook">Contact</a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
</div>
</nav>
<h1 class="center">Schedule</h1>
<div class="container">
</div>
<div class="container">
<p class="light">Below is a schedule which shows who is working on what day.</p>
<iframe src="https://docs.google.com/calendars/d/e/1FAIpQLSfR-1lmLVV2kzGyIY8v8KijVQxchCZsXaucpK9d3gjpQffggw/viewform?embedded=true">
Loading...
</iframe>
</div>
<pre> </pre>
<footer class="page-footer teal">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Our Story</h5>
<p class="grey-text text-lighten-4">We are a team of high school students working to help fix technology like it's our full time job.</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Connect</h5>
<ul>
<li><a class="white-text" href="#!">Sign Up</a></li>
<li><a class="white-text" href="#contact-webhook">Contact</a></li>
<li><a class="white-text" href="#!">Shifts</a></li>
<li><a class="white-text" href="#!">About Us</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made by <a class="brown-text text-lighten-3" href="#">South Website Design Team</a>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>