diff --git a/package.json b/package.json
index 86646645b..f24a64c6c 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,6 @@
"lint": "eslint *.js src/**/*.js",
"format": "prettier --ignore-path ./.gitignore --write \"./**/*.{html,json,js,ts,css}\"",
"test": "jest"
-
},
"author": "Shane Thompson",
"license": "ISC",
diff --git a/src/cart/index.html b/src/cart/index.html
index f64b6f0c9..51339240b 100644
--- a/src/cart/index.html
+++ b/src/cart/index.html
@@ -1,98 +1,25 @@
-
-
+
-
-
Sleep Outside | Cart
-
-
+
-
-
-
-
-
+
-
+
+ Checkout Now
-
-
+
diff --git a/src/checkout/index.html b/src/checkout/index.html
index 876458650..a68e7fe81 100644
--- a/src/checkout/index.html
+++ b/src/checkout/index.html
@@ -1,88 +1,72 @@
-
-
+
-
-
-
-
Sleep Outside | Checkout
-
-
-
+
+
-
-
-
-
-
-
-
-
+
-
-
-
-
-
- Review & Place your Order
-
-
-
+
+ Review & Place your Order
+
-
-
-
+
-
-
diff --git a/src/css/style.css b/src/css/style.css
index dee10f627..1d8031f48 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -110,6 +110,23 @@ button {
fill: gray;
}
+.cart svg.pop {
+ animation: popAnimation 0.3s ease-in-out forwards;
+}
+
+@keyframes popAnimation {
+ 0% {
+ transform: scale(1);
+ }
+ 50% {
+ transform: scale(1.2);
+ }
+ 100% {
+ transform: scale(1);
+ }
+}
+
+
/* End cart icon styles */
.mission {
@@ -201,7 +218,31 @@ button {
grid-row: 2;
grid-column: 3;
}
+.product-msrp__price{
+ font-size: small;
+ text-decoration: line-through;
+ color: var(--tertiary-color);
+}
+.hide {
+ display: none;
+}
+
+#checkout {
+ margin-bottom: 10px;
+}
+
+.alert {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 0.5em;
+ background-color: var(--primary-color);
+ border: 1px solid darkorange;
+}
+.alert > p {
+ margin: 0;
+}
@media screen and (min-width: 500px) {
body {
max-width: 1080px;
@@ -220,3 +261,125 @@ footer {
font-size: var(--small-font);
padding: 1em;
}
+
+.categories-list{
+ display: flex;
+ flex-direction: row;
+ justify-content: space-evenly;
+ flex-wrap: wrap;
+}
+.categories-list li{
+ list-style-type: none;
+ text-align: center;
+}
+.categories-list img{
+ width: 200px;
+}
+section{
+ padding: 9px;
+}
+
+header .cart{
+ position: relative;
+}
+
+.checkout {
+ padding: 0.5em;
+}
+
+.checkout label {
+ display: block;
+}
+
+.checkout input {
+ width: 100%;
+ font-size: 1.2em;
+}
+
+.summary > ul {
+ padding-left: 0;
+ list-style-type: none;
+}
+.summary li {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+}
+.summary input {
+ width: 25%;
+ font-size: 1em;
+}
+
+.superscript{
+ position:absolute;
+ top: 5px;
+ right: -5px;
+ font-size: x-small;
+ background-color: #ffffff;
+ border: 2px solid var(--primary-color);
+ border-radius: 50%;
+ padding: 3px 5px;
+}
+.background-darkblue{
+ background-color: #333399;
+}
+.foreground-white{
+ color: #ffffff;
+}
+.title {
+ text-transform: capitalize;
+}
+
+.headMenu div{
+ display:inline-block;
+ vertical-align: middle;
+}
+.search {
+ margin-right: 16px;
+}
+.search svg {
+ padding-top: 6px;
+ vertical-align: bottom;
+}
+.headMenu .search input{
+ margin-top: 20px;
+}
+/* Carousel */
+.myImage {
+ display: none;
+}
+/* Next and Previous buttons */
+.previous, .next {
+ cursor: pointer;
+ position: absolute;
+ top: 50%;
+ width: auto;
+ margin-top: -10px;
+ padding: 16px;
+ color: black;
+ font-weight: bold;
+ font-size: 18px;
+ transition: 0.6s ease;
+ border-radius: 0 3px 3px 0;
+ user-select: none;
+}
+
+.next {
+ right: 25%;
+ border-radius: 3px 0 0 3px;
+}
+
+.previous {
+ left: 25%;
+}
+
+.numTest {
+ font-size: 14px;
+ padding: 8px 12px;
+ text-align: center;
+}
+
+.previous:hover, .next:hover {
+ background-color: rgba(0,0,0,0.8);
+ color: white;
+}
\ No newline at end of file
diff --git a/src/index.html b/src/index.html
index 35ac63ce6..ad8a27b8f 100644
--- a/src/index.html
+++ b/src/index.html
@@ -5,31 +5,16 @@
Sleep Outside | Home
+
+
+
-
-
-
+
+
-
- Top Products
-
-
-
-
- Marmot
- Ajax Tent - 3-Person, 3-Season
- $199.99
+
+
+ We spend too much time these days indoors...sitting usually.
+ No wonder we are a mess!
+
+ What we really need is to get outside...in fact SLEEP outside. Our
+ mission is to provide you with everything you need to do this
+ comfortably at an affordable price.
+
+
+
-
+