-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
63 lines (63 loc) · 1.77 KB
/
github.html
File metadata and controls
63 lines (63 loc) · 1.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<header style="white-space: pre; background-color: black;">
<img style="max-height: 2em" src="image/githubcat.png" alt="Githubcat">
<ul>
<li><a href="#">Pull Request</a></li>
<li><a href="#">Issues</a></li>
<li><a href="#">Marketplace</a></li>
<li><a href="#">Explore</a></li>
</ul>
</header>
<nav>
<img src="image/logo+duck.png" alt="codeuplogo" style="height: 3em; margin-top: 1em"></img>
<h2>Codeup</h2>
<ul>
<li><a href="#">Repos</a> 39</li>
<li><a href="#People">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>
<main>
<section id="People">
<h4>Codeup's dev team</h4>
<div>
<img src="image/devteam1.png" style="max-width: 4em">
<a href="#">Kent Beck</a><br>
Kent Beck<br>
Member<br>
X team members
</div>
<div>
<img src="image/devteam2.png" style="max-width: 4em">
<a href="#">Codeup Staff</a><br>
Codeup staff<br>
Member<br>
X team members
</div>
<div>
<img src="image/devteam3.png" style="max-width: 4em">
<a href="#">Martin F</a><br>
MartinF<br>
Member<br>
X team members
</div>
</section>
</main>
<footer>
<section>© 2018 GitHub. Inc.
<a href="#">Term </a><a href="#">Privacy </a><a href="#">Security </a><a href="#">Help</a>
</section>
<section>
<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>
</section>
</footer>
</body>
</html>