Skip to content

Commit

Permalink
ui change
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikeshnimkar committed Jul 12, 2024
1 parent 1ea28cd commit cd58f93
Show file tree
Hide file tree
Showing 17 changed files with 181 additions and 35 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
// images: { unoptimized: true },
images: { unoptimized: true },
};

export default nextConfig;
Binary file added public/images/discord_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions public/images/discord_green.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/linkedIn_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions public/images/linkedIn_green.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 modified public/images/pix_5.png
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/subscribepage1.jpeg
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/subscribepage2.jpeg
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/twitter_green.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions public/images/twitter_green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ body {
.features-card {
background: radial-gradient(600px 400px at 70% 58%,#11d9c526,transparent 100%);
;
}
}
.bg-gradient1 {
background: linear-gradient(360deg, rgba(17, 217, 197, 0.3) 0%, rgba(9, 84, 91, 0.486) 52%, rgba(39, 188, 252, 0.3) 100%);
}
4 changes: 3 additions & 1 deletion src/app/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Mission from "@/components/Mission";
import Newsletter from "@/components/Newsletter";
import Reviews from "@/components/Reviews";
import Socials from "@/components/Socials";
import SubscribePage from "@/components/Subcribe";
import WinSection from "@/components/WinSection";
import { cardDetails } from "@/utils/data";
import Image from "next/image";
Expand Down Expand Up @@ -67,7 +68,8 @@ export default function Home() {
/>
</section>
<DownloadNow />
<Socials />
{/* <Socials /> */}
<SubscribePage/>
<Newsletter />
</main>
</>
Expand Down
13 changes: 6 additions & 7 deletions src/components/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ import Image from "next/image";

const Card = ({ item }) => {
return (
<div
className={` lg:w-[49.5%] my-[.25%] h-[486.7px] relative border-white `}
>
<div className='flex absolute w-full h-full flex-col justify-center items-start pl-[12%] z-50'>
<h3 className='text-white text-3xl lg:text-[62px] font-semibold'>
{item.title}
</h3>
<div className={`lg:w-[49.5%] my-[.25%] h-[486.7px] relative border-white`}>
<div className='flex absolute w-full h-full flex-col justify-center items-start pl-[12%] z-50'>
<h3
className='text-white text-3xl lg:text-[62px] font-semibold '
dangerouslySetInnerHTML={{ __html: item.title }}
></h3>
<p className='text-white w-[90%] font-light mt-[35px] mb-[25px] text-sm lg:text-lg'>
{item.desc}
</p>
Expand Down
84 changes: 65 additions & 19 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,64 +13,110 @@ const Footer = () => {
return (
<div
style={roboto.style}
className=' h-[507px] mt-[3%] w-full pt-[102px] rounded-t-[12px] sm:rounded-t-[50px] bg-gradient-to-t from-primary/40 to-cta/40 '
className=" h-[507px] mt-[3%] w-full pt-[102px] rounded-t-[12px] sm:rounded-t-[50px] bg-gradient-to-t from-primary/40 to-cta/40 "
>
<footer className='w-[85%] relative mx-auto border-b border-cta border-opacity-30 pb-[30px] justify-between flex-col gap-8 sm:gap-0 flex lg:flex-row'>
<div className='flex w-max relative bottom-3 flex-col'>
<Link href={"/"} className='flex items-center'>
<footer className="w-[85%] relative mx-auto border-b border-cta border-opacity-30 pb-[30px] justify-between flex-col gap-8 sm:gap-0 flex lg:flex-row">
<div className="flex w-max relative bottom-3 flex-col ">
<Link href={"/"} className="flex items-center">
<Image
src={"/images/logo.svg"}
width={56}
height={56}
alt='Logo '
alt="Logo "
/>
<Image
src={"/images/netsepio.svg"}
width={104.27}
height={32}
alt='Netsepio'
alt="Netsepio"
/>
</Link>
<p className='text-[20px] mt-[22px] sm:mt-[55px] text-white w-[280px] font-light'>
<p className="text-[20px] mt-[22px] sm:mt-[55px] text-white w-[280px] font-light">
AI DePIN CyberSecurity which Protects Online Presence
</p>
</div>

{footerContents.map((item, index) => {
return <FooterItem key={index.toString()} item={item} />;
})}
<div className='flex ml-4 flex-col'>
<h4 className=' text-white text-[22px] mb-[49px]'>{"Others"}</h4>
<div className='flex relative right-[6px] gap-1'>
<div className="flex ml-4 flex-col">
<h4 className=" text-white text-[22px] mb-[49px]">{"Others"}</h4>
<div className="flex relative right-[6px] gap-3 pl-2">
<Link
target='_blank'
className='hover:scale-110 duration-150'
target="_blank"
className="hover:scale-110 duration-150"
href={"https://t.me/NetSepio?boost "}
>
<Image
src={"/images/tele_green.svg"}
width={50}
height={50}
className='object-cover'
alt='telegram'
className="object-cover"
alt="telegram"
/>
</Link>
<Link
target='_blank'
className='hover:scale-110 duration-150'
target="_blank"
className="hover:scale-110 duration-150"
href={"https://github.com/Netsepio"}
>
<Image
src={"/images/git_green.svg"}
width={50}
className='object-cover'
className="object-cover"
height={50}
alt='github'
alt="github"
/>
</Link>

{/* //discord */}
<Link
target="_blank"
className="hover:scale-110 duration-150"
href={"https://discordapp.com/invite/5uaFhNpRF6"}
>
<Image
src={"/images/discord_green.svg"}
width={65}
className="object-cover"
height={10}
alt="discord"
/>
</Link>
</div>
<div className="flex relative right-[6px] ">
{/* linkedin */}
<Link
target="_blank"
className="hover:scale-110 duration-150"
href={"https://www.linkedin.com/company/netsepio/ "}
>
<Image
src={"/images/linkedIn_green.svg"}
width={70}
height={70}
className="object-cover"
alt="linkedin"
/>
</Link>

{/* twitter */}
<Link
target="_blank"
className="hover:scale-110 duration-150"
href={"https://x.com/netsepio "}
>
<Image
src={"/images/twitter_green.svg"}
width={70}
height={50}
className="object-cover"
alt="twitter"
/>
</Link>
</div>
</div>
<p className='text-cta absolute left-0 -bottom-10 text-sm'>
<p className="text-cta absolute left-0 -bottom-10 text-sm">
© 2024 - NetSepio. All rights reserved.
</p>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Newsletter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Newsletter = () => {
return (
<div
style={roboto.style}
className='w-full h-[694px] mt-[5%] flex flex-row-reverse justify-between items-center gap-10'
className='w-[90%] h-[694px] mt-[5%] flex flex-row-reverse justify-between items-center gap-10'
>
<div className='flex pl-[0%] sm:pl-[5%] flex-col w-[50%]'>
<h4 className=' text-2xl lg:text-[42px] flex mb-[36px] flex-col leading-tight text-white'>
Expand All @@ -21,7 +21,7 @@ const Newsletter = () => {
title={"Subscribe To Our Newsletter"}
/>
</div>
<div className='flex flex-col relative h-[70%] sm:h-full w-[50%]'>
<div className='flex flex-col relative h-[70%] sm:h-[80%] w-[40%] ml-10'>
<Image
src={"/images/newsletter.jpg"}
className='object-cover'
Expand Down
45 changes: 45 additions & 0 deletions src/components/Subcribe.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
import React from "react";
import CustomBtn from "./CustomBtn";
import useFonts from "@/hooks/useFonts";
import Image from "next/image";
import "../app/globals.css";
const SubscribePage = () => {
const { roboto } = useFonts();
return (
<div className=" my-20 ">
<div
style={roboto.style}
className="w-[1258px] h-[500px] px-[80px] flex flex-row-reverse justify-between items-center gap-10 bg-gradient1
rounded-[40px]"
>
<div className="flex pl-[0%] sm:pl-[5%] flex-col w-[40%] items-end">
<CustomBtn
link="https://netsepio.substack.com/"
width="lg:w-[234px] sm:mr-0"
title={"Subscribe"}
/>
</div>
<div className="flex flex-col relative h-[40%] sm:h-[50%] w-[35%] ">
<Image
src={"/images/subscribepage1.jpeg"}
className="object-cover rounded-[20px]"
fill
priority
alt="phone"
/>
</div>
<div className="flex flex-col relative h-[40%] sm:h-[50%] w-[55%]">
<Image
src={"/images/subscribepage2.jpeg"}
className="object-cover rounded-[40px]"
fill
priority
alt="phone"
/>
</div>
</div>
</div>
);
};

export default SubscribePage;
8 changes: 4 additions & 4 deletions src/utils/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ export const cardDetails = [
},
{
image: "pix_6",
title: "Reliable Uptime",
title: "Reliable Uptime,<br/><br/> Fast connectivity",
link: "/",
button: "Learn more",
desc: "Maintaining consistent and reliable access to the internet and services, even in high-demand scenarios.",
desc: "Netsepio ensures optimal performance with high-speed connectivity across its decentralized network, minimizing latency and maximizing efficiency while maintaining consistent and reliable access to the internet and services, even in high-demand scenarios.",
},
{
image: "pix_5",
title: "Fast Connectivity",
desc: "Optimal performance with high-speed connectivity across its decentralized network, minimizing latency and maximizing efficiency",
title: "Mobile App",
desc: "Secure your online activity with our blockchain VPN app, utilizing NFTs for robust privacy and decentralization.",
},
];
export const cardDetails2 = [
Expand Down

0 comments on commit cd58f93

Please sign in to comment.