-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
83 lines (83 loc) · 2.86 KB
/
github.html
File metadata and controls
83 lines (83 loc) · 2.86 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
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github HTML</title>
</head>
<body>
<header>
<img src="img/github-cat.jpeg" width="30px" height="15px">
<ul>
<a href=""><li>Pull requests</li></a>
<a href=""><li>Issues</li></a>
<a href=""><li>Marketplace</li></a>
<a href=""><li>Explore</li></a>
</ul>
<img src="img/codeup-arrow.png" width="50px" height="50px">
</header>
<h3>Codeup</h3>
<nav>
<ul>
<li><a href="">Repositories</a> 39</li>
<li><a href="">People</a> 15</li>
<li><a href="">Teams</a> 7</li>
<li><a href="">Projects</a> 0</li>
<li><a href="">Settings</a></li>
</ul>
</nav>
<main>
<table>
<tr>
<td>Codeup's dev team</td>
</tr>
<tr>
<td>
<div>
<img src="https://fer-uig.glitch.me" alt="Kent Beck picture" width="50" height="50">
<a href="">Kent Beck</a>
<p>KentBeck</p>
</div>
</td>
<td>Member</td>
<td>X team members</td>
</tr>
<tr>
<td>
<div>
<img src="https://fer-uig.glitch.me?uuid=777" alt="Codeup Staff picture" width="50" height="50">
<a href="">Codeup Instruction Staff</a>
<p>CodeupInstructors</p>
</div>
</td>
<td>Member</td>
<td>X team members</td>
</tr>
<tr>
<td>
<div>
<img src="https://fer-uig.glitch.me?uuid=1" alt="Martin F picture" width="50" height="50">
<a href="">Martin Fowler</a>
<p>MartinFowler</p>
</div>
</td>
<td>Member</td>
<td>X team members</td>
</tr>
</table>
</main>
<footer>
<div>© 2018 Github, Inc.</div>
<a href="">Terms</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="">Training</a>
<a href="">Blog</a>
<a href="">About</a>
</footer>
</body>
</html>