forked from ProjectSegfault/website
fix abuseipdb badge position and akischanges
Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
parent
916e21694c
commit
c78324e2fb
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
{#if $page.url.pathname === "/"}
|
{#if $page.url.pathname === "/"}
|
||||||
|
<div class="badge">
|
||||||
<a
|
<a
|
||||||
href="https://www.abuseipdb.com/user/82331"
|
href="https://www.abuseipdb.com/user/82331"
|
||||||
title="AbuseIPDB is an IP address blacklist for webmasters and sysadmins to report IP addresses engaging in abusive behavior on their networks"
|
title="AbuseIPDB is an IP address blacklist for webmasters and sysadmins to report IP addresses engaging in abusive behavior on their networks"
|
||||||
@ -14,9 +15,10 @@
|
|||||||
alt="AbuseIPDB Contributor Badge"
|
alt="AbuseIPDB Contributor Badge"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<span>© 2021 - present, Project Segfault team</span>
|
<span>© 2021 - present, Project Segfault <a href="/team">team</a></span>
|
||||||
<span>Made with <a href="https://kit.svelte.dev/">SvelteKit</a> and released under the <a href="https://opensource.org/licenses/MIT/">MIT license</a>.</span>
|
<span>Made with <a href="https://kit.svelte.dev/">SvelteKit</a> and released under the <a href="https://opensource.org/licenses/MIT/">MIT license</a>.</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
@ -45,6 +47,13 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 270px;
|
width: 270px;
|
||||||
background: var(--accent-primary);
|
background: var(--accent-primary);
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
import SvelteSeo from "svelte-seo";
|
import SvelteSeo from "svelte-seo";
|
||||||
|
|
||||||
let description: string = "7 idiots, 2 OVH vpses, a BuyVM 1024 Slice, a Sun server and a Hitachi Compute Rack.";
|
let description: string = "7 idiots, 2 OVH vpses, a BuyVM 1024 Slice, a Sun server and a Hitachi Compute Rack.";
|
||||||
|
import IconMoneyBill from "~icons/fa6-solid/money-bill";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<SvelteSeo
|
<SvelteSeo
|
||||||
@ -17,6 +18,7 @@
|
|||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a href="https://instances.projectsegfau.lt/">Explore our services</a>
|
<a href="https://instances.projectsegfau.lt/">Explore our services</a>
|
||||||
<a href="/projects">Explore our projects</a>
|
<a href="/projects">Explore our projects</a>
|
||||||
|
<a href="/donate"><IconMoneyBill /> Donate</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -59,10 +61,13 @@
|
|||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: var(--accent-primary);
|
background-color: var(--accent-primary);
|
||||||
padding: 1rem;
|
padding: 8px 1em 8px 1em;
|
||||||
color: var(--primary);
|
color: var(--primary);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transition: filter .25s;
|
transition: filter .25s;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user