feat(landing-page): social links

This commit is contained in:
Ayo 2022-10-17 19:01:39 +02:00
parent 065b84f93c
commit 17d1487913
3 changed files with 4 additions and 9 deletions

View file

@ -5,17 +5,12 @@ import ThemeSwitcher from "~/components/theme-switcher.astro";
const socials = [
{
name: "GitHub",
url: "#",
url: "https://github.com/ayoayco/astro-reactive-library",
icon: "fa-brands:github-alt",
},
{
name: "Discord",
url: "#",
icon: "fa-brands:discord",
},
{
name: "Twitter",
url: "#",
url: "https://twitter.com/astroreactive",
icon: "fa-brands:twitter",
},
];

View file

@ -4,7 +4,7 @@
<script>
const COUNT = 800;
const SPEED = 0.1;
const SPEED = 0.3;
class Star {
x: number;

View file

@ -77,7 +77,7 @@ const description =
<Header />
<Splash />
<div class="h-screen">
<h1>This section is added just to test the sticky header</h1>
<h1>This section is added just to test the sticky header :)</h1>
</div>
</body>
</html>