76 lines
2.3 KiB
HTML
76 lines
2.3 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||
<title>Wood Shop – 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>Wood Shop</h1>
|
||
<div class="entry">
|
||
<figure>
|
||
<img width="1280" height="960" src="/assets/wood-shop-1.jpg" alt="Woodworking table saw and work surface" />
|
||
</figure>
|
||
|
||
<figure>
|
||
<img width="1280" height="960" src="/assets/wood-shop-2.jpg" alt="Woodworking tools and project workspace" />
|
||
</figure>
|
||
|
||
<figure>
|
||
<img width="1280" height="960" src="/assets/wood-shop-3.jpg" alt="Member using a woodworking power tool" />
|
||
</figure>
|
||
</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&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>
|
||
<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> |