-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
87 lines (66 loc) · 2.02 KB
/
github.html
File metadata and controls
87 lines (66 loc) · 2.02 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
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
span{
padding: 1px;
}
</style>
<!-- <link rel="stylesheet" href="./github.css">-->
</head>
<body>
<div><img style="height: 30px; width: 30px"src="/img/Octicons-mark-github.svg.png"></div>
<br>
<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>
<div><img src="./img/CodeupLogo.png"></div>
<h3>Codeup</h3>
<ul>
<li><a href="">Repos</a><span> 39</span></li>
<li><a href="">People</a><span> 39</span></li>
<li><a href="">Teams</a><span> 39</span></li>
<li><a href="">Projects</a><span> 39</span></li>
<li><a href="">Settings</a><span> 39</span></li>
</ul>
<div>Codeup's dev team</div>
<table>
<tr>
<td><img style =" width: 48px;height: 48px"src="https://fer-uig.glitch.me?uuid=1" alt="user-icon" />
</td>
<td><a href="">Kent Beck</a> </td>
</tr>
</table>
<div>KentBeck</div>
<div>Member</div>
<div>X team Member</div>
<table>
<tr>
<td><img style =" width: 48px;height: 48px"src="https://fer-uig.glitch.me?uuid=777" alt="user-icon" />
</td>
<td><a href="">Codeup Staff</a> </td>
</tr>
</table>
<div>Codeup Staff</div>
<div>Member</div>
<div>X team Member</div>
<table>
<tr>
<td><img style =" width: 48px;height: 48px"src="https://fer-uig.glitch.me?uuid=999" alt="user-icon" />
</td>
<td><a href="">Martin F</a> </td>
</tr>
</table>
<div>Codeup Staff</div>
<div>Member</div>
<div>X team Member</div>
<div>2018 Github, Inc.</div>
<div><a href="">Terms</a><span> </span><span><a href=""> Privacy</a></span><span> </span><a href=""> Security</a> </span><span> </span><a href=""> Status</a></span><span> </span><a href=""> Help</a></div>
<div><a href="">Contact</a><span> </span><span><a href=""> API</a></span><span> </span><a href=""> Training</a> </span><span> </span></div>
</body>
</html>