Skip to content

Commit

Permalink
Merge pull request #56 from Brushfam/update
Browse files Browse the repository at this point in the history
deleted Contact form
  • Loading branch information
o-tsaruk authored Nov 21, 2023
2 parents 7490153 + 4a4243f commit 7a340f6
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 35 deletions.
8 changes: 2 additions & 6 deletions components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,9 @@ const Navbar = () => {
</div>
</div>
</div>
<button
type="button"
onClick={handleClick}
className={navStyles.button}
>
<a href={"mailto:info@brushfam.io"} className={navStyles.getInTouchButton}>
Get in touch
</button>
</a>
</div>
</div>
</div>
Expand Down
2 changes: 0 additions & 2 deletions pages/about-us.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Navbar from "@/components/Navbar";
import Contact from "@/components/Contact/Contact";
import Footer from "@/components/Footer";
import Presentation from "@/sections/about-us/Presentation";
import Team from "@/sections/about-us/Team";
Expand All @@ -23,7 +22,6 @@ export default function AboutUs() {
<MobileNavbar></MobileNavbar>
<Presentation></Presentation>
<Team></Team>
<Contact></Contact>
<Footer></Footer>
</div>
)
Expand Down
2 changes: 0 additions & 2 deletions pages/advisory-subscription.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import TitleSection from "sections/advisory-subscription/TitleSection"
import Challenges from "sections/advisory-subscription/Challenges"
import Navbar from "@/components/Navbar";
import Contact from "@/components/Contact/Contact";
import Footer from "@/components/Footer";
import Packages from "@/sections/advisory-subscription/Packages";
import {MobileNavbar} from "@/components/MobileNavbar";
Expand All @@ -25,7 +24,6 @@ export default function AdvisorySubscription() {
<TitleSection></TitleSection>
<Challenges></Challenges>
<Packages></Packages>
<Contact></Contact>
<Footer></Footer>
</div>
)
Expand Down
2 changes: 0 additions & 2 deletions pages/hiring.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Navbar from "@/components/Navbar";
import Contact from "@/components/Contact/Contact";
import Footer from "@/components/Footer";
import HiringSection from "@/sections/hiring/HiringSection";
import {MobileNavbar} from "@/components/MobileNavbar";
Expand All @@ -15,7 +14,6 @@ export default function Hiring() {
<Navbar></Navbar>
<MobileNavbar></MobileNavbar>
<HiringSection></HiringSection>
<Contact></Contact>
<Footer></Footer>
</div>
)
Expand Down
3 changes: 0 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Products from "@/sections/Home/Products";
import Services from "@/sections/Home/Services";
import LetsBuild from "@/sections/Home/LetsBuild";
import Footer from "@/components/Footer";
import Contact from "@/components/Contact/Contact";
import Navbar from "@/components/Navbar";
import {MobileNavbar} from "@/components/MobileNavbar";
import styles from "@/styles/bg-styles/bg.module.css"
Expand Down Expand Up @@ -33,8 +32,6 @@ export default function Home() {
<Products></Products>
<Services></Services>
<LetsBuild></LetsBuild>
<Contact></Contact>
{/*<Blog></Blog>*/}
<Footer></Footer>
</div>
</>
Expand Down
2 changes: 0 additions & 2 deletions pages/onboard-to-web3.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Navbar from "@/components/Navbar";
import Contact from "@/components/Contact/Contact";
import Footer from "@/components/Footer";
import TitleSection from "@/sections/onboard-to-web3/TitleSection";
import {MobileNavbar} from "@/components/MobileNavbar";
Expand All @@ -22,7 +21,6 @@ export default function OnboardToWeb3() {
<MobileNavbar></MobileNavbar>
<TitleSection></TitleSection>
<Web3></Web3>
<Contact></Contact>
<Footer></Footer>
</div>
)
Expand Down
2 changes: 0 additions & 2 deletions pages/privacy-policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {MobileNavbar} from "@/components/MobileNavbar";
import TitleSection from "@/sections/privacy-policy/TitleSection";
import Navigation from "@/sections/privacy-policy/Navigation";
import Content from "@/sections/privacy-policy/Content";
import Contact from "@/components/Contact/Contact";
import Footer from "@/components/Footer";

export default function PrivacyPolicy() {
Expand All @@ -19,7 +18,6 @@ export default function PrivacyPolicy() {
<TitleSection></TitleSection>
<Navigation></Navigation>
<Content></Content>
<Contact></Contact>
<Footer></Footer>
</div>
)
Expand Down
2 changes: 0 additions & 2 deletions pages/security-audits.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Navbar from "@/components/Navbar";
import Contact from "@/components/Contact/Contact";
import Footer from "@/components/Footer";
import TitleSection from "@/sections/security-audits/TitleSection"
import Audit from "@/sections/security-audits/Audit"
Expand Down Expand Up @@ -29,7 +28,6 @@ export default function SecurityAudits() {
<Services></Services>
<Process></Process>
<OurReports></OurReports>
<Contact></Contact>
<Footer></Footer>
</div>
)
Expand Down
4 changes: 2 additions & 2 deletions styles/Home/LetsBuild.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flex-direction: column;
align-items: center;
margin-top: 160px;
margin-bottom: 240px;
margin-bottom: 120px;
}

.letsBuildText, .mobileText {
Expand Down Expand Up @@ -79,7 +79,7 @@
height: auto;
width: 100%;
margin-top: 60px;
margin-bottom: 120px;
margin-bottom: 80px;
}

.letsBuildText {
Expand Down
7 changes: 6 additions & 1 deletion styles/Navbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,18 @@
height: 100%;
}

.button {
.getInTouchButton {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 150px;
height: 38px;
background: transparent;
border: 1px solid #FFFFFF;
border-radius: 40px;
font-weight: 600;
font-size: 14px;
cursor: pointer;
}

Expand Down
4 changes: 2 additions & 2 deletions styles/about-us/Team.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}

.teamList {
margin-bottom: 240px;
margin-bottom: 120px;
margin-left: 10px;
display: grid;
grid-column-gap: 60px;
Expand Down Expand Up @@ -164,6 +164,6 @@
}

.teamList {
margin-bottom: 120px;
margin-bottom: 80px;
}
}
4 changes: 2 additions & 2 deletions styles/advisory-subscription/Packages.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flex-direction: column;
align-items: center;
padding-top: 240px;
margin-bottom: 240px;
margin-bottom: 120px;
}

