-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
79 lines (67 loc) · 3.31 KB
/
github.html
File metadata and controls
79 lines (67 loc) · 3.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Github</title>
</head>
<body>
<img src="http://placeholder.pics/svg/30">
<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="http://placeholder.pics/svg/30">
<h2>Codeup</h2>
<ul>
<li><a href="https://github.com/CodeupClassroom">Overview</a></li>
<li><a href="https://github.com/orgs/CodeupClassroom/repositories">Repositories</a> (471)</li>
<li><a href="https://github.com/orgs/CodeupClassroom/projects?query=is%3Aopen">Projects</a> (1)</li>
<li><a href="https://github.com/orgs/CodeupClassroom/packages">Packages</a></li>
<li><a href="https://github.com/orgs/CodeupClassroom/teams">Teams</a> (48)</li>
<li><a href="https://github.com/orgs/CodeupClassroom/people">People</a> (1.1k)</li>
<li><a href="https://github.com/orgs/CodeupClassroom/insights">Insights</a></li>
<li><a href="https://github.com/orgs/CodeupClassroom/security/risk">Security</a></li>
</ul>
<h2>Seamless communication with teams</h2>
<div>Teams are a great way for groups of people to communicate and work on code together. Take a look at why they’re great.</div>
<br>
<table>
<tr>
<th><strong>Flexible Repository Access</strong></th>
<th><strong>Request To Join Teams</strong></th>
<th><strong>Team Mentions</strong></th>
</tr>
<tr>
<th>You can add repositories to your teams with more flexible levels of access (Admin, Write, Read).</th>
<th>Members can quickly request to join any team. An owner or team maintainer can approve the request.</th>
<th>Use team @mentions (ex. @github/design for the entire team) in any comment, issue, or pull request.</th>
</tr>
</table>
<a href="https://docs.github.com/en/organizations/organizing-members-into-teams">Learn more</a>
<br>
<div>48 teams in the Codeup classroom organization</div>
<a href="https://github.com/orgs/CodeupClassroom/teams/apex">Apex</a>
<div><a href="https://github.com/orgs/CodeupClassroom/teams/bash-students">bash-students</a></div>
<div><a href="https://github.com/orgs/CodeupClassroom/teams/betelgeuse-students">betelguese-students</a></div>
<div><a href="https://github.com/orgs/CodeupClassroom/teams/ceres-students">ceres-students</a></div>
<div><a href="https://github.com/orgs/CodeupClassroom/teams/codeup-staff">codeup-staff</a></div>
<div>etc.....</div>
<br>
<div>© 2022 Github, Inc.</div>
<div>
<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://docs.github.com/">Docs</a>
<a href="https://support.github.com/?tags=dotcom-footer">Contact Github</a>
<a href="https://github.com/pricing">Pricing</a>
<a href="https://docs.github.com/">API</a>
<a href="https://services.github.com/">Training</a>
<a href="https://github.blog/">Blog</a>
<a href="https://github.com/about">About</a>
</div>
</body>
</html>