Skip to content

Commit

Permalink
Update Footer and Projects components
Browse files Browse the repository at this point in the history
  • Loading branch information
haytham10 committed Jan 11, 2024
1 parent 9659a2d commit 4400d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Portfolio/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const Footer = () => {
</div>
{/* Connect With Me Section */}
<div className="mb-4 mt-6 mx-auto md:ml-[6rem] md:mb-0 w-full md:w-1/2 md:text-justify text-center flex-col">
<h2 className="font-bold text-4xl mb-2">Get in Touch</h2>
<h2 className="font-bold text-gray-300 text-3xl mb-2 uppercase">Get in Touch</h2>
<div className='text-gray-400 text-lg'>
<p>Email: haytham.mkt@gmail.com</p>
<p>Phone: +212 658-377-929</p>
Expand Down
2 changes: 1 addition & 1 deletion Portfolio/app/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Projects = () => {
<h1 className="text-[40px] font-semibold text-transparent bg-clip-text bg-gradient-to-r from-purple-500 to-cyan-500 py-20">
My Projects
</h1>
<div className="h-full w-full m-auto justify-center flex flex-col min-[1400px]:hideen md:flex-row gap-10 px-10">
<div className="h-full w-full m-auto justify-center flex flex-col md:flex-row md:flex-wrap md:mx-auto gap-10 px-10">
<ProjectCard
src="/pong.jpg"
title="Transcendence"
Expand Down

0 comments on commit 4400d31

Please sign in to comment.