Add email to about page
This commit is contained in:
parent
a0d2e194ca
commit
b3dd3bffb9
@ -15,11 +15,19 @@
|
||||
<div class="section container">
|
||||
<h1>Contact</h1>
|
||||
|
||||
<picture>
|
||||
<source type="image/svg+xml" srcset="/assets/icons/email.svg">
|
||||
<img class="icon" src="/assets/icons/email.png" alt="">
|
||||
</picture>
|
||||
<span>Email: </span>
|
||||
<a href="mailto:?to=Reimar%20<%6D%61%69%6C%40%72%65%69%6D%2E%61%72>">mail@reim.ar</a>
|
||||
<br>
|
||||
|
||||
<picture>
|
||||
<source type="image/svg+xml" srcset="/assets/icons/discord.svg">
|
||||
<img class="icon" src="/assets/icons/discord.png" alt="">
|
||||
</picture>
|
||||
<span>Discord: ReimarPB#5736</span>
|
||||
<span>Discord: reimarpb</span>
|
||||
<br>
|
||||
|
||||
<picture>
|
||||
@ -27,7 +35,7 @@
|
||||
<img class="icon" src="/assets/icons/xmpp.png" alt="">
|
||||
</picture>
|
||||
<span>XMPP:</span>
|
||||
<a href="xmpp://%72%65%69%6D%61%72%40%72%65%69%6D%2E%61%72">reimar@reim.ar</a>
|
||||
<a href="xmpp://%72%65%69%6D%61%72%40%72%65%69%6D%2E%61%72">reimar@reim.ar</a>
|
||||
<br>
|
||||
|
||||
<picture>
|
||||
|
BIN
assets/icons/email.png
Normal file
BIN
assets/icons/email.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 672 B |
5
assets/icons/email.svg
Normal file
5
assets/icons/email.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
||||
<polygon points="0 15 100 15 50 45" fill="#BDBDBD" />
|
||||
<polygon points="0 22 50 52 100 22 100 85 0 85" fill="#BDBDBD" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 207 B |
Loading…
Reference in New Issue
Block a user