A beginner-friendly template for creating a simple personal websites with Astro and Tailwind.
This repository provides a starter template for creating a personal website. It's designed to be easily customizable for students and professionals who want to establish an online presence quickly. It's a great fit for:
- Students looking to showcase their work and connect with opportunities.
- Professionals wanting a simple but elegant platform to display their skills and network.
- Responsive Design: Looks great on both desktop and mobile devices.
- Resume Download: Allows users to download your resume straight from the website.
Don't be intimidated if you never used neither of them. The repo is almost entirely just HTML and CSS classes.
- Clone the Repository: Clone this repo to your local machine.
- Edit the HTML: Open the
index.htmlfile and locate the comments that guide you through customizing it. - Add Assets: Put your profile picture, resume, and any other assets in the
src/assetsdirectory. - Test Locally: Open the
index.htmlfile in your browser to make sure everything looks good. - Deploy: Once you're happy with your site, you can deploy it using services like GitHub Pages, Netlify, or Vercel.
Look for the comments in the HTML code; they guide you where you should make changes to personalize the site.
Feel free to fork this repository and enhance whatever you want, your contributions are always welcome!