Skip to content
Snippets Groups Projects
Commit 0a5ace8e authored by khawkins98's avatar khawkins98
Browse files

Remove stray closing div

Thanks to @esanzgar for pointing out
parent c75a382f
No related branches found
No related tags found
No related merge requests found
......@@ -175,60 +175,59 @@
<div id="content" role="main" class="row">
<!-- Suggested layout containers -->
<section>
<!-- Your menu structure should make a breadcrumb redundant, but if a breadcrump is needed uncomment the below -->
<!--
<nav aria-label="You are here:" role="navigation">
<ul class="breadcrumbs">
<li><a href="#">Home</a></li>
<li><a href="#">Parent</a></li>
<li class="disabled">Disabled</li>
<li>
<span class="show-for-sr">Current: </span> This page
</li>
</ul>
</nav>
-->
<div class="row">
<div id="main-content-area" class="medium-12 columns">
<h2>EBI Visual Framework </h2>
<p>For information on building a site, <a href="https://ebiwd.github.io/EBI-Pattern-library/">see the EBI Pattern Library</a>, or if you want to develop further <a href="https://github.com/ebiwd/EBI-Framework">check out the GitHub repo</a>.</p>
</div>
</div>
<!-- Suggested layout containers -->
<section>
<!-- Your menu structure should make a breadcrumb redundant, but if a breadcrump is needed uncomment the below -->
<!--
<nav aria-label="You are here:" role="navigation">
<ul class="breadcrumbs">
<li><a href="#">Home</a></li>
<li><a href="#">Parent</a></li>
<li class="disabled">Disabled</li>
<li>
<span class="show-for-sr">Current: </span> This page
</li>
</ul>
</nav>
-->
<div class="row">
<div id="main-content-area" class="medium-12 columns">
<h2>EBI Visual Framework </h2>
<p>For information on building a site, <a href="https://ebiwd.github.io/EBI-Pattern-library/">see the EBI Pattern Library</a>, or if you want to develop further <a href="https://github.com/ebiwd/EBI-Framework">check out the GitHub repo</a>.</p>
</div>
</div>
</section>
<!-- End suggested layout containers -->
</section>
<!-- End suggested layout containers -->
</div>
</div>
<footer>
<!-- Optional local footer (insert citation / project-specific copyright / etc here -->
<div id="local-footer">
<div class="row">
<span class="reference">How to reference this page: ...</span>
</div>
<footer>
<!-- Optional local footer (insert citation / project-specific copyright / etc here -->
<div id="local-footer">
<div class="row">
<span class="reference">How to reference this page: ...</span>
</div>
<!-- End optional local footer -->
</div>
<!-- End optional local footer -->
<div id="global-footer">
<div id="global-footer">
<nav id="global-nav-expanded" class="row">
<!-- Footer will be automatically inserted by footer.js -->
</nav>
<nav id="global-nav-expanded" class="row">
<!-- Footer will be automatically inserted by footer.js -->
</nav>
<section id="ebi-footer-meta" class="row">
<!-- Footer meta will be automatically inserted by footer.js -->
</section>
<section id="ebi-footer-meta" class="row">
<!-- Footer meta will be automatically inserted by footer.js -->
</section>
</div>
</div>
</footer>
</div> <!--! end of #wrapper -->
</footer>
<!-- JavaScript -->
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment