diff --git a/about.html b/about.html
index 67eefdf..15ce19d 100644
--- a/about.html
+++ b/about.html
@@ -1,24 +1,24 @@
-
- AixKare, About page
+ AixKare, About page
+
diff --git a/contact.html b/contact.html
index b9ec5a4..bfd9dc3 100644
--- a/contact.html
+++ b/contact.html
@@ -1,24 +1,24 @@
-
- AixKare, Contact page
+ AixKare, Contact page
+
diff --git a/index.html b/index.html
index 3163e6a..5b6f97e 100644
--- a/index.html
+++ b/index.html
@@ -1,24 +1,24 @@
-
- AixKare, Main page
+ AixKare, Main page
+
diff --git a/js/lang.js b/js/lang.js
index e5b38bd..de07646 100644
--- a/js/lang.js
+++ b/js/lang.js
@@ -18,15 +18,18 @@ class LanguageContainer {
this._textMainPageEng = "Main page";
this._textMainPageSpa = "Página principal";
this._textMainPagePor = "Página principal";
- this._textAboutPageEng = "About AiXKare";
- this._textAboutPageSpa = "Acerca de AiXKare";
- this._textAboutPagePor = "Sobre AiXKare";
+ this._textAboutPageEng = "About Artecnología";
+ this._textAboutPageSpa = "Acerca de Artecnología";
+ this._textAboutPagePor = "Sobre Artecnología";
this._textProductsPageEng = "Products and Services";
this._textProductsPageSpa = "Productos y Servicios";
this._textProductsPagePor = "Produtos e serviços";
this._textContactPageEng = "Contact Us";
this._textContactPageSpa = "Contáctenos";
this._textContactPagePor = "Fale connosco";
+ this._textStorePageEng = "Store";
+ this._textStorePageSpa = "Tienda";
+ this._textStorePagePor = "Loja";
this._textBannerAIEng = "AI eXtended for Healthcare.";
this._textBannerAISpa = "IA eXtendida para la Salud.";
this._textBannerAIPor = "IA estendida para saúde.";
@@ -323,6 +326,12 @@ class LanguageContainer {
this.changeInnerTextToObject($("#back2MainPage")[0], this._textBack2MainPageEng);
this.changeHrefToAnchor($("#back2MainPage")[0], "index.html?lang=en");
this.changeHrefToAnchor($("#anchor-logo")[0], "index.html?lang=en");
+ this.changeInnerTextToObject($("#mainTitleIndex")[0], this._textMainPageEng);
+ this.changeInnerTextToObject($("#mainTitleAbout")[0], this._textAboutPageEng);
+ this.changeInnerTextToObject($("#mainTitleProducts")[0], this._textProductsPageEng);
+ this.changeInnerTextToObject($("#mainTitleStore")[0], this._textStorePageEng);
+ this.changeInnerTextToObject($("#mainTitleThanks")[0], this._textContactPageEng);
+ this.changeInnerTextToObject($("#mainTitleContact")[0], this._textContactPageEng);
this.changeActionToForm($("#contactForm")[0], "https://j6wrsf4g5k.execute-api.us-east-1.amazonaws.com/interaction/interaction?lang=en");
Cookies.set('lang', 'en', { expires: 7 });
break;
@@ -368,6 +377,12 @@ class LanguageContainer {
this.changeInnerTextToObject($("#back2MainPage")[0], this._textBack2MainPageSpa);
this.changeHrefToAnchor($("#back2MainPage")[0], "index.html?lang=es");
this.changeHrefToAnchor($("#anchor-logo")[0], "index.html?lang=es");
+ this.changeInnerTextToObject($("#mainTitleIndex")[0], this._textMainPageSpa);
+ this.changeInnerTextToObject($("#mainTitleAbout")[0], this._textAboutPageSpa);
+ this.changeInnerTextToObject($("#mainTitleProducts")[0], this._textProductsPageSpa);
+ this.changeInnerTextToObject($("#mainTitleStore")[0], this._textStorePageSpa);
+ this.changeInnerTextToObject($("#mainTitleThanks")[0], this._textContactPageSpa);
+ this.changeInnerTextToObject($("#mainTitleContact")[0], this._textContactPageSpa);
this.changeActionToForm($("#contactForm")[0], "https://j6wrsf4g5k.execute-api.us-east-1.amazonaws.com/interaction/interaction?lang=es");
Cookies.set('lang', 'es', { expires: 7 });
break;
@@ -413,6 +428,12 @@ class LanguageContainer {
this.changeInnerTextToObject($("#back2MainPage")[0], this._textBack2MainPagePor);
this.changeHrefToAnchor($("#back2MainPage")[0], "index.html?lang=pt");
this.changeHrefToAnchor($("#anchor-logo")[0], "index.html?lang=pt");
+ this.changeInnerTextToObject($("#mainTitleIndex")[0], this._textMainPagePor);
+ this.changeInnerTextToObject($("#mainTitleAbout")[0], this._textAboutPagePor);
+ this.changeInnerTextToObject($("#mainTitleProducts")[0], this._textProductsPagePor);
+ this.changeInnerTextToObject($("#mainTitleStore")[0], this._textStorePagePor);
+ this.changeInnerTextToObject($("#mainTitleThanks")[0], this._textContactPagePor);
+ this.changeInnerTextToObject($("#mainTitleContact")[0], this._textContactPagePor);
this.changeActionToForm($("#contactForm")[0], "https://j6wrsf4g5k.execute-api.us-east-1.amazonaws.com/interaction/interaction?lang=pt");
Cookies.set('lang', 'pt', { expires: 7 });
break;
diff --git a/prodandserv.html b/prodandserv.html
index 3e5a509..6075a92 100644
--- a/prodandserv.html
+++ b/prodandserv.html
@@ -1,24 +1,24 @@
-
- AixKare, Products and Services page
+ AixKare, Products and Services page
+
diff --git a/thanks.html b/thanks.html
index ebb7ddb..ec79ceb 100644
--- a/thanks.html
+++ b/thanks.html
@@ -1,24 +1,24 @@
-
- AixKare, Thanks page
+ AixKare, Thanks page
+