diff --git a/static/home.typ b/static/home.typ index 067e9b9..a2f58b7 100644 --- a/static/home.typ +++ b/static/home.typ @@ -3,23 +3,30 @@ = About me -Computer Science student at the University of Toronto experienced in offensive cybersecurity, firmware & low-level development and software engineering. Interested in deep technical work. A constant learner always looking to build technical skills, and share what I learn. +Computer Science student at the University of Toronto with experience in cybersecurity, firmware, low-level development and software engineering. Interested in deep technical work, solutions architecting. A continuous learner interested in owning problems, researching and implementing solutions. + +// === What can I do === Interests & Skills -#tree-list[ + +#html.elem("div", attrs: (class: "tree"))[ +#tree-list( + indent: "│ ", + empty-indent: " " + )[ - Research & Development: I'll never get bored learning, truly understanding, and engineering something new - Computer Science: I love the chance to use and actively seek ways to use concepts within computer science - Linux - Nix & NixOS: I could give a Ted Talk on how awesome this is for dev ops - Perfectly reproducible, time independent environments - Given infinite time lets rewrite the world's infrastructure - - Raspberry Pi + - IoT / microcomputers & microcontrollers - Hosting servers - Docker - OCI images with Nix - Programming - Rust: Given infinite time lets rewrite the world's codebases - - C + - C/C++ - Python - Bash - Assembly @@ -31,7 +38,7 @@ Computer Science student at the University of Toronto experienced in offensive c - Cyber security - Reverse engineering assembly - Binary patching - - Anticheat & antitamper + - Anticheat - CTF's - CompTIA PenTest+ certified - AI exploitation @@ -56,7 +63,6 @@ Computer Science student at the University of Toronto experienced in offensive c - Graph Reconstruction - Math - Stats - - Bayesian thinking - Philosophy - Ethics - Consulting @@ -70,4 +76,5 @@ Computer Science student at the University of Toronto experienced in offensive c - Hiking - Snowboarding - Swimming (Used to lifeguard & teach lessons!) +] ] \ No newline at end of file diff --git a/static/style.css b/static/style.css index 13cb7a0..7b54ead 100644 --- a/static/style.css +++ b/static/style.css @@ -184,3 +184,6 @@ body { background-image: linear-gradient(330deg, #222, #040404); } +.tree { + font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", monospace; +} \ No newline at end of file