Browse Source

Credits and screenshots

tags/v1.0.0
Chris Smith 5 years ago
parent
commit
1316e71899
3 changed files with 8 additions and 0 deletions
  1. 8
    0
      README.adoc
  2. BIN
      example-email.png
  3. BIN
      example-form.png

+ 8
- 0
README.adoc View File

@@ -5,6 +5,9 @@
5 5
 Provides a simple, tiny webservice that serves a contact form and sends responses
6 6
 via e-mail.
7 7
 
8
+image:example-form.png[Example contact form] ->
9
+image:example-email.png[Example email message]
10
+
8 11
 == Usage
9 12
 
10 13
 The simplest way to use this is via docker:
@@ -48,6 +51,11 @@ can use the templating syntax described there.
48 51
 The form must contain the `{{ .csrfField }}` template field, which will automatically insert the CSRF token for
49 52
 the request.
50 53
 
54
+== Credits
55
+
56
+Developed by https://chameth.com[Chris Smith]; CSS heavily based on the login form in
57
+ https://github.com/greboid/ig[ig] by https://greboid.com[Greg Holmes].
58
+
51 59
 == Licence
52 60
 
53 61
 This software is licensed under the MIT licence. See the LICENCE.adoc file for the full text.

BIN
example-email.png View File


BIN
example-form.png View File


Loading…
Cancel
Save