-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0126604
commit 7ecbd5d
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<template> | ||
<div class="bg-white grid md:grid-cols-[60%_40%]"> | ||
<div class="flex flex-col justify-center items-center text-center max-w-xl m-auto gap-y-6"> | ||
<h2>A Pioneering Force in Decentralized AI</h2> | ||
<p class="body-small"> | ||
Libertai is a revolutionary company that is transforming the AI landscape by developing decentralized AI | ||
solutions. Founded on the principles of transparency, security, and community-driven innovation, Libertai is | ||
committed to creating a new paradigm for artificial intelligence. | ||
</p> | ||
</div> | ||
<img alt="Company" class="max-md:max-h-80 m-auto" src="../../assets/company.svg" /> | ||
</div> | ||
</template> | ||
<script lang="ts" setup></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
<script lang="ts" setup> | ||
import ProductTextsSection from "./ProductTextsSection.vue"; | ||
import TeamTextsSection from "./TeamTextsSection.vue"; | ||
import PioneeringForceSection from "./PioneeringForceSection.vue"; | ||
</script> | ||
|
||
<template> | ||
<PioneeringForceSection /> | ||
<ProductTextsSection /> | ||
<TeamTextsSection /> | ||
</template> |