-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
62 lines (53 loc) · 2.18 KB
/
README.txt
File metadata and controls
62 lines (53 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Hands-On Idaho — GitHub Pages Rebuild
This is a static GitHub Pages rebuild for Hands-On Idaho.
## Files in this package
- `index.html`
- `services.html`
- `portfolio.html`
- `contact.html`
- `thank-you.html`
- `404.html`
- `styles.css`
- `script.js`
- `robots.txt`
- `sitemap.xml`
- `CNAME`
## Important
Do not delete your existing image assets unless you are replacing them:
- `logo.png`
- `favicon.ico`
- `og-image.png`
- `project1.JPG`
- `project2.JPG`
- `project3.jpeg`
- `projects.json`
- `public/images/projects/`
This rebuild references those existing files.
## Preserved from your current site
- Domain: `handsonidaho.com`
- Phone: (208) 861-2302
- Email: handsonidaho@outlook.com
- Instagram, Facebook, Nextdoor, and Google Business Profile links
- Google Analytics ID: G-B5PNK5EFXL
- Formspree contact form endpoint: https://formspree.io/f/mzzaloqw
## Project photos
- Current visible project cards use local images already in the repo.
- Future real project photos should go in `public/images/projects/`.
- Add matching metadata to `projects.json` and update the gallery cards in `portfolio.html`.
- Use only real Hands-On Idaho project photos; do not use stock photos or scrape social media.
## Static-site checks
- GitHub Pages should deploy from the `main` branch root so `index.html`, `CNAME`, `robots.txt`, and `sitemap.xml` are served at the domain root.
- The contact form posts directly to Formspree from `contact.html`; `script.js` only updates the submit button/status text and does not block the native form submit.
- Confirm the Formspree endpoint is configured to notify `handsonidaho@outlook.com` and, if desired, redirect successful submissions to `https://handsonidaho.com/thank-you.html`.
## Deploy through GitHub
1. Go to your repo: `austindholt/Hands-On-Idaho`
2. Upload/replace the files from this folder.
3. Keep existing image files in the repo.
4. Commit changes to `main`.
5. Wait a minute or two for GitHub Pages to update.
6. Visit https://handsonidaho.com
## Easy edit spots
- Phone/email/social links are repeated in the HTML files.
- Colors and layout are in `styles.css`.
- Form behavior and mobile menu are in `script.js`.
- Project photos are controlled in `portfolio.html`.