diff --git a/content/pages/curriculum-vitae.md b/content/pages/curriculum-vitae.md index bb6fab09ea6c8846ac6050139aea4acaf919afd6..0cfa5bc8f7ba9118cb26a220f4f27ec378b4e1a9 100644 --- a/content/pages/curriculum-vitae.md +++ b/content/pages/curriculum-vitae.md @@ -6,7 +6,7 @@ type: page draft: false --- -**Mitja Felicijan** +**Mitja Felicijan** \<\> You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you. diff --git a/templates/base.html b/templates/base.html index 585237f00d6557f724db87e017a53577fd4b69a5..b80eced9a6708747897cb6488000b39cadbf7961 100644 --- a/templates/base.html +++ b/templates/base.html @@ -25,18 +25,6 @@ --header-color: black; --header-border-width: 2px; } - /*@media (prefers-color-scheme: dark) { - :root { - --base-background: black; - --base-color: white; - --link-color: white; - --primary-color: white; - --secondary-color: white; - --code-color: black; - --header-color: black; - } - }*/ - * { box-sizing: border-box; } html { scroll-padding-top: 1.5em; } @@ -46,8 +34,13 @@ table thead { background: var(--primary-color); border: var(--border-width) solid var(--secondary-color); color: var(--header-color); } table td, table th { text-align: left; padding: 0.3em 0.5em; } table tbody tr { border-bottom: var(--border-width) solid var(--primary-color); vertical-align: middle; } table tr td:first-child { width: var(--first-child-width); } + table.normal tr td:first-child { width: auto; } table td.tags { display: flex; gap: 0.5em; justify-content: flex-end; align-items: center; } table td.tags mark { padding: 0 0.4em; background: var(--primary-color); font-size: small; } + + .left { text-align: left } + .center { text-align: center } + .right { text-align: right } a { color: var(--link-color); text-decoration: none; } a:hover { text-decoration: underline; } @@ -80,9 +73,9 @@ /* Hotfixes for strange behaviour. */ article iframe { margin: 0!important; } pre code span { display: initial !important; } - /*@media only screen and (max-width: 860px) { - .hide-on-mobile { display: none; } - }*/ + @media print { + header, footer { display: none } + } diff --git a/templates/index.html b/templates/index.html index c1248047156f29fe1841c5d4acc4f28ccf35a2bc..f979c7fc186953297f9db04bbbd80ed804daab54 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,9 +39,36 @@
-

Visualizations and exploration of binary files

- - - +

Tools / Experiments

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title
Visualizations and exploration of binary fileshttps://mitjafelicijan.github.io/binary-visualization/
Easy convert between HEX to RGBAhttps://mitjafelicijan.github.io/hextorgba/
Unicode symbol explorerhttps://mitjafelicijan.github.io/symbols/
GGUF model list & toolshttps://mitjafelicijan.github.io/gguf-list/
Maps of DOOM and other well known WADShttps://mitjafelicijan.github.io/mapsofdoom/
{{ end }}