1
Fork 0

Add bigger BMAC link to contact page

This commit is contained in:
Jake Howard 2021-02-13 16:07:27 +00:00
parent 3053dc6656
commit 85a2df882f
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 5 additions and 2 deletions

View file

@ -6,7 +6,7 @@ aliases:
- /about/
---
Given I spend my life attached to some form of computer, I'm not a hard person to get ahold of.
Given I spend my life attached to some form of computer, I'm not a hard person to get hold of.
If you stumbled across an email address of mine, best not to use it. Like most people my age, I'm not an active user of email. Here are the channels I recommend (in order):
@ -14,4 +14,6 @@ If you stumbled across an email address of mine, best not to use it. Like most p
- Discord: {{< sociallink discord >}}
- Matrix: {{< sociallink matrix >}}
Want to say thanks? [Buy me a coffee]({{< socialurl buymeacoffee >}}).
### Profiles

View file

@ -6,7 +6,7 @@
<div class="row">
{{ range $i, $e := sort .Site.Data.social.accounts "name" }}
<div class="col-sm-3 mt-3">
<div class="card about-card text-center">
<div class="card about-card text-center" id="{{ urlize $e.name }}">
<a href="{{ $e.link }}" class="colour-invert">
<h1 class="display-3"><i class="{{ $e.icon }}"></i></h1>
</a>

View file

@ -0,0 +1 @@
{{ (index .Site.Data.social.accounts (.Get 0)).link }}