-
-
Notifications
You must be signed in to change notification settings - Fork 0
Content Editing Guide
DMV Throwers Yoyo Club edited this page Mar 29, 2026
·
1 revision
This guide explains how to update or add content to the DMV Throwers website.
- Navigate to the file on GitHub
- Click the pencil icon (Edit)
- Make your changes
- Scroll down, write a commit message
- Select "Create a new branch" and open a PR
- Pull the latest:
git pull origin main - Edit the HTML file
- Test in browser
- Commit and push to a branch
- Open a PR on GitHub
Edit events.html — each meetup is a card with date, time, and location. Update the relevant fields.
VSYC-26 is split across 8 pages, all sharing assets/css/vsyc26.css:
| Page | What to edit |
|---|---|
vsyc26.html |
Hero section, about text, quick facts |
vsyc26-divisions.html |
Division cards and descriptions |
vsyc26-schedule.html |
Day-of schedule times |
vsyc26-register.html |
Pricing, payment links, music upload |
vsyc26-sponsors.html |
Sponsor tiers, JotForm embed |
vsyc26-venue.html |
Venue details, rules for vendors |
vsyc26-rules.html |
Contest ruleset |
vsyc26-faq.html |
FAQ items, contact info, key dates |
The nav bar and footer are duplicated in each VSYC page. If you change nav links, update all 8 files.
- Place images in the appropriate subfolder under
assets/images/:-
events/— monthly flyers -
gallery/— club photos -
logos/— logo variants
-
- Reference with a relative path:
assets/images/gallery/photo.png - Use descriptive
alttext for accessibility
- Create a new
.htmlfile in the root directory - Copy the
<head>section from an existing page (update title/description) - Include the shared nav and footer
- Add the page to the nav in all relevant files
- Add the URL to
sitemap.xml - Update the README site structure table
- Keep tone friendly and welcoming
- Use clear, descriptive headings
- Keep paragraphs short
- Match the existing visual style (dark navy theme for VSYC, red/white for club pages)
- Don't add emoji to the site HTML unless specifically requested