-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEdHarcourt.html
459 lines (444 loc) · 28.9 KB
/
EdHarcourt.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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="pageStyle.css">
<title>Ed Harcourt</title>
</head>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary sticky-top">
<div class="container-fluid">
<a class="navbar-brand link" href="#">SlugFest</a>
<!-- navbar-collapse aligns navbar elements from a central parent point.-->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<u1 class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="feed.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link aria-hidden" data-bs-toggle="modal" data-bs-target="#composeSlime">Compose</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Profile</a>
</li>
<li class="nav-item">
<a class="nav-link" href="notifications.html">Notifications</a>
</li>
</u1>
<form class="input-group w-25">
<span class="input-group-text">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>
</svg>
</span>
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-info" type="submit">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-bar-right" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0zM11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z"/>
</svg>
</button>
</form>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="composeSlime" tabindex="-1" aria-labelledby="composeSlimeLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="composeSlimeLabel">Compose Slime</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="input-group">
<textarea class="form-control" aria-label="With textarea">Compose Slime</textarea>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<!-- TODO change -> to a real arrow icon -->
<button type="button" class="btn btn-primary" data-bs-dismiss="modal">
Slime
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-right-circle" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/>
</svg>
</button>
</div>
</div>
</div>
</div>
</nav>
<body class="text-left">
<header class="row align-items-left mt-4 mb-4">
<div class="col-lg-3 col-6 offset-1">
<img id="profilepicture" class="img-thumbnail align-start img-fluid" src="assets/profile/ed.png">
</div>
<div id="stuffNextToPicture" class="col">
<div class="row">
<h1 id="displayname" class="mx-4 mb-2">Ed Harcourt</h1>
</div>
<div class="row">
<h5 id="username" class="text-muted mx-4 mb-3">@ed</h5>
</div>
<div class="row">
<p id="description" class="mx-4">
My other computer is a Raspberry Pi
</p>
</div>
<div class="row">
<p id="joined" class="mx-4 mb-0 text-muted">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-calendar3" viewBox="0 0 16 16">
<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/>
<path d="M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>
</svg>
Joined September 2021</p>
</div>
<!-- TODO insert some space/a tab between following and followers-->
<div class="row">
<p id="following-followers" class="mx-4 text-muted"><strong>1</strong> Following   <strong>3</strong> Followers</p>
</div>
</div>
</header>
<div class="row mt-4">
<div class="col-3"></div>
<div class="col-6 d-flex flex-column justify-content-evenly">
<ul class="nav nav-pills nav-fill mb-3" id="nav-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="slimes-tab" data-bs-toggle="pill" data-bs-target="#slimes" type="button" role="tab" aria-controls="pills-slimes" aria-selected="true">Slimes</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="slimes-and-replies-tab" data-bs-toggle="pill" data-bs-target="#slimes-and-replies" type="button" role="tab" aria-controls="pills-slimes-and-replies" aria-selected="false">Slimes and Replies</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="favorites-tab" data-bs-toggle="pill" data-bs-target="#favorites" type="button" role="tab" aria-controls="pills-favorites-tab" aria-selected="false">Favorites</button>
</li>
</ul>
<!-- when putting card into here, modify text-center below when trying to center-->
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="slimes" role="tabpanel" aria-labelledby="pills-slimes-tab">
<div class="card mt-3">
<div class="row" style="margin-left:2%">
<div class="col-sm-1 align-self-center">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/recycle.svg" alt="...">
</li>
</div>
<div class="col-lg-10 align-self-center">
<b style="font-size:14px">Ed Harcourt reslimed</b>
</div>
</div>
<div class="card-body">
<div class="row">
<div class="col-2">
<img class="img-thumbnail" src="profile/kevin.jpeg" alt="...">
</div>
<div class="col-10 align-self-center">
<p>
<b>Kevin Angstadt</b><span class="user" style="color:gray">@KevinAAngstadt • August 30</span>
</p>
<p>
Hello World <span style="color:blue;text-decoration: underline;">#firstslime</span>
</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-right:1px; margin-left:inherit">
<img src="profile/chat-right.svg" alt="...">
</li>
<p style="display:inline-block">1</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/recycle.svg" alt="...">
</li>
<p style="display:inline-block">3</p>
</div>
<div class="col-sm-2">
<li class="btn" style="margin-left:-10px;">
<img src="profile/heart.svg" alt="..." style="color:red">
</li>
<p style="display:inline-block">1</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:200px">
<img src="profile/upload.svg" alt="...">
</li>
</div>
</div>
</div>
</div>
<div class="card mt-3">
<div class="card-body">
<div class="row">
<div class="col-2">
<img class="img-thumbnail" src="profile/ed.png" alt="...">
</div>
<div class="col-10 align-self-center">
<p>
<b>Ed Harcourt</b><span class="user" style="color:gray">@ed • September 3</span>
</p>
<p>Sabbatical is super nice. Not a care in the world.</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-right:1px; margin-left:inherit">
<img src="profile/chat-right.svg" alt="...">
</li>
<p style="display:inline-block">0</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/recycle.svg" alt="...">
</li>
<p style="display:inline-block">1</p>
</div>
<div class="col-sm-2">
<li class="btn" style="margin-left:-10px;">
<img src="profile/heart.svg" alt="..." style="color:red">
</li>
<p style="display:inline-block">2</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:200px">
<img src="profile/upload.svg" alt="...">
</li>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="slimes-and-replies" role="tabpanel" aria-labelledby="pills-slimes-and-replies-tab">
<div class="card mt-3">
<div class="row" style="margin-left:2%">
<div class="col-sm-1 align-self-center">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/chat-right.svg" alt="...">
</li>
</div>
<div class="col-lg-10 align-self-center">
<b style="font-size:14px">Ed Harcourt replied to Kevin Angstadt</b>
</div>
</div>
<div class="card-body">
<div class="row">
<div class="col-2">
<img class="img-thumbnail" src="profile/ed.png" alt="...">
</div>
<div class="col-10 align-self-center">
<p>
<b>EdHarcourt</b><span class="user" style="color:gray">@ed • September 1</span>
</p>
<p>
<span style="color:blue;text-decoration: underline;">@KevinAAngstadt</span> Why am I on here?
</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-right:1px; margin-left:inherit">
<img src="profile/chat-right.svg" alt="...">
</li>
<p style="display:inline-block">1</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/recycle.svg" alt="...">
</li>
<p style="display:inline-block">1</p>
</div>
<div class="col-sm-2">
<li class="btn" style="margin-left:-10px;">
<img src="profile/heart.svg" alt="..." style="color:red">
</li>
<p style="display:inline-block">0</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:200px">
<img src="profile/upload.svg" alt="...">
</li>
</div>
</div>
</div>
</div>
<div class="card mt-3">
<div class="row" style="margin-left:2%">
<div class="col-sm-1 align-self-center">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/recycle.svg" alt="...">
</li>
</div>
<div class="col-lg-10 align-self-center">
<b style="font-size:14px">Ed Harcourt reslimed</b>
</div>
</div>
<div class="card-body">
<div class="row">
<div class="col-2">
<img class="img-thumbnail" src="profile/kevin.jpeg" alt="...">
</div>
<div class="col-10 align-self-center">
<p>
<b>Kevin Angstadt</b><span class="user" style="color:gray">@KevinAAngstadt • August 30</span>
</p>
<p>
Hello World <span style="color:blue;text-decoration: underline;">#firstslime</span>
</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-right:1px; margin-left:inherit">
<img src="profile/chat-right.svg" alt="...">
</li>
<p style="display:inline-block">1</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/recycle.svg" alt="...">
</li>
<p style="display:inline-block">3</p>
</div>
<div class="col-sm-2">
<li class="btn" style="margin-left:-10px;">
<img src="profile/heart.svg" alt="..." style="color:red">
</li>
<p style="display:inline-block">1</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:200px">
<img src="profile/upload.svg" alt="...">
</li>
</div>
</div>
</div>
</div>
<div class="card mt-3">
<div class="card-body">
<div class="row">
<div class="col-2">
<img class="img-thumbnail" src="profile/ed.png" alt="...">
</div>
<div class="col-10 align-self-center">
<p>
<b>Ed Harcourt</b><span class="user" style="color:gray">@ed • September 3</span>
</p>
<p>Sabbatical is super nice. Not a care in the world.</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-right:1px; margin-left:inherit">
<img src="profile/chat-right.svg" alt="...">
</li>
<p style="display:inline-block">0</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/recycle.svg" alt="...">
</li>
<p style="display:inline-block">1</p>
</div>
<div class="col-sm-2">
<li class="btn" style="margin-left:-10px;">
<img src="profile/heart.svg" alt="..." style="color:red">
</li>
<p style="display:inline-block">2</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:200px">
<img src="profile/upload.svg" alt="...">
</li>
</div>
</div>
</div>
</div>
</div>
<div class="tab-pane fade" id="favorites" role="tabpanel" aria-labelledby="pills-favorites-tab">
<div class="card mt-3">
<div class="row" style="margin-left:2%">
<div class="col-sm-1 align-self-center">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/recycle.svg" alt="...">
</li>
</div>
<div class="col-lg-10 align-self-center">
<b style="font-size:14px">Kevin Angstadt replied to Ed Harcourt</b>
</div>
</div>
<div class="card-body">
<div class="row">
<div class="col-2">
<img class="img-thumbnail" src="profile/kevin.jpeg" alt="...">
</div>
<div class="col-10 align-self-center">
<p>
<b>Kevin Angstadt</b><span class="user" style="color:gray">@KevinAAngstadt • September 1</span>
</p>
<p>
<span style="color:blue;text-decoration: underline;">@ed</span>
SlugFest is way better than any other bird-based platforms! That's for sure!
</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-right:1px; margin-left:inherit">
<img src="profile/chat-right.svg" alt="...">
</li>
<p style="display:inline-block">0</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/recycle.svg" alt="...">
</li>
<p style="display:inline-block">0</p>
</div>
<div class="col-sm-2">
<li class="btn" style="margin-left:-10px;">
<img src="profile/heart.svg" alt="..." style="color:red">
</li>
<p style="display:inline-block">1</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:200px">
<img src="profile/upload.svg" alt="...">
</li>
</div>
</div>
</div>
</div>
<div class="card mt-3">
<div class="card-body">
<div class="row">
<div class="col-2">
<img class="img-thumbnail" src="profile/lisa.jpeg" alt="...">
</div>
<div class="col-10 align-self-center">
<p>
<b>Lisa Torrey</b><span class="user" style="color:gray">@LTorrey • September 2</span>
</p>
<p>It's kinda cool that we have our own in-house Twitter clone. <span style="color:blue;text-decoration: underline;">#CSThoughts</span></p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-right:1px; margin-left:inherit">
<img src="profile/chat-right.svg" alt="...">
</li>
<p style="display:inline-block">0</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:-10px">
<img src="profile/recycle.svg" alt="...">
</li>
<p style="display:inline-block">0</p>
</div>
<div class="col-sm-2">
<li class="btn" style="margin-left:-10px;">
<img src="profile/heart.svg" alt="..." style="color:red">
</li>
<p style="display:inline-block">1</p>
</div>
<div class="col-sm-2">
<li class="btn btn-outline-secondary:focus" style="margin-left:200px">
<img src="profile/upload.svg" alt="...">
</li>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-3"></div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
</body>
</html>