hswaw/site: init templates and static from www-main

Retrieved from code.hackerspace.pl/q3k/www-main at
afd7415f582b474e737f830037e4c23178220032 .

No cleanup/conversion yet - straight from the repository.

Change-Id: Ia7ef50483541863cb1a7509607d549cdfe15522e
diff --git a/hswaw/site/templates/subscribe.html b/hswaw/site/templates/subscribe.html
new file mode 100644
index 0000000..61ad4b0
--- /dev/null
+++ b/hswaw/site/templates/subscribe.html
@@ -0,0 +1,19 @@
+<form action="/" method="post">
+  <input name=_csrf_token type=hidden value="{{ csrf_token() }}">
+  <h1 class="mail" style="text-align: center;">Listy mailingowe</h1>
+  <h2 style="text-align: center; margin-top: -6px;">Zapisz się i porozmawiaj</h2>
+  <h4><input name="mail-waw" type="checkbox" class="mailcheck" checked="true" />Warszawska</h4>
+  <div class="mail-desc">Główna lista dyskusyjna hackerspaceu - organizacja i rozwiązywanie problemów.</div>
+  <h4><input name="mail-proj" type="checkbox" class="mailcheck" checked="true"/>Warszawska Projektowa</h4>
+  <div class="mail-desc">Informacje o postępie projektów, pomysły, ogłaszanie sukcesów i porażek.</div>
+  <h4><input name="mail-offtopic" type="checkbox" class="mailcheck" />Off Topic</h4>
+  <div class="mail-desc">Dyskusja o wszystkim i o niczym. Niski stosunek sygnału do szumu.</div>
+  <center>
+    <input type="text" name="email" class="email-entry" placeholder="twoj@email.com" />
+    <div class="mail-captcha">
+        {{ captcha() }}
+        <input type="text" name="captcha" class="email-entry" placeholder="Przepisz CAPTCHA...">
+    </div>
+    <input type="submit" value="Zapisz się" class="email-submit" />
+  </center>
+</form>