-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
100 lines (86 loc) · 2.49 KB
/
github.html
File metadata and controls
100 lines (86 loc) · 2.49 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github Mock Page</title>
<img src="Photos/Codeup%20Class%20img/github_pic.png" alt="Github logo" height="50" width="50">
</head>
<body>
<br>
<nav>
<ul>
<li>
<a href="https://github.com/pulls">Pull Request</a>
</li>
<li>
<a href="https://github.com/pulls">Issues</a>
</li>
<li>
<a href="https://github.com/marketplace">Marketplace</a>
</li>
<li>
<a href="https://github.com/explore">Explore</a>
</li>
</ul>
</nav>
<img src="Photos/Codeup%20Class%20img/codeup_logo.jpg" alt="Codeup logo" width="50" height="50">
<br>
<strong>Codeup</strong>
<ul>
<li>
<a href="https://github.com/gocodeup">Repos </a><span> 39</span>
</li>
<li>
<a href="https://codeup.com/portfolio-category/san-antonio-staff/">People</a><span> 39</span>
</li>
<li>
<a href="https://codeup.com/student-page/">Teams</a><span> 39</span>
</li>
<li>
<a href="https://codeup.com/projects/">Projects</a><span> 39</span>
</li>
<li>
<a href="https://codeup.com/path-codeup-coding-bootcamps/">Settings</a><span> 39</span>
</li>
<br>
</ul>
<span>Codeup's Dev Team</span>
<br>
<br>
<img src="Photos/Codeup%20Class%20img/Dani_random.jpeg" alt="Codeup logo" width="50" height="50"><a href="somelink.com">Dani Red</a>
<br>
<span>Dani Red</span>
<br>
<span>Member</span>
<br>
<span>X Team Member</span>
<br>
<img src="Photos/Codeup%20Class%20img/Jack_random.jpeg" alt="Codeup logo" width="50" height="50"><a href="somelink.com">Jack Blacc</a>
<br>
<span>Jack Blacc</span>
<br>
<span>Member</span>
<br>
<span>X Team Member</span>
<br>
<img src="../Photos/Codeup Class img/Carly_random.jpeg" alt="Codeup logo" width="50" height="50"><a href="somelink.com">Carly Blu</a>
<br>
<span>Carly Blu</span>
<br>
<span>Member</span>
<br>
<span>X Team Member</span>
<br>
<span>©2018 Github Inc.</span>
<br>
<a href="https://docs.github.com/en/github/site-policy/github-terms-of-service">Terms</a>
<a href="https://docs.github.com/en/github/site-policy/github-privacy-statement">Privacy</a>
<a href="https://github.com/security">Security</a>
<a href=https://www.githubstatus.com/>Status</a>
<a href=https://github.com/about>About</a>
<br>
<a href="https://support.github.com">Contact</a>
<a href="https://docs.github.com/en">API</a>
<a href="https://services.github.com/">Training</a>
</body>
</html>