-
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.
header, footer, home and about are working now
- Loading branch information
1 parent
cdb6f7e
commit 337dcfc
Showing
7 changed files
with
122 additions
and
25 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,11 +1,49 @@ | ||
import React from 'react' | ||
|
||
import React from "react"; | ||
import {BigButton} from "./index" | ||
const About = () => { | ||
return ( | ||
<div> | ||
|
||
<div className="about w-full h-screen flex flex-col items-center justify-start"> | ||
<span className="pt-24 w-full"> | ||
<h1 className="name text-center w-full text-3xl font-bold "> | ||
About me | ||
</h1> | ||
<p className="subheading font-semibold text-center text-sm text-gray-700/70 p-4"> | ||
My Introduction | ||
</p> | ||
</span> | ||
<div className="bottom w-full h-auto flex flex-col sm:flex-row "> | ||
<div className=" left w-full sm:w-1/2 h-full flex px-6 py-4 items-center justify-center"> | ||
<div className="img overflow-hidden w-[400px] h-[300px] min-h-[150px] rounded-[8%]"> | ||
<img | ||
src="/imgMe.PNG" | ||
alt="myimage" | ||
className="w-full h-full object-cover" | ||
/> | ||
</div> | ||
</div> | ||
<div className=" right w-full sm:w-1/2 h-full flex-col sm:px-10 py-4 gap-4"> | ||
<div className="cards w-full flex items-center justify-evenly my-4"> | ||
<div className="card flex flex-col gap-1 items-center justify-center border rounded-lg w-[150px]"> | ||
<span className="text-sm font-semibold"> Post graduated </span> | ||
<p className="text-xs font-medium text-slate-800/80"> | ||
(MDU) 2022 - 2024 | ||
</p> | ||
</div> | ||
<div className="card flex flex-col gap-1 items-center justify-center border rounded-lg w-[150px]"> | ||
<span className="text-sm font-semibold"> Projects soled </span> | ||
<p className="text-xs font-medium text-slate-800/80"> | ||
4+ mini projects | ||
</p> | ||
</div> | ||
</div> | ||
<div className="details py-4 px-2 w-[90%] text-slate-800/80 font-semibold text-justify"> | ||
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Cum fugit eos, molestias aliquam sapiente mollitia accusantium ipsum iste! Veniam, quo nam. Nam itaque laboriosam quo ullam dolores consequuntur omnis ex deleniti reprehenderit architecto? | ||
</div> | ||
<BigButton Childrens={"Download CV "} className="rounded-lg duration-200 hover:bg-black" bgColor="bg-black/90" /> | ||
</div> | ||
</div> | ||
</div> | ||
) | ||
} | ||
); | ||
}; | ||
|
||
export default About | ||
export default About; |
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,11 @@ | ||
import React from 'react' | ||
|
||
const Container = ({Childrens}) => { | ||
return ( | ||
<div className='w-full h-screen overflow-x-hidden overflow-y-scroll scroll-smooth' > | ||
{Childrens} | ||
</div> | ||
) | ||
} | ||
|
||
export default Container |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,35 @@ | ||
import React from 'react' | ||
import React from "react"; | ||
import BigButton from "./BigButton"; | ||
|
||
const Home = () => { | ||
return ( | ||
<div> | ||
<div className="w-full min-h-screen pt-20 px-2 sm:px-8 flex flex-col-reverse sm:flex-row items-center justify-center"> | ||
|
||
<div className="leftside w-full my-6 sm:my-4 sm:w-1/2 flex-col justify-center items-center gap-2 px-2 sm:px-8 relative"> | ||
<h2 className="name text-4xl font-extrabold capitalize py-4 ">Kuldeep kumar π</h2> | ||
<span className="role flex items-center justify-start gap-2"> | ||
<p className="w-1/5 border"></p> | ||
<p className="rolename text-lg w-auto text-gray-700/70 font-semibold">web dev.</p> | ||
</span> | ||
<p className="overview py-2 my-4 sm:w-[90%] w-full text-gray-700/70 font-semibold "> | ||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quam perspiciatis corporis ea, aspernatur asperiores.</p> | ||
<BigButton Childrens={"Say hello! β"} className=" rounded-xl" /> | ||
{/* <button className="scroll text-sm font-semibold text-gray-700/70 px-4 py-2 rounded-lg bg-gray-400/10 mt-20 hidden sm:block"> scroll down π</button> */} | ||
</div> | ||
|
||
|
||
|
||
<div className="rightside w-full my-8 sm:w-1/2 sm:my-4 h-full flex items-center justify-center"> | ||
<div className="image w-[250px] h-[250px] bg-black/20 rounded-[40%] rotate-[35deg] p-4 border-8 border-black shadow-2xl shadow-slate-950 "> | ||
<img | ||
src="/vite.svg" | ||
alt="kuldeep image" | ||
className="w-full h-full object-cover -rotate-[35deg] p-2" | ||
/> | ||
</div> | ||
</div> | ||
</div> | ||
) | ||
} | ||
); | ||
}; | ||
|
||
export default Home | ||
export default Home; |