diff --git a/assets/image/backGroundImg/contact-us-footer.png b/assets/image/backGroundImg/contact-us-footer.png new file mode 100644 index 0000000..fe2ce60 Binary files /dev/null and b/assets/image/backGroundImg/contact-us-footer.png differ diff --git a/assets/image/backGroundImg/contact-us-form-bg.png b/assets/image/backGroundImg/contact-us-form-bg.png new file mode 100644 index 0000000..35835b4 Binary files /dev/null and b/assets/image/backGroundImg/contact-us-form-bg.png differ diff --git a/assets/image/backGroundImg/contact-us-logo.png b/assets/image/backGroundImg/contact-us-logo.png new file mode 100644 index 0000000..832c912 Binary files /dev/null and b/assets/image/backGroundImg/contact-us-logo.png differ diff --git a/assets/image/icon/app.png b/assets/image/icon/app.png new file mode 100644 index 0000000..c053da2 Binary files /dev/null and b/assets/image/icon/app.png differ diff --git a/assets/image/icon/fax.png b/assets/image/icon/fax.png new file mode 100644 index 0000000..61d0a78 Binary files /dev/null and b/assets/image/icon/fax.png differ diff --git a/assets/image/icon/labl-phone.png b/assets/image/icon/labl-phone.png new file mode 100644 index 0000000..976e597 Binary files /dev/null and b/assets/image/icon/labl-phone.png differ diff --git a/assets/image/icon/mail.png b/assets/image/icon/mail.png new file mode 100644 index 0000000..fda2280 Binary files /dev/null and b/assets/image/icon/mail.png differ diff --git a/assets/image/icon/msg.png b/assets/image/icon/msg.png new file mode 100644 index 0000000..7b3e708 Binary files /dev/null and b/assets/image/icon/msg.png differ diff --git a/assets/image/icon/user.png b/assets/image/icon/user.png new file mode 100644 index 0000000..078b30a Binary files /dev/null and b/assets/image/icon/user.png differ diff --git a/components/header.vue b/components/header.vue index 4b7166a..5221ace 100644 --- a/components/header.vue +++ b/components/header.vue @@ -51,7 +51,7 @@ export default { { name: this.$t('menu.Products'), href: '/' }, { name: this.$t('menu.News'), href: '/' }, { name: this.$t('menu.Exhibition'), href: '/' }, - { name: this.$t('menu.ContactUs'), href: '/' }, + { name: this.$t('menu.ContactUs'), href: '/contact-us' }, { name: this.$t('menu.Feedback'), href: '/' }, ] } diff --git a/locales/en.json b/locales/en.json index 9236460..f4ccc6d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -15,7 +15,10 @@ "Mob/Whatsapp/Wechat": "Mob/Whatsapp/Wechat", "E-mail": "E-mail", "send": "SEND", - "enterEail": "Enter your email here" + "enterEail": "Enter your email here", + "addressLabel": "Address", + "fax": "Fax", + "submit": "SUBMIT" }, "menu": { "Home": "Home", @@ -46,6 +49,17 @@ "company": "Sinotruck Howo Sales Co.,Ltd", "address": "Room 2403, No.1 Yinzuo Jingdu Mansion, Shunhe East Street No.66, District Shizhong, Jinan city, shandong province, China" }, + "contactUs": { + "contactUs": "Contact Us", + "contacts": "Alice", + "way": "Find us through some contact information", + "contact": "Contact", + "name": "Your name", + "mail": "Mail", + "contactWay": "Phone/WhatsApp", + "desc": "Please fill in the form with details so we can send you a quotation correctly", + "address": "Shangang xintiandi No8, 19 floor, Lixia district, jinan, Shandong, China" + }, "footer": { "contactUs": "Contact us" } diff --git a/locales/zh.json b/locales/zh.json index 8d3b63d..da8a90f 100644 --- a/locales/zh.json +++ b/locales/zh.json @@ -15,7 +15,10 @@ "Mob/Whatsapp/Wechat": "手机/Whatsapp/微信", "E-mail": "电子邮件", "send": "发送", - "enterEail": "在此处输入您的电子邮件" + "enterEail": "在此处输入您的电子邮件", + "addressLabel": "地址", + "fax": "传真", + "submit": "提交" }, "menu": { "Home": "首页", @@ -46,6 +49,17 @@ "company": "中车豪沃销售有限公司", "address": "中国山东省济南市市中区顺河东街66号银座京都大厦1号2403室" }, + "contactUs": { + "contactUs": "联系我们", + "contacts": "艾丽斯", + "way": "通过一些联系方式找到我们", + "contact": "联系", + "name": "你的名字", + "mail": "邮件", + "contactWay": "电话/WhatsApp", + "desc": "请详细填写表格,以便我们正确地向您发送报价", + "address": "山东省济南市历下区19楼善港新天地8号" + }, "footer": { "contactUs": "联系我们" } diff --git a/pages/contact-us.vue b/pages/contact-us.vue new file mode 100644 index 0000000..0a2e1c1 --- /dev/null +++ b/pages/contact-us.vue @@ -0,0 +1,238 @@ + + + + + \ No newline at end of file