====================================================
  7th Street Food Pantry — Redesigned Website
  Under God Ministries, Inc.
====================================================

HOW TO DEPLOY THIS SITE
------------------------
1. Upload ALL files and folders to your web hosting account's
   public folder (usually called "public_html" or "www").

2. Your folder structure should look like this on the server:
     public_html/
       index.html
       about.html
       events.html
       donate.html
       volunteer.html
       volunteerform.html
       contact.html
       resources.html
       partners.html
       special.html
       registration.html
       css/
         style.css
       js/
         main.js
       images/          ← copy your existing images folder here
       downloadableFiles/ ← copy your existing downloadableFiles here

3. That's it! No database, no PHP, no server software needed.
   Works on any basic shared hosting plan.


THINGS TO UPDATE AFTER DEPLOYING
---------------------------------

1. CONTACT FORM (contact.html & volunteerform.html)
   The contact forms currently use Formspree for email delivery.
   To activate them:
   a) Create a free account at https://formspree.io
   b) Create a new form and copy your Form ID
   c) In contact.html and volunteerform.html, find this line:
        action="https://formspree.io/f/REPLACE_WITH_YOUR_ID"
   d) Replace "REPLACE_WITH_YOUR_ID" with your actual Formspree ID
   
   Alternative: If your hosting plan includes PHP/email support,
   you can replace the form action with a PHP mail script instead.

2. REGISTRATION FORM (registration.html)
   The registration page currently links back to your existing
   registration system at www.7thstreetfoodpantry.com/registration.php
   
   If you want to host registration on the new site, options include:
   - Google Forms (free, just embed the iframe)
   - JotForm (free tier available)
   - Keep linking to the existing PHP system if it still works

3. PAYPAL DONATE BUTTON (donate.html)
   Update the PayPal business email in donate.html:
   Find:  value="7thstreetfoodpantry@undergodministries.org"
   Replace with your actual PayPal account email.

4. FONTS
   This site uses Google Fonts (Lora + Source Sans 3) loaded from
   the internet. If the site visitor has no internet, fonts will
   fall back to Georgia/sans-serif — still perfectly readable.
   No action needed.


FILE GLOSSARY
-------------
index.html        — Home page
about.html        — About Us
events.html       — Hours & Events
donate.html       — Donations page
volunteer.html    — Volunteer info
volunteerform.html — Volunteer message form
contact.html      — Contact info + form
resources.html    — Community resources
partners.html     — Financial partners list
special.html      — Special thanks / sponsors
registration.html — Food box registration

css/style.css     — All site styles (one file, no dependencies)
js/main.js        — Navigation toggle + scroll animations


MAKING EDITS
------------
All pages are plain HTML — open in any text editor (Notepad,
TextEdit, VS Code, etc.) to make changes. The content is clearly
labeled. You don't need any special software.

To change pantry hours:  edit events.html and contact.html
To add a partner:        edit partners.html
To add a special thanks: edit special.html
To update address/phone: edit contact.html (footer updates
                         require editing each page's footer)


SUPPORT
-------
This site was rebuilt as a community service. For technical
questions about deployment, contact your web hosting provider
or a local web developer.

====================================================
