From 2b6d310bcce383590e68ecdb8b545a85a0f06f34 Mon Sep 17 00:00:00 2001 From: aung_khaing_khant Date: Tue, 31 Oct 2023 16:59:35 +0630 Subject: [PATCH 1/2] Add minimal profile --- content/profile/aungkhaingkhant.mdx | 15 ++++++++++++++- src/styles/globals.scss | 1 + src/styles/profiles/_jiro.scss | 19 +++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 src/styles/profiles/_jiro.scss diff --git a/content/profile/aungkhaingkhant.mdx b/content/profile/aungkhaingkhant.mdx index 9572577..7b9e02d 100644 --- a/content/profile/aungkhaingkhant.mdx +++ b/content/profile/aungkhaingkhant.mdx @@ -9,4 +9,17 @@ tags: - Frontend - Backend - RDBMS ---- \ No newline at end of file +--- + +
+ +
+

Passionate Java Developer

+

Loves to learn.

+

Khit Khit Lay's Ko Ko

+
+
+ + +
+
\ No newline at end of file diff --git a/src/styles/globals.scss b/src/styles/globals.scss index 6b79567..a73ed5f 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -17,3 +17,4 @@ @import "profiles/aungmyatmoe"; @import "profiles/aungkoko"; @import "profiles/peter"; +@import "profiles/jiro" diff --git a/src/styles/profiles/_jiro.scss b/src/styles/profiles/_jiro.scss new file mode 100644 index 0000000..3cb82b0 --- /dev/null +++ b/src/styles/profiles/_jiro.scss @@ -0,0 +1,19 @@ +.profile{ + border-radius: 50%; + height:200px; + width:200px; +} + +.desc{ + color:#31cd31; + border-radius: 40px; + border-bottom:5px solid rgb(115, 151, 171); + padding:20px; + margin-top:20px; +} + +.icon{ + height:30px; + width:30px; + margin:10px 10px; +} \ No newline at end of file From 6759abc44b0e4c5fae0a79c9d068b20d015f1fb5 Mon Sep 17 00:00:00 2001 From: aung_khaing_khant Date: Tue, 31 Oct 2023 17:24:32 +0630 Subject: [PATCH 2/2] :bug: fix: commitlint not installed --- content/profile/aungkhaingkhant.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/profile/aungkhaingkhant.mdx b/content/profile/aungkhaingkhant.mdx index 7b9e02d..996a2b1 100644 --- a/content/profile/aungkhaingkhant.mdx +++ b/content/profile/aungkhaingkhant.mdx @@ -16,7 +16,7 @@ tags:

Passionate Java Developer

Loves to learn.

-

Khit Khit Lay's Ko Ko

+

I write mediocre code while acting like I know what I'm doing