This repository contains the source code for www.gancim.com.
Personal website for Marco Ganci featuring:
- Clean, minimalistic design
- Responsive layout for all devices
- Social media links and professional branding
- BentoBii app showcase subpage
- Ultra-minimal single page design with centered logo
- Integrated social media icons with custom hover effects
- Responsive design optimized for all screen sizes
- Logo hover animations with smooth transitions
- Custom favicon support for all platforms
- Bilingual content (English/Japanese)
gancim.com/
├── index.html # Main homepage
├── logo.png # Main logo
├── logo_2.png # Hover logo
├── favicon.ico # Favicon
├── site.webmanifest # Web app manifest
├── images/ # Social media icons
│ ├── linkedin.png
│ ├── github.png
│ ├── instagram.png
│ ├── x.png
│ ├── mail.png
│ └── applestore.png
├── bentobii/ # BentoBii app subpage
│ ├── index.html
│ ├── styles.css
│ ├── privacy-policy.html
│ └── structured-data.json
├── sitemap.xml # SEO sitemap
├── robots.txt # SEO robots file
└── README.md # This file
- LinkedIn: linkedin.com/in/marcoganci
- GitHub: github.com/gancim
- X (Twitter): twitter.com/MrGanci
- Instagram: instagram.com/gancirama
- App Store: Apple Developer Profile
- Email: marco.ganci@gmail.com
To run the website locally:
- Clone the repository
- Open
index.htmlin your browser - Or use a local server:
# Using Python 3 python -m http.server 8000 # Using Node.js npx serve .
The website is automatically deployed via GitHub Pages. After pushing changes:
- Commit and push to GitHub
- GitHub Pages will automatically rebuild and deploy
- Changes typically appear within a few minutes
This project is for personal use. Modify as needed for your website.