Skip to content

This website serves as a landing page for people who have received gospel tracts and are visiting the web address printed on the back.

License

Notifications You must be signed in to change notification settings

euroteamoutreach/biblefor.me

Repository files navigation

Bible For Me

Purpose

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.

Features

  • 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.

Pages

Book Pages

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.

About

The about page is a simple markdown page for displaying information on those running the website.

Contact

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.

Contact Confirmation Page

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.

Request

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.

Request Confirmation Page

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.

Forms

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" />

Graphics

Source graphics are stored in image_sources/. The final images are stored in images/.

Image Dimensions

Book header graphics

600px x 400px

Book thumbnails

220px x 340px

Image Credits

<title>unsplash-logo</title>Jason Wong

<title>unsplash-logo</title>chuttersnap

Similar Websites

Graphics

License

Book covers graphics in this repository are copyright by the respective copyright holders are not released under the MIT license.

About

This website serves as a landing page for people who have received gospel tracts and are visiting the web address printed on the back.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published