-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
78 lines (75 loc) · 2.95 KB
/
github.html
File metadata and controls
78 lines (75 loc) · 2.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github HTML</title>
</head>
<body>
<main>
<nav>
<img src="http://placeholder.pics/svg/30" alt="yada" width="2%">
<ul>
<li><a href="https://www.google.com>">Pull requests</a></li>
<li><a href="https://www.google.com>">Issues</a></li>
<li><a href="https://www.google.com>">Market Request</a></li>
<li><a href="https://www.google.com>">Explore</a></li>
</ul>
</nav>
<section>
<img src="http://placeholder.pics/svg/30" alt="yada" width="10%">
<h1>Codeup</h1>
<ul>
<li><a href="https://www.fierem.com">Repos 39</a></li>
<li><a href="https://www.fierem.com">People 39</a></li>
<li><a href="https://www.fierem.com">Team 39</a></li>
<li><a href="https://www.fierem.com">Projects 39</a></li>
<li><a href="https://www.fierem.com">Settings 39</a></li>
</ul>
</section>
<section>
<table>
<tr>
<td>Codeup's dev team</td>
</tr>
<tr>
<td><img class="user-icon" alt="user-icon" /></td>
<td><a href="https://www.google.com>">Kent Beck</a><br>KentBeck</td>
<td>Member</td>
<td>1 Team</td>
</tr>
<tr>
<td><img class="user-icon" alt="user-icon" /></td>
<td><a href="https://www.google.com>">Codeup Instruction Staff</a><br>CodeupInstructionStaff</td>
<td>Member</td>
<td>1 Team</td>
</tr>
<tr>
<td><img class="user-icon" alt="user-icon" /></td>
<td><a href="https://www.google.com>">Martin Fowler</a><br>Martin F</td>
<td>Member</td>
<td>1 Team</td>
</tr>
</table>
</section>
<footer>
@2018 Github, Inc. <br>
<a href="https://www.google.com" >Terms</a>
<a href="https://www.google.com" >Privacy</a>
<a href="https://www.google.com">Security</a>
<a href="https://www.google.com">Status</a>
<a href="https://www.google.com">Help</a>
<a href="https://www.google.com" >Contact</a>
<a href="https://www.google.com" >API</a>
<a href="https://www.google.com" >Training</a>
<a href="https://www.google.com" >Shop</a>
<a href="https://www.google.com" >Blog</a>
<a href="https://www.google.com" >About</a>
</footer>
</main>
<script>
for (let e of document.getElementsByClassName('user-icon')) {
e.src = 'https://fer-uig.glitch.me?r='+ Math.random();
}
</script>
</body>
</html>