-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
152 lines (134 loc) · 3.51 KB
/
github.html
File metadata and controls
152 lines (134 loc) · 3.51 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Dollar Store Github</title>
</head>
<body>
<img src="GitHub-Logo.png"
height="25"
length="25">
<ul>
<li>
<a href="https://github.com/pulls"> Pull Requests</a>
</li>
<li>
<a href="https://github.com/issues"> Issues</a>
</li>
<li>
<a href="https://github.com/marketplace"> Marketplace</a>
</li>
<li>
<a href="https://github.com/explore"> Explore</a>
</li>
</ul>
<img src="Codeup%20logo%20with%20duck.png"
height="50">
<h3>Codeup</h3>
<ul>
<li>
<a href="https://github.com/orgs/CodeupClassroom/repositories">Repos</a> 493
</li>
<li>
<a href="https://github.com/orgs/CodeupClassroom/people">People</a> 1.1k
</li>
<li>
<a href="https://github.com/orgs/CodeupClassroom/teams">Teams</a> 49
</li>
<li>
<a href="https://github.com/orgs/CodeupClassroom/projects">Projects</a> 1
</li>
<li>
<a href="https://github.com/settings/profile">Settings</a> Profile Setting
</li>
</ul>
<table>
<tr>
<th>Codeup's dev team</th>
</tr>
<tr>
<td><img src="random-avatar-img.jpg" height="50">
<a href="https://github.com/KentBeck">Kent Beck</a></td>
</tr>
<tr>
<td><span>KentBeck</span></td>
</tr>
<tr>
<td><span>Member</span></td>
</tr>
<tr>
<td><span>X team members</span></td>
</tr>
<tr>
<th>Codeup Staff</th>
</tr>
<tr>
<td><img src="rando-img-2.jpg" height="50">
<a href="https://github.com/CodeupInstructors">Codeup Staff</a></td>
</tr>
<tr>
<td>Codeup Staff</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
<tr>
<td><img src="Martin%20From.jpg" height="50">
<a href="https://github.com/MartinF">Martin F</a></td>
</tr>
<tr>
<td>MartinF</td>
</tr>
<tr>
<td>Member</td>
</tr>
<tr>
<td>X team members</td>
</tr>
</table>
<!-- This is what i did before i saw that the codeup team was a table element-->
<!--<p>Codeup's Dev Team </p>-->
<!--<img src="random-avatar-img.jpg"-->
<!-- height="50">-->
<!--<a href="https://github.com/KentBeck">Kent Beck</a>-->
<!--<br>-->
<!--<span>KentBeck</span>-->
<!--<br>-->
<!--<span>Member</span>-->
<!--<br>-->
<!--<span>X team members</span>-->
<!--<br>-->
<!--<img src="rando-img-2.jpg" height="50">-->
<!--<a href="https://github.com/CodeupInstructors">Codeup Staff</a>-->
<!--<br>-->
<!--<span>CodeupStaff</span>-->
<!--<br>-->
<!--<span>Member</span>-->
<!--<br>-->
<!--<span>X team members</span>-->
<!--<br>-->
<!--<img src="Martin%20From.jpg" height="50">-->
<!--<a href="https://github.com/MartinF">Martin F</a>-->
<!--<br>-->
<!--<span>CodeupStaff</span>-->
<!--<br>-->
<!--<span>Member</span>-->
<!--<br>-->
<!--<span>X team members</span>-->
<!--<br>-->
<!--<span>© 2023 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/site-policy/privacy-policies/github-privacy-statement">Privacy</a>
<a href="https://github.com/security">Security</a>
<a href="https://www.githubstatus.com/">Status</a>
<a href="https://docs.github.com/">Docs</a>
<br>
<a href="https://support.github.com/?tags=dotcom-footer">Contact</a>
<a href="https://docs.github.com/">API</a>
<a href="https://services.github.com/">Training</a>
</body>
</html>