A clean, modern personal website built with HTML, CSS, and JavaScript. Features a responsive design, smooth animations, and a dark theme.
- 🎨 Clean, modern design
- 📱 Fully responsive layout
- ⚡ Smooth animations and transitions
- 🌙 Dark theme
- 🔍 SEO friendly
- 📊 Privacy-focused analytics (GoatCounter)
-
Clone the repository:
git clone https://github.com/obscureozy/obscureozy.github.io.git cd obscureozy.github.io -
Install dependencies (optional, for development):
npm install
-
Start a local server (using
http-server):npx http-server
-
Open http://localhost:8080 in your browser
obscureozy.github.io/
├── index.html # Main HTML file
├── styles.css # CSS styles
├── script.js # JavaScript functionality
├── favicon.svg # Website favicon
└── README.md # This file
Edit the CSS variables in styles.css:
:root {
--primary-color: #4A90E2;
--text-color: #333;
--bg-color: #f5f5f5;
--card-bg: #ffffff;
}Modify index.html to update:
- Personal information
- Skills
- Social media links
- About section
The site uses GoatCounter for privacy-focused analytics. To change the analytics:
- Create a new GoatCounter account
- Update the script tag in
index.htmlwith your new counter URL
The site is automatically deployed to GitHub Pages. Any push to the main branch will trigger a new deployment.
MIT License - feel free to use this template for your own website!
- GitHub: @obscureozy