Skip to content

Commit

Permalink
ADD
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-avr committed Sep 26, 2022
1 parent 1173cf1 commit 2174533
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 9 deletions.
69 changes: 62 additions & 7 deletions components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,70 @@
import Image from "next/image";
import Link from "next/link";

const Footer = () => {
return (
<footer className=" bg-bgFooter mt-0 flex justify-center items-center ">
<div className="w-2/4 h-[20rem] bg-blure flex justify-center items-center">
<div>
<Image alt='logoFooter' src='/LogoFooter.png' width='120px' height='120px' />
<footer className=" bg-bgFooter mt-0 flex justify-center items-center sm:flex-row flex-col ">
<div className=" sm:w-2/4 w-full h-[20rem] flex sm:justify-evenly justify-start items-center sm:flex-row flex-col">
<div className="sm:py-0 py-8 " >
<Image
alt="logoFooter"
src="/LogoFooter.png"
width="120px"
height="120px"
/>
</div>
<div className="text-lg" >
<p>Nec, enim sed lacus, magna pharetra. Phasellus tincidunt nulla pharetra gravida est. </p>
<h5> All rights reserved@2021</h5>
<div className="text-lg">
<p className=" sm:text-left text-center text-base sm:w-80 w-full sm:m-0 m-auto text-white/40 ">
Nec, enim sed lacus, magna pharetra. Phasellus tincidunt nulla
pharetra gravida est.{" "}
</p>
<div className="flex sm:justify-start justify-center space-x-5 w-72 sm:mx-0 mt-5 m-auto ">
<div>
{" "}
<Link href="#">
<Image
alt="socialmedia"
src="/Vector.png"
width="24px"
height="17px"
/>
</Link>
</div>
<div>
<Link href="#">
<Image
alt="socialmedia"
src="/Vector-1.png"
width="23px"
height="19px"
/>
</Link>
</div>
<div>
<Link href="#">
<Image
alt="socialmedia"
src="/Vector-2.png"
width="15px"
height="20px"
/>
</Link>
</div>
<div>
<Link href="#">
<Image
alt="socialmedia"
src="/Vector-3.png"
width="24px"
height="17px"
/>
</Link>
</div>
</div>
<h5 className="sm:mt-10 mt-6 text-base text-white/40 sm:text-left text-center">
{" "}
All rights reserved@2021
</h5>
</div>
</div>
<div className="w-2/4 h-[20rem]"> </div>
Expand Down
9 changes: 9 additions & 0 deletions components/SocialMediaLinks.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import Link from "next/link";
import Image from "next/link";
const socialMediaLinks = () => {
return (
<h2></h2>
);
}

export default socialMediaLinks;
5 changes: 3 additions & 2 deletions components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ const Navbar = () => {
NavRef.current.classList.add('bg-ground')
NavRef.current.classList.remove('sm:bg-transparent')
NavRef.current.classList.add('sm:bg-ground')
NavRef.current.classList.add('shadow-2xl')
}

if(window.scrollY < 200) {
NavRef.current.classList.add('bg-ground/90')
NavRef.current.classList.remove('bg-ground')
NavRef.current.classList.add('sm:bg-transparent')
NavRef.current.classList.remove
('sm:bg-ground')
NavRef.current.classList.remove('sm:bg-ground')
NavRef.current.classList.remove('shadow-2xl')
}

}
Expand Down
Binary file added public/Vector-1.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/Vector-2.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/Vector-3.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/Vector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 2174533

@vercel
Copy link

@vercel vercel bot commented on 2174533 Sep 26, 2022

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:

page – ./

page-mohamed-avr.vercel.app
page-murex-delta.vercel.app
page-git-main-mohamed-avr.vercel.app

Please sign in to comment.