-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.html
More file actions
89 lines (69 loc) · 2.94 KB
/
github.html
File metadata and controls
89 lines (69 loc) · 2.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML Exercise Part Two</title>
</head>
<body>
<header>
<nav>
<img src="img/github_logo.png" width="25" height="25" align="left" alt="Github logo">
<a href="https://github.com/pulls"><u>Pulls</u></a>
<a href="https://github.com/issues">Issues</a>
<a href="https://github.com/marketplace">Marketplace</a>
<a href="https://github.com/explore">Explore</a>
</nav>
</header>
<section>
<h4><img src="img/codeup_arrow.png" width="30" height="30" align="left" alt="Codeup arrow">Codeup</h4>
<nav>
<a href="https://github.com/WilliamBaldridge">Overview</a>
<a href="https://github.com/WilliamBaldridge?tab=repositories">Repositories</a>
<a href="https://github.com/WilliamBaldridge?tab=projects">Projects</a>
<a href="https://github.com/WilliamBaldridge?tab=packages">Packages</a>
</nav>
</section>
<main>
<table>
<tr>
<th><strong>Codeup's Dev Team</strong></th>
</tr>
<tr>
<td><img src="img/github_logo.png" width="40" height="40" align="left" alt="@KentBeck"></td>
<td><a href="https://github.com/WilliamBaldridge">Not Kent Beck</a> <br> Kent Beck</td>
<td>Member</td>
<td>1 Team</td>
</tr>
<tr>
<td><img src="img/github_logo.png" width="40" height="40" align="left" alt="@KentBeck"></td>
<td><a href="https://github.com/WilliamBaldridge">Not Kent Beck</a> <br> Kent Beck</td>
<td>Member</td>
<td>1 Team</td>
</tr>
<tr>
<td><img src="img/github_logo.png" width="40" height="40" align="left" alt="@KentBeck"></td>
<td><a href="https://github.com/WilliamBaldridge">Not Kent Beck</a> <br> Kent Beck</td>
<td>Member</td>
<td>1 Team</td>
</tr>
</table>
</main>
<footer>
<p>© 2018 GitHub, Inc.<span></span></p>
<nav>
<a href="https://github.com/WilliamBaldridge">Overview</a>
<a href="https://github.com/WilliamBaldridge?tab=repositories">Repositories</a>
<a href="https://github.com/WilliamBaldridge?tab=projects">Projects</a>
<a href="https://github.com/WilliamBaldridge?tab=packages">Packages</a>
</nav>
<aside>
<nav>
<a href="https://github.com/WilliamBaldridge">Overview</a>
<a href="https://github.com/WilliamBaldridge?tab=repositories">Repositories</a>
<a href="https://github.com/WilliamBaldridge?tab=projects">Projects</a>
<a href="https://github.com/WilliamBaldridge?tab=packages">Packages</a>
</nav>
</aside>
</footer>
</body>
</html>