Footer: add email address
This commit is contained in:
parent
de64e3c005
commit
7936087dab
3 changed files with 11 additions and 0 deletions
1
public/icons/envelope-solid.svg
Normal file
1
public/icons/envelope-solid.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path fill="white" d="M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"/></svg>
|
After Width: | Height: | Size: 521 B |
1
public/icons/readme.md
Normal file
1
public/icons/readme.md
Normal file
|
@ -0,0 +1 @@
|
|||
Icons by [Simple Icons](https://simpleicons.org/) and [Font Awesome](https://fontawesome.com).
|
|
@ -17,6 +17,15 @@
|
|||
/>
|
||||
Matrix
|
||||
</a>
|
||||
<a href="mailto:admin@comfycamp.space" target="_blank">
|
||||
<img
|
||||
src="/icons/envelope-solid.svg"
|
||||
width="18px"
|
||||
height="18px"
|
||||
alt="Email icon"
|
||||
/>
|
||||
admin@comfycamp.space
|
||||
</a>
|
||||
<a href="https://github.com/ordinary-dev/comfycamp/issues/new" target="_blank">
|
||||
<img
|
||||
src="/icons/github.svg"
|
||||
|
|
Loading…
Reference in a new issue