Static personal website built with HTML and TailwindCSS. The site acts as an online CV and research portfolio and is ready to be hosted on GitHub Pages.
- Home – landing page with name, title and introduction.
- About – background and research interests.
- CV – education, experience, awards and certifications with PDF download.
- Projects – selected research projects and publications.
- Contact – email and social links.
- Responsive design with optional dark mode.
- Subtle hover animations, smooth scrolling and section fade‑ins.
- Modular structure for easy customization (
assets/css,assets/js,assets/pdf).
- Edit the HTML files to add your own content.
- Replace
assets/pdf/Cesar_Olvera_CV.pdfwith your CV. - Push changes to the
mainbranch to publish via GitHub Pages.
No build step is required. Open index.html in your browser or serve the folder:
python3 -m http.server 8000Distributed under the MIT License. See LICENSE for details.