-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
76 lines (70 loc) · 2.08 KB
/
Copy pathgithub.html
File metadata and controls
76 lines (70 loc) · 2.08 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
<!DOCTYPE html>
<html>
<head>
<title>github</title>
</head>
<body>
<table>
<tr>
<th><h2><img src="img/30x30.svg "alt="image" /></h2></th>
<th><h2><a href="Pull requests">Pull requests</a> </h2></th>
<td><h2><a href="Issues">Issues</a> </h2></td>
<td><h2><a href="Marketplace">Marketplace</a> </h2></td>
<td><h2><a href="Explore">Explore</a> </h2></td>
</tr>
</table>
<h1><img src="img/30x30.svg "alt="image" /> Codeup</h1>
<table>
<tr>
<td><h3><a href="Repositories">Repositories 39</a> </h3></td>
<td><h3><a href="People">People 15</a></h3> </td>
<td><h3><a href="Teams">Teams 7</a></h3></td>
<td><h3><a href="Projects">Projects 0</a></h3></td>
<td><h3><a href="Settings">Settings</a></h3></td>
</tr>
</table>
<h3>Codeup's dev team</h3>
<table>
<tr>
<th><h3><img src="img/48x48.svg "alt="image" /><a href="Kent Beck">Kent Beck</a> </h3></th>
<tr>
<td>KentBeck</td>
<td>Member</td>
<td>1 team</td>
</tr>
</tr>
<tr>
<th><h3><img src="img/48x48.svg "alt="image" /><a href="Codeup Instruction staff">Codeup Instruction staff</a> </h3></th>
<tr>
<td>CodeupInstructors</td>
<td>Member</td>
<td>1 team</td>
</tr>
</tr>
<tr>
<th><h3 ><img src="img/48x48.svg "alt="image" /><a href="Martin Fowler">Martin Fowler</a> </h3></th>
<tr>
<td></td>
<td>Member</td>
<td>0 team</td>
</tr>
</tr>
</table>
<table>
<tr>
<td>© 2018 GitHub, Inc. </td>
<td><a href="Terms">Terms</a> </td>
<td><a href="Privacy">Privacy</a></td>
<td><a href="Security">Security</a></td>
<td><a href="Status">Status</a></td>
<td><a href="Help">Help</a></td>
<td><a href="Contact GitHub">Contact GitHub</a></td>
<td><a href="API">API</a></td>
<td><a href="Training">Training</a></td>
<td><a href="Shop">Shop</a></td>
<td><a href="Blog">Blog</a></td>
<td><a href="About">About</a></td>
</tr>
</table>
</body>
</html>