-
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) · 1.97 KB
/
Copy pathgithub.html
File metadata and controls
51 lines (51 loc) · 1.97 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>
</head>
<body>
<header>
<img src="img/githublogo.png" alt="github octocat logo">
<nav>
<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>
<main>
<section>
<img src="img/codeup-arrow.png">
<h2>Codeup</h2>
<nav>
<ul>
<li><a href="">Repos</a> 39</li>
<li><a href="">People</a> 15</li>
<li><a href="">Teams</a> 7</li>
<li><a href="">Projects</a> 0</li>
<li><a href="">Settings</a></li>
</ul>
</nav>
<p><strong>Codeup's dev team</strong></p>
<img src="https://fer-uig.glitch.me?uuid=1" alt="user-icon" /><a href="">Jim Bob</a>
<p>JimBob<br>Member<br>X team members</p>
<img src="https://fer-uig.glitch.me?uuid=2" alt="user-icon" /><a href="">Rick Sanchez</a>
<p>RickSanchez<br>Member<br>X team members</p>
<img src="https://fer-uig.glitch.me?uuid=3" alt="user-icon" /><a href="">Bird Person</a>
<p>BirdPerson<br>Member<br>X team members</p>
</section>
</main>
<footer>
<p>© 2018 Github, Inc.</p>
<nav>
<p>
<a href="">Terms</a>, <a href="">Privacy</a>, <a href="">Security</a>, <a href="">Status</a><br>
<a href="">Help</a>, <a href="">Contact</a><a href="">API</a>, <a href="">Training</a>
</p>
</nav>
</footer>
</body>
</html>