diff options
-rw-r--r-- | 404.html | 22 | ||||
-rw-r--r-- | Hildegard_von_Bingen.jpg | bin | 0 -> 1076049 bytes | |||
-rw-r--r-- | ctf/index.md | 16 | ||||
-rw-r--r-- | index.html | 55 | ||||
-rw-r--r-- | mathematics/algebra.md | 12 | ||||
-rw-r--r-- | mathematics/logic.md | 2 | ||||
-rw-r--r-- | mathematics/proof.md | 2 |
7 files changed, 92 insertions, 17 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..6a4e9d3 --- /dev/null +++ b/404.html @@ -0,0 +1,22 @@ +--- +layout: default +title: 404 +--- +<header> +<h1> + <a href="https://apropos.codes">apropos</a> +</h1> +<div> + <nav> + <a href="/mathematics">mathematics</a> + <a href="/linguistics">linguistics</a> + <a href="/computation">computation</a> + </nav> +</div> +</header> +<main> +<br> +<h2 style="margin: 20px;">404</h2> +<span>Page not found</span> +</main> + diff --git a/Hildegard_von_Bingen.jpg b/Hildegard_von_Bingen.jpg Binary files differnew file mode 100644 index 0000000..c7418f4 --- /dev/null +++ b/Hildegard_von_Bingen.jpg diff --git a/ctf/index.md b/ctf/index.md index aaf7d94..0a30665 100644 --- a/ctf/index.md +++ b/ctf/index.md @@ -20,12 +20,10 @@ a list of past, present, and future ctfs can be found on [ctftime](https://ctfti while competing in ctfs can be group work: practice is overwhelmingly a solo activity. to get good at playing in ctfs, one must learn to be very comfortable learning on their own. -## [crypto](cryptography) - -## [rev](reverse-engineering) - -## [pwn](binary-exploitation) - -## [web](web-security) - -## [misc](miscellaneous-problems) +<ul style="display: flex; flex-direction: row;"> + <li><h2><a href="crypto">crypto</a></h2></li> + <li><h2><a href="rev">rev</a></h2></li> + <li><h2><a href="pwn">pwn</a></h2></li> + <li><h2><a href="web">web</a></h2></li> + <!-- <li><h2><a href="misc">misc</a></h2></li> --> +</ul> diff --git a/index.html b/index.html new file mode 100644 index 0000000..58c877b --- /dev/null +++ b/index.html @@ -0,0 +1,55 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <title>scattered thoughts</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="icon" type="image/jpg" href="https://apropos.codes/assets/light.png" /> + <link rel="stylesheet" href="https://apropos.codes/css/style.css"> + <style> + main { + background: white; + width: fit-content; + padding: 10px; + text-align: center; + border: 4px solid black; + h1 { + margin: 0; + } + margin-top: 2em; + position: absolute; + top: 40vw; + left: 20vw; + @media (max-width: 300px) { + position: static; + margin: 20em auto; + } + } + + body { + background-image: url("Hildegard_von_Bingen.jpg"); + background-repeat: no-repeat; + background-size: cover; + background-position: 0 30%; + @media (max-aspect-ratio: 31/32) { + background-position: top; + } + @media (max-aspect-ratio: 69/101) { + background-size: cover; + background-size: auto 100vh; + } + } + </style> +</head> + +<body> + <main> + <h1>scattered thoughts</h1> + <nav> + <a href="/mathematics">mathematics</a> + <a href="/linguistics">linguistics</a> + <a href="/computation">computation</a> + </nav> + </main> +</body> +</html> diff --git a/mathematics/algebra.md b/mathematics/algebra.md index 3756604..1da221b 100644 --- a/mathematics/algebra.md +++ b/mathematics/algebra.md @@ -67,14 +67,14 @@ A **lattice** $L$ is a set with two binary operations $∧$ and $∨$ satisfying - $∀a : a ∧ a = a$ - $∀a : a ∨ a = a$ -## [group theory](group-theory.md) +## [group theory](group-theory) -## [ring theory](ring-theory.md) +## [ring theory](ring-theory) -## [galois theory](galois-theory.md) +## [galois theory](galois-theory) -## [linear algebra](linear-algebra.md) +## [linear algebra](linear-algebra) -## [order theory](order-theory.md) +## [order theory](order-theory) -## [coding theory](coding-theory.md) +## [coding theory](coding-theory) diff --git a/mathematics/logic.md b/mathematics/logic.md index 0760a8c..b07e867 100644 --- a/mathematics/logic.md +++ b/mathematics/logic.md @@ -1,6 +1,6 @@ --- layout: foundations -title: mathematics/foundations/logic +title: mathematics/logic --- # logic, mathematics, & that around + in between diff --git a/mathematics/proof.md b/mathematics/proof.md index 08979a6..17548dd 100644 --- a/mathematics/proof.md +++ b/mathematics/proof.md @@ -1,5 +1,5 @@ --- layout: foundations -title: mathematics/foundations/proof +title: mathematics/proof --- |