Skip to content

Commit 19e1d28

Browse files
add correct links in header and footer areas
1 parent 2bd32da commit 19e1d28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
<header>
1818
<div class="masthead">
19-
<h1><a class="identity-logo" href="#">Creative Commons</a></h1>
19+
<h1><a class="identity-logo" href="/">Creative Commons</a></h1>
2020
<button class="expand-menu">Menu</button>
2121
<nav class="primary-menu">
2222
<ul>
23-
<li><a href="#">Who We Are</a></li>
24-
<li><a href="#">What We Do</a></li>
25-
<li><a href="#">Licenses and Tools</a></li>
26-
<li><a href="#">Blog</a></li>
27-
<li><a href="#">Support Us</a></li>
23+
<li><a href="/about/mission">Who We Are</a></li>
24+
<li><a href="/about">What We Do</a></li>
25+
<li><a href="/share-your-work">Licenses and Tools</a></li>
26+
<li><a href="/blog">Blog</a></li>
27+
<li><a href="/about/support-cc/">Support Us</a></li>
2828
</ul>
2929
</nav>
3030

@@ -1178,7 +1178,7 @@ <h3 class="b-header pt-header-card">Let us know if anything comes up</h3>
11781178
</div>
11791179

11801180
<footer>
1181-
<a class="identity-logo" href="#">Creative Commons</a>
1181+
<a class="identity-logo" href="/">Creative Commons</a>
11821182

11831183
<nav class="footer-menu">
11841184
<ul>

0 commit comments

Comments
 (0)