Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jironemo committed Nov 22, 2023
2 parents f992122 + cbb4910 commit 6ead432
Show file tree
Hide file tree
Showing 33 changed files with 1,781 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 8 additions & 0 deletions content/profile/ayechansoe.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Aye Chan Soe
description:
image:
tags:
- Html
- Css
---
42 changes: 42 additions & 0 deletions content/profile/hponemyatthu30.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: HMThu30
description: I'm Junior full stack developer and currently working as React developer in ACE Data System.
image: "https://avatars.githubusercontent.com/u/128682546?v=4"
tags:
- Java
- C#
- Javascript
- HTML
- CSS
- React JS
- Node JS
---

<div className="h-28 w-28 border-dotted border-2 rounded-full overflow-hidden mx-auto border-orange-300">
<img src="https://avatars.githubusercontent.com/u/128682546?v=4" />
</div>

<h3 className="flex flex-row max-w-[240px] mt-5 mx-auto">
<span className="mx-2 animate-bounce"> ☕️ </span>
<span class=" animate-bounce bg-orange-300 text-black">
{" "}
Hello, I am Hpone Myat Thu
</span>
</h3>

<div className="container max-w-[720px] mx-auto">

- 🤝 I’m currently focusing on Node JS.
- 💬 Ask me about **Java, React & C#.**
- 📫 How to reach me **[email protected] (or) [facebook](https://www.facebook.com/phonemyat.thu.71) (or) [github](https://github.com/HponeMyatThu)**


```javascript
const HMThu = {
code: [Javascript, HTML, CSS, Java, C#],
tools: [React],
challenge: "Become skillful person",
};
```

</div>
136 changes: 136 additions & 0 deletions content/profile/htetwaiyan.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
---
name: Htet Wai Yan
description: MEAN stack developer and love to learn new techs.
image: "https://avatars.githubusercontent.com/u/72548139?v=4"
tags:
- Angular
- React
- Node.js
- Python
- Flutter
- AWS
---

import { FaFacebook, FaGithub, FaLinkedin, FaGlobe } from "react-icons/fa";

<div className="w-full flex justify-center">
<div className="bg-white bg-opacity-20 backdrop-blur-lg rounded drop-shadow-lg w-fit p-10 rounded-lg">
<div className="flex flex-col items-center justify-center">
{/* Profile Image */}
<div className="mb-8 h-32 w-32 transform overflow-hidden rounded-full shadow-lg transition-transform hover:scale-105 relative">
<img
src="https://avatars.githubusercontent.com/u/72548139?v=4"
alt="Profile Image"
className="h-full w-full object-cover rounded-full"
/>
<div className="ring-4 ring-purple-600 absolute inset-0 rounded-full"></div>
</div>
{/* Name */}
<div className="animate-bounce text-xl font-bold text-white">
HTET WAI YAN
</div>
{/* Terminal */}
<div className="min-w-400 mt-8 mb-8 w-full max-w-xl overflow-hidden rounded-lg bg-black font-mono text-white">
<div className="mx-auto w-full rounded border-black bg-black subpixel-antialiased shadow-2xl">
<div
className="flex h-6 items-center rounded-t border-b border-gray-500 bg-gray-100 text-center text-black"
id="headerTerminal"
>
<div
className="ml-2 flex h-3 w-3 items-center rounded-full border-red-900 bg-red-500 text-center shadow-inner"
id="closebtn"
></div>
<div
className="ml-2 h-3 w-3 rounded-full border-yellow-900 bg-yellow-500 shadow-inner"
id="minbtn"
></div>
<div
className="ml-2 h-3 w-3 rounded-full border-green-900 bg-green-500 shadow-inner"
id="maxbtn"
></div>
<div className="mx-auto pr-16" id="terminaltitle">
<p className="text-center text-sm">hwy ~ zsh</p>
</div>
</div>
<div
className="h-auto bg-black pb-1 pl-1 pt-1 text-sm font-mono"
id="console"
>
<p className="pb-1">Last login: Thu Nov 05 09:11:04 on ttys002</p>
<div className="mb-4">
<span className="text-green-500 me-2">hwy@localhost:~$</span>
<span>profile</span>
<p className="pt-1">
MEAN stack developer with over 3 years of hands-on experience in
building scalable web applications.
</p>
</div>
<div className="mb-4">
<span className="text-green-500 me-2">hwy@localhost:~$</span>
<span>frameworks</span>
<p className="pt-1">Angular, React, Node.Js, Flutter</p>
</div>
<div className="mb-4">
<span className="text-green-500 me-2">hwy@localhost:~$</span>
<span>languages</span>
<p className="pt-1">HTML/CSS, Typescript, Python, Dart</p>
</div>
<div className="mb-4">
<span className="text-green-500 me-2">hwy@localhost:~$</span>
<span>contacts</span>
<p className="pt-1">
<a href="mailto:[email protected]" target="_blank">
[email protected]
</a>
</p>
</div>
<div className="mb-2">
<span className="text-green-500 me-2">hwy@localhost:~$</span>
<span>girlfriend</span>
<p className="pt-1 text-red-500">
zsh: command not found: girlfriend
</p>
</div>
</div>
</div>
</div>

{/* Socials */}
<div className="flex space-x-4 text-white">
<a
href="https://www.facebook.com/htetwaiyan.gaegae/"
target="_blank"
rel="noopener noreferrer"
className="text-sm hover:scale-110 transform transition-transform duration-300"
>
<FaFacebook size={20} />
</a>
<a
href="https://github.com/HtetWaiYann"
target="_blank"
rel="noopener noreferrer"
className="text-sm hover:scale-110 transform transition-transform duration-300"
>
<FaGithub size={20} />
</a>
<a
href="https://www.linkedin.com/in/htet-waiyan/"
target="_blank"
rel="noopener noreferrer"
className="text-sm hover:scale-110 transform transition-transform duration-300"
>
<FaLinkedin size={20} />
</a>
<a
href="https://www.htetwaiyan.com/"
target="_blank"
rel="noopener noreferrer"
className="text-sm hover:scale-110 transform transition-transform duration-300"
>
<FaGlobe size={20} />
</a>
</div>
</div>

</div>
</div>
Loading

0 comments on commit 6ead432

Please sign in to comment.