From db236bfbe8b173ba20ddf540ac4c88395931ebe1 Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Tue, 25 Aug 2026 13:58:08 +0100 Subject: [PATCH 1/2] Add profile page Add a mocked version of profile page, using the current live version of the app as a guide --- app/views/index.html | 2 + app/views/layout.html | 14 +++++++ app/views/profile.html | 91 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 107 insertions(+) create mode 100644 app/views/profile.html diff --git a/app/views/index.html b/app/views/index.html index 6569d44..bc05c6c 100755 --- a/app/views/index.html +++ b/app/views/index.html @@ -10,6 +10,8 @@ - add custom CSS and JavaScript --> +{% set section = "Home" %} +