-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
282 lines (275 loc) · 7.09 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!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">
asdasjdiasd
<title>Bootstrap 4, from LayoutIt!</title>
asdasdasdasdsdasda
<meta name="description" content="Source code generated using layoutit.com">
<meta name="author" content="LayoutIt!">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<div class="jumbotron">
<h3>
Hello, world!
</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-md-1">
<h3>
Options
</h3>
<hr />
<ul class="list-unstyled">
<li class="list-item">
Lorem ipsum dolor sit amet
</li>
<li class="list-item">
Consectetur adipiscing elit
</li>
<li class="list-item">
Integer molestie lorem at massa
</li>
<li class="list-item">
Facilisis in pretium nisl aliquet
</li>
<li class="list-item">
Nulla volutpat aliquam velit
</li>
<li class="list-item">
Faucibus porta lacus fringilla vel
</li>
<li class="list-item">
Aenean sit amet erat nunc
</li>
<li class="list-item">
Eget porttitor lorem
</li>
</ul>
</div>
<div class="col-md-11">
<div class="row">
<div class="col-md-4">
<div class="alert alert-success alert-dismissable">
<h4>
Alert!
</h4> <strong>Warning!</strong> Best check yo self, you're not looking too good. <a href="#" class="alert-link">alert link</a>
</div>
</div>
<div class="col-md-4">
<div class="alert alert-success alert-dismissable">
<h4>
Alert!
</h4> <strong>Warning!</strong> Best check yo self, you're not looking too good. <a href="#" class="alert-link">alert link</a>
</div>
</div>
<div class="col-md-4">
<div class="alert alert-success alert-dismissable">
<h4>
Alert!
</h4> <strong>Warning!</strong> Best check yo self, you're not looking too good. <a href="#" class="alert-link">alert link</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3 class="text-left text-muted">
Timeline of events
</h3>
<hr />
<ul class="timeline">
<!--Timeline is from https://bootsnipp.com/snippets/xrKXW-->
<li>
<strong>New Web Design</strong>
<p class="float-right">21 March, 2014</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque scelerisque diam non nisi semper, et elementum lorem ornare. Maecenas placerat facilisis mollis. Duis sagittis ligula in sodales vehicula....</p>
</li>
<li>
<strong>21 000 Job Seekers</strong>
<p class="float-right">4 March, 2014</p>
<p>Curabitur purus sem, malesuada eu luctus eget, suscipit sed turpis. Nam pellentesque felis vitae justo accumsan, sed semper nisi sollicitudin...</p>
</li>
<li>
<strong>{{Person / team}}</strong>
<p class="float-right">{{ Time stamp}}</p>
<p>{{Description of event}}</p>
</li>
</ul>
</div>
<div class="col-md-4">
<h3>
Action tracker
</h3>
<hr />
<table class="table table-striped table-hover table-sm">
<thead>
<tr>
<th>
#
</th>
<th>
Action
</th>
<th>
Owner
</th>
<th>
Status / ETA
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
1
</td>
<td>
TB - Monthly
</td>
<td>
01/04/2012
</td>
<td>
Default
</td>
</tr>
<tr class="table-active">
<td>
1
</td>
<td>
TB - Monthly
</td>
<td>
01/04/2012
</td>
<td>
Approved
</td>
</tr>
<tr class="table-success">
<td>
2
</td>
<td>
TB - Monthly
</td>
<td>
02/04/2012
</td>
<td>
Declined
</td>
</tr>
<tr class="table-warning">
<td>
3
</td>
<td>
TB - Monthly
</td>
<td>
03/04/2012
</td>
<td>
Pending
</td>
</tr>
<tr class="table-danger">
<td>
4
</td>
<td>
TB - Monthly
</td>
<td>
04/04/2012
</td>
<td>
Call in to confirm
</td>
</tr>
</tbody>
</table>
<form role="form">
<div class="form-group">
<label for="exampleInputEmail1">
Add actions
</label>
<input type="Task" value="Action name" class="form-control" id="task_name" />
</div>
<div class="form-group">
<input type="text" value="Owner" class="form-control" id="task_owner" />
<!--</div>
<div class="form-group"> -->
<label for="exampleInputFile">
ETA
</label>
<input type="time" id="inputMDEx1" class="form-control" id="eta" />
</div>
<div class="checkbox">
<label>
<input type="checkbox" id="isComplete" /> Already completed ?
</label>
</div>
<button type="submit" class="btn btn-primary">
Submit
</button>
</form>
</div>
<div class="col-md-4">
<h3 class="text-left text-muted">
Details
</h3>
<hr />
<dl>
<dt>
Description lists
</dt>
<dd>
A description list is perfect for defining terms.
</dd>
<dt>
Euismod
</dt>
<dd>
Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
</dd>
<dd>
Donec id elit non mi porta gravida at eget metus.
</dd>
</dl>
<div class="list-group">
<strong href="#" class="list-group-item list-group-item-action active">Incident Team</strong>
<div class="list-group-item justify-content-between">
Ziva Comfykat <span class="">Incident manager</span>
</div>
<div class="list-group-item justify-content-between">
Ellie Waggerson <span class="">The sniffing squad</span>
</div>
<div class="list-group-item justify-content-between">
Blackie Purrfarter <span class="">"We like milk"</span>
</div>
<div class="list-group-item justify-content-between">
{{ for each attendee: Name}} <span class="">{{Group name / team}}</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>