-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
73 lines (72 loc) · 2.33 KB
/
github.html
File metadata and controls
73 lines (72 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github Team</title>
</head>
<body>
<img src="http://placeholder.pics/svg/30">
<ul>
<li><a href="https://github.com/CodeupClassroom">Pull Request</a></li>
<li><a href="https://github.com/CodeupClassroom">Issues</a></li>
<li><a href="https://github.com/CodeupClassroom">Marketplace</a></li>
<li><a href="https://github.com/CodeupClassroom">Explore</a></li>
</ul>
<img src="http://placeholder.pics/svg/30" alt="Codeup logo">
<h2>Codeup</h2>
<ul>
<li><a href="https://github.com/CodeupClassroom">Repos</a></li>
<li><a href="https://github.com/CodeupClassroom">People</a></li>
<li><a href="https://github.com/CodeupClassroom">Teams</a></li>
<li><a href="https://github.com/CodeupClassroom">Projects</a></li>
<li><a href="https://github.com/CodeupClassroom">Settings</a></li>
</ul>
<table>
<tr>
<th>Codeup's dev team</th>
</tr>
<tr>
<td><img src="http://placeholder.pics/svg/48" alt="Image of Kent"></td>
<td><a href="https://github.com/CodeupClassroom">Kent Beck</a></td>
</tr>
<tr>
<td>Kent Beck</td>
</tr>
<tr>
<td>Member</td>
</tr>
<td>X team members</td>
<tr>
<td><img src="http://placeholder.pics/svg/48" alt="image of team member"></td>
<td><a href="https://github.com/CodeupClassroom">Codeup Staff</a></td>
</tr>
<tr>
<td>CodeupStaff</td>
</tr>
<tr>
<td>Member</td>
</tr>
<td>X team members</td>
<tr>
<td><img src="http://placeholder.pics/svg/48" alt="image of Martin"></td>
<td><a href="https://github.com/CodeupClassroom">Martin F</a></td>
</tr>
<tr>
<td>Martin F</td>
</tr>
<tr>
<td>Member</td>
</tr>
<td>X team members</td>
</table>
<p>© 2018 Github. Inc.</p>
<a href="https://codeup.com/privacy/">Terms</a>
<a href="https://codeup.com/privacy/">Privacy</a>
<a href="https://codeup.com/privacy/">Security</a>
<a href="https://codeup.com/privacy/">Status</a>
<a href="https://codeup.com/privacy/">Help</a>
<a href="https://codeup.com/privacy/">Contact</a>
<a href="https://codeup.com/privacy/">API</a>
<a href="https://codeup.com/privacy/">Training</a>
</body>
</html>