add suggestions

This commit is contained in:
Akis 2022-06-18 08:45:20 +03:00
parent f8ed77acc4
commit 8de6f6367b
3 changed files with 15 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "project-segfault-website",
"version": "0.0.1",
"version": "2.0.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",

View File

@ -11,11 +11,12 @@
<span>© 2021 - present, Project Segfault</span>
<div class="links">
<a href="https://matrix.to/#/#project-segfault:projectsegfau.lt">
<IconMatrix />
</a>
<a href="https://discord.gg/26EG7fFtfS">
<IconDiscord />
</a>
<a href="https://matrix.to/#/#project-segfault:projectsegfau.lt">
<IconMatrix />
<a href="https://github.com/ProjectSegfault">
<IconGitHub />
</a>

View File

@ -36,6 +36,17 @@
text-decoration: none;
}
.links > * {
background-color: var(--accent-primary);
border: none;
border-radius: 10px;
padding: 1rem;
cursor: pointer;
color: var(--secondary);
font-family: var(--font-primary);
text-decoration: none;
}
img {
height: 36px;
border-radius: 50%;