-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
64 lines (61 loc) · 1.81 KB
/
github.html
File metadata and controls
64 lines (61 loc) · 1.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github Codeup People Page</title>
</head>
<body>
<header></header>
<nav>
<img src="images/30x30.svg" width="50" height="50" alt="Image of the Github logo.">
<ul>
<li><a href="url">Pull Requests</a></li>
<li><a href="url">Issues</a></li>
<li><a href="url">MarketPlace</a></li>
<li><a href="url">Explore</a></li>
</ul>
<img src="images/codeuplogo.png" width="75" height="75" alt="Image of the Codeup logo">
<h1>Codeup</h1>
<ul>
<li><a href="url">Repos</a> 39</li>
<li><a href="url">People</a> 39</li>
<li><a href="url">Teams</a> 39</li>
<li><a href="url">Projects</a> 39</li>
<li><a href="url">Settings</a> 39</li>
</ul>
</nav>
<table>
<tr>
<td><img src="https://fer-uig.glitch.me?uuid=1" width="50" height="50" alt="user-icon"/><a href="url">Kent
Beck</a></td>
</tr>
<tr>
<td>KentBeck<br>Member<br>X team members</td>
</tr>
<tr>
<td><img src="https://fer-uig.glitch.me?uuid=777" width="50" height="50" alt="user-icon"/><a href="url">Codeup
Staff</a></td>
</tr>
<tr>
<td>CodeupStaff<br>Member<br>X team members</td>
</tr>
<tr>
<td><img src="https://fer-uig.glitch.me?uuid=999" width="50" height="50" alt="user-icon"/><a
href="url">MartinF</a></td>
</tr>
<tr>
<td>MartinF<br>Member<br>X team members</td>
</tr>
</table>
<footer>© Github, Inc.<br><a href="url">Teams</a>
<a href="url">Privacy</a>
<a href="url">Security</a>
<a href="url">Status</a>
<a href="url">Help</a> <br>
<a href="url">
<a href="url">Contact</a>
<a href="url">API</a>
<a href="url">Training</a>
</footer>
</body>
</html>