-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
108 lines (94 loc) · 3.39 KB
/
github.html
File metadata and controls
108 lines (94 loc) · 3.39 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github Page Example</title>
</head>
<body>
<div>
<img src="Images/GitHub-Logo.png" height="30" width="30"/>
<section>
<nav>
<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>
</div>
<div>
<img src="Images/CodeUpLogo.jpg" height="30" width="30" alt="CodeUp Logo"/>
<section>
<nav>
<p><strong>Codeup</strong></p>
<ul>
<li><a href="">Repositories</a></li>
<li><a href="">People</a></li>
<li><a href="">Teams</a></li>
<li><a href="">Projects</a></li>
<li><a href="">Settings</a></li>
</ul>
</nav>
</section>
</div>
<div>
<section>
<main>
<p><strong>Codeup's Dev Team</strong></p>
<img src="https://fer-uig.glitch.me" height="48" width="48" alt="user-icon" />
<table>
<tr>
<th>Kent Beck</th>
</tr>
<tr>
<td>
KentBeck
</td>
</tr>
<tr>
<td>
Member
</td>
</tr>
<tr>
<td>
X Team Members
</td>
</tr>
</table>
<img src="https://fer-uig.glitch.me?uuid=777" height="48" width="48" alt="user-icon" />
<table>
<tr><th>CodeUp Staff</th></tr>
<tr><td>CodeUp Staff</td></tr>
<tr><td>Member</td></tr>
<tr><td>X Team Members</td></tr>
</table>
<img src="https://fer-uig.glitch.me?uuid=999" height="48" width="48" alt="user-icon" />
<table>
<tr><th>MartinF</th></tr>
<tr><td>MartinF</td></tr>
<tr><td>Member</td></tr>
<tr><td>X Team Members</td></tr>
</table>
</main>
</section>
</div>
<div>
<section>
<footer>
2018 Github.Inc.
<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>
</footer>
</section>
</div>
</body>
</html>