-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
53 lines (50 loc) · 1013 Bytes
/
github.html
File metadata and controls
53 lines (50 loc) · 1013 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github cloned for part Two exercises</title>
</head>
<body>
<header>
<fieldset>
<nav>
<img src="images/gitfav.png">
<a href="">Pull requests</a>
<a href="">Issues</a>
<a href="">Marketplace</a>
<a href="">Explore</a>
<hr>
</nav>
</fieldset>
</header>
<h1><img src="images/codeuphead.jpeg">Codeup</h1>
<nav>
<a href="">Repositories</a>
<a href="">People</a>
<a href="">Teams</a>
<a href="">Projects</a>
<a href="">Settings</a>
<hr>
</nav>
<table>
<tr>
<th>Codeup's dev team</th>
</tr>
<tr>
<td><img src="images/faviconD.ico">Kent Beck<br>KentBeck</td>
<td>Member</td>
<td>1 team</td>
</tr>
<tr>
<td><img src="images/faviconD.ico"><a href="#">Codeup Instruction Staff</a><br>CodeupInstructors</td>
<td>Member</td>
<td>1 team</td>
</tr>
<tr>
<td><img src="images/faviconD.ico">Martin Fowler</td>
<td>Member</td>
<td>0 team</td>
</tr>
</table>
</body>
</html>