mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
fix: link styling
This commit is contained in:
parent
92eca292c8
commit
7514b866d9
1 changed files with 4 additions and 3 deletions
|
@ -54,17 +54,18 @@
|
||||||
<ul class="list-disc ml-4">
|
<ul class="list-disc ml-4">
|
||||||
<li>
|
<li>
|
||||||
I'm currently reading through <a
|
I'm currently reading through <a
|
||||||
|
class="link"
|
||||||
href="https://www.math.brown.edu/streil/papers/LADW/LADW.html"
|
href="https://www.math.brown.edu/streil/papers/LADW/LADW.html"
|
||||||
>Linear Algebra Done Wrong</a
|
>Linear Algebra Done Wrong</a
|
||||||
>, by Sergei Treil. I'm syncing my notes and problem set solutions to a
|
>, by Sergei Treil. I'm syncing my notes and problem set solutions to a
|
||||||
<a href="https://github.com/youwen5/linear-algebra-done-wrong"
|
<a class="link" href="https://github.com/youwen5/linear-algebra-done-wrong"
|
||||||
>public git repository here.</a
|
>public git repository here.</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
I'm working on a dotfile manager for people who want a dotfile manager, but don't want
|
I'm working on a dotfile manager for people who want a dotfile manager, but don't want
|
||||||
to manage dotfiles for their dotfile manager (in other words, minimal configuration.
|
to manage dotfiles for their dotfile manager (in other words, with minimal
|
||||||
See <a href="https://suckless.org/">suckless</a>.)
|
configuration).
|
||||||
</li>
|
</li>
|
||||||
<li>I'm still trying to understand Haskell.</li>
|
<li>I'm still trying to understand Haskell.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue