A simple static website that presents digital security guidance in a set of structured HTML pages. The site is organized like a handbook so each topic can be read on its own or used as a presentation outline.
Open index.html to enter the handbook. It is the main landing page and links to every section.
index.html- Home dashboard and section launcherhome.html- Main handbook home pageassess-plan.html- Assess risks, plan protections, and review physical security, identities, communication privacy, and safer travelpasswords.html- Password attacks, password managers, and two-factor authenticationcommunication.html- Social media safety, secure email, safer messaging, and account recoveryphones-computers.html- Malware protection and device hardening for Android, iOS, Windows, and Macinternet-connection.html- Browser security, censorship, VPNs, Tor, and anonymity toolsfiles.html- File protection, backups, secure deletion, and metadata removal
- Separate page for each major security topic
- Presentation-style layout with clear section headings and table-of-contents blocks
- Shared navigation across pages for easy movement between topics
- Simple static HTML/CSS structure with no build step required
security box/
├── index.html
├── home.html
├── assess-plan.html
├── passwords.html
├── communication.html
├── phones-computers.html
├── internet-connection.html
├── files.html
├── assets/
│ └── style.css
└── README.md
- Open
index.htmlin a browser. - Choose a topic from the homepage.
- Use the top navigation links to move between pages.
- Open any page directly if you want to present or teach only one topic.
- The site is static and does not require a server-side backend.
- External links point to Security in a Box resources and tool download pages.
- If you want to publish the site, make sure all files in the folder are uploaded together so the relative links keep working.