-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Very rough community and contact pages (#89)
* Update clients * Add deprecation TODO * Update dependencies * Overhaul games section * Move clients to sollection * Remove books pages * Update articles * Rough support and contact pages
- Loading branch information
1 parent
c7d6e97
commit d0046de
Showing
10 changed files
with
96 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
[functions] | ||
node_bundler = "esbuild" | ||
external_node_modules = ["sharp"] | ||
external_node_modules = ["sharp"] | ||
|
||
[[redirects]] | ||
from = "/support" | ||
to = "/contact" |
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
User-agent: * | ||
Disallow: | ||
Allow: / | ||
|
||
Sitemap: https://chrischinchilla.com/sitemap-index.xml |
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
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,22 @@ | ||
--- | ||
title: 'Contact' | ||
layout: '~/layouts/MarkdownLayout.astro' | ||
--- | ||
import Note from '~/components/widgets/Note.astro'; | ||
|
||
<Note /> | ||
|
||
## Want to hire me? | ||
|
||
Sounds great! [Let's arrange a chat](https://fantastical.app/chrischinchilla/30-minute-work-meeting). | ||
|
||
## Sponsored content requests | ||
|
||
If you have a product or service you think matches my audience or experience and would like to sponsor content on my YouTube channel, I'd love to hear from you! | ||
|
||
I charge **$/€/£ 150 per 5-10 minute video** and aim to complete and publish the video within 30 days of payment. This includes a private preview of your video for approval and up to 3 edits before publishing. If you're interested in commissioning me you have two options. | ||
|
||
- Pay instantly and we can arrange a call to discuss your requirements. Your options are: | ||
- Request via [Buy Me a Coffee](https://www.buymeacoffee.com/chrischinchilla/commissions). | ||
- Request via [Ko-fi](https://ko-fi.com/chrischinchilla/commissions). | ||
- If you'd rather discuss first and pay in a different way, [arrange a call to discuss your requirements](https://fantastical.app/chrischinchilla/sponsored-content-discussion) |
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