From 2e2f2713b1e9b2fe0c7b8e1cec896f961a80e639 Mon Sep 17 00:00:00 2001 From: giantflyingegg Date: Tue, 23 Jan 2024 19:08:36 +0000 Subject: [PATCH 1/2] readme update --- README.md | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03a2248..3412f46 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,41 @@ -# FAC-User-Stories-project +# QuantumWeb Innovations website Project 1 for FAC 30: to create a website that showcases user stories - https://fac30.github.io/User-Stories-Project-Kieran-Egbe/ \ No newline at end of file + https://fac30.github.io/User-Stories-Project-Kieran-Egbe/ + + ## Our goals were: + ### Create a website with the following features: + + - + - Navbar with clickable navigation + - About us section + - Contact form which submits with a clickable button and mandatory fields + - Is accessible to visually impaired users with + - keyboard navigation + - navigation with a screen reader + + ### Stretch goal: + As a stretch goal we created and utilised the github Projects template. We used the auto update feature to move issues to Completed when the issues are closed. + +## Features of our site deployment: + +### Responsive Design: +The website is designed to be fully responsive, adapting to different screen sizes for optimal viewing on mobiles, tablets, and desktops. + +### Dynamic Navigation Bar: +A navigation bar with links to different sections of the website such as Home, About Us, Meet the Team, and Contact Us. The nav links are replaced with a hmaburger icon for mobile devices. + +### Interactive Quote Popup: +A feature for users to request a customized quote. Includes a form to capture user details like email. The button to submit the form does not have any true storage/send functionality. + +### Team Section: +Introduces the team members with images and brief descriptions. + +### Client Testimonials: +Showcases client feedback with a rating system. + +### Contact Form: +Allows visitors to contact QuantumWeb Innovations directly through the website. + +### Footer Section: +Contains additional information like address, email, phone contacts, social media links, and legal policies. From 0f427e300eb3a0c64e08848f685542f01adf1f64 Mon Sep 17 00:00:00 2001 From: giantflyingegg Date: Tue, 23 Jan 2024 19:18:23 +0000 Subject: [PATCH 2/2] updated depolyment details --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3412f46..cbe85a7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Project 1 for FAC 30: to create a website that showcases user stories ## Our goals were: ### Create a website with the following features: - - + - Answer user story to create a website for a webdev and cybersecurity company + - Style an attractive and inviting website - Navbar with clickable navigation - About us section - Contact form which submits with a clickable button and mandatory fields @@ -17,25 +18,27 @@ Project 1 for FAC 30: to create a website that showcases user stories ### Stretch goal: As a stretch goal we created and utilised the github Projects template. We used the auto update feature to move issues to Completed when the issues are closed. + A potential further stretch goal would have been to build a backend for the user input submisssions. Unfortunately, we did not have time to address this problem. + ## Features of our site deployment: ### Responsive Design: The website is designed to be fully responsive, adapting to different screen sizes for optimal viewing on mobiles, tablets, and desktops. ### Dynamic Navigation Bar: -A navigation bar with links to different sections of the website such as Home, About Us, Meet the Team, and Contact Us. The nav links are replaced with a hmaburger icon for mobile devices. +A navigation bar with links to different sections of the website such as Home, About Us, Meet the Team, and Contact Us. The nav links are replaced with a hamburger icon for mobile devices. ### Interactive Quote Popup: -A feature for users to request a customized quote. Includes a form to capture user details like email. The button to submit the form does not have any true storage/send functionality. +A feature for users to request a customized quote. Includes a form to capture user details like email. The button to submit the form does not have any true storage/send functionality. There is a spinner for loading time. ### Team Section: -Introduces the team members with images and brief descriptions. +Introduces the team members with images and brief descriptions. Animated titles. ### Client Testimonials: Showcases client feedback with a rating system. ### Contact Form: -Allows visitors to contact QuantumWeb Innovations directly through the website. +Allows visitors to contact QuantumWeb Innovations directly through the website. Fields are 'required' the submit form would be functional with a suitable backend, ### Footer Section: Contains additional information like address, email, phone contacts, social media links, and legal policies.