This repository is a follow-up to the Academic-Professional-Portfolio-Website project. It provides a refined and extended version of the portfolio with additional sections such as certifications and a style guide for consistent presentation.
.
├── assets/ # Assets like CSS, JS, images
├── about.html # About section
├── certificates.html # Certifications page
├── favicon.png # Favicon for branding
├── index.html # Landing/home page
├── projects.html # Projects portfolio page
├── style-guide.md # Markdown file for design and style guidelines
-
Clone the repository:
git clone https://github.com/<your-username>/Portfolio-Follow-Up.git cd Portfolio-Follow-Up
-
Open in a web browser:
open index.html # macOS # or start index.html # Windows
-
Optional: Launch a local server:
# Python 3.x python -m http.server # Then visit http://localhost:8000
This project is licensed under the MIT License. Feel free to reuse or modify with attribution.
👉 Live Follow-Up Portfolio Website
For best results, pair this with the original academic portfolio to present a full view of your professional and personal journey.