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 kyawswarlynn profile #217

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
73 changes: 73 additions & 0 deletions content/profile/kyawswarlynn.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
---
name: Kyaw Swar Lynn
description: I'm a MERN stack developer!
image: "https://raw.githubusercontent.com/kyawswarlynn14/portfolio/main/public/images/ksl-new.jpg"
tags:
- MERN Stack
- React Js
- Next Js
- Redux
- Node Js
- Express Js
- Flutter
---

import { AiFillFacebook, AiFillLinkedin } from "react-icons/ai";
import { FaSquareGithub } from "react-icons/fa6";
import { BsArrowUpRightSquareFill } from "react-icons/bs";

<div className="w-full md:w-[70%] mx-auto flex flex-col gap-2 items-center">
<div className="mx-auto rounded-full border-8 border-teal-400 w-48 h-48 overflow-hidden">
<img
src={'https://raw.githubusercontent.com/kyawswarlynn14/portfolio/main/public/images/ksl-new.jpg'}
alt="ksl"
className="w-full h-full object-cover hover:scale-125 transition-all duration-300"
/>
</div>

<h2 className="tracking-wider font-serif text-2xl md:text-4xl my-2 text-[#00FF00] font-bold">
Kyaw Swar Lynn
</h2>

<h3 className="text-lg tracking-wider font-semibold">
MERN Stack Developer!
</h3>

<div className="w-64 md:w-80 mx-auto flex justify-between items-center">
<a
href="https://github.com/kyawswarlynn14"
target="_blank"
rel="noreferrer"
>
<FaSquareGithub size={43} className="cursor-pointer hover:text-slate-900 ease-in-out duration-500" />
</a>

<a
href="https://web.facebook.com/kyawswarlynn07"
target="_blank"
rel="noreferrer"
>
<AiFillFacebook size={45} className="cursor-pointer hover:text-slate-900 ease-in-out duration-500" />
</a>

<a
href="https://www.linkedin.com/in/kyaw-swar-lynn-78ab79260/"
target="_blank"
rel="noreferrer"
>
<AiFillLinkedin size={45} className="cursor-pointer hover:text-slate-900 ease-in-out duration-500" />
</a>

<a
href="https:kyawswarlynn.netlify.app/"
target="_blank"
rel="noreferrer"
>
<BsArrowUpRightSquareFill size={37} className="cursor-pointer hover:text-slate-900 ease-in-out duration-500" />
</a>
</div>

<p className="mt-2 text-justify leading-6 font-medium text-[#fdeed4]">
I'm a dedicated MERN stack developer specializing in building dynamic web applications. With expertise in both frontend and backend development, I craft scalable solutions that prioritize user experience and performance. Passionate about staying updated with the latest technologies, I thrive in collaborative environments where I can contribute my skills to impactful projects. Let's connect and discuss how we can bring your ideas to life with innovative solutions.
</p>
</div>