A modern, data-driven resume website built with HTML, CSS, JavaScript, and GitHub Pages.
This is a personal resume website hosted on GitHub Pages. The site features a clean, professional design with smooth scrolling navigation and a dynamic resume builder that separates content from presentation.
- 📱 Responsive Design - Mobile-friendly layout that works on all devices
- ⚡ Dynamic Content - Resume populated from JSON data, no HTML editing needed
- 🎨 Modern UI - Professional design with Bootstrap and custom styling
- 🔐 GDPR Compliant - Cookie consent banner for analytics tracking
- 📊 Analytics - Google Analytics with explicit user consent
- 🌐 Hosted on GitHub Pages - Free hosting with automatic deployment
gsendyk.github.io/
├── data/
│ └── resume.json # Resume content in JSON format
├── js/
│ ├── resume-builder.js # Dynamic content population
│ └── scripts.js # Additional site functionality
├── css/
│ └── styles.css # Styling and layout
├── assets/
│ └── img/ # Icons and images
├── index.html # Main page
└── README.md # This file
- Git installed on your machine
- A GitHub account (already set up with GitHub Pages)
-
Clone the repository:
git clone https://github.com/gsendyk/gsendyk.github.io.git cd gsendyk.github.io -
Open in browser:
- Simply open
index.htmlin your browser - Or use a local server:
# Python 3 python3 -m http.server 8080 # Then visit http://localhost:8080
- Simply open
-
View live:
- Visit
https://guilhermesendyk.com
- Visit
Find me on:
This project is licensed under the MIT License - see the LICENSE file for details.
- Built with Bootstrap
- Icons from Font Awesome and Iconify
- Hosted on GitHub Pages
- Analytics by Google Analytics 4