-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
66 lines (66 loc) · 2.09 KB
/
github.html
File metadata and controls
66 lines (66 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<img src="http://placeholder.pics/svg/30" alt="github logo">
<br>
<ul>
<li><a href="https://github.com/pulls">Pull Requests</a></li>
<li><a href="https://github.com/issues">Issues</a></li>
<li><a href="https://github.com/marketplace">Marketplace</a></li>
<li><a href="https://github.com/explore">Explore</a></li>
</ul>
<img src="http://placeholder.pics/svg/30" alt="Codeup Logo">
<h3>Codeup</h3>
<ul>
<li><a href="https://github.com/orgs/CodeupClassroom/repositories">Repos</a></li>
<li><a href="https://github.com/orgs/CodeupClassroom/people">People</a></li>
<li><a href="https://github.com/orgs/CodeupClassroom/teams">Teams</a></li>
<li><a href="https://github.com/orgs/CodeupClassroom/projects?query=is%3Aopen">Projects</a></li>
<li><a href="https://github.com/settings/profile">Settings</a></li>
</ul>
Codeup's Dev Team
<br>
<img src="https://avatars.githubusercontent.com/u/46154?v=4" style="height:48px; width:48px">
<a href="https://github.com/KentBeck">Kent Beck</a>
<br>
KentBeck
<br>
Member
<br>
X team Members
<br>
<img src="https://avatars.githubusercontent.com/u/16561971?v=4" style="height:48px; width:48px">
<a href="https://github.com/CodeupInstructors">Codeup Staff</a>
<br>
Codeup Staff
<br>
Member
<br>
X team Members
<br>
<img src="https://avatars.githubusercontent.com/u/235008?v=4" style="height:48px; width:48px">
<a href="https://github.com/MartinF">Martin F</a>
<br>
MartinF
<br>
Member
<br>
X team Members
<br>
© 2018 Github . Inc
<br>
<a href="https://docs.github.com/en/site-policy/github-terms/github-terms-of-service">Terms</a>
<a href="https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement">Privacy</a>
<a href="https://github.com/security">Security</a>
<a href="https://www.githubstatus.com/">Status</a>
<a href="https://support.github.com/">Help</a>
<br>
<a href="https://support.github.com/?tags=dotcom-footer">Contact</a>
<a href="https://docs.github.com/en">API</a>
<a href="https://github.com/services/">Training</a>
</body>
</html>