Hanye官网
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

about.vue 9.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. <template>
  2. <div class="w-full h-[55px] sm:h-[72px]"></div>
  3. <div
  4. class="max-w-full px-4 py-16 md:px-8 lg:px-10 bg-gray-900 text-gray-300 min-h-screen relative overflow-hidden"
  5. >
  6. <!-- Subtle Pattern Background -->
  7. <div class="absolute inset-0 opacity-[0.03] pointer-events-none"
  8. style="background-image: linear-gradient(45deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff),
  9. linear-gradient(-45deg, #fff 12%, transparent 12.5%, transparent 87%, #fff 87.5%, #fff);
  10. background-size: 8px 8px;">
  11. </div>
  12. <!-- Content Wrapper -->
  13. <div class="relative max-w-screen-xl mx-auto">
  14. <h1 class="text-4xl md:text-6xl mb-12 text-center font-normal text-white">
  15. {{ $t("about.title") }}
  16. </h1>
  17. <div class="space-y-12">
  18. <!-- Introduction Section -->
  19. <section
  20. class="relative bg-gray-800/80 border border-gray-700 rounded-xl overflow-hidden shadow-xl backdrop-blur-sm p-6 sm:p-8 lg:p-10"
  21. >
  22. <div class="mb-8">
  23. <h2
  24. class="text-2xl font-semibold text-gray-100 sm:text-3xl inline-block"
  25. >
  26. {{ $t("about.intro.title") }}
  27. </h2>
  28. <div
  29. class="h-1 w-20 bg-gradient-to-r from-blue-500 to-purple-500 rounded-full mt-2"
  30. ></div>
  31. </div>
  32. <div class="space-y-4 text-lg text-gray-300 leading-relaxed">
  33. <p>{{ $t("about.intro.paragraph1") }}</p>
  34. <p>{{ $t("about.intro.paragraph2") }}</p>
  35. <p>{{ $t("about.intro.paragraph3") }}</p>
  36. </div>
  37. </section>
  38. <!-- Company Overview Section -->
  39. <section
  40. class="relative bg-gray-800/80 border border-gray-700 rounded-xl overflow-hidden shadow-xl backdrop-blur-sm p-6 sm:p-8 lg:p-10"
  41. >
  42. <div class="mb-8">
  43. <h2
  44. class="text-2xl font-semibold text-gray-100 sm:text-3xl inline-block"
  45. >
  46. {{ $t("about.overview.title") }}
  47. </h2>
  48. <div
  49. class="h-1 w-20 bg-gradient-to-r from-blue-500 to-purple-500 rounded-full mt-2"
  50. ></div>
  51. </div>
  52. <dl
  53. class="grid grid-cols-1 gap-x-6 gap-y-8 sm:grid-cols-2 lg:grid-cols-3"
  54. >
  55. <div class="sm:col-span-1">
  56. <dt class="text-base font-semibold text-gray-100">
  57. {{ $t("about.overview.companyNameLabel") }}
  58. </dt>
  59. <dd class="mt-1 text-base text-gray-400">
  60. {{ $t("about.overview.companyNameValue") }}
  61. </dd>
  62. </div>
  63. <div class="sm:col-span-1">
  64. <dt class="text-base font-semibold text-gray-100">
  65. {{ $t("about.overview.englishNameLabel") }}
  66. </dt>
  67. <dd class="mt-1 text-base text-gray-400">
  68. {{ $t("about.overview.englishNameValue") }}
  69. </dd>
  70. </div>
  71. <div class="sm:col-span-1">
  72. <dt class="text-base font-semibold text-gray-100">
  73. {{ $t("about.overview.ceoLabel") }}
  74. </dt>
  75. <dd class="mt-1 text-base text-gray-400">
  76. {{ $t("about.overview.ceoValue") }}
  77. </dd>
  78. </div>
  79. <div class="sm:col-span-1">
  80. <dt class="text-base font-semibold text-gray-100">
  81. {{ $t("about.overview.employeesLabel") }}
  82. </dt>
  83. <dd class="mt-1 text-base text-gray-400">
  84. {{ $t("about.overview.employeesValue") }}
  85. </dd>
  86. </div>
  87. <div class="sm:col-span-2">
  88. <dt class="text-base font-semibold text-gray-100">
  89. {{ $t("about.overview.addressLabel") }}
  90. </dt>
  91. <dd class="mt-1 text-base text-gray-400">
  92. {{ $t("about.overview.addressValue") }}
  93. </dd>
  94. </div>
  95. <div class="sm:col-span-1">
  96. <dt class="text-base font-semibold text-gray-100">
  97. {{ $t("about.overview.telLabel") }}
  98. </dt>
  99. <dd class="mt-1 text-base text-gray-400">
  100. {{ $t("about.overview.telValue") }}
  101. </dd>
  102. </div>
  103. <div class="sm:col-span-1">
  104. <dt class="text-base font-semibold text-gray-100">
  105. {{ $t("about.overview.faxLabel") }}
  106. </dt>
  107. <dd class="mt-1 text-base text-gray-400">
  108. {{ $t("about.overview.faxValue") }}
  109. </dd>
  110. </div>
  111. <div class="sm:col-span-2 lg:col-span-3">
  112. <dt class="text-base font-semibold text-gray-100">
  113. {{ $t("about.overview.businessLabel") }}
  114. </dt>
  115. <dd class="mt-1 text-base text-gray-400">
  116. {{ $t("about.overview.businessValue1") }}<br />
  117. {{ $t("about.overview.businessValue2") }}<br />
  118. {{ $t("about.overview.businessValue3") }}
  119. </dd>
  120. </div>
  121. </dl>
  122. </section>
  123. <!-- Contact Info Section -->
  124. <section
  125. class="relative bg-gray-800/80 border border-gray-700 rounded-xl overflow-hidden shadow-xl backdrop-blur-sm p-6 sm:p-8 lg:p-10"
  126. >
  127. <div class="mb-8">
  128. <h2
  129. class="text-2xl font-semibold text-gray-100 sm:text-3xl inline-block"
  130. >
  131. {{ $t("about.contact.title") }}
  132. </h2>
  133. <div
  134. class="h-1 w-20 bg-gradient-to-r from-blue-500 to-purple-500 rounded-full mt-2"
  135. ></div>
  136. </div>
  137. <div class="grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
  138. <div class="flex items-start space-x-4">
  139. <div
  140. class="flex-shrink-0 h-10 w-10 flex items-center justify-center bg-gradient-to-br from-blue-500 to-purple-600 text-white rounded-lg shadow-md"
  141. >
  142. <svg
  143. xmlns="http://www.w3.org/2000/svg"
  144. class="h-5 w-5"
  145. viewBox="0 0 20 20"
  146. fill="currentColor"
  147. >
  148. <path
  149. d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0016 4H4a2 2 0 00-1.997 1.884z"
  150. />
  151. <path
  152. d="M18 8.118l-8 4-8-4V14a2 2 0 002 2h12a2 2 0 002-2V8.118z"
  153. />
  154. </svg>
  155. </div>
  156. <div>
  157. <h3 class="text-base font-medium text-gray-100">
  158. {{ $t("about.contact.emailLabel") }}
  159. </h3>
  160. <p class="mt-1 text-base text-gray-400">
  161. {{ $t("about.contact.emailValue") }}
  162. </p>
  163. </div>
  164. </div>
  165. <div class="flex items-start space-x-4">
  166. <div
  167. class="flex-shrink-0 h-10 w-10 flex items-center justify-center bg-gradient-to-br from-blue-500 to-purple-600 text-white rounded-lg shadow-md"
  168. >
  169. <svg
  170. xmlns="http://www.w3.org/2000/svg"
  171. class="h-5 w-5"
  172. viewBox="0 0 20 20"
  173. fill="currentColor"
  174. >
  175. <path
  176. fill-rule="evenodd"
  177. d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z"
  178. clip-rule="evenodd"
  179. />
  180. </svg>
  181. </div>
  182. <div>
  183. <h3 class="text-base font-medium text-gray-100">
  184. {{ $t("about.contact.hoursLabel") }}
  185. </h3>
  186. <p class="mt-1 text-base text-gray-400">
  187. {{ $t("about.contact.hoursValue1") }}
  188. </p>
  189. <p class="mt-1 text-base text-gray-400">
  190. {{ $t("about.contact.hoursValue2") }}
  191. </p>
  192. </div>
  193. </div>
  194. <div class="flex items-start space-x-4">
  195. <div
  196. class="flex-shrink-0 h-10 w-10 flex items-center justify-center bg-gradient-to-br from-blue-500 to-purple-600 text-white rounded-lg shadow-md"
  197. >
  198. <svg
  199. xmlns="http://www.w3.org/2000/svg"
  200. class="h-5 w-5"
  201. viewBox="0 0 20 20"
  202. fill="currentColor"
  203. >
  204. <path
  205. d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"
  206. />
  207. </svg>
  208. </div>
  209. <div>
  210. <h3 class="text-base font-medium text-gray-100">
  211. {{ $t("about.contact.phoneLabel") }}
  212. </h3>
  213. <p class="mt-1 text-base text-gray-400">
  214. {{ $t("about.contact.phoneValue") }}
  215. </p>
  216. <p class="mt-1 text-sm text-gray-500">
  217. {{ $t("about.contact.phoneNote") }}
  218. </p>
  219. </div>
  220. </div>
  221. </div>
  222. </section>
  223. </div>
  224. </div>
  225. </div>
  226. </template>
  227. <script setup lang="ts">
  228. import { useI18n } from "vue-i18n";
  229. const { t } = useI18n();
  230. // SEO
  231. useHead({
  232. title: t("about.meta.title"),
  233. meta: [
  234. {
  235. name: "description",
  236. content: t("about.meta.description"),
  237. },
  238. ],
  239. });
  240. </script>