From fb225a0de8ba8ced07d67b1e90d8298914c12364 Mon Sep 17 00:00:00 2001 From: reecehill <29638128+reecehill@users.noreply.github.com> Date: Tue, 22 Oct 2024 03:05:43 +0100 Subject: [PATCH 01/26] icons, homepage styling, responsive navbar, light and dark mode --- package-lock.json | 2 +- project/npda/templates/base.html | 104 ++++---- project/npda/templates/nav.html | 246 ++++++++++++------ .../npda/templates/partials/file_upload.html | 113 ++++---- project/settings.py | 1 + requirements/requirements.txt | 1 + static/css/styles.css | 2 +- static/tailwind.css | 4 - 8 files changed, 280 insertions(+), 193 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec224d05..131048cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "national-paediatric-diabetes-audit", + "name": "app", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/project/npda/templates/base.html b/project/npda/templates/base.html index 73a7438f..3eb1a05e 100644 --- a/project/npda/templates/base.html +++ b/project/npda/templates/base.html @@ -1,49 +1,59 @@ -{% load static %} - -
- - - - - - - - -