forked from elh/elh.gay
added friends section template
This commit is contained in:
parent
e769979948
commit
1a3a0ca680
8 changed files with 49 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
13
src/components/friends.astro
Normal file
13
src/components/friends.astro
Normal 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>
|
||||
|
|
@ -6,6 +6,7 @@
|
|||
</script>
|
||||
<button on:click
|
||||
on:mouseover
|
||||
on:focus
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
{...buttonProps}>
|
||||
|
|
@ -16,4 +17,5 @@
|
|||
.navbutton {
|
||||
|
||||
}
|
||||
.fri
|
||||
</style>
|
||||
0
src/components/socials.astro
Normal file
0
src/components/socials.astro
Normal file
Loading…
Add table
Add a link
Reference in a new issue