diff --git a/OLD/components/article/article.html b/OLD/components/article/article.html
new file mode 100644
index 0000000..6b308ea
--- /dev/null
+++ b/OLD/components/article/article.html
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ La tecnica dell'assaggio
+
+
+ Come degustare un olio extravergine
+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
diff --git a/OLD/components/articles/articles.html b/OLD/components/articles/articles.html
new file mode 100644
index 0000000..41f229c
--- /dev/null
+++ b/OLD/components/articles/articles.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${require('../articleBox/articleBox.html')}
+
+
+ ${require('../articleBox/articleBox2.html')}
+
+
+ ${require('../articleBox/articleBox3.html')}
+
+
+ ${require('../articleBox/articleBox4.html')}
+
+
+ ${require('../articleBox/articleBox.html')}
+
+
+ ${require('../articleBox/articleBox.html')}
+
+
+ ${require('../articleBox/articleBox.html')}
+
+
+ ${require('../articleBox/articleBox.html')}
+
+
+
+
+
banner
+
+
+
+
diff --git a/OLD/components/articles/articles.js b/OLD/components/articles/articles.js
new file mode 100644
index 0000000..24ab23b
--- /dev/null
+++ b/OLD/components/articles/articles.js
@@ -0,0 +1,5 @@
+
+$(document).ready( () => {
+ console.log('Load component - articles')
+
+})
\ No newline at end of file
diff --git a/OLD/components/articles/articles.scss b/OLD/components/articles/articles.scss
new file mode 100644
index 0000000..380b646
--- /dev/null
+++ b/OLD/components/articles/articles.scss
@@ -0,0 +1,11 @@
+@import "../../src/scss/variables.scss";
+@import "../../src/scss/mixins.scss";
+
+.component-articles {
+ padding: 40px 0;
+
+ .banner {
+ background: $light-gray;
+ text-align: center;
+ }
+}
diff --git a/components/footer/footer.html b/OLD/components/footer/footer.html
similarity index 79%
rename from components/footer/footer.html
rename to OLD/components/footer/footer.html
index ab212ac..cc3f26e 100644
--- a/components/footer/footer.html
+++ b/OLD/components/footer/footer.html
@@ -1,8 +1,8 @@
-
banner
+
banner
diff --git a/components/pdp/pdp.js b/OLD/components/pdp/pdp.js
similarity index 100%
rename from components/pdp/pdp.js
rename to OLD/components/pdp/pdp.js
diff --git a/components/pdp/pdp.scss b/OLD/components/pdp/pdp.scss
similarity index 100%
rename from components/pdp/pdp.scss
rename to OLD/components/pdp/pdp.scss
diff --git a/components/plp/plp.html b/OLD/components/plp/plp.html
similarity index 98%
rename from components/plp/plp.html
rename to OLD/components/plp/plp.html
index fd64f78..6cda930 100644
--- a/components/plp/plp.html
+++ b/OLD/components/plp/plp.html
@@ -46,7 +46,7 @@
-
banner
+
banner
diff --git a/components/plp/plp.js b/OLD/components/plp/plp.js
similarity index 100%
rename from components/plp/plp.js
rename to OLD/components/plp/plp.js
diff --git a/components/plp/plp.scss b/OLD/components/plp/plp.scss
similarity index 100%
rename from components/plp/plp.scss
rename to OLD/components/plp/plp.scss
diff --git a/components/productBox/productBox.html b/OLD/components/productBox/productBox.html
similarity index 100%
rename from components/productBox/productBox.html
rename to OLD/components/productBox/productBox.html
diff --git a/components/productBox/productBox.js b/OLD/components/productBox/productBox.js
similarity index 100%
rename from components/productBox/productBox.js
rename to OLD/components/productBox/productBox.js
diff --git a/components/productBox/productBox.scss b/OLD/components/productBox/productBox.scss
similarity index 100%
rename from components/productBox/productBox.scss
rename to OLD/components/productBox/productBox.scss
diff --git a/components/productBox/productBox2.html b/OLD/components/productBox/productBox2.html
similarity index 100%
rename from components/productBox/productBox2.html
rename to OLD/components/productBox/productBox2.html
diff --git a/components/productBox/productBox3.html b/OLD/components/productBox/productBox3.html
similarity index 100%
rename from components/productBox/productBox3.html
rename to OLD/components/productBox/productBox3.html
diff --git a/components/productBox/productBox4.html b/OLD/components/productBox/productBox4.html
similarity index 100%
rename from components/productBox/productBox4.html
rename to OLD/components/productBox/productBox4.html
diff --git a/OLD/pages/.htaccess b/OLD/pages/.htaccess
new file mode 100644
index 0000000..74b5589
--- /dev/null
+++ b/OLD/pages/.htaccess
@@ -0,0 +1,8 @@
+RewriteEngine On
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^([^\.]+)$ index.php?q=$1 [NC,L]
+#
+# Rewritebase /
+# RewriteCond %{REQUEST_FILENAME} !-f
+# RewriteCond %{REQUEST_FILENAME} !-d
+# RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
diff --git a/OLD/pages/article.ejs b/OLD/pages/article.ejs
new file mode 100644
index 0000000..c5f8b1a
--- /dev/null
+++ b/OLD/pages/article.ejs
@@ -0,0 +1,5 @@
+
+ ${require('../components/article/article.html')}
+
+
+
diff --git a/pages/buy.ejs b/OLD/pages/buy.ejs
similarity index 100%
rename from pages/buy.ejs
rename to OLD/pages/buy.ejs
diff --git a/pages/home.ejs b/OLD/pages/home.ejs
similarity index 100%
rename from pages/home.ejs
rename to OLD/pages/home.ejs
diff --git a/OLD/pages/index.ejs b/OLD/pages/index.ejs
new file mode 100644
index 0000000..88383a8
--- /dev/null
+++ b/OLD/pages/index.ejs
@@ -0,0 +1,32 @@
+
+
+
+
+ IoLovOlio
+
+
+
+
+
+
+ ${require('../components/header/header.html')}
+
+
+
+
+
+
+
+
+ ${require('../components/footer/footer.html')}
+
+
+
diff --git a/OLD/pages/learn.ejs b/OLD/pages/learn.ejs
new file mode 100644
index 0000000..1be7946
--- /dev/null
+++ b/OLD/pages/learn.ejs
@@ -0,0 +1,5 @@
+
+ ${require('../components/articles/articles.html')}
+
+
+
diff --git a/pages/product.ejs b/OLD/pages/product.ejs
similarity index 100%
rename from pages/product.ejs
rename to OLD/pages/product.ejs
diff --git a/components/breadcrumb/breadcrumb.html b/components/breadcrumb/breadcrumb.html
new file mode 100644
index 0000000..06bb696
--- /dev/null
+++ b/components/breadcrumb/breadcrumb.html
@@ -0,0 +1,5 @@
+
+
+ breadcrumb
+
+
diff --git a/components/breadcrumb/breadcrumb.js b/components/breadcrumb/breadcrumb.js
new file mode 100644
index 0000000..f6df84b
--- /dev/null
+++ b/components/breadcrumb/breadcrumb.js
@@ -0,0 +1,5 @@
+
+$(document).ready( () => {
+ console.log('Load component - breadcrumb')
+
+})
\ No newline at end of file
diff --git a/components/breadcrumb/breadcrumb.scss b/components/breadcrumb/breadcrumb.scss
new file mode 100644
index 0000000..55907a5
--- /dev/null
+++ b/components/breadcrumb/breadcrumb.scss
@@ -0,0 +1,8 @@
+@import "../../src/scss/variables.scss";
+@import "../../src/scss/mixins.scss";
+
+.component-breadcrumb {
+ width: 100%;
+ background: $brown;
+ height: 100px;
+}
diff --git a/components/header/header.html b/components/header/header.html
index 9eb2d82..929db92 100644
--- a/components/header/header.html
+++ b/components/header/header.html
@@ -1,46 +1,40 @@