-
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.
Merge pull request #99 from kgsint/kgsint
🔥 build(profile): add kgsintkoko profile
- Loading branch information
Showing
1 changed file
with
47 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,47 @@ | ||
--- | ||
name: Kaung Sint Ko Ko | ||
description: A Web developer currently emphasizes on backend technologies. | ||
image: "https://avatars.githubusercontent.com/u/105710577?v=4" | ||
tags: | ||
- JavaScript | ||
- PHP | ||
- Laravel | ||
- SlimPHP | ||
- ReactJS | ||
- VueJS | ||
--- | ||
|
||
<div className="h-28 w-28 rounded-full overflow-hidden mx-auto"> | ||
<img src="https://avatars.githubusercontent.com/u/105710577?v=4"/> | ||
</div> | ||
|
||
<div className="container max-w-3xl mx-auto"> | ||
<h3 className="font-bold mb-2"> | ||
<span className="text-gray-900 mr-1">##</span> | ||
Introduction | ||
</h3> | ||
<p className="border-l-2 border-gray-100 pl-4 text-gray-300 mb-6"> | ||
Hello, I am Kaung Sint Ko Ko, currently pursuing a career at web development industry and am exicted about interactive design, dynamic web applications and low-level implementations. | ||
</p> | ||
<h3 className="font-bold mb-2"> | ||
<span className="text-gray-900 mr-1">##</span> | ||
Career Goal and Objective | ||
</h3> | ||
<p className="border-l-2 border-gray-100 pl-4 text-gray-300 mb-6"> | ||
I am passionate about open-source technology and want my future self to be a professional web developer who can contribute to or maintain open-source projects. | ||
</p> | ||
<h3 className="font-bold mb-2"> | ||
<span className="text-gray-900 mr-1">##</span> | ||
Hobbies | ||
</h3> | ||
<p className="border-l-2 border-gray-100 pl-4 text-gray-300 mb-6"> | ||
Aside from coding, You will find me with a sketchbook and a (mechanical) pencil or a pen, sketching, penciling or inking. | ||
</p> | ||
<h3 className="font-bold"> | ||
<span className="text-gray-900 mr-1">##</span> | ||
Contact Info | ||
</h3> | ||
- [GitHub] <a href="https://github.com/kgsint" className="italic text-blue-400 hover:text-blue-500 duration-200 transition-all">("https://github.com/kgsint")</a> | ||
- [LinkedIn] <a href="https://www.linkedin.com/in/kaung-sint-ko-ko-4965bb240" className="italic text-blue-400 hover:text-blue-500 duration-200 transition-all">("https://www.linkedin.com/in/kaung-sint-ko-ko-4965bb240")</a> | ||
- [Mail] <span className="italic text-blue-400 hover:text-blue-500 duration-200 transition-all">("[email protected]")</span> | ||
</div> |