Skip to content

gsendyk/gsendyk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gsendyk.github.io

A modern, data-driven resume website built with HTML, CSS, JavaScript, and GitHub Pages.

🎯 Overview

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.

✨ Key Features

  • 📱 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

📁 Project Structure

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

🚀 Getting Started

Prerequisites

  • Git installed on your machine
  • A GitHub account (already set up with GitHub Pages)

Local Development

  1. Clone the repository:

    git clone https://github.com/gsendyk/gsendyk.github.io.git
    cd gsendyk.github.io
  2. Open in browser:

    • Simply open index.html in your browser
    • Or use a local server:
      # Python 3
      python3 -m http.server 8080
      # Then visit http://localhost:8080
  3. View live:

    • Visit https://guilhermesendyk.com

📞 Contact

Find me on:

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

About

My resume website

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors