-
Notifications
You must be signed in to change notification settings - Fork 0
Add GitHub Pages landing site for RAG workshop #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Single-page responsive landing site in docs/ folder - Mobile-first design with hamburger nav - Light-dominant color scheme (80/20) with warm accents - Sections: Hero, What You'll Learn, About, Course Outline, Instructors, Register CTA - Problem/solution images paired with narrative flow - Plus Jakarta Sans typography - Smooth scroll navigation - Move existing docs to support-docs/ folder - Ready for GitHub Pages deployment from docs/ folder 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add "Thank You to Our Partners" section above Instructors - Include Altered Craft (sponsor) and Portland Metro Region Innovation Hub (partner) logos - Update AC logo SVG for light background (transparent bg, dark text) - Add responsive sponsor layout (stacked mobile, side-by-side desktop) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Integrate sponsor/partner logos into hero section with labels - Add same partner treatment to register CTA section - Add white background cards for logo visibility on dark backgrounds - Use vertical Metro logo, restore AC logo dark code block - Remove separate sponsors section - Responsive: stack vertically on mobile, horizontal on tablet+ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Increase font size to xl and weight to 600 - Add text shadow for contrast - Increase overlay opacity for better text legibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Increase tap targets with larger padding - Add display: block to nav links - Add -webkit-tap-highlight-color for touch feedback - Add touch-action: manipulation to prevent 300ms delay - Add :active states alongside :hover - Include .nav__cta in close-on-click JS selector 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Prevent default anchor behavior in nav links - Close menu first to remove overflow:hidden from body - Add small delay for menu close transition - Explicitly scroll to target with header offset Root cause: overflow:hidden on body was blocking anchor navigation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Increase scroll delay from 50ms to 300ms for iOS scroll restoration - Switch from window.scrollTo to scrollIntoView for better iOS support Root cause: iOS Safari needs time to restore scroll state after overflow:hidden is removed from body. 50ms was insufficient. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…failed prev fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
support-docs/folder to free updocs/for GitHub PagesSite Features
Files Added
docs/index.html- Single-page sitedocs/css/styles.css- Mobile-first responsive stylesdocs/js/main.js- Navigation and scroll interactionsdocs/images/- Hero, problem, solution, outcome images + sponsor logosdocs/.nojekyll- Disable Jekyll processingPreview
Live preview: https://alteredcraft.github.io/workshop-rag-basics/
🤖 Generated with Claude Code