forked from ProjectSegfault/website
add suggestions
This commit is contained in:
parent
f8ed77acc4
commit
8de6f6367b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "project-segfault-website",
|
"name": "project-segfault-website",
|
||||||
"version": "0.0.1",
|
"version": "2.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "svelte-kit dev",
|
"dev": "svelte-kit dev",
|
||||||
"build": "svelte-kit build",
|
"build": "svelte-kit build",
|
||||||
|
@ -11,11 +11,12 @@
|
|||||||
<span>© 2021 - present, Project Segfault</span>
|
<span>© 2021 - present, Project Segfault</span>
|
||||||
|
|
||||||
<div class="links">
|
<div class="links">
|
||||||
|
<a href="https://matrix.to/#/#project-segfault:projectsegfau.lt">
|
||||||
|
<IconMatrix />
|
||||||
|
</a>
|
||||||
<a href="https://discord.gg/26EG7fFtfS">
|
<a href="https://discord.gg/26EG7fFtfS">
|
||||||
<IconDiscord />
|
<IconDiscord />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://matrix.to/#/#project-segfault:projectsegfau.lt">
|
|
||||||
<IconMatrix />
|
|
||||||
<a href="https://github.com/ProjectSegfault">
|
<a href="https://github.com/ProjectSegfault">
|
||||||
<IconGitHub />
|
<IconGitHub />
|
||||||
</a>
|
</a>
|
||||||
|
@ -36,6 +36,17 @@
|
|||||||
text-decoration: none;
|
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 {
|
img {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
Loading…
Reference in New Issue
Block a user