A simple, elegant black and white personal landing page.
- Minimalist black and white design
- Responsive layout for all devices
- Simple fade-in animations
- No dependencies or frameworks required
- Clone or download this repository
- Open
index.html
in your browser to view the site locally
This is a static website that can be deployed anywhere that hosts static sites:
- Push to a GitHub repository
- Go to repository Settings > Pages
- Select the branch to deploy from (usually
main
) - Your site will be available at
https://[username].github.io/[repository-name]
- Sign up for a Netlify account
- Drag and drop the entire folder to Netlify's upload area
- Your site will be deployed instantly with a Netlify subdomain
- Sign up for a Vercel account
- Import your project from Git or deploy from the Vercel CLI
- Your site will be deployed with a Vercel subdomain
- Edit
index.html
to update content - Modify
styles.css
to change the design - Adjust animations in
script.js