About.vue 4.57 KB
<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>