diff --git a/src/main/webapp/app/entities/contact/contact.state.js b/src/main/webapp/app/entities/contact/contact.state.js
index 516414e..90380ae 100644
--- a/src/main/webapp/app/entities/contact/contact.state.js
+++ b/src/main/webapp/app/entities/contact/contact.state.js
@@ -26,7 +26,6 @@
resolve: {
translatePartialLoader: ['$translate', '$translatePartialLoader', function ($translate, $translatePartialLoader) {
$translatePartialLoader.addPart('contact');
- $translatePartialLoader.addPart('global');
return $translate.refresh();
}]
}
diff --git a/src/main/webapp/app/entities/contact/contacts.html b/src/main/webapp/app/entities/contact/contacts.html
index d8b4d1e..dc4840f 100644
--- a/src/main/webapp/app/entities/contact/contacts.html
+++ b/src/main/webapp/app/entities/contact/contacts.html
@@ -1,5 +1,59 @@
+
-
Contacts
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AvriqqLabs, Inc.
+ 231 Yogyakarta, INA 55791
+ mail@domain.com
+ http://www.domain.com
+ Telp. (0274) 441-5000
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/webapp/content/js/script.js b/src/main/webapp/content/js/script.js
index 8648392..0b20ddd 100644
--- a/src/main/webapp/content/js/script.js
+++ b/src/main/webapp/content/js/script.js
@@ -144,7 +144,7 @@ $(document).ready(function(){
/* carousel single */
$('#slider-property').carousel({
interval: 6500
- })
+ });
/* map property */
diff --git a/src/main/webapp/i18n/en/contact.json b/src/main/webapp/i18n/en/contact.json
index 538759e..07682cf 100644
--- a/src/main/webapp/i18n/en/contact.json
+++ b/src/main/webapp/i18n/en/contact.json
@@ -1,6 +1,5 @@
{
- "assessoriaTorrellesApp": {
- "contact" : {
+ "contact" : {
"home": {
"title": "Contacts",
"createLabel": "Create a new Contact",
@@ -15,7 +14,9 @@
},
"detail": {
"title": "Contact"
- }
+ },
+ "title1": "Please don't hesitate to contact us if you need our help.",
+ "title2": "If you wanna like to contact me, please fill the form bellow.",
+ "button": "Send Message"
}
- }
}