Skip to content

Commit

Permalink
Stop nesting the <footer> in a <div>
Browse files Browse the repository at this point in the history
  • Loading branch information
veyndan committed Aug 6, 2023
1 parent a79dd4d commit cbac85e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 36 deletions.
14 changes: 6 additions & 8 deletions images/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,12 @@ <h2>Data</h2>
</table>
</div>

<div class="container pt-4 pb-3">
<footer>
<p class="text-body-secondary">
Website content released under a <a href="https://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
</p>
</footer>
</div>
<footer class="pt-4 pb-3">
<p class="text-body-secondary">
Website content released under a <a href="https://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
</p>
</footer>
</div> <!-- /container -->
<!-- script tags -->
<script type="text/javascript">
Expand Down
16 changes: 7 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,14 +505,12 @@ <h1 class="col-md-12 text-center">Learn More…</h1>
</div>
</div>
</div>
<div class="container pt-4 pb-3">
<footer>
<p class="text-body-secondary">
Website content released under a <a href="https://creativecommons.org/about/cc0">Creative Commons CC0 Public
Domain Dedication</a> except where an alternate is specified.
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
</p>
</footer>
</div>
<footer class="container pt-4 pb-3">
<p class="text-body-secondary">
Website content released under a <a href="https://creativecommons.org/about/cc0">Creative Commons CC0 Public
Domain Dedication</a> except where an alternate is specified.
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
</p>
</footer>
</body>
</html>
14 changes: 6 additions & 8 deletions learn.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,12 @@ <h1>Blog Posts</h1>
</ul>
</div>

<div class="container pt-4 pb-3">
<footer>
<p class="text-body-secondary">
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
</p>
</footer>
</div>
<footer class="pt-4 pb-3">
<p class="text-body-secondary">
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
</p>
</footer>
</div> <!-- End Container -->
</body>
</html>
14 changes: 6 additions & 8 deletions playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,14 +629,12 @@ <h4>Public Key for Verification</h4>
</div> <!-- /.container -->
</div> <!-- /.loading -->

<div class="container pt-4 pb-3">
<footer>
<p class="text-body-secondary">
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
</p>
</footer>
</div>
<footer class="container pt-4 pb-3">
<p class="text-body-secondary">
Website content released under a <a href="http://creativecommons.org/about/cc0">Creative Commons CC0 Public Domain Dedication</a> except where an alternate is specified.
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
</p>
</footer>

<!-- sccdn scripts -->
<script src="https://cdn.jsdelivr.net/g/[email protected],[email protected],[email protected],[email protected](codemirror.min.js+addon/lint/lint.js+addon/edit/matchbrackets.js+addon/edit/closebrackets.js+addon/display/placeholder.js+addon/hint/show-hint.js+mode/ntriples/ntriples.js+mode/javascript/javascript.js)"></script>
Expand Down
4 changes: 1 addition & 3 deletions spec/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,8 @@ function getDrafts($spec)

?>
</p>
</div> <!-- /container -->

<div class="container pt-4 pb-3">
<footer>
<footer class="pt-4 pb-3">
<p class="text-body-secondary">
JSON-LD Specifications are covered by the <a href="https://www.w3.org/Consortium/Legal/2015/doc-license">W3C DOCUMENT LICENSE</a> except where an alternate is specified.
Part of the <a href="http://payswarm.com/">PaySwarm</a> standardization initiative.
Expand Down

0 comments on commit cbac85e

Please sign in to comment.