diff --git a/README.md b/README.md index 55b6158..cdb4bcb 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,222 @@ The website uses Helvetica Neue as the main font-family and it is supplied by Bo ### Wireframes -Links to the wire frames for each page: +
+Header + +![Header](https://github.com/Awoyalejohn/GDS/blob/main/media/header.png) + +
+ +
+Footer + +![Footer](https://github.com/Awoyalejohn/GDS/blob/main/media/footer.png) + +
+ +
+Home + +![Home](https://github.com/Awoyalejohn/GDS/blob/main/media/home.png) + +
+ +
+Products + +![Products](https://github.com/Awoyalejohn/GDS/blob/main/media/products.png) + +
+ +
+Product Detail + +![Product Detail](https://github.com/Awoyalejohn/GDS/blob/main/media/product-detail.png) + +
+ +
+Add Product + +![Add Product](https://github.com/Awoyalejohn/GDS/blob/main/media/add-product.png) + +
+ +
+Edit Product + +![Edit Product](https://github.com/Awoyalejohn/GDS/blob/main/media/edit-product.png) + +
+ +
+Delete Product + +![Delete Product](https://github.com/Awoyalejohn/GDS/blob/main/media/delete-product.png) + +
+ +
+Cart + +![Cart](https://github.com/Awoyalejohn/GDS/blob/main/media/cart.png) + +
+ +
+Checkout + +![Checkout](https://github.com/Awoyalejohn/GDS/blob/main/media/checkout.png) + +
+ +
+Checkout Success + +![Checkout Success](https://github.com/Awoyalejohn/GDS/blob/main/media/checkout-success.png) + +
+ +
+Quote Request + +![Quote Request](https://github.com/Awoyalejohn/GDS/blob/main/media/quote-request.png) + +
+ +
+Quote Checkout + +![Quote Checkout](https://github.com/Awoyalejohn/GDS/blob/main/media/quote-checkout.png) + +
+ +
+Quote Success + +![Quote Success](https://github.com/Awoyalejohn/GDS/blob/main/media/quote-success.png) + +
+ +
+Quote List + +![Quote List](https://github.com/Awoyalejohn/GDS/blob/main/media/quote-list.png) + +
+ +
+Quote Detail + +![Quote Detail](https://github.com/Awoyalejohn/GDS/blob/main/media/quote-detail.png) + +
+ +
+Reviews + +![Reviews](https://github.com/Awoyalejohn/GDS/blob/main/media/reviews.png) + +
+ +
+Edit Review + +![Edit Review](https://github.com/Awoyalejohn/GDS/blob/main/media/edit-review.png) + +
+ +
+Delete Review + +![Delete Review](https://github.com/Awoyalejohn/GDS/blob/main/media/delete-review.png) + +
+ +
+Testimonials + +![Testimonials](https://github.com/Awoyalejohn/GDS/blob/main/media/testimonials.png) + +
+ +
+Edit Testimonials + +![Edit Testimonials](https://github.com/Awoyalejohn/GDS/blob/main/media/edit-testimonial.png) + +
+ +
+Delete Testimonial + +![Delete Testimonial](https://github.com/Awoyalejohn/GDS/blob/main/media/delete-testimonial.png) + +
+ +
+Wishlist + +![Wishlist](https://github.com/Awoyalejohn/GDS/blob/main/media/wishlist.png) + +
+ +
+Profile + +![Profile](https://github.com/Awoyalejohn/GDS/blob/main/media/profile.png) + +
+ +
+Edit Profile + +![Edit Profile](https://github.com/Awoyalejohn/GDS/blob/main/media/edit-profile.png) + +
+ +
+Order History + +![Order History](https://github.com/Awoyalejohn/GDS/blob/main/media/order-history.png) + +
+ +
+Order History Detail + +![Order History Detail](https://github.com/Awoyalejohn/GDS/blob/main/media/order-history-detail.png) + +
+ +
+Quote History + +![Quote History](https://github.com/Awoyalejohn/GDS/blob/main/media/quote-history.png) + +
+ +
+Quote History Detail + +![Quote History Detail](https://github.com/Awoyalejohn/GDS/blob/main/media/quote-history-detail.png) + +
+ +
+Quote Display + +![Quote Display](https://github.com/Awoyalejohn/GDS/blob/main/media/quote-display.png) + +
+ +
+Profile Testimonials + +![Profile Testimonials](https://github.com/Awoyalejohn/GDS/blob/main/media/profile-testimonials.png) + +
## Data Model ### Entity Relationship Diagram (ERD) diff --git a/media/add-product.png b/media/add-product.png new file mode 100644 index 0000000..b8b7c67 Binary files /dev/null and b/media/add-product.png differ diff --git a/media/cart.png b/media/cart.png new file mode 100644 index 0000000..9e526a4 Binary files /dev/null and b/media/cart.png differ diff --git a/media/checkout-success.png b/media/checkout-success.png new file mode 100644 index 0000000..c08493d Binary files /dev/null and b/media/checkout-success.png differ diff --git a/media/checkout.png b/media/checkout.png new file mode 100644 index 0000000..12372c0 Binary files /dev/null and b/media/checkout.png differ diff --git a/media/delete-product.png b/media/delete-product.png new file mode 100644 index 0000000..8b02d10 Binary files /dev/null and b/media/delete-product.png differ diff --git a/media/delete-review.png b/media/delete-review.png new file mode 100644 index 0000000..cc0f75e Binary files /dev/null and b/media/delete-review.png differ diff --git a/media/delete-testimonial.png b/media/delete-testimonial.png new file mode 100644 index 0000000..870c52f Binary files /dev/null and b/media/delete-testimonial.png differ diff --git a/media/edit-product.png b/media/edit-product.png new file mode 100644 index 0000000..e2ceed7 Binary files /dev/null and b/media/edit-product.png differ diff --git a/media/edit-profile.png b/media/edit-profile.png new file mode 100644 index 0000000..c8e30b5 Binary files /dev/null and b/media/edit-profile.png differ diff --git a/media/edit-review.png b/media/edit-review.png new file mode 100644 index 0000000..fece574 Binary files /dev/null and b/media/edit-review.png differ diff --git a/media/edit-testimonial.png b/media/edit-testimonial.png new file mode 100644 index 0000000..1258782 Binary files /dev/null and b/media/edit-testimonial.png differ diff --git a/media/facebook-1.svg b/media/facebook-1.svg new file mode 100644 index 0000000..38f919f --- /dev/null +++ b/media/facebook-1.svg @@ -0,0 +1,3 @@ + + + diff --git a/media/facebook-2.svg b/media/facebook-2.svg new file mode 100644 index 0000000..2f3e628 --- /dev/null +++ b/media/facebook-2.svg @@ -0,0 +1,3 @@ + + + diff --git a/media/facebook.svg b/media/facebook.svg new file mode 100644 index 0000000..2f3e628 --- /dev/null +++ b/media/facebook.svg @@ -0,0 +1,3 @@ + + + diff --git a/media/footer.png b/media/footer.png new file mode 100644 index 0000000..1f93c0a Binary files /dev/null and b/media/footer.png differ diff --git a/media/header.png b/media/header.png new file mode 100644 index 0000000..61d2f74 Binary files /dev/null and b/media/header.png differ diff --git a/media/home.png b/media/home.png new file mode 100644 index 0000000..57d89e5 Binary files /dev/null and b/media/home.png differ diff --git a/media/order-history-detail.png b/media/order-history-detail.png new file mode 100644 index 0000000..74f88dc Binary files /dev/null and b/media/order-history-detail.png differ diff --git a/media/order-history.png b/media/order-history.png new file mode 100644 index 0000000..34aa639 Binary files /dev/null and b/media/order-history.png differ diff --git a/media/product-detail.png b/media/product-detail.png new file mode 100644 index 0000000..71cf019 Binary files /dev/null and b/media/product-detail.png differ diff --git a/media/products.png b/media/products.png new file mode 100644 index 0000000..2d64ccd Binary files /dev/null and b/media/products.png differ diff --git a/media/profile-testimonials.png b/media/profile-testimonials.png new file mode 100644 index 0000000..7859832 Binary files /dev/null and b/media/profile-testimonials.png differ diff --git a/media/profile.png b/media/profile.png new file mode 100644 index 0000000..e73325b Binary files /dev/null and b/media/profile.png differ diff --git a/media/quote-checkout.png b/media/quote-checkout.png new file mode 100644 index 0000000..910f36e Binary files /dev/null and b/media/quote-checkout.png differ diff --git a/media/quote-detail.png b/media/quote-detail.png new file mode 100644 index 0000000..a5cf51a Binary files /dev/null and b/media/quote-detail.png differ diff --git a/media/quote-display.png b/media/quote-display.png new file mode 100644 index 0000000..f0574f1 Binary files /dev/null and b/media/quote-display.png differ diff --git a/media/quote-history-detail.png b/media/quote-history-detail.png new file mode 100644 index 0000000..9244788 Binary files /dev/null and b/media/quote-history-detail.png differ diff --git a/media/quote-history.png b/media/quote-history.png new file mode 100644 index 0000000..ac8d905 Binary files /dev/null and b/media/quote-history.png differ diff --git a/media/quote-list.png b/media/quote-list.png new file mode 100644 index 0000000..b2e7bc7 Binary files /dev/null and b/media/quote-list.png differ diff --git a/media/quote-request.png b/media/quote-request.png new file mode 100644 index 0000000..e90d209 Binary files /dev/null and b/media/quote-request.png differ diff --git a/media/quote-success.png b/media/quote-success.png new file mode 100644 index 0000000..7787f07 Binary files /dev/null and b/media/quote-success.png differ diff --git a/media/reviews.png b/media/reviews.png new file mode 100644 index 0000000..59b9e15 Binary files /dev/null and b/media/reviews.png differ diff --git a/media/testimonials.png b/media/testimonials.png new file mode 100644 index 0000000..f34f3c4 Binary files /dev/null and b/media/testimonials.png differ diff --git a/media/wishlist.png b/media/wishlist.png new file mode 100644 index 0000000..a9d769a Binary files /dev/null and b/media/wishlist.png differ