From 91a85b37f1dc54b31baecdfc2a01329095487d6d Mon Sep 17 00:00:00 2001 From: Vincent Rozenberg Date: Fri, 16 Aug 2024 18:17:58 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b9992b..e5a53d2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# Maintenance-Logo-Plugin -Maintenance Logo Plugin +# Maintenance Logo Plugin + +A simple WordPress plugin that displays a custom logo on your site during maintenance mode. The logo is centred on the screen, and its size automatically adjusts to fit within 50% of the viewport's width. + +## Features + +- **Custom Logo**: Easily set a custom logo URL via the WordPress admin panel. +- **Responsive Design**: The logo scales to fit within the viewport while maintaining its aspect ratio. +- **User-Friendly**: Automatically displays the maintenance logo to non-admin users while allowing admins to access the backend. + +## Installation + +1. **Download** or clone the repository to your WordPress plugins directory: + ```bash + git clone https://github.com/your-username/maintenance-logo-plugin.git