Skip to content

Commit

Permalink
Merge pull request #18 from Bankless-Card/link_updates
Browse files Browse the repository at this point in the history
updated blog image, link, partner images
  • Loading branch information
tomtranmer authored Oct 5, 2023
2 parents ff61817 + 31cb4d6 commit 3a382c2
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 38 deletions.
32 changes: 7 additions & 25 deletions components/Partner.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import React from 'react'
import Image from "next/image";
import Link from "next/link";
import opolis from "../public/images/partners/opolis.svg";
import ityroot from "../public/images/partners/ityroot_dao.svg";
import hdao from "../public/images/partners/hdao.svg";
import daoPunk from "../public/images/partners/dao_punk.svg";
import dao from "../public/images/partners/dao.svg";
import nouns from "../public/images/partners/nouns.svg";
import styles from "@/styles/partner.module.css"

const Partner = () => {
Expand All @@ -16,44 +14,28 @@ const Partner = () => {
Our Partners
</h1>
<div className='flex max-[767px]:flex-col justify-center items-center min-[767px]:gap-[9%] max-[767px]:gap-[4rem] p-[3%]'>
<div className="relative">
<Image
priority
src={opolis}
className=""
alt="bankless card"
/>
</div>
<div className="relative z-50">
<Image
priority
src={ityroot}
className=""
alt="bankless card"
/>
</div>
<div className="relative z-50">
<Image
priority
src={hdao}
src={daoPunk}
className=""
alt="bankless card"
alt="DAOpunks"
/>
</div>
<div className="relative z-50">
<Image
priority
src={daoPunk}
src={dao}
className=""
alt="bankless card"
alt="BanklessDAO"
/>
</div>
<div className="relative z-50">
<Image
priority
src={dao}
src={nouns}
className=""
alt="bankless card"
alt="Nouns DAO"
/>
</div>
</div>
Expand Down
26 changes: 13 additions & 13 deletions components/Product.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import Image from "next/image";
import Link from "next/link";
import internet from "../public/images/product/internet.png";
import blog from "../public/images/product/blog.png";
import linkIcon from "../public/images/linkIcon.svg";
import taxman from "../public/images/product/taxman.svg";
import vault from "../public/images/product/vault.svg";
Expand All @@ -14,17 +14,17 @@ const Product = () => {
<div className="w-[100%] relative box-border">
<Image
priority
src={internet}
src={taxman}
className="w-[100%]"
alt="bankless card"
/>
</div>
<div className="flex flex-col px-[2rem] max-[767px]:px-[1rem] pt-[0.5rem] gap-[1.5rem]">
<div className="flex flex-col gap-[1rem] pb-[2rem] border-b-2 border-purple-500">
<h3 className="text-[1.4rem] font-semibold">We Made The Internet Hard Again</h3>
<p className="text-[1rem]">Web3 is not designed for everyday users. We are here to change that, by building an Internet that is truly equitable for all.</p>
<h3 className="text-[1.4rem] font-semibold">Taxman: The Web3 Income Tax Helper</h3>
<p className="text-[1rem]">Fast, free and built for web3 Contributors, Taxman is a quick and easy tool to help you calculate your web3 income taxes.</p>
</div>
<Link href="https://banklesscard.mirror.xyz/eh3a3yf0tm2gD3UTjTFb351xB6AdAct526dsGuVmigY" className="flex justify-start items-center gap-[0.5rem] pb-[1rem]">
<Link href="https://taxman.banklesscard.xyz/" className="flex justify-start items-center gap-[0.5rem] pb-[1rem]">
<span className="text-[1rem]">View</span>
<Image
priority
Expand All @@ -39,17 +39,17 @@ const Product = () => {
<div className="w-[100%] relative box-border">
<Image
priority
src={taxman}
src={vault}
className="w-[100%]"
alt="bankless card"
/>
</div>
<div className="flex flex-col px-[2rem] max-[767px]:px-[1rem] pt-[0.5rem] gap-[1.5rem]">
<div className="flex flex-col gap-[1rem] pb-[2rem] border-b-2 border-purple-500">
<h3 className="text-[1.4rem] font-semibold">Taxman: The Web3 Income Tax Helper</h3>
<p className="text-[1rem]">Fast, free and built for web3 Contributors, Taxman is a quick and easy tool to help you calculate your web3 income taxes.</p>
<h3 className="text-[1.4rem] font-semibold">Bankless Card Vault: The Password Manager for Communities</h3>
<p className="text-[1rem]">The Bankless Card Vault allows web3 communities, big or small, to safely share passwords.</p>
</div>
<Link href="https://taxman.banklesscard.xyz/" className="flex justify-start items-center gap-[0.5rem] pb-[1rem]">
<Link href="https://vault.banklesscard.xyz/" className="flex justify-start items-center gap-[0.5rem] pb-[1rem]">
<span className="text-[1rem]">View</span>
<Image
priority
Expand All @@ -64,17 +64,17 @@ const Product = () => {
<div className="w-[100%] relative box-border">
<Image
priority
src={vault}
src={blog}
className="w-[100%]"
alt="bankless card"
/>
</div>
<div className="flex flex-col px-[2rem] max-[767px]:px-[1rem] pt-[0.5rem] gap-[1.5rem]">
<div className="flex flex-col gap-[1rem] pb-[2rem] border-b-2 border-purple-500">
<h3 className="text-[1.4rem] font-semibold">Bankless Card Vault: The Password Manager for Communities</h3>
<p className="text-[1rem]">The Bankless Card Vault allows web3 communities, big or small, to safely share passwords.</p>
<h3 className="text-[1.4rem] font-semibold">Our Blog: Musings on our Ethos</h3>
<p className="text-[1rem]">We are more than a product, we are driven by purpose. Read our blog to learn more about our philosophy.</p>
</div>
<Link href="https://vault.banklesscard.xyz/" className="flex justify-start items-center gap-[0.5rem] pb-[1rem]">
<Link href="https://banklesscard.mirror.xyz/" className="flex justify-start items-center gap-[0.5rem] pb-[1rem]">
<span className="text-[1rem]">View</span>
<Image
priority
Expand Down
39 changes: 39 additions & 0 deletions public/images/partners/nouns.svg
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/images/product/blog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a382c2

Please sign in to comment.