From 951b546968cfbbadfaec40f8b3e568db99a52b05 Mon Sep 17 00:00:00 2001 From: ION606 Date: Sun, 16 Feb 2025 16:07:55 -0500 Subject: [PATCH] added styling --- templates/base.html | 2 +- templates/home.html | 114 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 111 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index fbf5539..7badf98 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ - Static Site Host - {% block title %}{% endblock %} + ION Static Site Hosting - {% block title %}{% endblock %} diff --git a/templates/home.html b/templates/home.html index 70f26a1..1bcbe52 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,8 +1,114 @@ {% extends "base.html" %} -{% block title %}Home{% endblock %} - {% block content %} -

Welcome to Static Site Host

-

Upload and manage your static websites easily!

+ + + +
+

πŸš€ ION Static Site Hosting

+

Host and share your static sites effortlessly.

+
+ +
+

Why Choose Us?

+

Whether you’re a developer, designer, or just need to showcase your work, we make it easy to host and share + static sites.

+ +
+
+

⚑ Instant Hosting

+

Upload your static files and get a live site in seconds.

+
+
+

πŸŒ™ Dark Mode

+

A sleek, modern interface that's easy on the eyes.

+
+
+

✏️ Edit in Browser

+

Make changes directly to your site with our built-in editor.

+
+
+

πŸ”’ Secure & Private

+

Your data stays yours, no hidden tracking or ads.

+
+
+

πŸ“‚ Simple File Management

+

Easily organize and update your projects.

+
+
+

πŸš€ Blazing Fast

+

Minimal setup, maximum performance.

+
+
+ +
+

Get Started Now

+

No signup required. Upload your first site and go live instantly!

+ Upload Your Site +
+
+ + + {% endblock %} \ No newline at end of file