1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

add link to my matrix on index page

This commit is contained in:
mat 2022-09-30 18:58:55 -05:00
parent dc1ea72a68
commit e3c4364bc8
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<script>
import Icon from './Icon.svelte'
</script>
<Icon><img src="/icons/matrix.svg" alt="Matrix" /></Icon>

View file

@ -2,6 +2,7 @@
import Head from '$lib/Head.svelte'
import { onMount } from 'svelte'
import GitHubIcon from '$lib/Icon/GitHub.svelte'
import MatrixIcon from '$lib/Icon/Matrix.svelte'
import ButtonRow from '$lib/ButtonRow.svelte'
import IconButtonRow from '$lib/IconButtonRow.svelte'
@ -26,6 +27,7 @@
<IconButtonRow>
<a href="//github.com/mat-1"><GitHubIcon /></a>
<a href="//matrix.to/#/@mat:matdoes.dev"><MatrixIcon /></a>
</IconButtonRow>
<p>I'm mat, I do full-stack software development.</p>

1
static/icons/matrix.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><text x="106" y="346" font-family="Arial" font-size="346"><tspan x="106" y="346" fill="#fff" font-weight="bold">m</tspan></text><path fill="#fff" d="M0 0h48v512H0zm48 0h64v48H48zm0 464h64v48H48zM512 0h-48v512h48zm-48 0h-64v48h64zm0 464h-64v48h64z"/></svg>

After

Width:  |  Height:  |  Size: 317 B