.headerText {
Expand Down Expand Up @@ -55,7 +55,7 @@
@media (max-width: 460px) {
.section {
padding-top: 110px;
margin-bottom: 120px;
margin-bottom: 80px;
}
.headerText {
margin-bottom: 24px;
Expand Down
4 changes: 2 additions & 2 deletions styles/onboard-to-web3/Web3.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
flex-direction: column;
align-items: center;
padding-top: 240px;
margin-bottom: 202px;
margin-bottom: 120px;
}

.headerText {
Expand Down Expand Up @@ -150,7 +150,7 @@

.section {
padding-top: 180px;
margin-bottom: 120px;
margin-bottom: 80px;
}

.web3Wrapper {
Expand Down
2 changes: 1 addition & 1 deletion styles/privacy-policy/Content.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}

.point {
width: 89%;
width: 84%;
margin-bottom: 80px;
}

Expand Down
2 changes: 1 addition & 1 deletion styles/privacy-policy/Navigation.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

@media (max-width: 600px) {
.NavigationWrapper {
width: 89%;
width: 84%;
}

.section {
Expand Down
2 changes: 1 addition & 1 deletion styles/privacy-policy/TitleSection.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

.headerText, .lastUpdatedText {
width: 89%;
width: 84%;
}

.section {
Expand Down
4 changes: 2 additions & 2 deletions styles/security-audits/OurReports.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.section {
padding-top: 240px;
margin-bottom: 202px;
margin-bottom: 120px;
display: flex;
flex-direction: column;
align-items: center;
Expand Down Expand Up @@ -98,6 +98,6 @@
@media (max-width: 460px) {
.section {
padding-top: 120px;
margin-bottom: 120px;
margin-bottom: 80px;
}
}

1 comment on commit 7a340f6

@vercel
Copy link

@vercel vercel bot commented on 7a340f6 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

brushfam-website – ./

brushfam-website-git-main-brushfam.vercel.app
brushfam-website-brushfam.vercel.app
brushfam.io
www.brushfam.io

Please sign in to comment.