-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (116 loc) · 6.51 KB
/
Copy pathindex.html
File metadata and controls
126 lines (116 loc) · 6.51 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Train Times</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Fjalla+One|Roboto|Oswald|Cutive+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="assets/css/style.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment.min.js"></script>
</head>
<body id="body-top">
<div class="jumbotron jumbotron-fluid d-flex justify-content-between">
<div class="inner-jumbo">
<h1 id="logo" class="display-4">PhillyExpress <i class="fas fa-subway"></i></h1>
<p>Mass Transit Management System</p>
</div>
<div class="inner-jumbo d-flex justify-content-end">
<div id="sign-in" class="d-flex flex-column justify-content-center text-center" title="Coming soon">
<i class="fas fa-user-circle" style="color: black; font-size: 1.7rem; cursor: default"></i>
<p style="font-size: 7pt; color: black; cursor: default;">My Account</p>
</div>
</div>
</div>
<div id="welcome">
<img id="station-img" src="assets/images/background2.jpg" alt="30th Street Station">
<div id="welcome-text">
<h2 id="welcome-heading">We need you!</h2>
<div id="welcome-message"><span>Sign up today to be part of our group of testers.
The beta version of the Train Scheduling System (TSS) will include exciting new features such as:</span>
<br><br>
<ul>
<li>
<i class="fas fa-train"></i>
<b>Departure Time</b> and <b>Next Arrival</b> will be automatically updated after the train leaves the platform
</li>
<li>
<i class="fas fa-train"></i>
Users will be able to update or remove formations
</li>
<li>
<i class="fas fa-train"></i>
Sign in to the System using Google or GitHub accounts
</li>
</ul>
</div>
<h2 id="welcome-responsive">Beta version now available</h2>
<span id="span-responsive">Sign up now for free!</span>
</div>
</div>
<div id="wrapper">
<div id="add-train" class="card">
<div class="card-header"><i class="fas fa-plus-square"></i> Add Formation</div>
<form>
<div class="form-group">
<label for="name">Train Name</label>
<input type="text" class="form-control" id="name" required>
</div>
<div class="form-group">
<label for="destination">Destination</label>
<input type="text" class="form-control" id="destination">
</div>
<div class="form-group">
<label for="first-train">First train</label>
<input type="text" class="form-control" id="first-train">
<small id="first-train-help" class="form-text text-muted">Use military time (e.g. 0700). Refers to today's first train.</small>
</div>
<div class="form-group">
<label for="frequency">Frequency</label>
<input type="text" class="form-control" id="frequency" required>
<small id="first-train-help" class="form-text text-muted">In minutes (e.g. 75 for 1 hour and 15 minutes).</small>
</div>
<!-- <div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div> -->
<button type="submit" class="btn btn-primary" onclick="addTrain()">Enter</button>
</form>
</div>
<div id="list" class="card">
<div class="card-header justify-content-between d-flex">
<div><i class="far fa-calendar-alt"></i> Schedule</div>
<span id="clock" class="badge badge-warning"></span>
</div>
<div class="card-body">
<table class="table">
<thead class="thead-light">
<tr>
<th scope="col">Train Name</th>
<th scope="col">Destination</th>
<th scope="col">First Train</th>
<th scope="col">Frequency (min)</th>
<th scope="col">Next Arrival</th>
<th id="days" scope="col"></th>
<th scope="col">Departs in (min)</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>
<div id="go-up">
<a href="#body-top" title="TOP"><i class="fas fa-chevron-up"></i></a>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script src="https://www.gstatic.com/firebasejs/5.0.4/firebase.js"></script>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="assets/javascript/main.js"></script>
</body>
</html>