diff --git a/README.md b/README.md index a54611c..cb4475c 100644 --- a/README.md +++ b/README.md @@ -119,10 +119,12 @@ Use the included Bruno collection in the `bruno/` directory for testing the API: - **Enhanced Security**: JWT authentication with theme persistence ### Frontend Redesign +- **Beautiful Homepage**: Hero section with features showcase and modern design - **Multiple Themes**: 11 beautiful themes including Tokyo Night, Dracula, Nord, Solarized Dark, Monokai, One Dark Pro, Material Dark, and Catppuccin variants (Mocha, Macchiato, Frappé, Latte) with CSS variables - **HTMX Forms**: Real-time form submissions and updates without JavaScript frameworks - **Theme Switcher**: Dropdown selector that saves preferences to database - **Responsive Design**: Tailwind CSS for mobile-first responsive layouts +- **Smooth Animations**: CSS transitions and scroll effects ### Technical Updates - **Go Templates**: Server-side rendering with template inheritance diff --git a/backend/templates/index.html b/backend/templates/index.html index ab1a6e7..ec1df2c 100644 --- a/backend/templates/index.html +++ b/backend/templates/index.html @@ -3,95 +3,160 @@ {{define "title"}}Bookmann - Home{{end}} {{define "content"}} -
-
-

Welcome to Bookmann

- -
- -
-
-

Login

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

Register

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

+ 📚 Bookmann +

+

+ Your personal ebook management system. Track reading progress, organize your library, and enjoy beautiful themes. +

+
- -
+ + +
+
+
+

Why Bookmann?

+

Discover the features that make ebook management effortless

+
+ +
+
+
+
+ 📖 +
+

Reading Progress

+

Track your reading progress across all your ebooks with detailed statistics.

+
+
+ +
+
+
+ 🎨 +
+

Beautiful Themes

+

Choose from 11 stunning themes including Tokyo Night, Dracula, and Catppuccin variants.

+
+
+ +
+
+
+ +
+

Fast & Modern

+

Built with Go and HTMX for lightning-fast performance and smooth interactions.

+
+
+
+
+
+ + +
+
+
+

Join Bookmann Today

+

Create your account or sign in to start managing your ebook library

+
+ +
+
+

Login

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

Create Account

+
+
+
+ + +
+
+ + +
+
+ + +
+ +
+
+
+
+ +
+
+
+ {{end}} \ No newline at end of file