Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme update #20

Merged
merged 2 commits into from
Jan 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 42 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
# 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/
https://fac30.github.io/User-Stories-Project-Kieran-Egbe/

## 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
- 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.

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 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. There is a spinner for loading time.

### Team Section:
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. 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.
Loading