-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
89 lines (85 loc) · 2.71 KB
/
github.html
File metadata and controls
89 lines (85 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>github/codeup</title>
</head>
<body>
<img src="img/logos/GitHub-Mark.png" alt="github logo"
width="50" height="50">
<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>
<!--beginning of the profile page list-->
<img src="img/logos/channels4_profile.jpeg" alt="codeup logo"
width="50" height="50">
<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>
<table>
<tr>
<th>Codeup's dev team</th>
</tr>
<tr>
<td><img src="img/pfp/110938508.jpeg" alt="aaron morris"
width="40" height="40"></td>
<td><a href="https://github.com/aarmorris">Aaron Morris</a></td>
</tr>
<tr>
<td>Aaron Morris</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
<tr>
<td><img src="img/pfp/85510984.jpeg" alt="docrob"
width="40" height="40"></td>
<td><a href="https://github.com/madmarcos-codeup">Mark Robinson</a></td>
</tr>
<tr>
<td>Mark Robinson</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
<tr>
<td><img src="img/pfp/62568134.jpeg" alt="lola castillo"
width="40" height="40"></td>
<td><a href="https://github.com/lolacastillo">Lola Castillo</a></td>
</tr>
<tr>
<td>Lola Castillo</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
</table>
<p>© 2022 Github Inc.</p>
<!--extra links at bottom of page-->
<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://docs.github.com/en">Docs</a>
<a href="https://support.github.com/">Contact</a>
<a href="https://docs.github.com/en/developers">API</a>
<a href="https://github.com/services/">Training</a>
</body>
</html>