-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
80 lines (76 loc) · 2.3 KB
/
github.html
File metadata and controls
80 lines (76 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Description of content">
<meta name="keywords" content="HTML, CSS, Javascript">
<meta name="author" content="Joseph McComas">
<title>Github.html</title>
</head>
<body>
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="Github logo" height="50" width="50">
<ul>
<li>Pull Requests</li>
<li>Issues</li>
<li>Marketplace</li>
<li>Explore</li>
</ul>
<img src="https://placeholder.pics/svg/100x100/DEDEDE/555555/Codeup" alt="Codeup logo">
<h3>
Codeup
</h3>
<ul>
<li><a href="https://github.com/orgs/CodeupClassroom/teams/ymir-students/repositories">Repos</a> 2</li>
<li><a href="https://github.com/orgs/CodeupClassroom/teams/ymir-students/members">People</a> 22</li>
<li><a href="https://github.com/orgs/CodeupClassroom/teams/ymir-students/teams">Teams</a> 0</li>
<li><a href="https://github.com/orgs/CodeupClassroom/teams/ymir-students/projects">Projects</a> 0</li>
<li><a href="https://github.com/orgs/CodeupClassroom/security/risk">Security Settings</a></li>
</ul>
<table>
<h3>
Codeup's dev team
</h3>
<img src="https://placeholder.pics/svg/100x100/DEDEDE/555555/Dev1" alt="Photo of Dev1"> <a href="#"> Dev 1</a>
<tr>
<th>Dev 1</th>
</tr>
<tr>
<th>Member</th>
</tr>
<tr>
<th>X Team members</th>
</tr>
</table>
<table>
<img src="https://placeholder.pics/svg/100x100/DEDEDE/555555/Staff" alt="Photo of Dev2"> <a href="#"> Codeup Staff</a>
<tr>
<th>Codeup Staff</th>
</tr>
<tr>
<th>Member</th>
</tr>
<tr>
<th>X Team members</th>
</tr>
</table>
<table>
<img src="https://placeholder.pics/svg/100x100/DEDEDE/555555/Dev3" alt="Photo of Dev3"> <a href="#"> Dev 3</a>
<tr>
<th>Dev 3</th>
</tr>
<tr>
<th>Member</th>
</tr>
<tr>
<th>X Team members</th>
</tr>
</table>
<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>
</body>
</html>