Replaced section divs with section elements

This commit is contained in:
Sasha Koshka 2022-09-19 17:27:37 -04:00 committed by emma
parent 498d1b5620
commit 508be05ded
3 changed files with 25 additions and 25 deletions

View File

@ -39,7 +39,7 @@
</nav> </nav>
<div class="content"> <div class="content">
<div class="column"> <div class="column">
<div class="section"> <section>
<h2 id=history> <h2 id=history>
<a href="history">History</a> <a href="history">History</a>
</h2> </h2>
@ -59,8 +59,8 @@
this goal. Read more at our this goal. Read more at our
<a href="/blog">blog</a>. <a href="/blog">blog</a>.
</p> </p>
</div> </section>
<div class="section"> <section>
<h2 id="structure"> <h2 id="structure">
<a href="#structure">Structure</a> <a href="#structure">Structure</a>
</h2> </h2>
@ -146,13 +146,13 @@
they enjoy, and their responsibilities, see our they enjoy, and their responsibilities, see our
<a href="/network">Network</a> page. <a href="/network">Network</a> page.
</p> </p>
</div> </section>
</div> </div>
<div class="column"> <div class="column">
<h2 class="h-right" id="technical"> <h2 class="h-right" id="technical">
<a href="#technical">Technical Information</a> <a href="#technical">Technical Information</a>
</h2> </h2>
<div class="section"> <section>
<h2 class="h-right" id="wtf-is-a-tib"> <h2 class="h-right" id="wtf-is-a-tib">
<i><a href="#wtf-is-tib"> <i><a href="#wtf-is-tib">
WTF is a Tebibyte? WTF is a Tebibyte?
@ -166,8 +166,8 @@
<a href="https://en.wikipedia.org/wiki/Binary_prefix#Consumer_confusion"> <a href="https://en.wikipedia.org/wiki/Binary_prefix#Consumer_confusion">
Wikipedia</a>. Wikipedia</a>.
</p> </p>
</div> </section>
<div class="section"> <section>
<h2 class="h-right" id="license"> <h2 class="h-right" id="license">
<a href="#license">How is your site licensed?</a> <a href="#license">How is your site licensed?</a>
</h2> </h2>
@ -192,8 +192,8 @@
here</a> for that copy. The source code is available here</a> for that copy. The source code is available
<a href="https://git.tebibyte.media/meta/site">here</a>. <a href="https://git.tebibyte.media/meta/site">here</a>.
</p> </p>
</div> </section>
<div class="section"> <section>
<h2 class="h-right" id="hosting"> <h2 class="h-right" id="hosting">
<a href="#hosting">Who is your hosting provider?</a> <a href="#hosting">Who is your hosting provider?</a>
</h2> </h2>
@ -204,8 +204,8 @@
<a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/"> <a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/">
Linux-libre</a> kernel. Linux-libre</a> kernel.
</p> </p>
</div> </section>
<div class="section"> <section>
<h2 class="h-right" id="thanks"> <h2 class="h-right" id="thanks">
<a href="#thanks">Special Thanks</a> <a href="#thanks">Special Thanks</a>
</h2> </h2>
@ -224,11 +224,11 @@
Ortus Journal</a> for giving me the reason I needed to Ortus Journal</a> for giving me the reason I needed to
create the Network! create the Network!
</p> </p>
</div> </section>
</div> </div>
<div class="section"> <section>
</div> </section>
</div> <!-- content --> </div> <!-- content -->
<footer> <footer>
<div class="footer"> <div class="footer">

View File

@ -148,7 +148,7 @@ ul {
text-align: right; text-align: right;
} }
.section { section {
flex-basis: 100%; flex-basis: 100%;
} }

View File

@ -38,7 +38,7 @@
</ul> </ul>
</nav> </nav>
<div class="content"> <div class="content">
<div class="section"> <section>
<h2 id="members"> <h2 id="members">
<a href="#members">Members</a> <a href="#members">Members</a>
</h2> </h2>
@ -64,8 +64,8 @@
[!] [!]
</a> </a>
</p> --> </p> -->
</div> </section>
<div class="section"> <section>
<h2 id="specification"> <h2 id="specification">
<a href="#specification">Specification</a> <a href="#specification">Specification</a>
</h2> </h2>
@ -99,8 +99,8 @@
A webring whose constituents are all blogs that focus on A webring whose constituents are all blogs that focus on
physics could be an example of a Tebibyte Media network. physics could be an example of a Tebibyte Media network.
</p> </p>
</div> </section>
<div class="section"> <section>
<h2 id="responsibilities"> <h2 id="responsibilities">
<a href="#responsibilities"> <a href="#responsibilities">
Responsibilites &amp; Assurances Responsibilites &amp; Assurances
@ -144,8 +144,8 @@
through the submission process and help with any problems through the submission process and help with any problems
presented by this setup. presented by this setup.
</p> </p>
</div> </section>
<div class="section"> <section>
<h2 id="benefits"> <h2 id="benefits">
<a href="#benefits">Member Benefits</a> <a href="#benefits">Member Benefits</a>
</h2> </h2>
@ -205,8 +205,8 @@
and the existing Tebibyte Media Network as a baseline level of and the existing Tebibyte Media Network as a baseline level of
exposure. exposure.
</p> </p>
</div> </section>
<div class="section"> <section>
<h2 id="application"> <h2 id="application">
<a href="#application">Application</a> <a href="#application">Application</a>
</h2> </h2>
@ -373,7 +373,7 @@
</p> </p>
</li> </li>
</ol> </ol>
</div> </section>
</div> <!-- content --> </div> <!-- content -->
<footer> <footer>
<div class="footer"> <div class="footer">