-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
114 lines (112 loc) · 3.73 KB
/
Copy pathgithub.html
File metadata and controls
114 lines (112 loc) · 3.73 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
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github</title>
</head>
<body>
<img src = "img/github-mark.png"
width = "30";
length = "30";
placeholder="https://placeholder.pics/svg/30">
<ul>
<li><a href="https://github.com/pulls">Pull Requests</a></li>
<li><a href="https://github.com/CodeupClassroom/azeban-codeup-web-exercises/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="img/codeuplogo.png"
width = "30";
length = "30";
placeholder="https://placeholder.pics/svg/30">
<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/orgs/CodeupClassroom/security/risk">Settings</a></li>
</ul>
<h4>Codeup's Dev Team</h4>
<table>
<tr>
<img src="https://fer-uig.glitch.me" alt="user-icon"
width = "48";
length = "48;"
placeholder = "https://placeholder.pics/svg/48x48"
> <a href="">Kent Beck</a>
</tr>
<tr>
<td>KentBeck</td>
</tr>
<tr>
<td>Member</td>
</tr>
<td>X team members</td>
<tr>
</table>
<br>
<table>
<tr>
<img src="https://fer-uig.glitch.me?uuid=1" alt="user-icon"
width = "48";
length = "48;"
placeholder = "https://placeholder.pics/svg/48x48"> <a href="">Codeup Staff</a>
</tr>
<tr>
<td>CodeupStaff</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
</table>
<table>
<tr>
<img src="https://fer-uig.glitch.me?uuid=777" alt="user-icon"
width = "48";
length = "48;"
placeholder = "https://placeholder.pics/svg/48x48"> <a href="">Martin F</a>
</tr>
<tr>
<td>MartinF</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
</table>
<footer>
<p>© 2023 Github, Inc.</p>
<table>
<tr>
<td><a href="https://docs.github.com/en/github/site-policy/github-terms-of-service">Terms</a></td>
<td><a href="https://docs.github.com/site-policy/privacy-policies/github-privacy-statement">Privacy</a>
</td>
<td>
<a href="https://github.com/security">Security</a>
</td>
<td>
<a href="https://www.githubstatus.com/">Status</a>
</td>
<td>
<a href="https://github.com/about">About</a>
</td>
<td>
<a href="https://support.github.com/?tags=dotcom-footer">Contact</a>
</td>
<td>
<a href="https://docs.github.com/">API</a>
</td>
<td>
<a href="https://services.github.com/">Training</a>
</td>
</tr>
</table>
</footer>
</body>
</html>