Skip to content

Commit

Permalink
Merge pull request #29 from monster1935/feat/trust
Browse files Browse the repository at this point in the history
feat: add trusted by and update subtitle
  • Loading branch information
monster1935 authored Sep 4, 2024
2 parents 4c62b4f + c961b31 commit df6d895
Show file tree
Hide file tree
Showing 11 changed files with 677 additions and 15 deletions.
10 changes: 10 additions & 0 deletions assets/new-img/decentralized.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/new-img/next-disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/new-img/next.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/new-img/prev-disabled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/new-img/prev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/new-img/private.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/new-img/secure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions assets/new-img/versatile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 87 additions & 12 deletions components/new-subject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,36 @@
<div class="flex items-center main-title">
<div>{{ $t('main.title') }} </div>
<span class="letter">&nbsp;</span>
<div
class="print-wrapper flex text-brand"
>
<span v-for="(l,i) in printLetters" :key="i" class="letter" v-html="l"></span>
<div class="print-wrapper flex text-brand">
<span v-for="(l, i) in printLetters" :key="i" class="letter" v-html="l"></span>
</div>
</div>
<div class="mt-3 text-center sub-title animate__animated animate__fadeInDown animate__delay-1s">
<p>Leading Multi-Chain Wallet Solution</p>
<p>Private & Secure </p>
<p>Decentralized & Versatile </p>
<div class="flex items-center justify-center">
<div class="feat-item flex items-center">
<img class="h-[30px] w-[30px] rounded-full mr-1" src="@/assets/new-img/private.svg" alt="">
Private
</div>
<div class="w-2 h-2 rounded bg-white mx-8"></div>

<div class="feat-item flex items-center">
<img class="h-[30px] w-[30px] rounded-full mr-1" src="@/assets/new-img/secure.svg" alt="">
Secure
</div>
<div class="w-2 h-2 rounded bg-white mx-8"></div>

<div class="feat-item flex items-center">
<img class="h-[30px] w-[30px] rounded-full mr-1" src="@/assets/new-img/decentralized.svg" alt="">
Decentralized
</div>
<div class="w-2 h-2 rounded bg-white mx-8"></div>

<div class="feat-item flex items-center">
<img class="h-[30px] w-[30px] rounded-full mr-1" src="@/assets/new-img/versatile.svg" alt="">
Versatile
</div>
</div>
</div>
<div class="text-center mt-20">
<NewDownload />
Expand All @@ -29,13 +49,37 @@
<div class="flex flex-col main-title-m">
<div>{{ $t('main.title') }} </div>
<div class="print-wrapper print-wrapper-m flex text-brand">
<span v-for="(l,i) in printLetters" :key="i" class="letter" v-html="l"></span>
<span v-for="(l, i) in printLetters" :key="i" class="letter" v-html="l"></span>
</div>
</div>
<div class="mt-3 text-center sub-title animate__animated animate__fadeInDown animate__delay-1s">
<p>Leading Multi-Chain Wallet Solution</p>
<p>Private & Secure </p>
<p>Decentralized & Versatile </p>
<div class="flex items-center justify-center">
<div class="feat-mobile-item flex items-center">
<img class="h-[24px] w-[24px] rounded-full mr-1" src="@/assets/new-img/private.svg" alt="">
Private
</div>

<div class="w-2 h-2 rounded bg-white mx-3"></div>

<div class="feat-mobile-item flex items-center">
<img class="h-[24px] w-[24px] rounded-full mr-1" src="@/assets/new-img/secure.svg" alt="">
Secure
</div>
</div>
<div class="flex items-center justify-center">
<div class="feat-mobile-item flex items-center">
<img class="h-[24px] w-[24px] rounded-full mr-1" src="@/assets/new-img/decentralized.svg" alt="">
Decentralized
</div>

<div class="w-2 h-2 rounded bg-white mx-3"></div>

<div class="feat-mobile-item flex items-center">
<img class="h-[24px] w-[24px] rounded-full mr-1" src="@/assets/new-img/versatile.svg" alt="">
Versatile
</div>
</div>
</div>
<div class="text-center mt-20">
<NewDownload />
Expand Down Expand Up @@ -84,19 +128,31 @@ export default {
margin: 0 auto;
height: 75px;
}
.print-wrapper {
animation: blink-caret 0.75s step-end infinite;
}
@keyframes blink-caret {
from, to { box-shadow: 1px 0 0 0 transparent; }
50% { box-shadow: 1px 0px 0 0; }
from,
to {
box-shadow: 1px 0 0 0 transparent;
}
50% {
box-shadow: 1px 0px 0 0;
}
}
.subject-wrapper {
position: relative;
}
.subject-content {
z-index: 1;
}
.main-title {
font-family: 'Poppins-Bold';
font-size: 100px;
Expand All @@ -110,11 +166,13 @@ export default {
line-height: 75px;
font-weight: 700;
}
.sub-title {
font-size: 26px;
line-height: 39px;
font-weight:400;
font-weight: 400;
}
.download-wrapper {
width: 100%;
display: flex;
Expand Down Expand Up @@ -165,4 +223,21 @@ export default {
bottom: 0px;
}
.feat-item {
font-size: 24px;
img {
height: 30px;
width: 30px;
}
}
.feat-mobile-item {
font-size: 16px;
img {
height: 24px;
width: 24px;
}
}
</style>
Loading

0 comments on commit df6d895

Please sign in to comment.