-
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
Showing
6 changed files
with
55 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import React from 'react'; | ||
|
||
const Button = () => { | ||
return ( | ||
<div className="relative hover:-translate-x-1 hover:-translate-y-1 active:translate-y-0 active:translate-x-0 transition-all ease-in-out"> | ||
<a | ||
href="#" | ||
className="px-12 py-6 tracking-widest bg-primary-black text-primary hover:bg-primary-black hover:text-primary " | ||
> | ||
Resume | ||
</a> | ||
</div> | ||
); | ||
}; | ||
|
||
export default Button; |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
import React from 'react'; | ||
import Button from '../Buttons/Default'; | ||
|
||
const HeroSection = () => { | ||
return ( | ||
<main className="relative w-full h-full flex flex-col items-center"> | ||
<section className="ralative h-2/4 w-full flex flex-col items-center text-primary mix-blend-difference "> | ||
<h1 className="relative top-4 font-black text-6xl tracking-wider"> | ||
Hi | ||
</h1> | ||
<h2 className="relative top-8 font-bold text-4xl tracking-widest"> | ||
I'm Vishal Kumar | ||
</h2> | ||
<h3 className="relative top-8 text-4xl font-bold tracking-widest"> | ||
A Self Taught | ||
</h3> | ||
<h4 className="relative top-16 text-4xl font-semibold tracking-widest"> | ||
FullStack Developer | ||
</h4> | ||
<p className="relative top-16 tracking-[2.2px]"> | ||
on the way to become Senior of MySelf 🔥 | ||
</p> | ||
</section> | ||
<section className="relative w-full h-full flex flex-col justify-center items-center"> | ||
<Button /> | ||
</section> | ||
</main> | ||
); | ||
}; | ||
|
||
export default HeroSection; |
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap'); | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; |
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
727a768
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-git-main-vishal035.vercel.app
portfolio-vishal035.vercel.app
portfolio-eight-eta-28.vercel.app