Skip to content

Jivan-Patel/ycombinator-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Y Combinator Clone

Project Description

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.

Objective

  • Recreate startup-program style informational pages.
  • Build consistent multi-page branding and navigation.
  • Practice separate stylesheet management per page context.

Tech Stack

  • HTML5
  • CSS3

Project Structure

  • 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.

Key UI Features

  • Multi-page informational site flow.
  • Shared header/footer across pages.
  • Dedicated CSS files for page-specific customization.

How To Run

  1. Open the ycombinator-clone folder in VS Code.
  2. Open index.html in your browser.
  3. Open about.html and apply.html to view additional pages.
  4. Optional: Use Live Server for auto-refresh.

Customization Guide

  • Update page text/content in each HTML file.
  • Edit shared styling in nav&footer.css.
  • Adjust page-specific visuals in style.css, about.css, and apply.css.

Current Scope

  • Frontend-only implementation.
  • No real form submission backend for apply flow.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors