Skip to content

Commit

Permalink
🔥 build(profile): add nyeinminhtet profile (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeinminhtet authored Oct 30, 2023
1 parent 26336e7 commit 1791258
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 42 deletions.
31 changes: 15 additions & 16 deletions content/profile/ngwesinsandar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,16 @@ name: Ngwe Sin Sandar
description: just a developer falling in love with coding
image: "https://avatars.githubusercontent.com/u/106171887?v=4"
tags:
- Frontend
- JavaScript
- ReactJS
- VueJS
- NextJS
- PHP
- Laravel
- Frontend
- JavaScript
- ReactJS
- VueJS
- NextJS
- PHP
- Laravel
---

import {
IoLogoFacebook,
IoLogoGithub
} from "react-icons/io5";
import { IoLogoFacebook, IoLogoGithub } from "react-icons/io5";
import { BsArrowDownLeftCircleFill } from "react-icons/bs";

<main className="w-full">
Expand Down Expand Up @@ -50,13 +47,14 @@ import { BsArrowDownLeftCircleFill } from "react-icons/bs";
class AboutMe {
public $name, $relationship;

public function __construct(string $name, string $relationship) {
$this->name = $name;
$this->relationship = $relationship;
}
public function \_\_construct(string $name, string $relationship) {
$this->name = $name;
$this->relationship = $relationship;
}
}

const about_me = new AboutMe("Ngwe Sin Sandar", "single");

```
</div>
</div>
Expand Down Expand Up @@ -85,4 +83,5 @@ const about_me = new AboutMe("Ngwe Sin Sandar", "single");
</div>
</div>
</div>
</main>
</main>
```
35 changes: 35 additions & 0 deletions content/profile/nyeinminhtet.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Nyein Min Htet
description: I'm trying to become a web developer. I think I'm not good at programming but I'm still doing.
image: "https://avatars.githubusercontent.com/u/95125660?v=4"
tags:
- Html
- Css
- JavaScript
- ReactJs
- NextJs
- NodeJs
---

import Nyeinminhtet from "@/components/Contributors/nyeinminhtet/Nyeinminhtet";

<div className="grid grid-col-1 gap-3">
<Nyeinminhtet />
<div className="border border-gray-100 rounded-lg p-10 ">

```typescript
const about_me: Person = {
name: "NyeinMinHtet",
relationship: "single",
hobby: ["playing football", "listening music", "reading"],
language: "JavaScript",
Framework: "ReactJs,NextJs",
};

console.log(
`My name is ${about_me.name} and I'm learning ${about_me.Framework}. When I'm free I always ${about_me.hobby[1]}.`
);
```

</div>
</div>
59 changes: 33 additions & 26 deletions content/profile/nyinyiaung.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,46 @@ tags:
- JavaScript
---


<div class="flex flex-col items-center">
<img src="https://avatars.githubusercontent.com/u/122728488?v=4" width="100" class="border-0 rounded-full" />
<p class="mt-1">Nyi Nyi Aung</p>
<img
src="https://avatars.githubusercontent.com/u/122728488?v=4"
width="100"
class="border-0 rounded-full"
/>
<p class="mt-1">Nyi Nyi Aung</p>
</div>

<div class="mt-10">
<p>Hello👋👋 I'm a junior developer and I love to learn new things and languages. I started learning programming in 2022 and I stopped this for months. I'm recently learning in this with foucsing and for my dream. I wanna create application like facebook and twitter in the future. My goal is to be a software enginner and for this I'm always learning. Thank you for reading 🥰❤️🥰. </p>
<p>
Hello👋👋 I'm a junior developer and I love to learn new things and
languages. I started learning programming in 2022 and I stopped this for
months. I'm recently learning in this with foucsing and for my dream. I
wanna create application like facebook and twitter in the future. My goal is
to be a software enginner and for this I'm always learning. Thank you for
reading 🥰❤️🥰.{" "}
</p>
</div>



<div class="mt-16 flex justify-center items-center gap-9">
<a href="https://github.com/NyiNyiAung16" target="_blank">
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" class="w-10 rounded-lg" />
</a>
<img
src="https://www.vectorlogo.zone/logos/firebase/firebase-icon.svg"
alt="firebase"
width="40"
height="50"
/>
<a href="https://github.com/NyiNyiAung16" target="_blank">
<img
className="h-8"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png"
/>
<img
className="h-8"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/vue/vue.png"
/>
<img
className="h-8"
src="https://laravel.com/img/logomark.min.svg"
src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
class="w-10 rounded-lg"
/>
</a>
<img
src="https://www.vectorlogo.zone/logos/firebase/firebase-icon.svg"
alt="firebase"
width="40"
height="50"
/>
<img
className="h-8"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/javascript/javascript.png"
/>
<img
className="h-8"
src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/vue/vue.png"
/>
<img className="h-8" src="https://laravel.com/img/logomark.min.svg" />
</div>

62 changes: 62 additions & 0 deletions src/components/Contributors/nyeinminhtet/Nyeinminhtet.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
import React from "react";
import { IoLogoFacebook, IoLogoGithub } from "react-icons/io5";

import { motion } from "framer-motion";

const Nyeinminhtet = () => {
return (
<main className="flex gap-5">
<div className="flex gap-2 font-semibold ">
<div className="flex items-end">
<motion.h1
animate={{ rotate: 360, color: "red" }}
transition={{ repeat: Infinity, duration: 2 }}
className="text-5xl"
>
N
</motion.h1>
<span className="text-3xl">yein</span>
</div>
<div className="flex items-center">
<motion.h1
animate={{ rotate: 360, color: "red" }}
transition={{ repeat: Infinity, duration: 2 }}
className="text-5xl"
>
M
</motion.h1>
<span className="text-3xl">in</span>
</div>

<div className="flex items-center">
<motion.h1
animate={{ rotate: 360, color: "red" }}
transition={{ repeat: Infinity, duration: 2 }}
className="text-5xl"
>
H
</motion.h1>
<span className="text-3xl">tet</span>
</div>
</div>

<div className="flex flex-row gap-3">
<a href="https://www.facebook.com/nminnhtet/" target="_blank">
<IoLogoFacebook size={40} />
</a>
<a href="https://github.com/nyeinminhtet" target="_blank">
<IoLogoGithub size={40} />
</a>
<a href="https://www.nyeinminhtet.com" target="_blank">
<img
src="https://avatars.githubusercontent.com/u/95125660?v=4"
alt="portfolio_photo"
className=" w-10 h-10 rounded-full object-contain"
/>
</a>
</div>
</main>
);
};

export default Nyeinminhtet;

0 comments on commit 1791258

Please sign in to comment.