website/BUILDING-HTML/sidebar.html

29 lines
879 B
HTML

<section id="lbartop">
<div class="titlebar tb-pink" aria-hidden="true">
<span class="tbl" title="navigation"></span>
<span class="tbr"></span>
</div>
<nav>
<h2>navigation</h2>
<ul>
<li><a href="index.html">home</a>
<li><a href="info.html">information</a>
<li><a href="thoughts.html">thoughts</a>
<li><a href="software.html">software, scripts</a>
<li><a href="links.html">links</a>
<li><a href="credits.html">credits</a>
</ul>
</nav>
</section>
<section id="lbarbot">
<div class="titlebar tb-lblue" aria-hidden="true">
<span class="tbl" title="miscellaneous!!"></span>
<span class="tbr"></span>
</div>
<hr>
<ul class="displist sbgridlist" aria-hidden="true">
<li><img src="img/buttons/tosviolation.gif" alt="this page is a tos violation">
<li><img src="img/buttons/anybrowser.gif" alt="best viewed with any browser">
</ul>
</section>