-# Full source may be found at: https://git.singpolyma.net/post-part
-# Copyright 2020 Stephen Paul Weber <singpolyma.net>
-#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
-# SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
-# RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
-# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
-# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- paras = File.read("assets/paras.txt").lines
doctype html
html
head
meta charset="utf-8"
title Post-Part
link type="text/css" rel="stylesheet" href="../index.css"
base target="_blank"
scss:
img[src="../assets/img/cotd.jpg"] {
margin-top: -4em;
max-width: 15vw;
}
#map {
margin-top: 3em;
margin-bottom: 3em;
h1 {
margin: 0 auto;
margin-bottom: 2em;
padding: 0;
max-width: 25em;
}
svg {
width: 90%;
max-height: 70vh;
}
}
body
hgroup
h1 Post-Part
== Tilt['md'].new { paras[16] }.render
a href="https://cotdwaterlooregion.org/": img alt="Climb Out of the Darkness" src="../assets/img/cotd.jpg"
section#map
h1 Click on each Location on the Map to be taken to our exhibition webpages
== open("assets/img/map.svg").read
a href="credits" Credits
a href="../" Post-Part Home