Tool page fixes
This commit is contained in:
+2
-23
@@ -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&height=100&hl=en&q=Protospace%2C%20Calgary&ie=UTF8&t=&z=12&iwloc=B&output=embed"
|
||||
title="Map to Protospace"
|
||||
></iframe>
|
||||
</section>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user