This project is a static multi-page clone inspired by Y Combinator pages, including home, about, and apply sections with shared navigation and footer design.
- Recreate startup-program style informational pages.
- Build consistent multi-page branding and navigation.
- Practice separate stylesheet management per page context.
- HTML5
- CSS3
index.html: Homepage clone.about.html: About page.apply.html: Apply page.style.css: Main homepage styles.about.css: About page specific styles.apply.css: Apply page specific styles.nav&footer.html: Shared navigation/footer markup reference.nav&footer.css: Shared navigation/footer styling.
- Multi-page informational site flow.
- Shared header/footer across pages.
- Dedicated CSS files for page-specific customization.
- Open the
ycombinator-clonefolder in VS Code. - Open
index.htmlin your browser. - Open
about.htmlandapply.htmlto view additional pages. - Optional: Use Live Server for auto-refresh.
- Update page text/content in each HTML file.
- Edit shared styling in
nav&footer.css. - Adjust page-specific visuals in
style.css,about.css, andapply.css.
- Frontend-only implementation.
- No real form submission backend for apply flow.