diff --git a/README.md b/README.md index ace786b..24840ab 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# Online Boutique: Cloud-Native Microservices Demo Application + -This project contains a 10-tier microservices application. The application is a -web-based e-commerce app called **“Online Boutique”** where users can browse items, + +**Online Boutique** is a cloud-native microservices demo application. +Online Boutique consists of a 10-tier microservices application. The application is a +web-based e-commerce app where users can browse items, add them to the cart, and purchase them. **Google uses this application to demonstrate use of technologies like diff --git a/src/frontend/static/images/products/Bowl.png b/src/frontend/static/images/products/Bowl.png deleted file mode 100755 index 57325d7..0000000 Binary files a/src/frontend/static/images/products/Bowl.png and /dev/null differ diff --git a/src/frontend/static/images/products/Cactus.png b/src/frontend/static/images/products/Cactus.png deleted file mode 100755 index 4cdb6b9..0000000 Binary files a/src/frontend/static/images/products/Cactus.png and /dev/null differ diff --git a/src/frontend/static/images/products/CoffeeMachine.png b/src/frontend/static/images/products/CoffeeMachine.png deleted file mode 100755 index c424546..0000000 Binary files a/src/frontend/static/images/products/CoffeeMachine.png and /dev/null differ diff --git a/src/frontend/static/images/products/ColouredPencils.png b/src/frontend/static/images/products/ColouredPencils.png deleted file mode 100755 index 5f55ff6..0000000 Binary files a/src/frontend/static/images/products/ColouredPencils.png and /dev/null differ diff --git a/src/frontend/static/images/products/Globe.png b/src/frontend/static/images/products/Globe.png deleted file mode 100755 index ca9e0ef..0000000 Binary files a/src/frontend/static/images/products/Globe.png and /dev/null differ diff --git a/src/frontend/static/images/products/LightShade.png b/src/frontend/static/images/products/LightShade.png deleted file mode 100755 index f641704..0000000 Binary files a/src/frontend/static/images/products/LightShade.png and /dev/null differ diff --git a/src/frontend/static/images/products/Mugs.png b/src/frontend/static/images/products/Mugs.png deleted file mode 100755 index 88d1a95..0000000 Binary files a/src/frontend/static/images/products/Mugs.png and /dev/null differ diff --git a/src/frontend/static/images/products/Notebook.png b/src/frontend/static/images/products/Notebook.png deleted file mode 100755 index 3256ad6..0000000 Binary files a/src/frontend/static/images/products/Notebook.png and /dev/null differ diff --git a/src/frontend/static/images/products/Robot1.png b/src/frontend/static/images/products/Robot1.png deleted file mode 100755 index 962a0f6..0000000 Binary files a/src/frontend/static/images/products/Robot1.png and /dev/null differ diff --git a/src/frontend/static/images/products/Robot2.png b/src/frontend/static/images/products/Robot2.png deleted file mode 100755 index fbf87ec..0000000 Binary files a/src/frontend/static/images/products/Robot2.png and /dev/null differ diff --git a/src/frontend/static/images/products/Sunnies.png b/src/frontend/static/images/products/Sunnies.png deleted file mode 100755 index 0b1502f..0000000 Binary files a/src/frontend/static/images/products/Sunnies.png and /dev/null differ diff --git a/src/frontend/static/images/products/Unicorn.png b/src/frontend/static/images/products/Unicorn.png deleted file mode 100755 index 3d36325..0000000 Binary files a/src/frontend/static/images/products/Unicorn.png and /dev/null differ diff --git a/src/frontend/static/styles/styles.css b/src/frontend/static/styles/styles.css index 89d8039..e5caabd 100755 --- a/src/frontend/static/styles/styles.css +++ b/src/frontend/static/styles/styles.css @@ -91,6 +91,43 @@ header .h-control input { align-items: center; } +header .h-form form { + font-size: 12px; + border: solid 1px #f2f2f2; + padding: 0 0px 0 0px; + width: 250px; + height: 24px; + flex-shrink: 0; + background-color: #f2f2f2; + display: flex; + align-items: center; +} + +header .h-form select { + background: transparent; + border-radius: 0; + border: solid 1px #f2f2f2; + width: 100px; + height: 20px; + flex-shrink: 0; + padding: 0 7px; + display: flex; + align-items: center; +} + +header .h-form option { + background: transparent; + border-radius: 0; + border: solid 1px #f2f2f2; + width: 100px; + height: 20px; + flex-shrink: 0; + padding: 0 7px; + display: flex; + align-items: center; +} + + header .h-control input:focus { outline: 0; border: 0; @@ -119,7 +156,7 @@ header .icon.search-icon { header .h-control select { background: transparent; border-radius: 0; - border: 1px solid #acacac; + border: none; width: 100px; height: 20px; flex-shrink: 0; diff --git a/src/frontend/templates/header.html b/src/frontend/templates/header.html index 9fd55ec..3a53ec4 100755 --- a/src/frontend/templates/header.html +++ b/src/frontend/templates/header.html @@ -36,13 +36,17 @@ Help