diff --git a/src/Website/Controller/HomeController.php b/src/Website/Controller/HomeController.php index fa88b12..91fa1e7 100644 --- a/src/Website/Controller/HomeController.php +++ b/src/Website/Controller/HomeController.php @@ -22,4 +22,11 @@ final class HomeController extends AbstractController return $this->render( 'website/home/intro.html.twig'); } + + #[Route(path: '/looking-for-help', name: 'website_help_wanted')] + public function helpWanted(): Response + { + return $this->render( + 'website/home/help_wanted.html.twig'); + } } diff --git a/templates/layout/site.html.twig b/templates/layout/site.html.twig index 4fe18c8..3cd9b0b 100644 --- a/templates/layout/site.html.twig +++ b/templates/layout/site.html.twig @@ -63,6 +63,9 @@ {% block footer %} diff --git a/templates/website/home/help_wanted.html.twig b/templates/website/home/help_wanted.html.twig new file mode 100644 index 0000000..355e9c4 --- /dev/null +++ b/templates/website/home/help_wanted.html.twig @@ -0,0 +1,33 @@ +{% extends 'layout/site.html.twig' %} + +{% block title %}Looking for Help | {{ 'site.name'|trans }}{% endblock %} + +{% block body %} +
This site is a passion project, and every now and then it needs a hand.
++ For this website, I am looking for some help in the field of art. I have unfortunately used + a bit of AI to create some images, and I would really like to get it done by someone real. +
++ Unfortunately, this site is currently just costing me money, so I am not in a position to pay + a huge amount, but if you would be interested to have your art out to (hopefully) a lot of + people, and you have ideas on how to make it something nice, please reach out to me. We can + discuss payment and ideas then. +
+