Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/monster1935/foxwallet.com i…
Browse files Browse the repository at this point in the history
…nto feat/trust
  • Loading branch information
monster1935 committed Sep 4, 2024
2 parents 8a0ff6e + 4c62b4f commit c961b31
Show file tree
Hide file tree
Showing 13 changed files with 230 additions and 92 deletions.
Binary file added assets/img/new-partners/AreonNetwork.jpg
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/down-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions components/footer-mobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
<h3 class="font-bold py-4">
{{ $t("nav.about.title") }}
</h3>
<a href="https://foxwallet.com/download" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.about.download") }}
<a href="https://hc.foxwallet.com" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.docs") }}
</a>
<!-- <a href="https://www.certik.org/projects/fox-wallet" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.about.cloudComputing") }}
</a> -->
<a href="https://hc.foxwallet.com/docs/faq" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.about.faq") }}
</a>
<a href="https://hc.foxwallet.com" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.about.tutorial") }}
<a href="https://hc.foxwallet.com/docs/developer/" target="_blank" class="block w-full hover:opacity-80 py-1 text-gray-500">
{{ $t("nav.developer") }}
</a>
<CommunityIcon :class="bottomBorder ? 'border-b-2 border-gray-200 mt-8 pb-8' : 'mt-4 pb-4'" size="large" />
<div class="mt-4">
Expand Down
16 changes: 5 additions & 11 deletions components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,22 @@
{{ $t('nav.auditReport') }}
</a>
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com/docs/resource">
{{ $t('nav.material') }}
{{ $t('nav.brandResource') }}
</a>
</div>
<div class="flex flex-col">
<h3 class="pt-2 pb-4 font-bold text-xl">
{{ $t('nav.about.title') }}
</h3>
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://foxwallet.com/download">
{{ $t('nav.about.download') }}
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.docs') }}
</a>
<!-- <a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="">
{{ $t('nav.about.cloudComputing') }}
</a> -->
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com/docs/faq">
{{ $t('nav.about.faq') }}
</a>
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.about.tutorial') }}
<a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com/docs/developer/">
{{ $t('nav.developer') }}
</a>
<!-- <a class="cursor-pointer hover:opacity-75 text-gray-700 mb-2" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.about.helpCenter') }}
</a> -->
</div>
</div>
</div>
Expand Down
8 changes: 7 additions & 1 deletion components/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@
<span class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60 cursor-pointer">{{ $t("nav.earn.title") }}</span>
</el-tooltip>
<a href="https://hc.foxwallet.com/docs" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.support.title") }}
{{ $t("nav.docs") }}
</a>
<a href="https://hc.foxwallet.com/blog" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.blog.title") }}
</a>
<a href="https://github.com/foxwallet" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.openSource") }}
</a>
<a href="https://github.com/foxwallet/security-audit-certification" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.auditReport") }}
</a>
<a href="https://foxwallet.com/download" target="_blank" class="text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60">
{{ $t("nav.download.title") }}
</a>
Expand Down
6 changes: 3 additions & 3 deletions components/new-community-icon.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<div class="flex items-center">
<a class="hover:opacity-75 cursor-pointer mr-4" target="_blank" href="https://twitter.com/FoxWallet">
<img src="@/assets/new-img/x.svg" alt="x">
</a>
<a class="hover:opacity-75 cursor-pointer mr-4" target="_blank" href="https://discord.gg/foxwallet">
<img src="@/assets/new-img/dc.svg" alt="dc">
</a>
Expand All @@ -9,9 +12,6 @@
<a class="hover:opacity-75 cursor-pointer mr-4" target="_blank" href="https://www.youtube.com/channel/UCt9O4HUkuNutXvFoN6NZh-w">
<img src="@/assets/new-img/youtube.svg" alt="youtube">
</a>
<a class="hover:opacity-75 cursor-pointer mr-4" target="_blank" href="https://twitter.com/FoxWallet">
<img src="@/assets/new-img/x.svg" alt="x">
</a>
<a class="hover:opacity-75 cursor-pointer mr-4" target="_blank" href="https://medium.com/@FoxWallet">
<img src="@/assets/new-img/medium.svg" alt="medium">
</a>
Expand Down
24 changes: 12 additions & 12 deletions components/new-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{ $t('nav.auditReport') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/resource">
{{ $t('nav.material') }}
{{ $t('nav.brandResource') }}
</a>
</div>
</div>
Expand All @@ -30,14 +30,14 @@
{{ $t('nav.about.title') }}
</div>
<div class="flex flex-col">
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://foxwallet.com/download">
{{ $t('nav.about.download') }}
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.docs') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/faq">
{{ $t('nav.about.faq') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.about.tutorial') }}
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/developer/">
{{ $t('nav.developer') }}
</a>
</div>
</div>
Expand All @@ -53,7 +53,7 @@
</div>
<div class="mt-12 h-px bg-brand"></div>
<div class="text-center opacity-60 pt-4 pb-8 text-white">
@{{ new Date().getFullYear() }} FoxWallet—A consensys formation
©2021 - {{ new Date().getFullYear() }} FOXWALLET FOUNDATION LTD. All Rights Reserved
</div>
</div>
</div>
Expand All @@ -76,7 +76,7 @@
{{ $t('nav.auditReport') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/resource">
{{ $t('nav.material') }}
{{ $t('nav.brandResource') }}
</a>
</div>
</div>
Expand All @@ -85,14 +85,14 @@
{{ $t('nav.about.title') }}
</div>
<div class="flex flex-col">
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://foxwallet.com/download">
{{ $t('nav.about.download') }}
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.docs') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/faq">
{{ $t('nav.about.faq') }}
</a>
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com">
{{ $t('nav.about.tutorial') }}
<a class="cursor-pointer opacity-60 hover:opacity-75 text-white mb-3" target="_blank" href="https://hc.foxwallet.com/docs/developer/">
{{ $t('nav.developer') }}
</a>
</div>
</div>
Expand All @@ -107,7 +107,7 @@
</div>
<div class="mt-12 h-px bg-brand"></div>
<div class="text-center opacity-60 pt-4 pb-8 text-white">
@{{ new Date().getFullYear() }} FoxWallet—A consensys formation
©2021 - {{ new Date().getFullYear() }} FOXWALLET FOUNDATION LTD. All Rights Reserved
</div>
</div>
</div>
Expand Down
15 changes: 9 additions & 6 deletions components/new-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@
<img src="@/assets/new-img/logo.svg" alt="logo">
</div>
<div class="text-bold">
<!-- <el-tooltip class="item" effect="dark" :content="$t('nav.earn.coming')" placement="bottom">
<span class="tab-item text-xs lg:text-sm mr-2 lg:mr-6 hover:opacity-60 cursor-pointer">{{ $t("nav.earn.title") }}</span>
</el-tooltip> -->
<a href="https://hc.foxwallet.com/docs" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.support.title") }}
</a>
<a href="https://hc.foxwallet.com/blog" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.blog.title") }}
</a>
<a href="https://hc.foxwallet.com/docs" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.docs") }}
</a>
<a href="https://github.com/foxwallet" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.openSource") }}
</a>
<a href="https://github.com/foxwallet/security-audit-certification" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.auditReport") }}
</a>
<a href="/download" target="_blank" class="tab-item text-xs lg:text-sm mr-2 lg:mr-6">
{{ $t("nav.download.title") }}
</a>
Expand Down
Loading

0 comments on commit c961b31

Please sign in to comment.