-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from joevaugh4n/content-edits
Content edits
- Loading branch information
Showing
5 changed files
with
52 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
import Subpage from "../../layouts/Subpage.astro"; | ||
import Contact from "../../components/Contact.astro"; | ||
--- | ||
|
||
<Subpage | ||
title="Get in touch" | ||
subtitle="Interested in what I do and how I can help? Chatting to me is free, and I can work to your budget :)" | ||
description="Get in touch!" | ||
> | ||
<Contact/> | ||
</Subpage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
import Subpage from "../../layouts/Subpage.astro"; | ||
import Button from "../../components/atoms/Button.astro"; | ||
--- | ||
|
||
<Subpage | ||
title="Thank you!" | ||
subtitle="Your submission has now been sent. I'll get back to you soon!" | ||
description="How I use your data" | ||
noindex={true} | ||
> | ||
<a href="/" title="Return to homepage" class="w-fit" | ||
><Button caption="Return to homepage" /></a | ||
> | ||
</Subpage> |