Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔥 build(profile): add saikhantzaylynnyaung profile #216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions content/profile/saikhantzaylynnyaung.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
name: Sai Khant Zay Lynn Yaung
description: IOS Developer, A Student
image: "https://avatars.githubusercontent.com/u/91935626?v=4"
tags:
- Backend
- IOS
- Redis
- Flask
- Swift
- Python
- API
---

<div class="row text-white">
<header class="flex flex-col items-center py-4 text-center">
<img src="https://avatars.githubusercontent.com/u/91935626?v=4" class="h-20 w-20 rounded-full mb-2" />
<h1 class="text-4xl font-semibold">Sai Khant Zay Lynn Yaung (Andrew)</h1>

<p class="text-lg">
<ul class="list-disc pl-8 pt-4 pb-4">
<li>🐍 Currently focusing on Swift and Flask</li>
</ul>
<ul class="list-disc pl-8 pb-4">
<li>🙆‍♂️ Pronouns: he/him</li>
</ul>
<ul class="list-disc pl-8 pb-4">
<li>⚡ Fun fact: I dislike bugs in both code and real life! 🐞🚫</li>
</ul>
</p>
</header>
</div>





<div className="flex flex-1 items-center justify-center md:pl-4">
<div className="webView bg-gray-300 rounded-xl overflow-hidden shadow-md w-full h-[80vh] md:h-[70vh]">
<div className="bg-indigo-500 text-white p-2 rounded-t-xl flex justify-between items-center">
<span className="text-xs">khantzay.onrender.com/</span>
</div>
<iframe
src="https://khantzay.onrender.com"
className="h-full w-full"
title="Portfolio Preview"
style={{ border: "none", width: "100%", height: "100%", display: "block" }}
/>
</div>
</div>