-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
77 lines (68 loc) · 1.97 KB
/
github.html
File metadata and controls
77 lines (68 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github Teams</title>
</head>
<body>
<nav>
<img src="img/logo.png" alt="Codeup's logo" width="5%">
<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>
<div>
<img src="img/logo.png" alt="Codeup's logo" width="5%">
<h3>Codeup</h3>
</div>
<div>
<ul>
<li><a href="#">Repos <span>39</span></a></li>
<li><a href="#">People <span>39</span></a></li>
<li><a href="#">Teams<span>39</span></a></li>
<li><a href="#">Projects <span>39</span></a></li>
<li><a href="#">Settings <span>39</span></a></li>
</ul>
</div>
<div>
<h4>Codeup Team</h4>
<div>
<img src="https://fer-uig.glitch.me?u=3" alt="user-icon"/>
<a href="#">Mary Christmas</a>
<div>Mary has 10 years experience and a chihuahua named Chewy</div>
<div>Member</div>
<div>X Team Member</div>
</div>
<br>
<img src="https://fer-uig.glitch.me?u=2" alt="user-icon"/>
<a href="#">Lucy Lu Who</a>
<div>Lucy Lu Who has 5 years experience and a bearded dragon named Mushu</div>
<div>Member</div>
<div>X Team Member</div>
<br>
<div>
<img src="https://fer-uig.glitch.me?u=1" alt="user-icon"/>
<a href="#">Jingle Belle</a>
<div>Jingle Belle has 17 years experience and a snail named Larry</div>
<div>Member</div>
<div>X Team Member</div>
</div>
</div>
<div>
<div>© 2023 Github.com</div>
<ul>
<li><a href="#">Terms</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Security</a></li>
<li><a href="#">Status</a></li>
</ul>
<ul>
<li><a href="#">Help</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">API</a></li>
<li><a href="#">Training</a></li>
</ul>
</div>