@@ -6,17 +6,16 @@ import SponsorsGroup from './SponsorsGroup.vue';
6
6
<template >
7
7
<section id =" hero" >
8
8
<h1 class =" tagline" >
9
- The
10
- <span class = " accent " >Progressive</ span >
11
- <br />JavaScript Framework
9
+ Framework JavaScript
10
+ <br / >
11
+ <span class = " accent " >linh động</ span >
12
12
</h1 >
13
- <p class =" description" >
14
- An approachable, performant and versatile framework for building web
15
- user interfaces.
16
- </p >
13
+ <p
14
+ class =" description"
15
+ >Một framework gần gũi, mạnh mẽ và linh hoạt để xây dựng giao diện người dùng trên nền tảng web.</p >
17
16
<p class =" actions" >
18
17
<a class =" get-started" href =" /guide/introduction.html" >
19
- Get Started
18
+ Bắt đầu
20
19
<svg
21
20
class =" icon"
22
21
xmlns =" http://www.w3.org/2000/svg"
@@ -29,55 +28,41 @@ import SponsorsGroup from './SponsorsGroup.vue';
29
28
/>
30
29
</svg >
31
30
</a >
32
- <a class =" setup" href =" /guide/quick-start.html" >Install </a >
31
+ <a class =" setup" href =" /guide/quick-start.html" >Cài đặt </a >
33
32
</p >
34
33
</section >
35
34
36
35
<!-- TODO make dynamic based on data -->
37
36
<section id =" special-sponsor" >
38
- <span >Special Sponsor </span >
37
+ <span >Tài trợ đặc biệt </span >
39
38
<a href =" https://www.dcloud.io/hbuilderx.html?hmsr=vue-en&hmpl=&hmcu=&hmkw=&hmci=" >
40
39
<picture >
41
40
<source type =" image/avif" srcset =" /images/sponsors/hbuilder.avif" />
42
- <img
43
- alt =" hbuilder logo"
44
- width =" 97"
45
- height =" 36"
46
- src =" /images/sponsors/hbuilder.png"
47
- />
41
+ <img alt =" hbuilder logo" width =" 97" height =" 36" src =" /images/sponsors/hbuilder.png" />
48
42
</picture >
49
43
</a >
50
44
<span >Advanced IDE for Vue</span >
51
45
</section >
52
46
53
47
<section id =" highlights" class =" vt-box-container" >
54
48
<div class =" vt-box" >
55
- <h2 >Approachable</h2 >
56
- <p >
57
- Builds on top of standard HTML, CSS and JavaScript with intuitive
58
- API and world-class documentation.
59
- </p >
49
+ <h2 >Gần gũi</h2 >
50
+ <p >Xây dựng dựa trên HTML, CSS và JavaScript, với API trực quan và tài liệu đẳng cấp thế giới.</p >
60
51
</div >
61
52
<div class =" vt-box" >
62
- <h2 >Performant</h2 >
63
- <p >
64
- Truly reactive, compiler-optimized rendering system that rarely
65
- requires manual optimization.
66
- </p >
53
+ <h2 >Mạnh mẽ</h2 >
54
+ <p >Hệ thống render hoàn toàn reactive và được tối ưu hóa từ bước biên dịch, hiếm khi cần đến tối ưu thủ công.</p >
67
55
</div >
68
56
<div class =" vt-box" >
69
- <h2 >Versatile</h2 >
70
- <p >
71
- A rich, incrementally adoptable ecosystem that scales between a
72
- library and a full-featured framework.
73
- </p >
57
+ <h2 >Linh hoạt</h2 >
58
+ <p >Một hệ sinh thái phong phú từ cơ bản đến nâng cao, từ một thư viện đơn giản đến một framework đầy đủ tính năng.</p >
74
59
</div >
75
60
</section >
76
61
77
62
<section id =" sponsors" >
78
- <h2 >Platinum Sponsors </h2 >
63
+ <h2 >Nhà tài trợ Bạch Kim </h2 >
79
64
<SponsorsGroup tier =" platinum" placement =" landing" />
80
- <h2 >Gold Sponsors </h2 >
65
+ <h2 >Nhà tài trợ Vàng </h2 >
81
66
<SponsorsGroup tier =" gold" placement =" landing" />
82
67
</section >
83
68
0 commit comments