A personal portfolio and projects website for Youssef / tuffgit21, built as a lightweight static site using HTML, CSS, and JavaScript.
This site showcases:
- project work and case studies
- an about section
- contact links and site navigation
- privacy and terms pages
- a custom 404 page
- branding assets such as the favicon and social preview image
The live site is available here:
index.html— homepage404.html— custom not-found pagestyles.css— site styling and layoutsite.js— client-side behavior and page interactionsprivacy.html— privacy policyterms.html— terms pageFiles.html— project files listingLedger-logo.svg,favicon.svg, and related favicon files — branding assetsog-image.svg— social preview imageLICENSE.txt— project license
From the project folder, run:
python -m http.server 8000Then open:
http://localhost:8000
This project is designed to be served as a static website, including GitHub Pages deployment from the repository root.
Built and maintained by Youssef / tuffgit21.
- GitHub: https://github.com/tuffgit21
- Website: https://tuffgit21.github.io/
- The site is intentionally simple and fast.
- Assets are bundled directly in the project folder.
- The design uses a dark, tech-style layout with a custom logo and accent color system.