-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
102 lines (98 loc) · 2.78 KB
/
github.html
File metadata and controls
102 lines (98 loc) · 2.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github</title>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
th {
background-color: lightblue;
}
</style>
</head>
<body>
<div style="background-color: black" class="container" class="topnav">
<img src="img/30x30.svg">
<a href="#pullrequests">Pull Requests</a>
 
<a href="#issues">Issues</a>
 
<a href="#marketplace">Marketplace</a>
 
<a href="#explore">Explore</a>
</div>
<div style="background-color: lightgrey" class="container">
<p><img src="img/30x30.svg"> Codeup</p>
<br>
<a href="#repositories">Repositories</a>
  
<a href="#people">People</a>
  
<a href="#teams">Teams</a>
  
<a href="#projects">Projects</a>
  
<a href="#settings">Settings</a>
</div>
<table>
<tr>
<th>Codeup's Dev Team</th>
</tr>
<tr>
<td><img src="img/48x48.svg"> Kent Beck<br>       KentBeck</td>
<td>Member</td>
<td>1 team</td>
</tr>
<tr>
<td><img src="img/48x48.svg"> Codeup Instruction Staff<br>       CodeupInstructors</td>
<td>Member</td>
<td>1 team</td>
</tr>
<tr>
<td><img src="img/48x48.svg"> Martin Fowler</td>
<td>Member</td>
<td>0 teams</td>
</tr>
</table>
<br>
<br>
<hr>
<br>
<div class="container">
© 2018 GitHub, Inc.
 
<a href="#terms">Terms</a>
 
<a href="#privacy">Privacy</a>
 
<a href="#security">Security</a>
 
<a href="#status">Status</a>
 
<a href="#help">Help</a>
                  
                  
           
<a href="#contactgithub">Contact GitHub</a>
 
<a href="#api">API</a>
 
<a href="#training">Training</a>
 
<a href="#shop">Shop</a>
 
<a href="#blog">Blog</a>
 
<a href="#about">About</a>
</div>
</body>
</html>