-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
68 lines (52 loc) · 1.57 KB
/
github.html
File metadata and controls
68 lines (52 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Structure Exercise</title>
</head>
<body>
<header>
<nav>
<section>
<p> <img src="http://placeholder.pics/svg/30">
Pull Requests Issues Marketplace Explore</p>
</section>
</nav>
</header>
<main id="people_table">
<section id="page_navigation">
<p><img src="http://placeholder.pics/svg/30"> Codeup</p>
<p>Repositories People Teams Project Settings</p>
</section>
<table>
<tr>
<th>Codeup's dev team</th>
</tr>
<tr>
<td><img src="http://placeholder.pics/svg/48>">Kent Beck<br>
KentBeck</td>
<td>Member</td>
<td>1 team</td>
</tr>
<tr>
<td><img src="http://placeholder.pics/svg/48>">Codeup Instruction Staff<br>
CodeupInstructors</td>
<td>Member</td>
<td>1 team</td>
</tr>
<tr>
<td><img src="http://placeholder.pics/svg/48>">Martin Fowler</td>
<td>Member</td>
<td>0 teams</td>
</tr>
</table>
</main>
<footer>
<hr>
<section id="bottom_nav">
<div id="bottom_left">2018 GitHub, Inc Terms Privacy Security Status Help</div>
<div id="bottom_right">Contact GitHub API Training Shop Blog About</div>
</section>
</footer>
</body>
</html>