feat: add ama form

This commit is contained in:
Ayo Ayco 2025-06-11 10:08:25 +02:00
parent 95eb179803
commit 7bb521c793
2 changed files with 5 additions and 8 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ dist/
# dependencies
node_modules/
package-lock.json
# logs
npm-debug.log*

View file

@ -28,10 +28,10 @@ import Footer from '../components/Footer.astro'
<h1 title="Ayo Ayco | Software Engineer + Web Developer">
Hi, I'm <span class="heavy-text">Ayo</span>!
</h1>
<!--a href="/now" class="now-wrapper">
<span class="now-label">Now</span>
<span class="status">{now.title}</span>
</a-->
<a href="https://forms.ayo.run/form/tnz7FybY" class="now-wrapper">
<span class="now-label">Contact</span>
<span class="status">Got a question? Have a nice message?</span>
</a>
</div>
</div>
</section>
@ -185,10 +185,6 @@ import Footer from '../components/Footer.astro'
display: none;
}
.status::before {
content: 'Now: ';
}
.status {
text-decoration: underline;
cursor: pointer;