Your site is committed to Git and ready to deploy! All files are staged at:
C:\Users\MarieLexisDad\pai\Projects\dr-giddeon-landing
- Go to: https://github.com/new
- Repository name:
dr-gideon-landing(or your preferred name) - Description: Professional landing page for Dr. Gideon's AI training sessions
- Visibility: ✅ Public (required for free GitHub Pages)
- DO NOT initialize with README, .gitignore, or license (we already have these)
- Click "Create repository"
After creating the repo, GitHub will show you commands. Run these in your terminal:
cd Projects/dr-giddeon-landing
git remote add origin https://github.com/YOUR_USERNAME/dr-gideon-landing.git
git branch -M main
git push -u origin mainReplace YOUR_USERNAME with your actual GitHub username!
- Go to your repository on GitHub
- Click "Settings" tab
- Scroll down to "Pages" in the left sidebar
- Under "Source", select:
- Branch:
main - Folder:
/ (root)
- Branch:
- Click "Save"
- Wait 1-2 minutes for deployment
Once your site is live, you need to update the form redirect:
- GitHub Pages URL will be:
https://YOUR_USERNAME.github.io/dr-gideon-landing/ - Open
index.htmlin an editor - Find line 50:
<input type="hidden" name="_next" value="https://yourdomain.com/index.html#resources"> - Replace with:
<input type="hidden" name="_next" value="https://YOUR_USERNAME.github.io/dr-gideon-landing/#resources"> - Save and commit:
git add index.html git commit -m "Update FormSubmit redirect URL for GitHub Pages" git push
IMPORTANT: The first time someone submits the form, FormSubmit will send a confirmation email to williamgideonjr@gmail.com.
You MUST click the confirmation link to activate form submissions!
After that, every teacher submission will arrive automatically at williamgideonjr@gmail.com.
https://YOUR_USERNAME.github.io/dr-gideon-landing/
Want to use a custom domain like aitraining.drgideon.com?
- Go to repository Settings → Pages
- Under "Custom domain", enter your domain
- Follow the DNS configuration instructions
- Update the FormSubmit
_nextURL to match your custom domain
Site not loading?
- Wait 2-3 minutes after enabling GitHub Pages
- Check Settings → Pages shows "Your site is live at..."
- Verify branch is set to
mainand folder is/ (root)
Form not working?
- Check that you confirmed the FormSubmit activation email
- Verify the
_nextURL matches your actual GitHub Pages URL - Check browser console for errors (F12)
PDF not downloading?
- Make sure
AI Cheatsheet for educators for CAAASA.pdfis in the root directory - Check that it's committed to Git:
git ls-files | grep pdf
All form submissions will arrive at: williamgideonjr@gmail.com
Email subject line: "New Teacher Registration - Dr. Gideon AI Training"
Need help? The site is ready to go - just follow these steps!