Skip to content

ISHUBTEAM/digital-security-jo

Repository files navigation

Digital Security Handbook

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.

Start Here

Open index.html to enter the handbook. It is the main landing page and links to every section.

Pages

  • index.html - Home dashboard and section launcher
  • home.html - Main handbook home page
  • assess-plan.html - Assess risks, plan protections, and review physical security, identities, communication privacy, and safer travel
  • passwords.html - Password attacks, password managers, and two-factor authentication
  • communication.html - Social media safety, secure email, safer messaging, and account recovery
  • phones-computers.html - Malware protection and device hardening for Android, iOS, Windows, and Mac
  • internet-connection.html - Browser security, censorship, VPNs, Tor, and anonymity tools
  • files.html - File protection, backups, secure deletion, and metadata removal

Features

  • 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

Folder Structure

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

How To Use

  1. Open index.html in a browser.
  2. Choose a topic from the homepage.
  3. Use the top navigation links to move between pages.
  4. Open any page directly if you want to present or teach only one topic.

Notes

  • 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.

Releases

No releases published

Packages

 
 
 

Contributors