feat: add ama form
This commit is contained in:
parent
95eb179803
commit
7bb521c793
2 changed files with 5 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,6 +5,7 @@ dist/
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
# logs
|
# logs
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
|
|
@ -28,10 +28,10 @@ import Footer from '../components/Footer.astro'
|
||||||
<h1 title="Ayo Ayco | Software Engineer + Web Developer">
|
<h1 title="Ayo Ayco | Software Engineer + Web Developer">
|
||||||
Hi, I'm <span class="heavy-text">Ayo</span>!
|
Hi, I'm <span class="heavy-text">Ayo</span>!
|
||||||
</h1>
|
</h1>
|
||||||
<!--a href="/now" class="now-wrapper">
|
<a href="https://forms.ayo.run/form/tnz7FybY" class="now-wrapper">
|
||||||
<span class="now-label">Now</span>
|
<span class="now-label">Contact</span>
|
||||||
<span class="status">{now.title}</span>
|
<span class="status">Got a question? Have a nice message?</span>
|
||||||
</a-->
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -185,10 +185,6 @@ import Footer from '../components/Footer.astro'
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.status::before {
|
|
||||||
content: 'Now: ';
|
|
||||||
}
|
|
||||||
|
|
||||||
.status {
|
.status {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue