A clean, responsive portfolio website built with HTML, CSS, and JavaScript. Features a sophisticated, minimalist editorial aesthetic inspired by publications like Medium and The New York Times, utilizing a monochrome/silver color palette and elegant serif typography.
- Editorial Design: Clean, paper-like aesthetic with classic serif typography.
- Responsive Layout: Fully responsive design that works on all devices.
- Dynamic Content: Content is loaded from a JSON file for easy updates.
- PDF Resume Generation: Client-side PDF generation for resumes.
- Project Showcase: Highlighted projects with detailed descriptions.
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Fonts: Outfit (Google Fonts)
- Icons: CSS-based and SVG
- PDF Generation: jsPDF
-
Clone the repository:
git clone https://github.com/catsika/portfolio.git
-
Open
index.htmlin your browser.Note: For the best experience (and to avoid CORS issues with JSON loading), use a local server:
# Python python -m http.server 8000 # Node.js (Live Server) npx live-server .
Edit data/content.json to update your personal information, projects, and skills without touching the HTML.
MIT © 2025 Clifford Atsika