-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
75 lines (70 loc) · 1.56 KB
/
github.html
File metadata and controls
75 lines (70 loc) · 1.56 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
<!--I don't know how to clean up my code!-->
<!--HTML Elements Exercise Part 2-->
<!--Pushed to GitHub on 7/22/2021-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML Exercise Part 2</title>
</head>
<body>
<img height=65 src="img/github-image.png" alt="GitHub">
<br>
<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>
<br>
<br>
<img height=50 src="img/codeup-arrow.png" alt="Codeup Arrow">
<h4>Codeup</h4>
<ul>
<li><a href="#">Repos</a> 39</li>
<li><a href="#">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>
<p>Codeup's dev team</p>
<div>
<img height=70 src="https://fer-uig.glitch.me?uuid=999" alt="user-icon" />
<a href="#">Kent Beck</a>
<p>KentBeck
<br>
Member
<br>
X team members
</p>
</div>
<img height=70 src="https://fer-uig.glitch.me?uuid=1" alt="user-icon" />
<a href="#">Codeup Staff</a>
<p>CodeupStaff
<br>
Member
<br>
X team members
</p>
<img height= 70 src="https://fer-uig.glitch.me?uuid=777" alt="user-icon" />
<a href="#">Martin F</a>
<p>MartinF
<br>
Member
<br>
X team members
<br>
© 2018 Github. Inc.
<br>
<a href="#">Terms</a>
<a href="#">Privacy</a>
<a href="#">Security</a>
<a href="#">Status</a>
<a href="#">Help</a>
<br>
<a href="#">Contact</a>
<a href="#">API</a>
<a href="#">Training</a>
</p>
</body>
</html>