This website is intended to serve as a landing page for people who have received printed gospel tracts and have visited the website on the back. The homepage is intended to be the initial landing page for visitors, and the links on the page go to other pages that give them more information. From the homepage the visitor can view the books offered, and then may select select one. Clicking the link to select a book takes them to the request page, which prompts them to complete the form to request the book.
- Easy to customize styles via SASS variables
- Easy to add more books to give away
- Just add a new page with a description of the book and a thumbnail and background image
- Homepage and request form will update automatically based on the book pages
- Plug in your own contact forms
- HTML forms for FormTools have been added, but they are plain HTML forms that can be wired up to any form service.
For every book offered on the website there is a book page with a layout of type book
. Any book page created will show up on the homepage and the request form automatically.
The about page is a simple markdown page for displaying information on those running the website.
A page displaying a simple contact form with a message box, intended for visitors who have general questions on the site. The form action should be updated to point to the URL of the form service you are using.
This page shows a confirmation message to the user informing them there contact submission from the contact page has been received. This page should be displayed to the user after they have successfully submitted the contact form. You will need to configure your form service to redirect successful submissions to this page.
A page displaying the book request form, intended for visitors would like to receive a printed book by mail. The form requires an email, a street address, and a book title. The form action should be updated to point to the URL of the form service you are using.
This page shows a confirmation message to the user informing them there book request submission from the request page has been received. This page should be displayed to the user after they have successfully submitted the book request form. You will need to configure your form service to redirect successful submissions to this page.
Form Tools is used for the forms on the website. You'll need to config them to work with you FormTools instance by adding this markup inside the form tags:
<input type="hidden" name="form_tools_initialize_form" value="1" />
Source graphics are stored in image_sources/
. The final images are stored in images/
.
Book header graphics
600px x 400px
Book thumbnails
220px x 340px
<title>unsplash-logo</title>Jason Wong
<title>unsplash-logo</title>chuttersnap
- https://publicdomainvectors.org/en/free-clipart/Silhouette-vector-drawing-of-old-man-standing/18335.html
- https://publicdomainvectors.org/en/free-clipart/Christ-on-the-cross-vector-image/4215.html
- Code is released under the MIT License
- Page content is released under the Creative Commons Attribution 4.0 International
Book covers graphics in this repository are copyright by the respective copyright holders are not released under the MIT license.