aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-03 21:06:37 +0430
committerPedram Ashofteh Ardakani <pedramardakani@pm.me>2020-05-03 21:18:14 +0430
commite9539d209e9c2e387c0379a28f7d90081daf4f34 (patch)
tree6fe12398cc8545444e9d1f9344ff370a228d81bf /index.html
parentff99bbcc78c7f96cfd4b78622971b2574b71755e (diff)
Fix footers in HTML
* Wrap in <footer> tag * Add ARIA role * Add ID's so they can be referenced to via anchors * Fixed typo in head
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/index.html b/index.html
index 59e661f..63cd7a9 100755
--- a/index.html
+++ b/index.html
@@ -120,32 +120,6 @@ git branch -b my-fix</code></pre>
</li>
</ol>
</section>
-
- <section>
- <footer role="contentinfo" class="button">
- <div>
- <h3>head 1</h3>
- <ul>
- <li><a href="#">link 1</a></li>
- <li><a href="#">link 2</a></li>
- </ul>
- </div>
- <div class="foot-col-mid">
- <h3>head 2</h3>
- <ul>
- <li><a href="#">link 1</a></li>
- <li><a href="#">link 2</a></li>
- </ul>
- </div>
- <div>
- <h3>head 3</h3>
- <ul>
- <li><a href="#">link 1</a></li>
- <li><a href="#">link 2</a></li>
- </ul>
- </div>
-
- </footer>
</div>
</body>
</html>