-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (79 loc) · 3.93 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
<!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, shrink-to-fit=no">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<!--TODO set title-->
<title>Total Schedule</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css" integrity="sha384-AysaV+vQoT3kOAXZkl02PThvDr8HYKPZhNT5h/CXfBThSRXQ6jW5DO2ekP5ViFdi"
crossorigin="anonymous">
<!-- Custom styles for this template -->
<!--<link href="cover.css" rel="stylesheet">-->
<!-- coverr css -->
<link href="coverr.css" rel="stylesheet">
<link href="app.css" rel="stylesheet">
<script src="https://use.fontawesome.com/5f72b52657.js"></script>
</head>
<body>
<div class="homepage-hero-module">
<div class="video-container">
<div class="filter" style="min-height: 100%; color: #fff; display: flex; justify-content: center;">
</div>
<video autoplay loop class="fillWidth">
<source src="Underground-Traffic.mp4" type="video/mp4" />Your browser does not support the video tag. I suggest you upgrade your browser.
<source src="Underground-Traffic/webm" type="video/webm" />Your browser does not support the video tag. I suggest you upgrade your browser.
</video>
<div class="poster hidden">
<img src="Underground-Traffic.jpg" alt="">
</div>
</div>
</div>
<content>
<div class="header">
<div style="clear: all;">
<i class="fa fa-clock-o" style="float: right; font-size: 4rem;" aria-hidden="true"></i>
<h1>Total Schedule</h1>
</div>
<hr />
<h3>Your smart employee schedule planner.</h3>
<hr />
<h6>Paperless and instantly connected schedules.</h6>
<h6>Create and share weekly schedules.</h6>
<h6>Track vacation, called-in and quit requests.</h6>
<!--<h6>Effortless, precise and intuitive employee scheduling.</h6>
<h6>Your business on auto pilot with complete control and visibility.</h6>
<h6>Save on labour cost by having complete control over your scheduling.</h6>-->
<hr />
<h5>Countless businesses fail because of out of touch labour planning, not yours', get ahead by using Subway Schedule.</h5>
<br />
<br />
<div><a href="https://itunes.apple.com/us/app/subway-schedule/id1190771895?mt=8"><img src="Download_on_the_App_Store_Badge_US-UK_135x40.svg" /></a></div>
<br />
<br />
<h6>
<a style="color:#fff;" href="mailto:[email protected]?Subject=Help" target="_top">Contact Us</a>
<a style="color:#fff; margin-left: 3rem;" href="privacypolicy.txt">Privacy Policy</a>
</h6>
</div>
</content>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js" integrity="sha384-THPy051/pYDQGanwU6poAc/hOdQxjnOEXzbT+OuUAFqNqFjL+4IGLBgCJC3ZOShY"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.2.0/js/tether.min.js" integrity="sha384-Plbmg8JY28KFelvJVai01l8WyZzrYWG825m+cZ0eDDS1f7d/js6ikvy1+X+guPIB"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/js/bootstrap.min.js" integrity="sha384-BLiI7JTZm+JWlgKa0M0kGRpJbF2J8q+qreVrKBC47e3K6BW78kGLrCkeRX6I9RoK"
crossorigin="anonymous"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="//getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- coverr js -->
<script src="coverr.js"></script>
</body>
</html>