Email: [email protected]
The official website of effectiveffect — served via GitHub Pages as static files (HTML, CSS, images, self-hosted fonts).
- Live site: https://effectiveffect.com
- Contact: [email protected]
index.html The home page
style.css Styling (fluid, viewport-relative layout)
site.webmanifest Declares the Android launcher icons
favicon.ico Root-probed by clients that don't parse the HTML
apple-touch-icon.png Root-probed by iOS; 180x180, opaque
icons/ Everything referenced by an explicit tag:
favicon.svg + favicon.png, icon-192/512/maskable-512
fonts/ Self-hosted Lato 400/700/900 (no external font requests)
images/ hero.webp + hero.png fallback, og-image.jpg share card
No build step, framework, or tracking scripts — plain static HTML/CSS.
Open index.html in a browser to preview locally.
GitHub Pages serves this repository automatically:
Settings → Pages → Deploy from a branch → main / root.
Any change pushed to main redeploys the site in about a minute.
