forked from purefinance/pure.finance
-
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
62e808d
commit 9074582
Showing
18 changed files
with
152 additions
and
60 deletions.
There are no files selected for viewing
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 was deleted.
Oops, something went wrong.
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,43 @@ | ||
import Link from 'next/link' | ||
import { useTranslations } from 'next-intl' | ||
|
||
import SvgContainer from '../svg/SvgContainer' | ||
|
||
const HomeFooter = function () { | ||
const t = useTranslations() | ||
return ( | ||
<div className="border-slate-300/55 flex items-center justify-between mt-8 p-8 text-gray-500 border-t"> | ||
<div> | ||
<p>{t('copyright')}</p> | ||
</div> | ||
<div className="flex gap-3"> | ||
<Link href="https://x.com/hemi_xyz" target="_blank"> | ||
<SvgContainer | ||
className="text-grayscale-500 hover:text-grayscale-950 w-6" | ||
name="twitter" | ||
/> | ||
</Link> | ||
<Link href="https://discord.gg/hemixyz" target="_blank"> | ||
<SvgContainer | ||
className="text-grayscale-500 hover:text-grayscale-950 w-6" | ||
name="discord" | ||
/> | ||
</Link> | ||
<Link href="https://github.com/hemilabs" target="_blank"> | ||
<SvgContainer | ||
className="text-grayscale-500 hover:text-grayscale-950 w-6" | ||
name="github" | ||
/> | ||
</Link> | ||
<Link href="https://www.linkedin.com/company/hemi-labs" target="_blank"> | ||
<SvgContainer | ||
className="text-grayscale-500 hover:text-grayscale-950 w-6" | ||
name="linkedin" | ||
/> | ||
</Link> | ||
</div> | ||
</div> | ||
) | ||
} | ||
|
||
export default HomeFooter |
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,43 @@ | ||
import Link from 'next/link' | ||
import { useTranslations } from 'next-intl' | ||
|
||
import SvgContainer from '../svg/SvgContainer' | ||
|
||
const ToolsFooter = function () { | ||
const t = useTranslations() | ||
return ( | ||
<div className="flex items-center justify-between m-6 text-gray-500"> | ||
<div> | ||
<p>{t('copyright')}</p> | ||
</div> | ||
<div className="flex gap-3"> | ||
<Link href="https://x.com/hemi_xyz" target="_blank"> | ||
<SvgContainer | ||
className="text-grayscale-500 hover:text-grayscale-950 w-6" | ||
name="twitter" | ||
/> | ||
</Link> | ||
<Link href="https://discord.gg/hemixyz" target="_blank"> | ||
<SvgContainer | ||
className="text-grayscale-500 hover:text-grayscale-950 w-6" | ||
name="discord" | ||
/> | ||
</Link> | ||
<Link href="https://github.com/hemilabs" target="_blank"> | ||
<SvgContainer | ||
className="text-grayscale-500 hover:text-grayscale-950 w-6" | ||
name="github" | ||
/> | ||
</Link> | ||
<Link href="https://www.linkedin.com/company/hemi-labs" target="_blank"> | ||
<SvgContainer | ||
className="text-grayscale-500 hover:text-grayscale-950 w-6" | ||
name="linkedin" | ||
/> | ||
</Link> | ||
</div> | ||
</div> | ||
) | ||
} | ||
|
||
export default ToolsFooter |
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,12 @@ | ||
const Chevron = props => ( | ||
<svg viewBox="0 0 9 6" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
clip-rule="evenodd" | ||
d="M0.220011 1.22C0.360637 1.07955 0.551261 1.00066 0.750011 1.00066C0.948762 1.00066 1.13939 1.07955 1.28001 1.22L4.00001 3.94L6.72001 1.22C6.78867 1.14631 6.87147 1.08721 6.96347 1.04622C7.05547 1.00523 7.15479 0.983186 7.25549 0.981409C7.35619 0.979633 7.45622 0.998157 7.54961 1.03588C7.643 1.0736 7.72783 1.12974 7.79905 1.20096C7.87027 1.27218 7.92641 1.35701 7.96413 1.4504C8.00185 1.54379 8.02038 1.64382 8.0186 1.74452C8.01683 1.84523 7.99478 1.94454 7.95379 2.03654C7.9128 2.12854 7.8537 2.21134 7.78001 2.28L4.53001 5.53C4.38939 5.67045 4.19876 5.74934 4.00001 5.74934C3.80126 5.74934 3.61064 5.67045 3.47001 5.53L0.220011 2.28C0.0795608 2.13938 0.000671387 1.94875 0.000671387 1.75C0.000671387 1.55125 0.0795608 1.36063 0.220011 1.22Z" | ||
fill="currentColor" | ||
fill-rule="evenodd" | ||
/> | ||
</svg> | ||
) | ||
|
||
export default Chevron |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -10,5 +10,5 @@ | |
} | ||
|
||
body { | ||
@apply bg-gray-100; | ||
@apply bg-white; | ||
} |
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