-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
71 lines (70 loc) · 2.76 KB
/
github.html
File metadata and controls
71 lines (70 loc) · 2.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Github Team Page</title>
</head>
<body>
<header>
<nav>
<img src="/Users/fieldsfury/IdeaProjects/codeup-web-exercises/img/30x30.svg">
<a href="www.pullrequests.com">Pull requests</a>
<a href="www.issues.com">Issues</a>
<a href="www.marketplace.com">Marketplace</a>
<a href="www.explore.com">Explore</a>
</nav>
</header>
<main>
<p>
<img src="/Users/fieldsfury/IdeaProjects/codeup-web-exercises/img/codeuplogo.png" alt="codeup logo" width="100" height="50">
</p>
<nav>
<a href="www.repositories.com">Repositories <strong>3</strong></a>
<a href="www.issues.com"><strong>People 15</strong></a>
<a href="www.marketplace.com">Teams <strong>7</strong></a>
<a href="www.explore.com">Projects <strong>0</strong></a>
<a href="www.explore.com">Settings</strong></a>
</nav>
</main>
<table>
<tr>
<th>Codeup's Dev Team</th>
</tr>
<tr>
<td><img src="/Users/fieldsfury/IdeaProjects/codeup-web-exercises/img/48x48.svg" alt="codeup small" Starter</td>
<td>Kent Beck <br> KentBeck</td>
<td>Member</td>
<td>1 Team</td>
</tr>
<tr>
<td><img src="/Users/fieldsfury/IdeaProjects/codeup-web-exercises/img/48x48.svg" alt="codeup small" Starter</td>
<td>Codeup Instruction Staff <br> CodeupInstructors</td>
<td>Member</td>
<td>1 Team</td>
</tr>
<tr>
<td><img src="/Users/fieldsfury/IdeaProjects/codeup-web-exercises/img/48x48.svg" alt="codeup small" Starter</td>
<td>Martin Fowler</td>
<td>Member</td>
<td>1 Teams</td>
</tr>
</table>
<hr>
<footer>
<nav>
Ⓒ2018 GitHub Inc.
<a href="www.pullrequests.com">Teams</a>
<a href="www.issues.com">Privacy</a>
<a href="www.marketplace.com">Security</a>
<a href="www.explore.com">Status</a>
<a href="www.explore.com">Help</a>
<a href="www.explore.com">Contact GitHub</a>
<a href="www.explore.com">API</a>
<a href="www.explore.com">Training</a>
<a href="www.explore.com">Shop</a>
<a href="www.explore.com">Blog</a>
<a href="www.explore.com">About</a>
</nav>
</footer>
</body>
</html>