Convert protospace.ca to static HTML

This commit is contained in:
Tanner
2026-09-16 17:13:21 +00:00
commit 9d5cc15922
60 changed files with 1454 additions and 0 deletions
+133
View File
@@ -0,0 +1,133 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>About Protospace</title>
<link rel="stylesheet" href="/styles.css" />
</head>
<body>
<header>
<div class="nav-wrap">
<a class="brand" href="/"><img src="/assets/logo.png" alt="Protospace" /></a>
<nav class="nav">
<a href="/the-space/">About</a>
<a href="/join-us/">Membership</a>
<a href="http://wiki.protospace.ca">Wiki</a>
<a href="http://my.protospace.ca">Portal</a>
<a href="/contact/">Contact</a>
</nav>
</div>
</header>
<div class="content">
<div class="layout">
<main>
<h1>About</h1>
<div class="entry">
<p>
Our space occupies about 6500 square feet consisting of two 2000 sq ft warehouse bays that
constitute our workshop areas, along with general work space, office and support areas.
</p>
<p>Select an area to view:</p>
<div class="area-grid">
<a class="area-card" href="/wood-shop/"><img src="/assets/wood-shop-4-1024x768.jpg" alt="Wood Shop" /><span>Wood Shop</span></a>
<a class="area-card" href="/metal-shop/"><img src="/assets/metal-shop-4-1024x768.jpg" alt="Metal Shop" /><span>Metal Shop</span></a>
<a class="area-card" href="/laser-cutters/"><img src="/assets/laser-cutters-2-1024x768.jpg" alt="Laser Cutters" /><span>Laser Cutters</span></a>
<a class="area-card" href="/sewing-room/"><img src="/assets/sewing-room-1-1024x768.jpg" alt="Sewing Room" /><span>Sewing Room</span></a>
<a class="area-card" href="/electronics-lab/"><img src="/assets/electronics-lab-1-1024x768.jpg" alt="Electronics Lab" /><span>Electronics Lab</span></a>
<a class="area-card" href="/3d-printers/"><img src="/assets/3d-printers-4-1024x768.jpg" alt="3D Printers" /><span>3D Printers</span></a>
</div>
<p id="facilities">Facilities available to members include (training may be required):</p>
<ul>
<li>New Sewing Area (embroidery machine, serger, DTG printer, sublimation machine)</li>
<li>Electronics Area (soldering, oscilloscopes, power supplies)</li>
<li>3D Printer Village</li>
<li>Laser Cutters</li>
<li>
Woodworking Shop (table saw, miter saw, bandsaw, sanders, planners, jointer, CNC Routers
large and small)
</li>
<li>Machining Shop (milling machine, lathe, CNC milling machine)</li>
<li>Welding Shop (MIG, aluminum spool gun, AC/DC arc/stick, TIG welder)</li>
<li>Member Storage</li>
<li>Classroom Space (with computers and projector)</li>
<li>Lounge</li>
<li>Office/Small Meeting Room</li>
</ul>
<p>
Our space is always growing. We add new tools and features every month. If you havent seen
us in a while, drop by and and see whats new!
</p>
<p></p>
<h2>Tool Donation Wishlist</h2>
<p>Protospace will benefit from the following tools:</p>
<ul>
<li>Sawstop table saw</li>
<li><span style="color: initial">Soldering irons</span></li>
<li>Metal lathe collect chuck</li>
<li>Large wood planer</li>
<li>Engine hoist</li>
<li>Motorized winch / gantry</li>
<li>20&#8243; disc sander</li>
<li>Panel saw</li>
<li>Pantorouter</li>
<li>Thermal camera</li>
<li>Pottery equipment</li>
<li>Glassblowing equipment</li>
</ul>
<p></p>
</div>
</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"><b>Click here for a mini tour video</b></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"
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>
<section>
<form class="search">
<input placeholder="Search…" aria-label="Search" />
<button type="button"></button>
</form>
</section>
</aside>
</div>
</div>
<footer>
<div class="footer-inner">
<div class="footer-links">
<div><a href="https://www.youtube.com/user/calgaryprotospace/playlists">YouTube</a></div>
<div><a href="http://wiki.protospace.ca/Faq">F.A.Q.</a></div>
<div><a href="https://www.facebook.com/CalgaryProtospace/">Facebook</a></div>
</div>
<h4>PROTOSPACE 2026 · All rights reserved</h4>
</div>
</footer>
</body>
</html>