Skip to content

Commit

Permalink
🔥 build(Profile): add Kaung Myat Soe Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzy-km authored Oct 22, 2023
1 parent 3af9e15 commit ac99990
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Profile/Vince/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ import Project from "./Project";

const Main = () => {
return (
<div class=" trn-4 flex w-full flex-col h-auto ">
<div class=" gap-[2rem] rounded-3xl flex justify-between items-center w-full h-[250px] bg-blur ">
<div class=" flex w-[40%] name gap-1 p-[1rem] h-full justify-center ">
<div className=" trn-4 flex w-full flex-col h-auto ">
<div className=" gap-[2rem] rounded-3xl flex justify-between items-center w-full h-[250px] bg-blur ">
<div className=" flex w-[40%] name gap-1 p-[1rem] h-full justify-center ">
<h1>V</h1>
<h1>i</h1>
<h1>n</h1>
<h1>c</h1>
<h1>e</h1>
</div>
<div class="trn-4 cursor-pointer w-[200px] h-[200px] flex justify-center items-center pf-shadow bg-transparent hover:bg-cyan-500 rounded-full ">
<div className="trn-4 cursor-pointer w-[200px] h-[200px] flex justify-center items-center pf-shadow bg-transparent hover:bg-cyan-500 rounded-full ">
<img
class=" trn-4 rounded-full hover:w-[80%] hover:mt-[-150px] hover:h-[80%] w-[100%] h-[100%] hover:rounded-full "
className=" trn-4 rounded-full hover:w-[80%] hover:mt-[-150px] hover:h-[80%] w-[100%] h-[100%] hover:rounded-full "
src="https://avatars.githubusercontent.com/u/74085442?v=4"
alt=""
/>
</div>

<div class=" h-full flex justify-start mt-[2.4rem] w-[40%] p-[1rem] text-3xl ">
<div className=" h-full flex justify-start mt-[2.4rem] w-[40%] p-[1rem] text-3xl ">
<h1>Front End Developer</h1>
</div>
</div>
Expand Down

0 comments on commit ac99990

Please sign in to comment.