-
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
Showing
12 changed files
with
104 additions
and
11 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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,26 @@ | ||
<script setup lang="ts"></script> | ||
|
||
<template> | ||
<div class="relative w-full flex flex-col items-center text-center justify-center space-y-16 pt-32 pb-40"> | ||
<div class="absolute top-0 w-full h-3/5 flex flex-col items-center text-center justify-center" /> | ||
<div | ||
class="absolute bottom-0 w-full h-2/5 flex items-center text-center justify-center" | ||
style="background-color: #16122c" | ||
/> | ||
<div class="flex flex-col space-y-4"> | ||
<h2>Private AI Secured by Blockchain,</h2> | ||
<h2 | ||
class="bg-gradient-to-tr from-gradientFrom to-gradientTo inline-block text-primary text-opacity-0 bg-clip-text" | ||
> | ||
Powerful Results | ||
</h2> | ||
<p class="body-small"> | ||
By integrating blockchain with AI, LibertAI offers you a private, secure, and unbiased AI experience, putting | ||
you in control of your data and interactions. | ||
</p> | ||
</div> | ||
<img src="../../assets/chat.png" alt="arrow down" class="w-1/2 max-lg:w-4/5 z-0" /> | ||
</div> | ||
</template> | ||
|
||
<style scoped lang="postcss"></style> |
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,19 @@ | ||
<template> | ||
<div class="flex py-48 bg-white"> | ||
<div class="flex mx-20 gap-x-6"> | ||
<div class="m-6 w-1/2"> | ||
<h2 class="text-center mb-6">No Harvesting: You are in Control of Your Data</h2> | ||
<p class="body-small"> | ||
Enjoy the peace of mind that comes with Libertai's robust security measures. Advanced encryption protocols, | ||
distributed data storage, and rigorous access controls ensure that your data remains safeguarded against | ||
unauthorized access, surveillance, or exploitation. | ||
</p> | ||
</div> | ||
<div class="flex space w-1/2 gap-x-6 justify-evenly"> | ||
<img alt="No harvesting 1" height="408" src="../../assets/data1.svg" width="193" /> | ||
<img alt="No harvesting 2" height="408" src="../../assets/data2.svg" width="193" /> | ||
<img alt="No harvesting 3" height="408" src="../../assets/data3.svg" width="193" /> | ||
</div> | ||
</div> | ||
</div> | ||
</template> |
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
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
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