mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-08 17:12:24 +05:30
add suggestions
This commit is contained in:
parent
f8ed77acc4
commit
8de6f6367b
@ -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",
|
||||
|
@ -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>
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user