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");