-
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
846e5a4
commit 4cab96d
Showing
5 changed files
with
35 additions
and
1 deletion.
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
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,13 @@ | ||
<template> | ||
<div class="bg-white grid md:grid-cols-[50%_50%]"> | ||
<div class="flex flex-col justify-center items-center text-center max-w-xl m-auto gap-y-6"> | ||
<h2>Decentralize everything and earn LibertAI Tokens</h2> | ||
<p class="body-small"> | ||
Are you ready to dive into a new world of decentralized computing, where your contributions are rewarded with | ||
tangible benefits? Look no further than Libertai Tokens! These Tokens play an essential role within the exciting | ||
and innovative LibertAI ecosystem. | ||
</p> | ||
</div> | ||
<img alt="Earn" class="max-md:max-h-80 m-auto" src="../../assets/earn.svg" /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<script lang="ts" setup> | ||
import EarnHeroSection from "./EarnHeroSection.vue"; | ||
</script> | ||
|
||
<template> | ||
<EarnHeroSection /> | ||
</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