Blank Page
Use this as a starting template for new pages.
Starter Template
This is a blank page template. Copy this file and replace the content below with your own page sections. The sidebar, topbar, and footer are already wired up.
How to use: Duplicate
pages/blank.html, rename it, set the active sidebar link, then add your content inside <main class="content-area">.
Quick checklist for new pages:
- Update
<title>in<head> - Set the correct
class="sidebar-link active"on the matching nav item - Update breadcrumb text in the topbar
- Add your
<main class="content-area">content - Link a page-specific JS file at the bottom if needed:
<script src="../assets/js/pages/pagename.js">