-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
92 lines (91 loc) · 2.42 KB
/
github.html
File metadata and controls
92 lines (91 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<head>
<title>Github Team</title>
</head>
<body>
<header>
<nav>
<img src="/img/30x30.svg" alt="logo">
<ul>
<li><a href="https://codeup.edu/">Pull requests</a></li>
<li><a href="https://codeup.edu/">Issues</a></li>
<li><a href="https://codeup.edu/">Marketplace</a></li>
<li><a href="https://codeup.edu/">Explore</a></li>
</ul>
</nav>
<br>
<img src="/img/30x30.svg" alt="logo">
<h3>Codeup</h3>
</header>
<article>
<ul>
<li><a href="https:..codeup.edu/">Repos</a> 39</li>
<li><a href="https:..codeup.edu/">People</a> 39</li>
<li><a href="https:..codeup.edu/">Teams</a> 39</li>
<li><a href="https:..codeup.edu/">Projects</a> 39</li>
<li><a href="https:..codeup.edu/">Settings</a> 39</li>
</ul>
</article>
<section>
<table>
<thead>
<tr>
Codeup's Dev Team
</tr>
</thead>
<tbody>
<tr>
<th><img src="/img/48x48.svg"></th>
<th><a href="http://codeup.edu" alt="user-icon">Kent Beck</a></th>
</tr>
<tr>
<td>Kent Beck</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
<tr>
<th><img src="/img/48x48.svg" alt="user-icon"></th>
<th><a href="http://codeup.edu">Codeup Staff</a></th>
</tr>
<tr>
<td>CodeupStaff</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
<tr>
<th><img src="/img/48x48.svg" alt="user-icon"></th>
<th><a href="http://codeup.edu">Martin F</a></th>
</tr>
<tr>
<td>Martin F</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
</table>
</tbody>
</section>
<footer>
© 2018 Github, Inc.
<br>
<a href="http://codeup.edu">Terms</a> <a href="http://codeup.edu">Privacy</a> <a href="http://codeup.edu">Security</a>
<a href="http://codeup.edu">Status</a> <a href="http://codeup.edu">Help</a>
<br>
<a href="http://codeup.edu">Contact</a> <a href="http://codeup.edu">API</a> <a
href="http://codeup.edu">Training</a>
</footer>
</body>
</html>