-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
62 lines (62 loc) · 2.28 KB
/
github.html
File metadata and controls
62 lines (62 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github's teams page</title>
</head>
<body>
<div>
<img src="img/github_teams_img/30.svg" alt="Github logo">
<ol>
<li><a href="Find later">Pull requests</a></li>
<li><a href="Find later">Issues</a></li>
<li><a href="Find later">Marketplace</a></li>
<li><a href="Find later">Explore</a></li>
</ol>
</div>
<div>
<img src="img/github_teams_img/30.svg" alt="Codeup Logo">
<h1>Codeup</h1>
</div>
<div>
<ol>
<li><a href="Find later">Repos</a> 39</li>
<li><a href="Find later">People</a> 15</li>
<li><a href="Find later">Teams</a> 7</li>
<li><a href="Find later">Projects</a> 0</li>
<li><a href="Find later">Settings</a></li>
</ol>
</div>
<div id="Table">
<h3>Codeup's Dev Team</h3>
<table>
<tr>
<th><img src="https://fer-uig.glitch.me" alt="user-icon" /></th>
<th>Kent Beck</th>
<th>kentBeck</th>
<th>Member</th>
<th>X team members</th>
</tr>
<tr>
<th><img src="https://fer-uig.glitch.me?uuid=767" alt="user-icon" /></th>
<th>Codeup Staff</th>
<th>CodeupStaff</th>
<th>Member</th>
<th>X team members</th>
</tr>
<tr>
<th><img src="https://fer-uig.glitch.me?uuid=777" alt="user-icon" /></th>
<th>Martin F</th>
<th>MartinF</th>
<th>Member</th>
<th>X team members</th>
</tr>
</table>
</div>
<div id="footer">
<p><sup>®</sup> 2018 Github Inc.</p>
<p> <a href="">Terms</a> <a href="">Privacy</a> <a href="">Security</a> <a href="">Status</a> <a href="">Help</a></p>
<p><a href="">Contact</a> <a href="">API</a> <a href="">Training</a></p>
</div>
</body>
</html>