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
+130
View File
@@ -0,0 +1,130 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>Contact 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 full">
<main>
<h1>Contact</h1>
<div class="entry">
<p>Its great that youre interested in Protospace!</p>
<p>
The best starting point is to
<strong>come out to one of our open house nights, held every Tuesday from 7 pm to 9 pm</strong>
(even holidays). Just drop in and you can have a tour, meet some of the people and see how we
work. There are often people around on the weekend, and occasionally our volunteers make
arrangements to meet someone at another time, but Tuesdays are the best opportunity.
</p>
<hr />
<p>
Aside from visiting an open house, you can contact us through these methods (email is the
most effective):
</p>
<h3>Email:</h3>
<p><a href="mailto:info@protospace.ca">info@protospace.ca</a></p>
<hr />
<h3>Telephone&nbsp;(only Voice Mail):</h3>
<p>+1 (587) 774-5672</p>
<hr />
<h3>Postal Mail:</h3>
<p>
1530 27th Avenue NE, Bay 108<br />
Calgary, Alberta, Canada<br />
T2E 7S6
</p>
<hr />
<p>
<a href="https://www.google.ca/maps/place/Calgary+Protospace+Ltd./@51.07701,-114.0233128,15z/data=!4m2!3m1!1s0x537177754cb71bf9:0xa0039e8a3e820581">
Here is a <em>Google Map</em> to our location
</a>.
</p>
<span class="icon-paperplane" aria-hidden="true"></span>
<h3>Parking:</h3>
<p>
Designated spots are available in the rear parking lot. There is also street parking at the
side of the complex. A door bell available at rear entrance. Please use the front door during
public Protospace events, as you will be required to sign in and get a name tag.
</p>
<hr />
<h3>Getting Here:</h3>
<p>
<a href="https://maps.google.ca/maps/ms?msid=208583905441188347072.0004ca4c53d4171d3923b&amp;msa=0&amp;z=13">
View Larger Map
</a>
</p>
<p>
Our space is in an industrial area and not overly pedestrian friendly. To make it a bit
easier we offer a loose car pool system and there are often members happy to give you a lift
home if you can get down to the space.<br />
Here are the nearest transit stops:
</p>
<ul>
<li>Stop: 6033 NB 12 ST@27 AV NE</li>
<li>Stop: 7512 EB 27 AV@12 ST NE</li>
<li>Stop: 7522 WB 27 AV@15 ST NE</li>
</ul>
<figure>
<img width="1024" height="455" src="/assets/FrontProto-1024x455.jpg" alt="Exterior of the Protospace makerspace" />
</figure>
<hr />
<p></p>
</div>
</main>
</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>