Skip to content

Commit

Permalink
Update Advent of Code repo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPower committed Dec 16, 2023
1 parent bfb4bfc commit 20454a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 deletions src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</div>

<div class="project">
<h1>Advent of Code Solutions (2019-2022)</h1>
<h1>Advent of Code Solutions (2019-2023)</h1>
<p>
Advent of Code is a yearly programming challenge. Each day in December, a new Christmas themed
puzzle is released. I've been participating since 2020.
Expand All @@ -80,18 +80,7 @@
learn pure functional programming in Haskell.
</p>
<div class="links">
<a href="https://github.com/DanielPower/AdventOfCode2022"
><Fa fw icon={faGithub} /> 2022 solutions in Haskell</a
>
<a href="https://github.com/DanielPower/AdventOfCode2021"
><Fa fw icon={faGithub} /> 2021 solutions in Haskell</a
>
<a href="https://github.com/DanielPower/AdventOfCode2020"
><Fa fw icon={faGithub} /> 2020 solutions in Typescript</a
>
<a href="https://gitlab.com/DanielPower/advent-2019"
><Fa fw icon={faGitlab} /> 2019 solutions in Rust</a
>
<a href="https://github.com/DanielPower/AdventOfCode"><Fa fw icon={faGithub} /> Repository</a>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--color-fg: #000000;
--color-url: #0c4999;
--gutter: 2rem;
--content-width: calc(min(800px, 100% - var(--gutter) * 2));
--content-width: calc(min(960px, 100% - var(--gutter) * 2));
}

@font-face {
Expand Down

0 comments on commit 20454a9

Please sign in to comment.