diff --git a/bad_pizza_site.png b/bad_pizza_site.png new file mode 100644 index 0000000..d9361e1 Binary files /dev/null and b/bad_pizza_site.png differ diff --git a/good_pizza_site.png b/good_pizza_site.png new file mode 100644 index 0000000..38248a7 Binary files /dev/null and b/good_pizza_site.png differ diff --git a/web-pages/css/order-feedback.css b/web-pages/css/order-feedback.css new file mode 100644 index 0000000..5f53d46 --- /dev/null +++ b/web-pages/css/order-feedback.css @@ -0,0 +1,90 @@ +header { + float: left; +} +header nav { + font-size: 110%; + margin-top: 2em; + margin-left: 2em; +} +header nav ul { + width: 10em; +} +header nav ul li { + padding: 0.2em 1em; + border: 1px solid #666; +} + +h1 { + border-bottom: none; + text-transform: none; + color: #333; + margin-bottom: 0; + margin-left: 9em; + padding-top: 1em; +} + +main { + color: #333; + margin-left: 21em; + padding-top: 1em; +} + +h2 { + color: #333; + margin-top: 0; +} + +.order-details { + display: flex; +} +.order-details .product { + width: 70%; + font-size: 140%; + padding-right: 2em; +} +.product img { + float: left; + margin-right: 1em; +} +.product .reference { + font-size: 70%; +} +.order-details .shipping { + width: 30%; +} + +.questions { + font-size: 105%; +} +.questions .radio legend { + float: left; + width: 19%; +} +.questions .radio label { + display: block; + margin-left: 20%; + margin-bottom: 0.2em; + width: 80%; +} +.questions .form-row label { + width: 19%; + margin-right: 0; +} +.questions textarea { + width: 80%; + height: 6em; +} +.questions button { + margin-left: 20%; +} + +footer { + margin-left: 21em; + margin-top: 4em; +} +footer .links { + display: flex; +} +footer .links div { + width: 25%; +} \ No newline at end of file diff --git a/web-pages/img/cockoo-clock.jpg b/web-pages/img/cockoo-clock.jpg new file mode 100644 index 0000000..965eb44 Binary files /dev/null and b/web-pages/img/cockoo-clock.jpg differ diff --git a/web-pages/img/time-logo.png b/web-pages/img/time-logo.png new file mode 100644 index 0000000..e4cb1b1 Binary files /dev/null and b/web-pages/img/time-logo.png differ diff --git a/web-pages/order-feedback.html b/web-pages/order-feedback.html new file mode 100644 index 0000000..43b7116 --- /dev/null +++ b/web-pages/order-feedback.html @@ -0,0 +1,92 @@ + + + + + + Time Goes order details + + + + + +
+
+
+ + +
+ +

Your order

+
+
+
+

Details

+ Cockoo Clock + +

£599.00

+

Reference 872634726423

+
+
+

Shipping

+

Moray Gregor

+

13 Abbotsford Cres
Edinburgh
EH8 5PG

+

Tracking HFF7127GYR19I

+
+
+ +
+

Questions

+ +

Please use the form below if you have any questions regarding your order.

+
+
+ Topic + + + + +
+
+ + +
+ +
+
+ + +
+
+
Clock image: https://en.wikipedia.org/wiki/File:Cuckoo_clock_by_Pascal_Tarabay.jpg
+ + + \ No newline at end of file