diff --git a/array-props.pdf b/array-props.pdf new file mode 100644 index 0000000..14ae9c7 Binary files /dev/null and b/array-props.pdf differ diff --git a/index.html b/index.html index 716ebc5..7352b3e 100644 --- a/index.html +++ b/index.html @@ -356,6 +356,11 @@

University of Copenhagen

2024 — 2026

Specializing in programming language design. Expected graduation 2026.

+ diff --git a/style.css b/style.css index 1338f4a..f734137 100644 --- a/style.css +++ b/style.css @@ -482,6 +482,7 @@ main { position: relative; z-index: 1; } .edu-school { font-weight: 700; color: var(--orange); font-size: 0.85rem; margin-bottom: 0.2rem; } .edu-date { font-family: var(--mono); font-size: 0.75rem; color: var(--ink-soft); margin-bottom: 0.65rem; } .edu-desc { font-size: 0.85rem; color: var(--ink-soft); line-height: 1.7; } +.edu-links { margin-top: 0.85rem; display: flex; flex-wrap: wrap; gap: 0.5rem; } /* ── Footer ─────────────────────────────────────────────────── */ footer {