From 23ccbc4ba11252249ada3c50215c45009c8ecdd0 Mon Sep 17 00:00:00 2001 From: geekan Date: Mon, 11 Oct 2021 21:29:18 +0300 Subject: [PATCH] Added a desktop layout --- src/views/components/banner.twig | 87 ++++++++++++++++++++++++++++++++ src/views/layout.twig | 1 + 2 files changed, 88 insertions(+) create mode 100644 src/views/components/banner.twig diff --git a/src/views/components/banner.twig b/src/views/components/banner.twig new file mode 100644 index 0000000..d440515 --- /dev/null +++ b/src/views/components/banner.twig @@ -0,0 +1,87 @@ + +
+ + +
+
What a day! 🥳🎈🎉
+
Today we are releasing our next big open-source project.
As big as Editor.js or bigger. It is the error tracking service
called Hawk! Check it out.
+
+
+
Hawk
+
Code problems. Resolved.
+ + + +
+ +
\ No newline at end of file diff --git a/src/views/layout.twig b/src/views/layout.twig index afecadf..dfcd071 100644 --- a/src/views/layout.twig +++ b/src/views/layout.twig @@ -16,6 +16,7 @@ {% include "components/header.twig" with res.locals.isAuthorized %} + {% include "components/banner.twig" %}