Skip to content

Commit

Permalink
Merge pull request #69 from kyawzinhtett/kyawzinhtet
Browse files Browse the repository at this point in the history
🔥 build(profile): add kyawzinhtet profile
  • Loading branch information
lwinmoepaing authored Oct 21, 2023
2 parents 03b61cc + f130641 commit eb9cbb9
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions content/profile/kyawzinhtet.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
name: Kyaw Zin Htet
description: Full-stack web developer with expertise in Vue.js and Laravel.
image: "https://avatars.githubusercontent.com/u/105533241?v=4"
tags:
- JavaScript
- PHP
- Vuejs
- Laravel
---

<section className="w-[450px] mx-auto border-4 border-black">
<img
src="https://avatars.githubusercontent.com/u/105533241?v=4"
alt="avatar"
className="w-full h-52 object-cover"
/>

<div className="p-8">
<h1 className="text-xl font-bold mb-3">Kyaw Zin Htet</h1>

<p className="text-sm">
🚀 Full-stack web developer with expertise in Vue.js and Laravel,
currently employed as a software engineer. 🚀
</p>

<div className="flex flex-row gap-2 mt-4">
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" rel="noreferrer">
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png"
alt="JavaScript"
/>
</a>

<a href="https://www.php.net/" target="_blank" rel="noreferrer">
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/php/php.png"
alt="PHP"
/>
</a>

<a href="https://vuejs.org/" target="_blank" rel="noreferrer">
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/vue/vue.png"
alt="Vuejs"
/>
</a>

<a href="https://laravel.com/" target="_blank" rel="noreferrer">
<img
className="h-5"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/laravel/laravel.png"
alt="Laravel"
/>
</a>
</div>

</div>
</section>

0 comments on commit eb9cbb9

Please sign in to comment.