Nitip documentation — HTML
Everything you need to go from the downloaded folder to a published site. Read in this order, or jump to what you need.
| Guide | What it covers |
|---|---|
| Editing the site | Opening the site, editing text, links, images, adding and removing pages, projects, posts and roles |
| Making it look like your brand | Colours, fonts, the Tailwind classes, rebuilding the stylesheet, the style guide |
| Forms | Making the Contact and Careers forms deliver to you |
| Editing without touching HTML | Your options when someone else needs to edit the site without touching HTML |
| Going live | Pre-launch checklist, uploading, domains, what to do after launch |
| Troubleshooting and questions | Errors, questions and answers |
In a hurry: the first 15 minutes
Section titled “In a hurry: the first 15 minutes”- Open
index.htmlin your browser. That is the whole site — no install, no build. - Open the folder in a code editor (VS Code is a good free one).
- Replace “Nitip”, the contact details and the demo domain across all files with your editor’s find and replace in files (Editing the site).
- Replace the photos in
assets/images/— same file name, same proportions, and every page picks them up. - Replace the icons and the share image in the root folder (
favicon.ico,icon.svg,apple-icon.png,opengraph-image.png). - Put your form endpoint in
assets/js/config.js(Forms). - Upload the folder to your host (Going live).
How this template is put together
Section titled “How this template is put together”- One HTML file per page.
about.htmlis/about.html; each project, service, post and role has its own file inprojects/,services/,blog/andcareers/. - One stylesheet.
assets/css/style.css, built fromsrc/css/style.csswith Tailwind CSS. You only rebuild it when you use a class that isn’t in the site yet or change the theme (Making it look like your brand). - One script.
assets/js/main.jsruns the menu, cursor, sliders, accordions, Load More, forms and motion. You don’t need to edit it. Your settings go inassets/js/config.js. - No framework, no dependencies at runtime. The pages work from any static host, and even straight from disk.
Getting help
Section titled “Getting help”- Your licence terms: License.
- What changed in each release: Changelog.
- Support and updates: https://framebrick.co/support.
- Want it done for you? Marcframe, the studio behind this template, updates templates to your needs, builds custom templates and designs new sites — also on Contra.