|
6 | 6 | - Fullstack |
7 | 7 | - Frontend |
8 | 8 | - JavaScript |
9 | | - - ReactJS |
| 9 | + - ReactJS |
10 | 10 | - SolidJS |
11 | 11 | --- |
12 | 12 |
|
13 | | -import Counter from "@/components/Contributors/Counter/Counter"; |
14 | | -import ContriSquareBox from "@/components/Contributors/ContriSquareBox/ContriSquareBox"; |
15 | | -import SpacingDivider from "@/components/Common/SpacingDivider/SpacingDivider"; |
| 13 | +import LwinMoePaing from "@/components/Contributors/lwin-moe-paing/LwinMoePaing"; |
16 | 14 |
|
17 | | -<div className="lwinmoepaing"> |
18 | | - <div className="flex flex-col md:flex-row"> |
19 | | - <div className="md:w-6/12 mb-5 flex flex-col justify-center items-center"> |
20 | | - <div className="h-28 w-28 rounded-3xl overflow-hidden mx-auto"> |
21 | | - <img src="https://avatars.githubusercontent.com/u/49163775?v=4" /> |
22 | | - </div> |
23 | | - <SpacingDivider size="sm"/> |
24 | | - <h3 className="flex flex-row max-w-[240px] mx-auto"> |
25 | | - <img |
26 | | - src="https://raw.githubusercontent.com/lwinmoepaing/lwinmoepaing/main/img/gitto.gif" |
27 | | - className="h-[20px] object-contain mr-2" |
28 | | - /> |
29 | | - <span> Hi, I'm Lwin Moe Paing </span> |
30 | | - </h3> |
31 | | - <SpacingDivider size="sm"/> |
32 | | - <Counter /> |
33 | | - <SpacingDivider size="sm"/> |
34 | | - <ContriSquareBox> |
35 | | - <p className="text-center text-sm mb-2"><img className="h-5 inline-block mr-1 relative -top-1" src="https://raw.githubusercontent.com/lwinmoepaing/lwinmoepaing/main/img/katto.gif"/>I’m looking for help with Javascript Language to build Many Free Softwares to help people who can't afford to pay!!</p> |
36 | | - <p className="text-center text-sm mb-2"><img className="h-5 inline-block mr-1 relative -top-1" src="https://raw.githubusercontent.com/lwinmoepaing/lwinmoepaing/main/img/katto.gif"/>How to reach me **lwinmoepaing.dev@gmail.com (or) [facebook](https://www.facebook.com/lwin.im/)**</p> |
37 | | - </ContriSquareBox> |
38 | | - </div> |
39 | | - <div className="flex flex-1 flex-row justify-center items-center"> |
40 | | - <div className="ph-container"> |
41 | | - <div className="phone"> |
42 | | - <div className="notch-container"> |
43 | | - <div className="notch"></div> |
44 | | - </div> |
45 | | - <iframe |
46 | | - src="https://lwinmoepaing.github.io/" |
47 | | - className="h-full relative" |
48 | | - /> |
49 | | - </div> |
50 | | - </div> |
51 | | - </div> |
52 | | - </div> |
53 | | -</div> |
| 15 | +<LwinMoePaing /> |
0 commit comments