1
0
Fork 0
forked from elh/elh.gay

added friends section template

This commit is contained in:
elh 2024-06-17 20:10:27 -04:00
parent e769979948
commit 1a3a0ca680
8 changed files with 49 additions and 12 deletions

View file

@ -1,8 +1,7 @@
---
import Button from "../components/navbutton.svelte"
const pageTitle= Astro.props
---
<a active=
<div class="nav-links">
<Button class="navbutton">
<a href="/">Home</a>

View file

@ -0,0 +1,13 @@
---
---
<section id="Friends">
<h2>Friends Sites!</h2>
<div>
<form action="https://google.com">
<button class="fbutton">
<img class="buttonimg" title="test" src="/public/vee.png">
</button>
</form>
</a>
</div>
</section>

View file

@ -6,6 +6,7 @@
</script>
<button on:click
on:mouseover
on:focus
on:mouseenter
on:mouseleave
{...buttonProps}>
@ -16,4 +17,5 @@
.navbutton {
}
.fri
</style>

View file