-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
51 lines (51 loc) · 2.67 KB
/
github.html
File metadata and controls
51 lines (51 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>GitHub</title>
<link rel="stylesheet" href="css/github.css">
</head>
<body>
<nav id="topnav">
<table>
<tr>
<th><a href="home"> <img src="img/github.png" alt="git hub logo" height="30" width="30"></a></th>
<th><a href="" style="color: white">Pull requests</a> </th>
<th><a href="" style="color: white">Issues</a> </th>
<th><a href="" style="color: white">Marketplace</a> </th>
<th><a href="" style="color: white">Explore</a> </th>
</tr>
</table>
</nav>
<div id="greybox" class="box"><img src="img/codeup-arrow.png" alt="code up logo" width="30" height="30"> Codeup
<table>
<tr>
<th><a class="link" href="">Repositories 39</a> </th>
<th><a class="link" href="">People 19</a> </th>
<th><a class="link" href="">Teams 7</a> </th>
<th><a class="link" href="">Projects 0</a> </th>
<th><a class="link" href="">Settings</a></th>
</tr>
</table>
</div>
<div id="greybox1"> Codeup's dev team</div>
<div id="whitebox"> <img src="img/48x48.svg" alt="icon"> KentBuck                                          Member  1
team
</div>
<div id="whitebox"> <img src="img/codeup-arrow.png" alt="icon" height="48" width="48"> CodeupInstructors                                      Member  1
team
</div>
<div id="whitebox"> <img src="img/48x48.svg" alt="icon"> MartinFowler                                        Member  0
teams
</div>
<br>
<hr>
<br>
</body>
<footer>
<div id="foot1">©2018 GitHub Inc.   <a href="">Terms</a>   <a href="">Privacy</a>   <a href="">Security</a>
  <a href="">Status</a>   <a href="">Help</a></div>
<div id="foot2"><a href="">Contact Github</a>   <a href="">API</a>   <a href="">Training</a>   <a
href="">Shop</a>   <a href="">Blog</a>   <a href="">About</a></div>
</footer>
</html>