Skip to content

masterlog80/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

salvetti.info

The personal landing page for salvetti.info, hosted on GitHub Pages. A minimal dark-themed single-page site with a glassmorphism card and a fade-in animation.


Features

  • 🌓 Light/Dark theme toggle – modern glass-effect card with theme preference saved in the browser
  • Fade-in animation – the card fades in on load via a CSS transition triggered by JavaScript
  • 📱 Responsive – centred layout that works on desktop and mobile
  • 🚀 Zero dependencies – plain HTML, CSS, and vanilla JavaScript; no build step required
  • 🌐 GitHub Pages – deployed automatically from the main branch

Quick Start

View live

https://www.salvetti.info

Run locally

git clone https://github.com/masterlog80/website.git
cd website

# Open directly in your browser — no server needed
open index.html          # macOS
xdg-open index.html      # Linux

Or serve with any static file server:

python3 -m http.server 8080
# open http://localhost:8080

Screenshots

Old

salvetti.info screenshot

New

image

Deployment

The site is deployed via GitHub Pages from the main branch root. The custom domain is configured via the CNAME file:

www.salvetti.info

Any push to main is live within seconds.


Project Structure

.
├── index.html    # Page markup
├── style.css     # Dark theme + glassmorphism card + animation
├── script.js     # Fade-in on DOMContentLoaded
├── CNAME         # GitHub Pages custom domain
└── README.md

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors