-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
82 lines (81 loc) · 2.01 KB
/
github.html
File metadata and controls
82 lines (81 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Githubexercise</title>
</head>
<body>
<header>
<nav>
<img src="https://placeholder.pics/svg/30x40" alt="github">
<ul>
<li> <a herf="#" >Pull request</a> </li>
<li> <a herf="#" >Issues</a></li>
<li> <a herf="#" >Marketplace</a> </li>
<li> <a herf="#" >Explore</a> </li>
</ul>
<img src="https://placeholder.pics/svg/48" alt="logo">
<h3>Codeup</h3>
</nav>
</header>
<section>
<ul>
<li><a href="#"> repo </a></li>
<li><a href="#"> people </a></li>
<li><a href="#"> teams </a></li>
<li><a href="#"> project </a></li>
<li><a href="#"> settings </a></li>
</ul>
</section>
<main>
<table>
<thead>
<tr>
<th>Codeup's dev team</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<img src="https://fer-uig.glitch.me?uuid=1" alt="user-icon" />
<a href="">Kent Beck</a>
<br> Kent Beck
<br> member
<br> x member team
</td>
</tr>
<tr>
<td>
<img src="https://fer-uig.glitch.me?uuid=777" alt="user-icon" />
<a href=""></a>
<br> codeup staff
<br> member
<br> x member staff
</td>
</tr>
<tr>
<td>
<img src="https://fer-uig.glitch.me?uuid=999" alt="user-icon" />
<a href=""></a>
<br> martinf
<br> member
<br>x team member
</td>
</tr>
</tbody>
</table>
</main>
<footer>
<p> © 2018 github. Inc. </p>
<a href="">team</a>
<a href="">privacy</a>
<a href="">security</a>
<a href="">status</a>
<a href="">help</a>
<br>
<a href="">contact</a>
<a href="">api</a>
<a href="">traning</a>
</footer>
</body>
</html>