@@ 6,6 6,7 @@ all: \
window/NsD0/index.html \
window/Vfqb/index.html \
window/m39N/index.html \
+ window/ImgX/index.html \
credits/index.html
entr:
@@ 34,15 35,20 @@ credits/index.html: credits/index.slim assets/paras.txt
window/NsD0/index.html: window.slim Makefile window.js
mkdir -p window/NsD0
- /usr/share/doc/ruby-slim/examples/slimrb -l '{ "num": "One", "location": "Ambrosia Corner Bakery" }' -p window.slim > $@
+ /usr/share/doc/ruby-slim/examples/slimrb -l '{ "num": "One", "location": "Ambrosia Corner Bakery", "sponsors": ["AWB", "CityofKitchener", "cotd", "breastfeeding-buddies"] }' -p window.slim > $@
window/Vfqb/index.html: window.slim Makefile window.js
mkdir -p window/Vfqb
- /usr/share/doc/ruby-slim/examples/slimrb -l '{ "num": "Two", "location": "Encompass Health & Wellness" }' -p window.slim > $@
+ /usr/share/doc/ruby-slim/examples/slimrb -l '{ "num": "Two", "location": "Encompass Health & Wellness", "sponsors": ["AWB", "CityofKitchener", "cpmt"] }' -p window.slim > $@
window/m39N/index.html: window.slim Makefile window.js
mkdir -p window/m39N
- /usr/share/doc/ruby-slim/examples/slimrb -l '{ "num": "Three", "location": "Benton & Charles Parking Garage" }' -p window.slim > $@
+ /usr/share/doc/ruby-slim/examples/slimrb -l '{ "num": "Three", "location": "Benton & Charles Parking Garage", "sponsors": ["AWB", "CityofKitchener", "shore"] }' -p window.slim > $@
+
+window/ImgX/index.html: window.slim Makefile window.js
+ mkdir -p window/ImgX
+ /usr/share/doc/ruby-slim/examples/slimrb -l '{ "num": "Four", "location": "Joseph Schneider Haus", "sponsors": ["AWB", "CityofKitchener", "cotd", "schneiderhaus"] }' -p window.slim > $@
+
window.js: Window.purs packages.dhall spago.dhall
spago bundle-app -u-c --main Window --to window.js
@@ 98,24 98,52 @@ html
section#window-sponsors
h1 Thank you to the following sponsors
- a href="https://awesomewithoutborders.org/": img alt="Awesome Without Borders" src="../../assets/img/AWB.png"
- img alt="City of Kitchener" src="../../assets/img/CityofKitchener.png"
- a href="https://cotdwaterlooregion.org/": img alt="Climb Out of the Darkness" src="../../assets/img/cotd.jpg"
+ - if sponsors.include?("AWB")
+ a href="https://awesomewithoutborders.org/"
+ img alt="Awesome Without Borders" src="../../assets/img/AWB.png"
+ - if sponsors.include?("shore")
+ a href="https://www.shorecentre.ca/"
+ img alt="SHORE Centre" src="../../assets/img/shore.png"
+ - if sponsors.include?("lisette")
+ a href="https://doula.sette.ca"
+ img alt="Lisette Weber, Postpartum Doula" src="../../assets/img/lisette.png"
+ - if sponsors.include?("CityofKitchener")
+ img alt="City of Kitchener" src="../../assets/img/CityofKitchener.png"
+ - if sponsors.include?("cotd")
+ a href="https://cotdwaterlooregion.org/"
+ img alt="Climb Out of the Darkness" src="../../assets/img/cotd.jpg"
+ - if sponsors.include?("cpmt")
+ a href="https://www.canadianperinatalmentalhealthtrainings.com/"
+ img alt="Canadian Perinatal Mental Health Trainings" src="../../assets/img/cpmt.jpg"
+ - if sponsors.include?("breastfeeding-buddies")
+ a href="https://www.breastfeedingbuddies.com/"
+ img alt="Breastfeeding Buddies" src="../../assets/img/breastfeeding-buddies.jpg"
+ - if sponsors.include?("schneiderhaus")
+ a href="https://www.schneiderhaus.ca"
+ img alt="Schneider Haus" src="../../assets/img/schneiderhaus.png"
section#locations
h1 Further locations can be visited at
- section
- h1 Encompass Health & Wellness
- p 20 Queen Street North. Window accessible from GOUDIES LANE
-
- section
- h1 Benton & Charles Parking Garage
- p window viewable from Benton Street, west side under overhang
-
- section
- h1 Joseph Schneider Haus
- p 466 Queen Street South. Window accesible by laneway behind main house — interior of windowed laneway.
+ - if num != "One"
+ section
+ h1 Ambrosia Corner Bakery
+ p 324 Frederick St
+
+ - if num != "Two"
+ section
+ h1 Encompass Health & Wellness
+ p 20 Queen Street North. Window accessible from GOUDIES LANE
+
+ - if num != "Three"
+ section
+ h1 Benton & Charles Parking Garage
+ p window viewable from Benton Street, west side under overhang
+
+ - if num != "Four"
+ section
+ h1 Joseph Schneider Haus
+ p 466 Queen Street South. Window accesible by laneway behind main house — interior of windowed laneway.
a href="../../" Home