-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
107 lines (91 loc) · 2.87 KB
/
github.html
File metadata and controls
107 lines (91 loc) · 2.87 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Github</title>
</head>
<body>
<nav>
<img src="http://placeholder.pics/svg/30" alt="github logo">
<ul>
<li> <a href="#">Pull requests</a> </li>
<li> <a href="#">Issues</a> </li>
<li> <a href="#">Marketplace</a> </li>
<li> <a href="#">Explore</a> </li>
</ul>
</nav>
<header>
<img src="http://placeholder.pics/svg/48" alt="Codeup logo">
<h3>Codeup</h3>
</header>
<!-- NAV TABS -->
<nav>
<ul>
<li> <a href="#">Repos</a> 39 </li>
<li> <a href="#">People</a> 39 </li>
<li> <a href="#">Teams</a> 39 </li>
<li> <a href="#">Projects</a> 39 </li>
<li> <a href="#">Settings</a> 39 </li>
</ul>
</nav>
<!--member1-->
<table>
<tr>Codeup's dev team</tr>
<tr>
<td><img src="https://camo.githubusercontent.com/134481d6974c238b257edb224b9f77dc67ccae90f90888c4ac96258ba0b5212c/68747470733a2f2f6665722d7569672e676c697463682e6d653f757569643d31" alt="member 1"
width="100px"
height="100px">
<a href="#">Kent Beck</a></td>
</tr>
<tr>
<td>KentBeck</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
<!--member2-->
<tr>
<td><img src="https://camo.githubusercontent.com/c6620981e2c258509222be3172bdef6fcf9140282d625456339b8a8cc9db5882/68747470733a2f2f6665722d7569672e676c697463682e6d653f757569643d32" alt="member 2"
width="100px"
height="100px">
<a href="#">Codeup Staff</a></td>
</tr>
<td>CodeupStaff</td>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
<!--member3-->
<tr>
<td><img src="https://camo.githubusercontent.com/0305e7a27b7cc72c3bdcf7237b7a99bea9a84e14641b911b8005ae63d65cf971/68747470733a2f2f6665722d7569672e676c697463682e6d653f757569643d33" alt="member 3"
width="100px"
height="100px">
<a href="#">Martin F</a></td>
</tr>
<td>MartinF</td>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
<tr>
<td>© 2018 Github. Inc.</td>
</tr>
<tr>
<td><a href="#">Terms</a> <a href="#">Privacy</a> <a href="#">Security</a> <a href="#">Status</a> <a href="#">Help</a></td>
</tr>
<tr>
<td><a href="#">Contact</a> <a href="#">API</a> <a href="#">Training</a></td>
</tr>
</table>
</body>
</html>