diff --git a/content/privacy.md b/content/privacy.md index 8f82d52..6c14f11 100644 --- a/content/privacy.md +++ b/content/privacy.md @@ -11,6 +11,9 @@ use of twosquirrelspress.com, and what happens to it. ## What Two Squirrels Press collects - Your name, email address, and message, when you submit the contact form. +- Your name, email address, manuscript file, author bio, a description of + your submission, the title or call it's for, and a headshot if you + provide one, when you submit the submissions form. That's it — this site doesn't run a newsletter, doesn't sell anything directly, and doesn't use third-party analytics, ad trackers, or tracking @@ -19,6 +22,7 @@ pixels. ## Why Two Squirrels Press collects it - To respond to messages sent through the contact form. +- To evaluate submissions sent through the submissions form. ## What Two Squirrels Press doesn't do diff --git a/content/submissions/_index.md b/content/submissions/_index.md index b3520b8..289a5e4 100644 --- a/content/submissions/_index.md +++ b/content/submissions/_index.md @@ -3,4 +3,6 @@ title: "Submissions" description: "How to submit work to Two Squirrels Press." --- -Coming soon. +We're always glad to look at character-driven speculative fiction and poetry. Markdown is our preferred format, but we'll happily take a `.docx`, `.odt`, or most other common document formats. + +Send us your manuscript along with a short bio, a brief description of the piece, and a headshot if you have one — the form below covers all of it. diff --git a/layouts/submissions/list.html b/layouts/submissions/list.html new file mode 100644 index 0000000..0686564 --- /dev/null +++ b/layouts/submissions/list.html @@ -0,0 +1,68 @@ +{{ define "main" }} +

{{ .Title }}

+{{ .Content }} + +
+ + + + + + + + + + + + + + + + + +

Markdown preferred. Under ~15MB.

+ + + +

Under ~5MB.

+ + + + +
+

+ + +{{ end }}