-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
74 lines (74 loc) · 2.09 KB
/
github.html
File metadata and controls
74 lines (74 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github Recreation</title>
</head>
<body>
<nav>
<img src="img/30x30.svg" alt="Headhpones">
<ul>
<li><a href="">Pull requests</a></li>
<li><a href="">Issues</a></li>
<li><a href="">Marketplace</a></li>
<li><a href="">Explore</a></li>
</ul>
</nav>
<section>
<img src="img/30x30.svg" alt="Trademark CodeUp Arrow and Duck">
<h2>Codeup</h2>
<ul>
<li><a href="">Repos</a> 39</li>
<li><a href="">People</a> 39</li>
<li><a href="">Teams</a> 39</li>
<li><a href="">Projects</a> 39</li>
<li><a href="">Settings</a> 39</li>
</ul>
</section>
<main>
<table>
<tr>
<th>CodeUp's Dev Team</th>
</tr>
<tr>
<td>
<img src="img/avatar1.jpeg" alt="Kent Beck's photo">
<a href="">Kent Beck</a>
KentBeck
</td>
<td>Member</td>
<td>1 team</td>
</tr>
<tr>
<td>
<img src="img/avatar2.jpeg" alt="CodeUp staff photo">
<a href="">CodeUp Instruction Staff</a>
CodeUpInstructors
</td>
<td>Member</td>
<td>1 team</td>
</tr>
<tr>
<td>
<img src="img/avatar3.jpeg" alt="Martin Fowler's photo">
<a href="">Martin Fowler</a>
MartinF
</td>
<td>Member</td>
<td>0 teams</td>
</tr>
</table>
</main>
<footer>
<p>©2018 GitHub, Inc.</p>
<a href="">Terms</a>
<a href="">Privacy</a>
<a href="">Security</a>
<a href="">Status</a>
<a href="">Help</a>
<a href="">Contact</a>
<a href="">API</a>
<a href="">Training</a>
</footer>
</body>
</html>