-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
55 lines (51 loc) · 1.76 KB
/
github.html
File metadata and controls
55 lines (51 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github</title>
</head>
<body>
<img src="http://placeholder.pics/svg/30" alt="gray square">
<ul>
<li>Pull requests</li>
<li>Issues</li>
<li>Marketplace</li>
<li>Explore</li>
</ul>
<img src="http://placeholder.pics/svg/48" alt="gray square">
<h2>Codeup</h2>
<nav>
<ul>
<li><a href="#repositories">Repos</a> 39</li>
<li><a href="#people">People</a> 39</li>
<li><a href="#teams">Teams</a> 39</li>
<li><a href="#projects">Projects</a> 39</li>
<li><a href="#settings">Settings</a> 39</li>
</ul>
<p>Codeup's dev team</p>
<p>
<img src="https://fer-uig.glitch.me" alt="user-icon" /> <a href="#kentBeck"> Kent Beck</a><br>
KentBeck<br>
Member<br>
X team members<br>
<img src="https://fer-uig.glitch.me?uuid=777" alt="user-icon" /> <a href="#codeupStaff"> Codeup Staff</a><br>
CodeupStaff<br>
Member<br>
X team members<br>
<img src="https://fer-uig.glitch.me?uuid=999" alt="user-icon" />
<a href="#martinF"> Martin F</a><br>
MartinF<br>
Member<br>
X team members<br>
© 2018 Github Inc.<br>
<a href="#terms">Terms</a>
<a href="#privacy">Privacy</a>
<a href="#security">Security</a>
<a href="#status">Status</a>
<a href="#help">Help</a><br>
<a href="#contact">Contact</a>
<a href="#api">API</a>
<a href="#training">Training</a>
</p>
</body>
</html>