Skip to content

gancim/gancim.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gancim.com Website

This repository contains the source code for www.gancim.com.

About

Personal website for Marco Ganci featuring:

  • Clean, minimalistic design
  • Responsive layout for all devices
  • Social media links and professional branding
  • BentoBii app showcase subpage

Features

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

File Structure

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

Social Media Links

Development

To run the website locally:

  1. Clone the repository
  2. Open index.html in your browser
  3. Or use a local server:
    # Using Python 3
    python -m http.server 8000
    
    # Using Node.js
    npx serve .

Deployment

The website is automatically deployed via GitHub Pages. After pushing changes:

  1. Commit and push to GitHub
  2. GitHub Pages will automatically rebuild and deploy
  3. Changes typically appear within a few minutes

License

This project is for personal use. Modify as needed for your website.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors