diff --git a/.gitignore b/.gitignore index 7ceb526..530579e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _site .jekyll-metadata .bundle node_modules +resources diff --git a/assets/css/main.scss b/assets/css/main.scss index 0861707..09e57cb 100755 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -193,6 +193,7 @@ pre { //@import "parts/animate"; @import "parts/misc"; +@import "parts/front-flex"; /* = = = = = = = = = = Media = = = = = = = = = = */ @import "media"; diff --git a/assets/css/parts/_front-flex.scss b/assets/css/parts/_front-flex.scss new file mode 100644 index 0000000..563849e --- /dev/null +++ b/assets/css/parts/_front-flex.scss @@ -0,0 +1,44 @@ +.front-flex { + display: flex; + flex-flow: row wrap; + align-items: stretch; + + .hero { + display: flex; + background-color: rgba(255, 255, 255, 0.1); + padding: 1rem; + } + + .third { + flex: 1 0 30%; + padding: 0.5rem; + min-width: 300px; + } + + .small { + flex: 1 0 38%; + padding: 0.5rem; + min-width: 300px; + } + + .large { + flex: 1 0 61%; + padding: 0.5rem; + min-width: 300px; + } + + .odd { + background-color: rgba(255, 255, 255, 0.05); + } +} + +@media only screen and (max-width: 960px) { + .front-flex { + display: block; + + div, .hero, .hero div { + display: inline-block; + width: 100%; + } + } +} diff --git a/content/_index.html b/content/_index.html index f7f9295..717328a 100644 --- a/content/_index.html +++ b/content/_index.html @@ -1,8 +1,81 @@ --- --- -
Welcome to the written works of Madison Scott-Clary.
+
+ Welcome to the written works of Madison Scott-Clary.
-Madison is an author of fiction, non-fiction, and poetry living in Loveland, Colorado. Her interests lie in the realms of furry fiction and non-fiction, collaborative fiction, and hypertextual writing. She is a member of the Furry Writers' Guild, and editor for several projects, fiction and non-fiction. This site collects several of her written works.
+Madison is an author of fiction, non-fiction, and poetry living in the Pacific Northwest. Her interests lie in the realms of furry fiction and non-fiction, collaborative fiction, and hypertextual writing. She is a member of the Furry Writers' Guild, and editor for several projects, fiction and non-fiction. This site collects several of her written works.
-This site comprises mostly completed written works. For drafts, in-progress words, and so on, head over to her blog and writing page
+This site comprises mostly completed written works. For drafts, in-progress words, and so on, head over to her blog and writing page
+Madison has had her work published in several anthologies and has self-published her work in a few more.
+
+ Along with standalone works and story collections, Madison has worked on several writing projects, often with others
+Madison has worked on several pieces of various kinds. These are broken down into sensible categories.
+Madison's work covers a variety of topics, organized into tags.
+Several of Madison's projects take part in shared universes or in series.
+