Skip to content

Commit

Permalink
updated bg images
Browse files Browse the repository at this point in the history
  • Loading branch information
o-tsaruk committed Nov 21, 2023
1 parent a48bd51 commit 3d260cc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions data/reportsData.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export const reportsData = [
{
logo: "/reports/artzero-report.svg",
logo: "reports/artzero-report.svg",
link: "https://artzero.io/",
header: "ArtZero",
description: "Number 1 Ink!-based NFT Marketplace on Aleph Zero and Astar Blockchains.",
file: "reports/Brushfam-audit-for-ArtZero.pdf",
},
{
logo: "/reports/panorama-swap-report.svg",
logo: "reports/panorama-swap-report.svg",
link: "https://panoramaswap.com/",
header: "Panorama Swap",
description: "Decentralized exchange built on Aleph Zero",
Expand Down
2 changes: 1 addition & 1 deletion pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Document() {
return (
<Html lang="en">
<Head>
<link rel="icon" href="/icons/favicon.ico" />
<link rel="icon" href="icons/favicon.ico" />
<meta name="description" content="Brushfam onboards businesses into Polkadot by creating the necessary
development infrastructure, auditing, and giving advisory to the development teams." />
<meta name="keywords" content="brushfam, openbrush, polkadot, ink, auditing, rust, smart contract, sol2ink, typechain" />
Expand Down
28 changes: 14 additions & 14 deletions styles/bg-styles/bg.module.css
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
.mainProperty {
background-image: url("/main-page-bg.jpg");
background-image: url("main-page-bg.jpg");
}

.aboutUsProperty {
background-image: url("/about-us-bg.jpg");
background-image: url("about-us-bg.jpg");
}

.advisoryProperty {
background-image: url("/advisory-subscription-bg.jpg");
background-image: url("advisory-subscription-bg.jpg");
}

.investmentProperty {
background-image: url("/advisory-subscription-bg.jpg");
background-image: url("advisory-subscription-bg.jpg");
}

.onboardProperty {
background-image: url("/advisory-subscription-bg.jpg");
background-image: url("advisory-subscription-bg.jpg");
}

.polkadotOnboardProperty {
background-image: url("/advisory-subscription-bg.jpg");
background-image: url("advisory-subscription-bg.jpg");
}

.securityProperty {
background-image: url("/advisory-subscription-bg.jpg");
background-image: url("advisory-subscription-bg.jpg");
}

@media (max-width: 460px) {
.mainProperty {
background-image: url("/main-mobile-bg.jpg");
background-image: url("main-mobile-bg.jpg");
}

.aboutUsProperty {
background-image: url("/about-us-mobile-bg.jpg");
background-image: url("about-us-mobile-bg.jpg");
}

.advisoryProperty {
background-image: url("/advisory-mobile-bg.jpg");
background-image: url("advisory-mobile-bg.jpg");
}

.investmentProperty {
background-image: url("/advisory-mobile-bg.jpg");
background-image: url("advisory-mobile-bg.jpg");
}

.onboardProperty {
background-image: url("/web3-mobile-bg.jpg");
background-image: url("web3-mobile-bg.jpg");
}

.polkadotOnboardProperty {
background-image: url("/web3-mobile-bg.jpg");
background-image: url("web3-mobile-bg.jpg");
}

.securityProperty {
background-image: url("/security-mobile-bg.jpg");
background-image: url("security-mobile-bg.jpg");
}
}

0 comments on commit 3d260cc

Please sign in to comment.