Skip to content

Commit

Permalink
add Myanmar (Burma) and waiphyo hlaing portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
ln-dev7 committed Nov 13, 2023
1 parent 5f86381 commit 537371f
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
16 changes: 16 additions & 0 deletions data/mmData.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import type CountryData from "@/interfaces/countryData.interface";

const mmData: CountryData[] = [
{
name: "waiphyo hlaing",
link: "https://waiphyohlaing.vercel.app/",
tags: ["FrontEnd", "BackEnd"],
socials: {
github: "",
twitter: "",
linkedin: "",
},
},
];

export { mmData }
8 changes: 8 additions & 0 deletions helpers/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { krData } from "@/data/krData";
import { snData } from "@/data/snData";
import { tgData } from "@/data/tgData";
import { usData } from "@/data/usData";
import { mmData } from "@/data/mmData";

const countries: Country[] = [
{
Expand Down Expand Up @@ -105,6 +106,13 @@ const countries: Country[] = [
flag: "/assets/images/ga/flag.png",
portfolios: gaData
},
{
name: "Myanmar (Burma)",
code: "mm",
numberCode: "95",
flag: "/assets/images/mm/flag.png",
portfolios: mmData
},
];

export default countries.sort((a, b) => a.name.localeCompare(b.name))
Binary file added public/assets/images/mm/card-portfolio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/mm/flag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 537371f

@vercel
Copy link

@vercel vercel bot commented on 537371f Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.