-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔥 build(add soeyiyiaung profile): (#155)
* 🔥 build(add soeyiyiaung profile): * 🔥 build:
- Loading branch information
1 parent
a6e9e98
commit abffc05
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: Soe Yi Yi Aung | ||
description: "I am a web developer!" | ||
tags: | ||
- HTML | ||
- CSS | ||
- JavaScript | ||
- Bootstrap | ||
- Vue | ||
- Angular | ||
- PHP | ||
- Laravel | ||
- MySQL | ||
- GitHub | ||
--- | ||
|
||
import Counter from "@/components/Contributors/Counter/Counter"; | ||
import ContriSquareBox from "@/components/Contributors/ContriSquareBox/ContriSquareBox"; | ||
import SpacingDivider from "@/components/Common/SpacingDivider/SpacingDivider"; | ||
|
||
<div className="lwinmoepaing"> | ||
<div className="flex flex-col md:flex-row"> | ||
<div className="md:w-12/12 mb-5 flex flex-col justify-center items-center"> | ||
<SpacingDivider size="sm"/> | ||
<h3 className="flex flex-row max-w-[240px] mx-auto"> | ||
<span> Hi, I'm Soe Yi Yi Aung </span> | ||
</h3> | ||
<SpacingDivider size="sm"/> | ||
<SpacingDivider size="sm"/> | ||
<ContriSquareBox> | ||
<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 a web developer and computer science student with a strong foundation in HTML, CSS, JavaScript, Bootstrap, PHP, Laravel, and MySQL. I specialize in crafting engaging websites and robust web applications, focusing on exceptional user experiences and seamless functionality. I'm also experienced in front-end technologies like Vue.js and Angular. I'm passionate about staying up-to-date with web development trends and collaborating with cross-functional teams. Let's connect and explore opportunities to create innovative web solutions together!!</p> | ||
<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 **syya133@gmail.com (or) [LinkedIn](www.linkedin.com/in/soe-yi-yi-aung-03747226b)**</p> | ||
<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"/>My Portfolio Website **https://soeyiyiaung.netlify.app/**</p> | ||
</ContriSquareBox> | ||
</div> | ||
|
||
</div> | ||
</div> |