From 40ca271b89b694deb60d09b194cb6d657e64c168 Mon Sep 17 00:00:00 2001 From: Jatin Yadav Date: Fri, 14 Feb 2025 22:51:13 +0530 Subject: [PATCH] [FIX]: Fixed Minor changes --- src/components/Hero.jsx | 2 +- src/components/NavBar.jsx | 2 +- src/components/Success.jsx | 2 +- src/components/Winner.jsx | 2 +- src/styles/Cypherpunk.css | 8 ++++++-- src/styles/Navbar.css | 6 +----- src/styles/Winner.css | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 42e62638..3dbf12f2 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -34,7 +34,7 @@ const Hero = () => {
- DVPN and AI Coordination Layer for Privacy and Sovereignty + ÐVPN and AI Coordination Layer for Privacy and Sovereignty
diff --git a/src/components/NavBar.jsx b/src/components/NavBar.jsx index 99901076..e205c02e 100644 --- a/src/components/NavBar.jsx +++ b/src/components/NavBar.jsx @@ -1,6 +1,6 @@ import React, { useState } from "react"; import { useNavigate } from "react-router-dom"; -import "../styles/Navbar.css"; // Import the external CSS file +import "../styles/Navbar.css"; const NavBar = () => { const [isOpen, setOpenState] = useState(false); diff --git a/src/components/Success.jsx b/src/components/Success.jsx index 314f73b2..1314fdfd 100644 --- a/src/components/Success.jsx +++ b/src/components/Success.jsx @@ -20,7 +20,7 @@ const Success = () => { Road To Success diff --git a/src/components/Winner.jsx b/src/components/Winner.jsx index 473aee2b..d13e9129 100644 --- a/src/components/Winner.jsx +++ b/src/components/Winner.jsx @@ -58,7 +58,7 @@ const Winners = () => { rel="noreferrer" className="winner-link" > -

{item.text} arrow

+

{item.text} arrow

))}

+ many more!!

diff --git a/src/styles/Cypherpunk.css b/src/styles/Cypherpunk.css index 46dadd28..fd64df75 100644 --- a/src/styles/Cypherpunk.css +++ b/src/styles/Cypherpunk.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Kode+Mono:wght@400..700&display=swap'); + .cypherpunk-container { display: flex; justify-content: center; @@ -50,7 +52,8 @@ .cypherpunk-image-title { color: #fff; - font-size: 1.5rem; + font-size: 1.6rem; + font-family: "Kode Mono", serif; } .cypherpunk-footer { @@ -58,7 +61,8 @@ justify-content: center; align-items: center; gap: 2rem; - margin-top: 2rem; + margin-top: 1rem; + font-family: "Kode Mono", serif; } .cypherpunk-cta-text { diff --git a/src/styles/Navbar.css b/src/styles/Navbar.css index 19921baa..34e493d2 100644 --- a/src/styles/Navbar.css +++ b/src/styles/Navbar.css @@ -13,14 +13,10 @@ } /* Navbar Logo */ -.navbar-logo img { +.navbar-logo .logo-img { height: 45px; } -.netsepio-logo { - height: 35px; -} - /* Explore Button */ .explore-button { padding: 15px 40px; diff --git a/src/styles/Winner.css b/src/styles/Winner.css index 969d8b0e..90906df7 100644 --- a/src/styles/Winner.css +++ b/src/styles/Winner.css @@ -35,7 +35,7 @@ .winner-image { border-radius: 20px; - width: 150px; + width: 200px; } .winners-links {