Tool page fixes

This commit is contained in:
Tanner
2026-09-26 01:02:50 +00:00
parent 7bac8b4011
commit 05593346fc
2 changed files with 3 additions and 23 deletions
+2 -23
View File
@@ -79,7 +79,7 @@
</div>
</header>
<div class="content">
<div class="layout">
<div class="layout full">
<main>
<h1>Tools</h1>
<div class="entry">
@@ -150,7 +150,7 @@
headingText.textContent = category;
const backLink = document.createElement("a");
backLink.className = "category-back";
backLink.href = "#top";
backLink.href = "#tools-toc";
backLink.textContent = "Back to Top";
heading.append(headingText, backLink);
list.append(heading);
@@ -187,27 +187,6 @@
});
</script>
</main>
<aside class="sidebar">
<section>
<h2>2026 Schedule:</h2>
<p class="green">
Open House every Tuesday from 7-9 pm (even holidays). Just drop in for a tour!
</p>
<p>
<a href="https://youtu.be/B9w5G6Rn99A" class="external">Watch the Protospace mini tour video</a>
</p>
</section>
<section>
<p>1530 27th Avenue NE<br />Bay 108<br />Calgary, Alberta, Canada<br />T2E 7S6</p>
<p><b>Parking:</b> For open house, park in the front lot (southeast) or on the street.</p>
<iframe
class="map"
loading="lazy"
src="https://maps.google.com/maps?width=300&amp;height=100&amp;hl=en&amp;q=Protospace%2C%20Calgary&amp;ie=UTF8&amp;t=&amp;z=12&amp;iwloc=B&amp;output=embed"
title="Map to Protospace"
></iframe>
</section>
</aside>
</div>
</div>
<footer>