Skip to content

Commit

Permalink
banner and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-bolla committed Sep 15, 2023
1 parent 546ba1f commit 1d9db40
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
Binary file added public/banner-whales.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/whale.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/img/logopeerkat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/HeaderNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
<span class="navbar-brand">
<img
src="@/assets/img/logopeerkat.jpg"
src="@/assets/img/logopeerkat.png"
alt="Peerkat logo"
width="40"
height="40"
Expand Down
2 changes: 1 addition & 1 deletion src/views/HoldingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="justify-content-center d-flex align-items-center h-100">
<div class="text-center p-4">
<img
src="@/assets/img/logopeerkat.jpg"
src="@/assets/img/logopeerkat.png"
alt="Peerkat logo"
width="80"
class="d-inline-block align-top rounded-circle mb-4"
Expand Down
29 changes: 19 additions & 10 deletions src/views/MyNFTs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,27 @@
</li>
</ul>
</div>
<!-- <external-link

<div
style="heigth: 15%; background: #16dbdb"
v-if="NFTMedia.length"
class="rounded flex-center text-center d-flex w-100"
url="https://docs.google.com/forms/d/e/1FAIpQLSdx3iena1rUPaHrj99kDuI0wEaoR5FV3nkWVVsaeouppUZ4_w/viewform"
style="heigth: 10%"
class="d-flex w-100 pt-4 px-2 mt-4 align-items-end justify-content-between flex-wrap flex-center"
>
<img
style="object-fit: cover; height: 100%; object-position: center center"
class="img-fluid w-100 h-100"
src="/banner-dark.png"
/>
</external-link> -->
<div style="width: 160px"><img class="img-fluid" src="/whale.png" /></div>

<div class="text-white py-4">
<h4 class="font-weight-bold">How does your wallet compare?</h4>
<span
>Use our XRP Ledger analysis to check the strength of your
wallet!</span
>
</div>
<external-link url="https://www.peerkat.com/whales " class="pb-4">
<span style="background: white" class="btn btn-white btn-sm btn">
View XRP Rich List</span
>
</external-link>
</div>
</div>
</template>

Expand Down

0 comments on commit 1d9db40

Please sign in to comment.