Skip to content

dpgribkov/dpgribkov.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Danil Gribkov - Personal Website

Professional website for Danil Gribkov, DevOps, Security & AI/ML Engineer.

Features

  • 🎨 Modern, responsive design
  • 🌙 Dark/Light mode toggle
  • 📱 Mobile-first approach
  • ⚡ Fast loading with vanilla HTML/CSS/JS
  • 🔒 Security-focused
  • 🎯 SEO optimized

Sections

  • Hero: Introduction and call-to-actions
  • About: Background and experience
  • Services: DevOps, Security, and AI/ML services
  • Skills: Technical skills and achievements
  • Contact: Professional contact form

GitHub Pages Setup

  1. Push this repository to GitHub
  2. Go to repository Settings > Pages
  3. Select "Deploy from a branch"
  4. Choose "main" branch and "/ (root)" folder
  5. Your site will be available at your custom domain

Custom Domain Setup

The CNAME file is configured for danilgribkov.com. To set up the custom domain:

  1. In your domain registrar, create CNAME record pointing to <username>.github.io
  2. Enable "Enforce HTTPS" in GitHub Pages settings
  3. Wait for DNS propagation (can take up to 24 hours)

Technologies Used

  • HTML5
  • CSS3 (CSS Custom Properties, Grid, Flexbox)
  • Vanilla JavaScript
  • GitHub Pages

Local Development

Simply open index.html in your browser or use a local server:

# Using Python
python -m http.server 8000

# Using Node.js
npx serve .

License

© 2024 Danil Gribkov. All rights reserved.

About

Personal website and blog.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 39.9%
  • HTML 35.2%
  • JavaScript 24.9%