diff --git a/package-lock.json b/package-lock.json
index 2310fcc5..bb7973bc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "vesan",
- "version": "2.1.7",
+ "version": "2.1.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vesan",
- "version": "2.1.7",
+ "version": "2.1.8",
"license": "Apache-2.0 License",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
@@ -17,7 +17,7 @@
"core-js": "^3.8.3",
"servidio": "^3.1.0",
"vue": "^3.3.9",
- "vue-elt": "^2.3.9-alpha",
+ "vue-elt": "^2.3.10-alpha",
"vue-recaptcha": "^2.0.3",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
@@ -16848,9 +16848,9 @@
}
},
"node_modules/vue-elt": {
- "version": "2.3.9-alpha",
- "resolved": "https://registry.npmjs.org/vue-elt/-/vue-elt-2.3.9-alpha.tgz",
- "integrity": "sha512-o8+csEWYKBcA100NUlzM3iRnIzaDO8kIH18kPDe5xUpdyYeLJAcp3/RrFqblRi4BUHvSWnHMu2pMNQsy2vNrrw==",
+ "version": "2.3.10-alpha",
+ "resolved": "https://registry.npmjs.org/vue-elt/-/vue-elt-2.3.10-alpha.tgz",
+ "integrity": "sha512-1MjrAPww8OqrxPdCJ6VjxY3UItBkTTHvzJKftjxNWtxJ4q0AtvFiuEb+wmx/bEGyx54I4MxTlrrSGQLEcUHiKw==",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@tinymce/tinymce-vue": "^5.1.1",
diff --git a/package.json b/package.json
index a10ddf79..8b7b983d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vesan",
- "version": "2.1.7",
+ "version": "2.1.8",
"description": "UI with Vue-Elt, Servidio & Animadio",
"author": {
"name": "Philippe Beck",
@@ -50,7 +50,7 @@
"core-js": "^3.8.3",
"servidio": "^3.1.0",
"vue": "^3.3.9",
- "vue-elt": "^2.3.9-alpha",
+ "vue-elt": "^2.3.10-alpha",
"vue-recaptcha": "^2.0.3",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
diff --git a/public/css/style.css b/public/css/style.css
index 36314140..2b3569f5 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -38,7 +38,7 @@
/* SHOP */
.shop {
height: 70px;
- max-width: 200px;
+ max-width: 212px;
}
.shop > * {
diff --git a/src/config/values.example.js b/src/config/values.example.js
index c3ba6da2..8d329f67 100644
--- a/src/config/values.example.js
+++ b/src/config/values.example.js
@@ -300,6 +300,60 @@ export default {
PRODUCT_MANAGER : "Product manager",
USER_MANAGER : "User manager",
+ // ! ********** HOME **********
+
+ HOME_CONTENT : [
+ "Vue-Elt for Components",
+ "Servidio for Frontend Services",
+ "Animadio for Design",
+ "NemJS for Backend Middlewares"
+ ],
+
+ HOME_LINKS : [
+ {
+ "href": "/shop",
+ "title": "See my Services for Dev, Learning & Consulting",
+ "content": "See my Services",
+ "fa": "store"
+ },
+ {
+ "href": "/legal",
+ "title": "Show my Legal Notice for Services",
+ "content": "Show my Legal Notice",
+ "fa": "scale-balanced"
+ },
+ {
+ "href": "/blog",
+ "title": "Lire my Articles about Dev",
+ "content": "Read my Blog",
+ "fa": "blog"
+ },
+ {
+ "href": "/login",
+ "title": "Login to Like & Order",
+ "content": "Login",
+ "fa": "right-to-bracket"
+ },
+ {
+ "href": "/links",
+ "title": "Access to my Links for Developers",
+ "content": "Access to my Links",
+ "fa": "link"
+ },
+ {
+ "href": "/contact",
+ "title": "Contact me for any questions",
+ "content": "Contact me",
+ "fa": "paper-plane"
+ },
+ {
+ "href": "/galleries",
+ "title": "Watch my old celestial Atlases",
+ "content": "Watch my Images",
+ "fa": "images"
+ }
+ ],
+
// ! ********** INFO **********
INFO_ALT : "Alternative text",
@@ -387,13 +441,6 @@ export default {
// ! ********** LIST **********
- HOME_CONTENT : [
- "Vue-Elt for Components",
- "Servidio for Frontend Services",
- "Animadio for Design",
- "NemJS for Backend Middlewares"
- ],
-
PRODUCT_HELP :{
"image": "img/your-image.jpg",
"alt": "your-alternative-text",
diff --git a/src/views/data/BasketView.vue b/src/views/data/BasketView.vue
index b54b891c..eb11d4b9 100644
--- a/src/views/data/BasketView.vue
+++ b/src/views/data/BasketView.vue
@@ -65,7 +65,7 @@
diff --git a/src/views/main/HomeView.vue b/src/views/main/HomeView.vue
index 8857b5ed..f92e50fc 100644
--- a/src/views/main/HomeView.vue
+++ b/src/views/main/HomeView.vue
@@ -4,7 +4,7 @@
{{ val.HOME_VIEW }}
-
+
{{ val.HOME_SUB }}
{{ val.INTRO_HOME }}
@@ -13,6 +13,21 @@
+
+
+
+
+
+
+
+
+
+
@@ -21,12 +36,13 @@