From 878d761c42f5af2c6719fc612f85a8e12f8f32be Mon Sep 17 00:00:00 2001 From: astoicame <156392682+astoicame@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:50:50 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6d2a7..bb0bcd1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SQL-Database-Website-Design -This repository displays all of my portions of code that contributed to a larger group project in desinging a SQL database and website for updating and editing entries for the Younger Lab at Boston University. +This repository displays all of my portions of code that contributed to a larger group project in desinging a SQL database and website for updating and editing entries for the Younger Lab at Boston University. Please note this website is not publicly hosted, so the scripts here do not create a functioning unit and are simply the pieces of code I contributed to the project. The website is active and private to the lab associated. get_sort.py <- this script aquires requested data from the database and populates the Sort form with the current information @@ -9,3 +9,9 @@ update_sort.py <- this script allows users who can bypass the password protectio update_sort.html <- this provides the user interface for the above scripts to function + +main.html <- main UI design for the website + +style2.css <- style file called on in main.html + +help_page.html <- HTML for the website's help page