-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
112 lines (112 loc) · 1.85 KB
/
github.html
File metadata and controls
112 lines (112 loc) · 1.85 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Codeup-Main Page</title>
</head>
<body>
<header>
<table>
<tr>
<th>Pull Requests</th>
<th>Issues</th>
<th>Marketplace</th>
<th>Explore</th>
</tr>
</table>
<hr>
</header>
<main>
<img src="images/codey.png" alt="Codey the Duck">
<h1>Codeup</h1>
<section>
<table>
<tr>
<th>Repositories</th>
<th>People</th>
<th>Teams</th>
<th>Projects</th>
<th>Settings</th>
</tr>
</table>
<br>
<br>
<br>
<hr>
</section>
<section>
<h3>Codeup's Dev Team</h3>
<div>
<img src="images/profile.png" alt="Kent Beck">
<table>
<tr>
<td>
<a href="">Kent Beck</a>
</td>
</tr>
<tr>
<td>Kent Beck</td>
<td>Member</td>
<td>1 Team</td>
</tr>
</table>
<br>
<img src="images/profile3.png" alt="Betty White">
<table>
<tr>
<td>
<a href="">Betty White</a>
</td>
</tr>
<tr>
<td>Betty White</td>
<td>Member</td>
<td>1 Team</td>
</tr>
</table>
<br>
<img src="images/profile2.png" alt="Martin Fowler">
<table>
<tr>
<td>
<a href="">Martin Fowler</a>
</td>
</tr>
<tr>
<td>Martin Fowler</td>
<td>Member</td>
<td>0 Teams</td>
</tr>
</table>
</div>
</section>
</main>
<footer>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table>
<tr>
<td><p>© 2018 Github, Inc.</p></td>
<td>Terms</td>
<td>Privacy</td>
<td>Security</td>
<td>Status</td>
<td>Help</td>
<td>Contact</td>
<td>API</td>
<td>Training</td>
<td>Shop</td>
<td>Blog</td>
<td>About</td>
</tr>
</table>
</footer>
</body>
</html>