~singpolyma/post-part

de186f36e95d65ddf3b8ae1cb6193911238fec43 — Stephen Paul Weber 3 years ago 096a664
remove interactive, add map
2 files changed, 16 insertions(+), 2 deletions(-)

M index.scss
M index.slim
M index.scss => index.scss +14 -1
@@ 60,7 60,8 @@ a, a:visited, a:link {
	}

	&[href^="https://gofund.me"],
	&[href^="https://www.eventbrite.ca"] {
	&[href^="https://www.eventbrite.ca"],
	&[href="assets/map.pdf"] {
		font-family: druk, sans-serif;
		display: inline-block;
		text-decoration: none;


@@ 75,6 76,18 @@ a, a:visited, a:link {
		color: $fg-alt;
		background: $fg;
	}

	&[href="assets/map.pdf"] {
		color: $bg;
		background: transparent;
		border: 0.2em solid $fg-alt;
		font-size: 1em;

		&:hover {
			background: $fg-alt;
			border-color: $bg;
		}
	}
}

h1, h2 {

M index.slim => index.slim +2 -1
@@ 45,6 45,8 @@ html
		section#location
			h1 Exhibition Location & Partners

			a href="assets/map.pdf" Map of Locations

			markdown:
				1. [![Abrosia Corner Bakery](assets/img/ambrosia.png)](https://ambrosiacornerbakery.com/)
				1. [![Encompass Health](assets/img/encompass.png)](https://www.encompasshealth.ca/)


@@ 80,7 82,6 @@ html
					li Elanor Waslander & Carole Culhane

		section
			a href="interactive" View our interactive website
			a href="credits" Credits

		footer