-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgithub.html
45 lines (45 loc) · 1.86 KB
/
github.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Codeup Team Github Page</title>
</head>
<body>
<p>
<img src="img/30x30.svg" alt="github pic">
<ul>
<li><a href="https://github.com/pulls" alt="code up pull request" >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>
</p>
<p>
<img src="img/48x48.svg" alt="codeup pic">
<h2>Codeup</h2>
<ul>
<li><a href="https://github.com/orgs/gocodeup/repositories" >Repositories</a> </li>
<li><a href="https://github.com/orgs/gocodeup/people">People</a> </li>
<li><a href="https://codeup.com/">teams</a> </li>
<li><a href="https://github.com/orgs/CodeupClassroom/projects?query=is%3Aopen">Projects</a> </li>
<li><a href="https://codeup.com/">Settings</a> </li>
</ul>
</p>
<h3>Codeup Dev team</h3>
<table> <tr>
<td><img src="https://fer-uig.glitch.me" alt="user-icon" /><a href="https://www.kentbeck.com/">Kent Beck</a>
</td>
<td>Kent Beck</td></tr></table>
<h3>X team members</h3>
<p><img src="https://fer-uig.glitch.me" alt="user-icon" /><a href="https://www.kentbeck.com/">Brian Williams</a> </p>
<h3>Codeup Staff</h3>
<p><img src="https://fer-uig.glitch.me" alt="user-icon" /><a href="https://www.kentbeck.com/">Jacob Foss</a> </p>
<p><img src="https://fer-uig.glitch.me" alt="user-icon" /><a href="https://www.kentbeck.com/">Ashley Wentwell</a> </p>
</body>
<footer>
<h6>© 2018 Github Inc.</h6>
<p>
<a href="https://google.com">Terms</a> <a href="https://google.com">Privacy</a> <a href="https://google.com">Security</a> <a href="https://google.com">Status</a> <a href="https://google.com">Help</a> <a href="https://google.com">Contact</a> <a href="https://google.com">API</a> <a href="https://google.com">Training</a>
</p>
</footer>
</html>