From cb981aac60344a9117c07d402005c0566a7300ad Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 27 Apr 2015 11:52:38 +0200 Subject: Add a simple website for products --- Aufgabe05/categories.html | 22 +++++++++++++++++++ Aufgabe05/contact.html | 15 +++++++++++++ Aufgabe05/index.html | 16 ++++++++++++++ Aufgabe05/login.html | 34 +++++++++++++++++++++++++++++ Aufgabe05/productdetails.html | 50 +++++++++++++++++++++++++++++++++++++++++++ Aufgabe05/products.html | 23 ++++++++++++++++++++ Aufgabe05/style.css | 38 ++++++++++++++++++++++++++++++++ 7 files changed, 198 insertions(+) create mode 100644 Aufgabe05/categories.html create mode 100644 Aufgabe05/contact.html create mode 100644 Aufgabe05/index.html create mode 100644 Aufgabe05/login.html create mode 100644 Aufgabe05/productdetails.html create mode 100644 Aufgabe05/products.html create mode 100644 Aufgabe05/style.css diff --git a/Aufgabe05/categories.html b/Aufgabe05/categories.html new file mode 100644 index 0000000..c39e02b --- /dev/null +++ b/Aufgabe05/categories.html @@ -0,0 +1,22 @@ + + + + +Categories + + + + + + + + + + +
Categories
Furniture
+ + \ No newline at end of file diff --git a/Aufgabe05/contact.html b/Aufgabe05/contact.html new file mode 100644 index 0000000..1ce7575 --- /dev/null +++ b/Aufgabe05/contact.html @@ -0,0 +1,15 @@ + + + + +Contact Us + + + +

Name: SomeCompany Ltd.
Telephone: +1-555-6383
Address: SomeStreet in Alamo

+ + \ No newline at end of file diff --git a/Aufgabe05/index.html b/Aufgabe05/index.html new file mode 100644 index 0000000..826eb4e --- /dev/null +++ b/Aufgabe05/index.html @@ -0,0 +1,16 @@ + + + + +Prducts + + + +

This site will rock your chair. The best products from all over the world. + Furniture the like you have never seen. Contact us a get our catalog or login a order direct from our categories.

+ + \ No newline at end of file diff --git a/Aufgabe05/login.html b/Aufgabe05/login.html new file mode 100644 index 0000000..4a46b08 --- /dev/null +++ b/Aufgabe05/login.html @@ -0,0 +1,34 @@ + + + + +User + + + + +
+

User

+
+ +
+
+ +
+
 
+ + +
+ + \ No newline at end of file diff --git a/Aufgabe05/productdetails.html b/Aufgabe05/productdetails.html new file mode 100644 index 0000000..546a77b --- /dev/null +++ b/Aufgabe05/productdetails.html @@ -0,0 +1,50 @@ + + + + +Productdetails + + + + +
+

Chair

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
 
+
+ + \ No newline at end of file diff --git a/Aufgabe05/products.html b/Aufgabe05/products.html new file mode 100644 index 0000000..63656b7 --- /dev/null +++ b/Aufgabe05/products.html @@ -0,0 +1,23 @@ + + + + +Products + + + + + + + + + + +
Furniture
Chair
+ + \ No newline at end of file diff --git a/Aufgabe05/style.css b/Aufgabe05/style.css new file mode 100644 index 0000000..27cd8b8 --- /dev/null +++ b/Aufgabe05/style.css @@ -0,0 +1,38 @@ +@CHARSET "UTF-8"; + +u { + text-decoration: underline; +} + +form { + width: 450px; + background-color: #ccc; + border: 1px dotted #333; + padding: 5px; + margin: 0px auto; +} + +form h1 { + text-align: center; +} + +div.row { + clear: both; + padding-top: 5px; +} + +div.row label { + float: left; + width: 200px; + text-align: right; +} + +div.row .formw { + float: right; + width: 235px; + text-align: left; +} + +div.spacer { + clear: both; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2