Skip to content

Commit c1de0b4

Browse files
committed
🔥 build(profile): creating my profile
creating my profile
1 parent de8e0a1 commit c1de0b4

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

content/profile/oaksoekhant.mdx

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
name: Oak Soe Khant
3+
description: just a DEV
4+
image: "https://avatars.githubusercontent.com/u/63438328?s=96&v=4"
5+
tags:
6+
- React
7+
- Vue
8+
- Node
9+
- PHP
10+
- Laravel
11+
---
12+
13+
<div>
14+
<div className="mb-10">
15+
<img src="https://avatars.githubusercontent.com/u/63438328?s=96&v=4" alt="oak_profile" className="mx-auto rounded-full" />
16+
</div>
17+
18+
<div className="container mx-auto">
19+
<p className="mb-10 text-3xl">Hello, I'm Oak Soe Khant. A frontend dev with 2+ years of experience.</p>
20+
<div className="flex items-center gap-6">
21+
<h3 className="font-bold">Connect with me:</h3>
22+
<div className="flex items-center gap-4">
23+
<a href="https://linkedin.com/in/oak-soe-khant-0085512a0" target="blank">
24+
<img
25+
align="center"
26+
src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg"
27+
alt="oak-soe-khant-0085512a0"
28+
height="30"
29+
width="40"
30+
/>
31+
</a>
32+
<a href="https://fb.com/oaksoekhant68" target="blank">
33+
<img
34+
align="center"
35+
src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/facebook.svg"
36+
alt="oaksoekhant68"
37+
height="30"
38+
width="40"
39+
/>
40+
</a>
41+
<a href="https://instagram.com/_oaksk" target="blank">
42+
<img
43+
align="center"
44+
src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/instagram.svg"
45+
alt="_oaksk"
46+
height="30"
47+
width="40"
48+
/>
49+
</a>
50+
</div>
51+
</div>
52+
</div>
53+
</div>

0 commit comments

Comments
 (0)