contact_us.html 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>联系我们</title>
  8. <link rel="stylesheet" href="./assets/style/common/index.css" />
  9. <link rel="stylesheet" href="./assets/style/contact_us/index.css" />
  10. </head>
  11. <body>
  12. <!--#include file="./components/header1.html"-->
  13. <div class="contact_us">
  14. <header class="header"></header>
  15. <div class="main">
  16. <div class="contact-info">
  17. <h1>General Contact Information</h1>
  18. <hr />
  19. <div id="content"></div>
  20. </div>
  21. <div class="contact-info gray">
  22. <h1>General inquiries:</h1>
  23. <hr />
  24. <a href="javascript:;">info@wolt.com</a>
  25. </div>
  26. <div class="contact-info">
  27. <h1>Merchant inquiries:</h1>
  28. <hr />
  29. <div id="merchant"></div>
  30. </div>
  31. <div class="contact-info gray">
  32. <h1>Marketing and cooperation inquiries:</h1>
  33. <hr />
  34. <p>
  35. <span>Azerbaijan:</span>
  36. <a href="javascript:;">marketing.azerbaijan@hungrypanda.com</a>
  37. </p>
  38. <p>
  39. <span>Cyprus:</span>
  40. <a href="javascript:;">marketing.cyprus@hungrypanda.com</a>
  41. </p>
  42. <p>
  43. <span>Croatia:</span>
  44. <a href="javascript:;">marketing.croatia@hungrypanda.com</a>
  45. </p>
  46. <p>
  47. <span>Czech Republic:</span>
  48. <a href="javascript:;">marketing.czechia@hungrypanda.com</a>
  49. </p>
  50. <p>
  51. <span>Denmark:</span>
  52. <a href="javascript:;">support@hungrypanda.com</a>
  53. </p>
  54. <p>
  55. <span>Estonia:</span>
  56. <a href="javascript:;">marketing.estonia@hungrypanda.com</a>
  57. </p>
  58. <p>
  59. <span>Finland:</span>
  60. <a href="javascript:;">marketing.finland@hungrypanda.com</a>
  61. </p>
  62. <p>
  63. <span>Georgia:</span>
  64. <a href="javascript:;">marketing.georgia@hungrypanda.com</a>
  65. </p>
  66. <p>
  67. <span>Norway:</span>
  68. <a href="javascript:;">restaurants.norway@hungrypanda.com</a>
  69. </p>
  70. <p>
  71. <span>Germany:</span>
  72. <a href="javascript:;">marketing.germany@hungrypanda.com</a>
  73. </p>
  74. <p>
  75. <span>Greece:</span>
  76. <a href="javascript:;">marketing.greece@hungrypanda.com</a>
  77. </p>
  78. <p>
  79. <span>Hungary:</span>
  80. <a href="javascript:;">marketing.hungary@hungrypanda.com</a>
  81. </p>
  82. <p>
  83. <span>Israel:</span>
  84. <a href="javascript:;">marketing.israel@hungrypanda.com</a>
  85. </p>
  86. <p>
  87. <span>Japan:</span>
  88. <a href="javascript:;">marketing.japan@hungrypanda.com</a>
  89. </p>
  90. <p>
  91. <span>Kazakhstan:</span>
  92. <a href="javascript:;">marketing.kazakhstan@hungrypanda.com</a>
  93. </p>
  94. </div>
  95. <div class="contact-info">
  96. <h1>Support:</h1>
  97. <hr />
  98. <p>
  99. <span></span>
  100. <a href="javascript:;">Please visit our support page</a>
  101. </p>
  102. </div>
  103. <div class="contact-info gray">
  104. <h1>For Media</h1>
  105. <hr />
  106. <p>
  107. <span>Media: press@ wolt. com</span>
  108. <a href="javascript:;"></a>
  109. </p>
  110. <p>
  111. <span>Want to tell your friends how amazing Wolt is?</span>
  112. <a href="javascript:;"></a>
  113. </p>
  114. <p>
  115. <span>Media: press@ wolt. com</span>
  116. <a href="javascript:;"></a>
  117. </p>
  118. <p>
  119. <span>We' re all over Facebook, Twitter and Instagram.</span>
  120. <a href="javascript:;"></a>
  121. </p>
  122. <p>
  123. <span>We' re @ woltapp everywhere.Follow us to build up an appetite.</span>
  124. <a href="javascript:;"></a>
  125. </p>
  126. <p>
  127. <span>Contact Support</span>
  128. <a href="javascript:;"></a>
  129. </p>
  130. <p>
  131. <span>
  132. If you didn' t find a suitable answer in our FAQ above, please feel free to contact us directly right
  133. away:
  134. </span>
  135. <a href="javascript:;"></a>
  136. </p>
  137. <p>
  138. <span>Drop us a line at</span>
  139. <a href="javascript:;">support@ wolt. com</a>
  140. </p>
  141. <p>
  142. <span>Use the live chat inside the Wolt app on your phone</span>
  143. <a href="javascript:;"></a>
  144. </p>
  145. </div>
  146. </div>
  147. </div>
  148. <!--#include file="./components/footer1.html"-->
  149. </body>
  150. <script>
  151. window.onload = function () {
  152. let info = [
  153. {
  154. title: 'HungryPanda Ltd',
  155. text: '',
  156. },
  157. {
  158. title: 'Arkadiankatu 6',
  159. text: '',
  160. },
  161. {
  162. title: '00100 London',
  163. text: '',
  164. },
  165. {
  166. title: 'London,the UK',
  167. text: '',
  168. },
  169. {
  170. title: 'Business ID:2646674-9',
  171. text: '',
  172. },
  173. {
  174. title: 'Electronic invoicing operator(in Finland):Liaison Operator address:003708599126',
  175. text: '',
  176. },
  177. {
  178. title: 'Company EDI-ID:003726466749(Wolt Enterprises Oy)',
  179. text: '',
  180. },
  181. {
  182. title: 'OVT-code:003726466749',
  183. text: '',
  184. },
  185. ]
  186. let merchant = [
  187. {
  188. title: 'Croatia:',
  189. text: 'info.croatia@hungrypanda.com',
  190. },
  191. {
  192. title: 'Czech Republic:',
  193. text: 'support@hungrypanda.com',
  194. },
  195. {
  196. title: 'Denmark:',
  197. text: 'Estonia:taavi.loog@hungrypanda.com',
  198. },
  199. {
  200. title: 'Finland',
  201. text: 'restaurants.finland@hungrypanda.com',
  202. },
  203. {
  204. title: 'Georgia',
  205. text: 'medea.dolidze@hungrypanda.com',
  206. },
  207. {
  208. title: 'Greece',
  209. text: 'alexandros.chalkias@hungrypanda.com',
  210. },
  211. {
  212. title: 'Hungary',
  213. text: 'restaurantshungary@hungrypanda.com',
  214. },
  215. {
  216. title: 'Latvia',
  217. text: 'andrejs.gavars@hungrypanda.com',
  218. },
  219. {
  220. title: 'Lithuania',
  221. text: 'Norway:restaurants.norway@hungrypanda.com',
  222. },
  223. {
  224. title: 'Poland',
  225. text: 'agnieszka.orlanska@hungrypanda.com',
  226. },
  227. {
  228. title: 'Serbia',
  229. text: 'restaurants.serbia@hungrypanda.com',
  230. },
  231. {
  232. title: 'Slovakia',
  233. text: 'Sweden:patrick@hungrypanda.com',
  234. },
  235. {
  236. title: 'Kazakhstan',
  237. text: 'restaurants.kz@hungrypanda.com',
  238. },
  239. ]
  240. content(info, '#content')
  241. content(merchant, '#merchant')
  242. function content(data, el) {
  243. $.each(data, function (index, value) {
  244. let ele = $(`<p><span>${value.title}</span><a href="javascript:;">${value.text}</a></p>`)
  245. $(el).append(ele)
  246. })
  247. }
  248. }
  249. </script>
  250. </html>