diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..b348fc4 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,92 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + S + + diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..b348fc4 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,92 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + S + + diff --git a/favicon32.png b/favicon32.png new file mode 100644 index 0000000..d4b3699 --- /dev/null +++ b/favicon32.png Binary files differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..b348fc4 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,92 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + S + + diff --git a/favicon32.png b/favicon32.png new file mode 100644 index 0000000..d4b3699 --- /dev/null +++ b/favicon32.png Binary files differ diff --git a/favicon96.png b/favicon96.png new file mode 100644 index 0000000..b1d37b2 --- /dev/null +++ b/favicon96.png Binary files differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..b348fc4 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,92 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + S + + diff --git a/favicon32.png b/favicon32.png new file mode 100644 index 0000000..d4b3699 --- /dev/null +++ b/favicon32.png Binary files differ diff --git a/favicon96.png b/favicon96.png new file mode 100644 index 0000000..b1d37b2 --- /dev/null +++ b/favicon96.png Binary files differ diff --git a/index.html b/index.html index b29ba88..5e323b6 100755 --- a/index.html +++ b/index.html @@ -1,18 +1,31 @@ - -
- Synoikos - -
+ + + + + Synoikos + + + + + + -

Welcome home!

- - Home is where one starts from + +
+ + Home is where one starts from. - -
-

© 2018 the Synoikos team. + +

+ + diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..b348fc4 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,92 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + S + + diff --git a/favicon32.png b/favicon32.png new file mode 100644 index 0000000..d4b3699 --- /dev/null +++ b/favicon32.png Binary files differ diff --git a/favicon96.png b/favicon96.png new file mode 100644 index 0000000..b1d37b2 --- /dev/null +++ b/favicon96.png Binary files differ diff --git a/index.html b/index.html index b29ba88..5e323b6 100755 --- a/index.html +++ b/index.html @@ -1,18 +1,31 @@ - -
- Synoikos - -
+ + + + + Synoikos + + + + + + -

Welcome home!

- - Home is where one starts from + +
+ + Home is where one starts from. - -
-

© 2018 the Synoikos team. + +

+ + diff --git a/stylesheet.css b/stylesheet.css index bfe3fff..4b73fa4 100755 --- a/stylesheet.css +++ b/stylesheet.css @@ -1,25 +1,41 @@ body { - background: slategrey; + background: rgb(150, 171, 194); font-family: Arial, Helvetica, sans-serif; color: darkslategrey; - margin: 20px; + margin: 0; } -a { - font-weight: bold; - font-style: italic; +#mainContainer { + display: flex; + flex-direction: column; + max-width: 800px; + margin: auto; + height: 100%; +} + +#mainContainer > div { + background: slategrey; + /* width: 100%; */ + box-sizing: border-box; + flex-shrink: 0; + align-items: stretch; +} + +#header { + padding: 1em 0 1em 2em; +} + + +#body img { + width: 100%; +} + +#footer { + padding: 1em 0 1em 2em; + flex-grow: 1; +} + +h1 { color: midnightblue; } -h1, h2 { - font-family: "Times New Roman", Times, serif; - font-style: italic; - margin-bottom: 0.5em; - color: midnightblue; -} - -cite { - font-style: italic; - font-size: small; - color: dimgrey; -}