From 2e207593b3e5133bb4112f4ee8eda57d44c09e9e Mon Sep 17 00:00:00 2001 From: Thurein Zaw <109714248+mhkhizil@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:09:41 +0630 Subject: [PATCH] :fire: build(profile): add thureinZaw profile --- content/profile/thureinZaw.mdx | 63 ++++++++++++++++++++++++++++++++++ package.json | 3 +- 2 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 content/profile/thureinZaw.mdx diff --git a/content/profile/thureinZaw.mdx b/content/profile/thureinZaw.mdx new file mode 100644 index 0000000..3076126 --- /dev/null +++ b/content/profile/thureinZaw.mdx @@ -0,0 +1,63 @@ +--- +name: Thurein Zaw +description: I am currently Front-end web developer focusing mainly on ReactJs and many other front-end library and frameworks and i am also learning back-end technology and have knowledges in using various programming languages. +image: "https://avatars.githubusercontent.com/u/109714248?v=4" +tags: + - Fullstack + - Frontend + - JavaScript + - Java + - Laravel + - php + - React.js + - Dart + - MYSQL + - Flutter +--- +
+ +
+ +

+ + Hello! I'm Thurein Zaw +

+ +
+- I'm currently a mid-level front-end developer and a programming enthusiastic who is currently exploring the realm of back-end + +- Reach me at **mhkhizilthurainzaw@gmail.com (or) phone no.09775171593 ** +- My portfolio website link-https://joyful-nasturtium-dfe7a4.netlify.app/ + +
+ + + + + +
+```javascript +const Thurein Zaw = { + code: [Javascript, Java, Dart, php, MYSQL,HTML,CSS], + tools: [React, Flutter,Laravel,Bootstrap,TailwindCSS,....], + experience:[I have whole bunch of experiences in freelancing and i mainly write website and web app] + challenge: "I want to try permanent jobs and I prefer work from home ", +}; +``` +
+ diff --git a/package.json b/package.json index 0da3e39..ecd48b4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,8 @@ "rehype-slug": "^6.0.0", "remark-gfm": "^4.0.0", "shiki": "^0.14.5", - "tailwind-merge": "^1.14.0" + "tailwind-merge": "^1.14.0", + "typed.js": "^2.0.16" }, "devDependencies": { "@types/node": "^20",