From 14f34551b9a8a78ac40912b80f282e4089eb061e Mon Sep 17 00:00:00 2001 From: Abdfnx Mhd Date: Tue, 21 Nov 2023 05:52:42 +0000 Subject: [PATCH] =?UTF-8?q?botway(assets):=20fix=20the=20ui=20of=20botway?= =?UTF-8?q?=20cdn=20=F0=9F=8F=97=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/README.md | 4 ++- assets/components/Logo.tsx | 8 ++--- assets/routes/index.tsx | 68 +++++++++++++++++++++++++++++--------- assets/static/main.css | 3 ++ 4 files changed, 63 insertions(+), 20 deletions(-) create mode 100644 assets/static/main.css diff --git a/assets/README.md b/assets/README.md index 5aeb292f..5f3854f3 100644 --- a/assets/README.md +++ b/assets/README.md @@ -1,3 +1,5 @@ # Botway CDN 📦 -> Built with Deno Fresh 🦕 +> **Botway CDN** is a small service that hosts all of botway's assets and integrations data 📡 + +#### Built with Deno Fresh 🦕 diff --git a/assets/components/Logo.tsx b/assets/components/Logo.tsx index 241f1bd9..d1ae07d3 100644 --- a/assets/components/Logo.tsx +++ b/assets/components/Logo.tsx @@ -1,15 +1,15 @@ export const LogoSection = () => { return ( -
+
-
+
Botway Logo
diff --git a/assets/routes/index.tsx b/assets/routes/index.tsx index d4607c51..664e1988 100644 --- a/assets/routes/index.tsx +++ b/assets/routes/index.tsx @@ -10,23 +10,61 @@ const App = () => { + - 📦 Botway CDN + Botway CDN 📦 -
- - -
-
-

- 📦 Botway CDN -

-
-
-
+ + +
+
+ + +
+
+
+

+ Welcome to Botway CDN 📦 +

+
+
+
+
+
+
+
+ + +
+
+

+ Welcome to Botway CDN 📦 +

+
+

+ + Botway CDN{" "} + + is a small service that hosts all of botway's assets and + integrations data 📡 +

+
+
+
+
+ ); }; diff --git a/assets/static/main.css b/assets/static/main.css new file mode 100644 index 00000000..47e808dc --- /dev/null +++ b/assets/static/main.css @@ -0,0 +1,3 @@ +@import url("https://fonts.cdnfonts.com/css/farray"); +@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&display=swap");