-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
67 lines (67 loc) · 2.04 KB
/
github.html
File metadata and controls
67 lines (67 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github</title>
</head>
<body>
<header>
<img src="img/github-icon.svg" alt="github octocat logo"
width="32"
height="21" >
<nav>
<ul>
<li><a href="#pullRequests">Pull requests</a></li>
<li><a href="#issues">Issues</a></li>
<li><a href="#marketplace">Marketplace</a></li>
<li><a href="#explore">Explore</a></li>
</ul>
</nav>
</header>
<main>
<section>
<img src="img/23344937.png" alt="Codeup logo with Cody the duck">
<h2>Codeup</h2>
<nav>
<ul>
<li><a href="#repositories">Repos</a> 39</li>
<li><a href="#people">People</a> 39</li>
<li><a href="#teams">Teams</a> 39</li>
<li><a href="#projects">Projects</a> 39</li>
<li><a href="#settings">Settings</a> 39</li>
</ul>
</nav>
<p>Codeup's dev team</p>
<p>
<img src="http://placeholder.pics/svg/48" alt="gray square"> <a href="#kentBeck"> Kent Beck</a><br>
KentBeck<br>
Member<br>
X team members<br>
<img src="http://placeholder.pics/svg/48" alt="gray square"> <a href="#codeupStaff"> Codeup Staff</a><br>
CodeupStaff<br>
Member<br>
X team members<br>
<img src="http://placeholder.pics/svg/48" alt="gray square"> <a href="#martinF"> Martin F</a><br>
MartinF<br>
Member<br>
X team members<br>
</p>
</section>
</main>
<footer>
<p>© 2018 Github Inc.</p>
<nav>
<p>
<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><br>
<a href="#contact">Contact</a>
<a href="#api">API</a>
<a href="#training">Training</a>
</p>
</nav>
</footer>
</body>
</html>