~singpolyma/post-part

2200c47c9ff2a630f03ae7ab49c2d79a0a59ed41 — Stephen Paul Weber 3 years ago 2417910
Finish footer + design feedback
2 files changed, 19 insertions(+), 17 deletions(-)

M index.scss
M index.slim
M index.scss => index.scss +15 -9
@@ 31,6 31,7 @@ html, body {
	background: $bg;
	color: $fg;
	text-align: center;
	line-height: 1.7;

  * {
		box-sizing: border-box;


@@ 40,8 41,8 @@ html, body {
body > a[href="#wallpaper"] {
	&, &:visited, {
		position: fixed;
		top: 1em;
		left: 1em;
		top: 2em;
		left: 2em;
		color: $fg-alt;
		text-decoration: none;
	}


@@ 239,7 240,7 @@ body > small {
	figure {
		background: black;
		border-radius: 2em;
		padding: 1em;
		padding: 3em;
		text-align: left;
		h1 {
			font-size: 1.25em;


@@ 334,18 335,20 @@ footer {
	background: $fg;
	color: $fg-alt;
	padding-top: 2em;
	padding-bottom: 0.5in;
	overflow: hidden;

	p {
		max-width: $column-width;
		margin: 1em auto;
		margin: 3em auto;

		&:nth-of-type(1) {
			margin-top: 5em;
			margin-bottom: 5em;
			margin-top: 7em;
			margin-bottom: 7em;
		}

		&:last-of-type {
			margin-bottom: 5em;
			margin-bottom: 7em;
		}
	}



@@ 356,10 359,13 @@ footer {
	}

	img {
		display: inline-block;
		vertical-align: middle;
		max-height: 5em;

		&[alt="Instagram"] {
			max-height: 2em;
		&[alt="Ontario Arts Council"] {
			padding-left: 0.5in;
			padding-right: 0.5in;
		}
	}
}

M index.slim => index.slim +4 -8
@@ 74,14 74,10 @@ html
			p= paras[11]
			p= paras[12]

			img src="assets/img/INSTAGRAM.png" alt="Instagram"

			address
				' Contact Us
				' Catherine Mellinger
				' Nat Janin
				' Pazit Cahlon
			a href="https://www.instagram.com/longernin_collective/"
				img src="assets/img/INSTAGRAM.png" alt="Instagram"

			img src="assets/img/OAC.svg" alt="Ontario Arts Council"

			img src="assets/img/WORKMAN_ARTS.png" alt="Workman Arts"
			a href="https://workmanarts.com/"
				img src="assets/img/WORKMAN_ARTS.png" alt="Workman Arts"