style(web/homepage): Wrap links around the entire entry
This makes it much easier to click on them. Required some style reshuffling to satisfy CSS.
This commit is contained in:
parent
4a18b3971a
commit
ac2c9b7e87
3 changed files with 18 additions and 17 deletions
|
|
@ -17,11 +17,11 @@
|
|||
<p>Hello, illuminated visitor.</p>
|
||||
<p>
|
||||
I'm tazjin. Usually you can find
|
||||
me <a href="https://git.tazj.in/about">programming computers</a>
|
||||
using tools such as <a href="https://nixos.org/nix">Nix</a>
|
||||
and <a href="https://www.gnu.org/software/emacs/">Emacs</a>,
|
||||
cuddling <a href="https://twitter.com/edefic">people I love</a>
|
||||
or posting nonsense <a href="https://twitter.com/tazjin">on the
|
||||
me <a class="dark-link" href="https://git.tazj.in/about">programming computers</a>
|
||||
using tools such as <a class="dark-link" href="https://nixos.org/nix">Nix</a>
|
||||
and <a class="dark-link" href="https://www.gnu.org/software/emacs/">Emacs</a>,
|
||||
cuddling <a class="dark-link" href="https://twitter.com/edefic">people I love</a>
|
||||
or posting nonsense <a class="dark-link" href="https://twitter.com/tazjin">on the
|
||||
internet</a>.
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue