The Evernode website. One static page, no build step, no framework.
index.html— the whole site. HTML and CSS in one file.assets/— every image the page uses. Nothing is hot-linked.CNAME— the custom domain, written by GitHub when you set one..nojekyll— tells GitHub Pages to serve the files as they are.
Open index.html in any editor. Commit to main and GitHub Pages
republishes within a minute or two.
Headings use Archivo and body text uses Work Sans, both from Google Fonts. The previous Squarespace site used aktiv-grotesk, which is licensed through Squarespace and cannot be served from here. Archivo is the closest free neo-grotesque.
Three, and only three:
| Name | Value | Use |
|---|---|---|
| Ink | #07112D |
Page background |
| White | #FFFFFF |
Text |
| Cyan | #00FFFF |
Accent, buttons, eyebrows |
Greys are white at reduced opacity. Do not add a fourth colour.