diff --git a/css/theme.css b/css/theme.css index b2e610f..14452ee 100644 --- a/css/theme.css +++ b/css/theme.css @@ -2,6 +2,7 @@ :root { --accent-main: #FE6431; + --bg-dark-trans: hsla(0, 0%, 19%, 0.5); --bg-dark: #323232; --bg-light: white; } @@ -51,6 +52,12 @@ img { max-height: fit-content; } +table { border-collapse: collapse; } +td, th { + border: 0.075em solid var(--bg-dark-trans); + vertical-align: top; +} + .bg-light { background: var(--bg-light); } .centre-content { text-align: center; } diff --git a/index.html b/index.html index bb99efe..7fe909c 100644 --- a/index.html +++ b/index.html @@ -169,11 +169,81 @@ +
+
+

Linux Basics

+
+
+

Things to talk about

+ +
+
+

Similarities and Differeences

+ +
+
+

Filesystem Structure

+ +
+
+

Places to remember

+ + + + + + + + + + + + + + + + + + + + + +
/etcConfiguration files
/homeUser home folders
/usr/binProgram binaries (also other places; some are symlinks)
/var/logLog files
/devHardware devices
+
+
+

Typing your password

+ +
+
+