Skip to content

Commit

Permalink
🐛 fix(lock-file): package json
Browse files Browse the repository at this point in the history
  • Loading branch information
lwinmoepaing committed Oct 30, 2023
1 parent 1791258 commit 3c597db
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 49 deletions.
Binary file modified bun.lockb
Binary file not shown.
31 changes: 16 additions & 15 deletions content/profile/ngwesinsandar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ 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 @@ -47,14 +50,13 @@ 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 @@ -83,5 +85,4 @@ const about_me = new AboutMe("Ngwe Sin Sandar", "single");
</div>
</div>
</div>
</main>
```
</main>
58 changes: 25 additions & 33 deletions content/profile/nyinyiaung.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,45 +12,37 @@ tags:
---

<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">
<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://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"
class="w-10 rounded-lg"
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"
/>
</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>

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"lint-staged": "^15.0.2",
"next": "13.5.4",
"next-contentlayer": "^0.3.4",
"package": "^1.0.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
Expand Down

0 comments on commit 3c597db

Please sign in to comment.