diff --git a/index.html b/index.html index 77952bd..8fecec4 100644 --- a/index.html +++ b/index.html @@ -24,23 +24,25 @@ font-size: 0.7rem; } - #links { - line-height: 1.5; + .projects { + display: flex; + flex-direction: column; + gap: 5px; } - #links a { - color: #2525d8; + .project { + display: flex; + align-items: baseline; } - table { - border-collapse: separate; - border-spacing: 0 10px; - } - table td { - padding: 0px 0.4em; - min-width: 20ch; + .project-link { + min-width: 20ch; + padding: 0 0.4em 0 0; } + .project-desc { + padding: 0 0.4em; + } @media (max-width: 600px) { html { @@ -49,10 +51,17 @@ pre { font-size: 2.6vw } - #links { - line-height: 1.6; + .project { + flex-direction: column; + align-items: flex-start; + } + .project-link { + min-width: 0; + padding-right: 0; } } + + @@ -68,50 +77,39 @@
- I’m a math undergraduate and hobbyist programmer with a growing interest in numerical methods and scientific computing. I enjoy exploring how mathematical ideas translate into efficient low-level code. + I'm a math undergraduate and hobbyist programmer with a growing interest in numerical methods and scientific computing. I enjoy exploring how mathematical ideas translate into efficient low-level code.
projects & hobbys
-| - synth - | -a modular synthesizer project to learn C | -
| - mandelbrot zoom - | -a simple mandelbrot zoom generator | +
| - solvers - | -exercises in implementing numerical solvers | -
| - boring - | -a firefox extension to remove distractions on youtube and reddit | -
| - photography - | -some of my favourite photos | -
feedback & suggestions are welcome
+feedback & suggestions are always welcome
damianhsimon@gmail.com