diff --git a/README.md b/README.md
index d15f80b..7f997db 100644
--- a/README.md
+++ b/README.md
@@ -1,64 +1,281 @@
-# Learn Linux
+
-A practical, open-source Linux course from The Tech Hustle for learners who want to operate real systems, not just memorize commands.
+

-
+
Learn Linux
-## What changed
+
The free, open-source, operator-first Linux course โ built for the culture. ๐ง
-This repository is now structured as a full course site powered by [MkDocs Material](https://squidfunk.github.io/mkdocs-material/). The course includes a modern landing page, searchable lesson navigation, lab setup guidance, a syllabus, glossary, capstone project, QA checklist, and repeatable build commands.
+
276 lessons ยท 31 chapters ยท 4 learning tracks ยท no cost, no gatekeeping
-## Course focus
+
+
+
+
+
+
+
+
+
+
+
+
+
-Learn Linux teaches the operator loop:
+
-1. Inspect the system.
-2. Make the smallest safe change.
-3. Verify with evidence.
-4. Document the result.
-5. Automate what becomes repeatable.
+
๐ Launch the Course
+ ยท
+
๐ View the Syllabus
+ ยท
+
๐ Glossary
+ ยท
+
๐ค Contribute
-The lessons cover Linux fundamentals, shell usage, packages, users, permissions, processes, filesystems, logs, networking, routing, DNS, storage, containers, CI/CD, security, monitoring, performance analysis, and operations practice.
+
-## Run locally
+

-```bash
-python3 -m pip install -r requirements.txt
-mkdocs serve
+
+
+---
+
+## For the culture ๐ฅ
+
+If you've been **grinding to break into tech** โ switching careers, self-teaching, coming up through bootcamps, or just tired of not knowing Linux on the job โ this course was built with you in mind.
+
+Linux is the foundation of the cloud, DevOps, SRE, cybersecurity, and backend engineering. It's the skill that separates people who use systems from people who **operate and own** them.
+
+This is not a YouTube playlist. Not a tutorial you forget in a week. This is a **complete, structured, operator-first path** from zero to production-confident โ free, forever, open source.
+
+> **The Tech Hustle** is about closing the knowledge gap. We build what should have already existed.
+
+---
+
+## ๐ฏ Who Is This For?
+
+| If you are... | This course gives you... |
+|---|---|
+| ๐ **New to Linux** | A structured path from zero โ every concept introduced before it's used |
+| ๐ฅ๏ธ **Help desk / support tech** | The ops skills to move into infrastructure and SRE roles |
+| ๐ฉโ๐ป **Software engineer** | Production literacy โ logs, processes, networking, deployments |
+| โ๏ธ **Cloud / DevOps / SRE learner** | Depth across storage, security, containers, CI/CD, and monitoring |
+| ๐ **Cybersecurity learner** | Linux fundamentals, access control, firewalls, SSH hardening, and auditing |
+
+**No prior Linux admin experience assumed.** If you can open a terminal and type, you're ready.
+
+---
+
+## ๐ง The Operator Loop
+
+Every lesson trains the same five-step habit professionals use on real systems:
+
+```
+Inspect โ Change โ Verify โ Document โ Automate
```
-Then open `http://127.0.0.1:8000`.
+You will not just run commands. You will **understand what you're looking at**, make deliberate changes, confirm the result with evidence, and document it clearly enough for a teammate to continue. That habit is what gets you hired โ and keeps you trusted.
+
+---
+
+## ๐ What's Inside
+
+### Four learning tracks โ one continuous path
+
+```
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+โ TRACK 1 ยท Foundations Chapters 1โ8 โ
+โ Distributions ยท Shell ยท Filesystem ยท Processes โ
+โ Packages ยท Users ยท Permissions ยท Scripting โ
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
+โ TRACK 2 ยท Services & Infrastructure Chapters 9โ19 โ
+โ Cloud ยท Logging ยท Kernel ยท Networking ยท Routing โ
+โ DNS ยท Identity ยท Email ยท Web Hosting โ
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
+โ TRACK 3 ยท Operations Depth Chapters 20โ29 โ
+โ Storage ยท NFS ยท SMB ยท Config Management โ
+โ Virtualization ยท Containers ยท CI/CD โ
+โ Security ยท Monitoring ยท Performance โ
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
+โ TRACK 4 ยท Professional Practice Chapters 30โ31 โ
+โ Data Center Basics ยท Policy ยท Methodology โ
+โ Documentation ยท Service Management โ
+โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
+```
+
+