-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparticipants.php
37 lines (33 loc) · 1.03 KB
/
participants.php
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
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<table class="table user-list" width="80%">
<thead>
<tr>
<th><span>User</span></th>
<th><span>Team</span></th>
<th class="text-center"><span>Github</span></th>
<th><span>State 1 Output</span></th>
<th><span>Slack</span></th>
</tr>
</thead>
<tbody>
<tr>
<td>
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="">
<a href="#" class="user-link">Emmanuel Joseph</a>
<span class="user-subhead">Email: jekayode@live.com</span>
</td>
<td>
Team 3
</td>
<td class="text-center">
<a href="https://github.com/jekayode" target="_blank">@jekayode</a>
</td>
<td>
<a href="https://github.com/jekayode/hnl-internship" target="_blank">#Stage1 Output</a>
</td>
<td style="width: 20%;">
<a href="https://hnginterns.slack.com">@jekayode</a>
</td>
</tr>
</tbody>
</table>