-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David
committed
May 2, 2023
1 parent
36488f7
commit d3d8073
Showing
14 changed files
with
502 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ export default function Contact() { | |
> | ||
<div className="mx-auto flex flex-col justify-center"> | ||
<div | ||
className={`${mono.className} flex flex-nowrap items-end justify-center gap-[8px] leading-[26px] md:gap-[13px]`} | ||
className={`${mono.className} flex flex-nowrap items-end justify-center gap-[8px] leading-[26px] text-secondary md:gap-[13px]`} | ||
> | ||
<span className="text-[15px] font-normal sm:mt-[4px] md:text-[18px] lg:text-[19px] xl:text-[20px]"> | ||
05. | ||
|
@@ -26,7 +26,7 @@ export default function Contact() { | |
</h2> | ||
</div> | ||
|
||
<p className="mt-[5px] text-center text-[36px] font-bold sm:mr-[10px] md:mt-[10px] md:text-[40px] lg:text-[44px] xl:text-[48px]"> | ||
<p className="mt-[5px] text-center text-[36px] font-bold text-main sm:mr-[10px] md:mt-[10px] md:text-[40px] lg:text-[44px] xl:text-[48px]"> | ||
Get In Touch | ||
</p> | ||
|
||
|
@@ -38,7 +38,7 @@ export default function Contact() { | |
|
||
<Link | ||
href="mailto:[email protected]" | ||
className={`${mono.className} mx-auto mt-[40px] inline-block rounded-md border-2 border-black px-[30px] py-[15px] text-[16px] md:mt-[50px] md:text-[17px] xl:text-[18px]`} | ||
className={`${mono.className} mx-auto mt-[40px] inline-block rounded-md border-2 border-secondary px-[30px] py-[15px] text-[16px] text-secondary duration-150 hover:bg-secondary/10 md:mt-[50px] md:text-[17px] xl:text-[18px]`} | ||
> | ||
Email Me | ||
</Link> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ const mono = DM_Mono({ | |
|
||
export default function Email() { | ||
return ( | ||
<aside className="hidden lg:fixed lg:bottom-0 lg:right-[30px] lg:block xl:right-[40px] 2xl:right-[70px]"> | ||
<aside className="hidden text-main/80 duration-200 hover:text-secondary lg:fixed lg:bottom-0 lg:right-[30px] lg:block xl:right-[40px] 2xl:right-[70px]"> | ||
<div className="flex flex-col items-center justify-end gap-8"> | ||
<Link | ||
href="mailto:[email protected]" | ||
|
@@ -18,7 +18,7 @@ export default function Email() { | |
[email protected] | ||
</Link> | ||
|
||
<span className="inline-block h-[100px] w-[2px] bg-black" /> | ||
<span className="inline-block h-[100px] w-[2px] bg-main/80" /> | ||
</div> | ||
</aside> | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
d3d8073
There was a problem hiding this comment.
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:
portfolio – ./
portfolio-nine-sigma-18.vercel.app
portfolio-davbazz.vercel.app
portfolio-git-main-davbazz.vercel.app