About.vue
4.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<template>
<v-img src="/customization_hardware/banner.png" class="tw-mb-[64px]"></v-img>
<v-container>
<MainTitle title="Company Profile" />
<v-row>
<v-col>
<v-img src=""></v-img>
</v-col>
<v-col>
<p>1. 2015.2.11 was established in Songshan Lake High-tech Zone;</p>
<p>2. Registered capital of 1000W;</p>
<p>3. Main business of new energy technology development</p>
<p>4. (Customized/ equipment / testing / materials / new product development, etc.);</p>
<p>5. In 2017, it was approved as a national high-tech enterprise;</p>
<p>6. 120+ invention patents; 100 + authorized;</p>
<p>
7. The plant area is 6,000 m 2, with 70 employees (the core team is from Ningde ATL/
Foxconn).
</p>
</v-col>
</v-row>
<MainTitle title="Corporate Culture" class="tw-mt-[64px]" />
<v-row>
<v-col>
<v-card height="150">
<v-card-title>Vision</v-card-title>
<v-card-text>
the world's top one-stop serviceprovider in the field of new energy research
</v-card-text>
</v-card>
</v-col>
<v-col>
<v-card height="150">
<v-card-title>Vision</v-card-title>
<v-card-text>
the world's top one-stop serviceprovider in the field of new energy research
</v-card-text>
</v-card>
</v-col>
<v-col>
<v-card height="150">
<v-card-title>Values</v-card-title>
<v-card-text>Build a "industry-university-research" high-speed channel</v-card-text>
</v-card>
</v-col>
</v-row>
<MainTitle title="Milestone" class="tw-mt-[64px]" />
<v-timeline direction="horizontal">
<v-timeline-item dot-color="blue-lighten-1">
<template v-slot:opposite> <strong>2015</strong> </template>
<div>
<p>Canrd established</p>
</div>
</v-timeline-item>
<v-timeline-item dot-color="deep-purple-accent-1">
<template v-slot:opposite> <strong>2017</strong> </template>
<div>
<p>National high-tech enterprise</p>
</div>
</v-timeline-item>
<v-timeline-item dot-color="blue-lighten-1">
<template v-slot:opposite> <strong>2018</strong> </template>
<div>
<p>Customers exceed 2000+</p>
</div>
</v-timeline-item>
<v-timeline-item dot-color="deep-purple-accent-1">
<template v-slot:opposite> <strong>2020</strong> </template>
<div>
<p>Customized division</p>
<p>Testing division(Xia Men)</p>
</div>
</v-timeline-item>
<v-timeline-item dot-color="blue-lighten-1">
<template v-slot:opposite><strong>2021</strong> </template>
<div>
<p>Equipment division</p>
</div>
</v-timeline-item>
<v-timeline-item dot-color="deep-purple-accent-1">
<template v-slot:opposite> <strong>2022</strong> </template>
<div>
<p>R&D center(Houjie)</p>
<p>Pack division</p>
</div>
</v-timeline-item>
</v-timeline>
<div class="tw-mt-[48px]"></div>
<v-row>
<v-col>
<v-card height="100">
<v-card-title>Team</v-card-title>
<v-card-text
>Core team members are all from ATL/Foxconn 12+working experience
</v-card-text>
</v-card>
</v-col>
<v-col>
<v-card height="100">
<v-card-title>Patents</v-card-title>
<v-card-text>
More than 120 invention patents, covering materials, design, process, equipment and so
on
</v-card-text>
</v-card>
</v-col>
<v-col>
<v-card height="100">
<v-card-title>Hardware</v-card-title>
<v-card-text>Independent battery pilot line and equipment production line</v-card-text>
</v-card>
</v-col>
</v-row>
<v-row></v-row>
<ContentDescription
className="tw-mb-[16px] tw-mt-[48px]"
content="The combination of hardware and software creates strong research and development capabilities."
/>
<ContentDescription
className="tw-mb-[16px]"
content="The invention patents cover new materials such as silicon carbon, graphene, lithium sulfur,
sodium electricity and lithium metal, as well as gel process, pre-lithium process and flexible
battery design."
/>
</v-container>
</template>
<script setup lang="ts">
import MainTitle from '@/components/MainTitle.vue'
import ContentDescription from '@/components/ContentDescription.vue'
</script>
<style lang="less" scoped></style>