From 6c3641cf835587e096c777c06f72edf650dcb935 Mon Sep 17 00:00:00 2001
From: EmptyWork <22065214+EmptyWork@users.noreply.github.com>
Date: Sun, 25 May 2025 20:35:34 +0900
Subject: [PATCH] fix: typo and update data
I am already graduated, this commit is a year behind the timeline already :skull:
---
src/_data/about.json | 7 ++++---
src/_includes/sections/about.njk | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/_data/about.json b/src/_data/about.json
index f1c15c3..7c1848b 100644
--- a/src/_data/about.json
+++ b/src/_data/about.json
@@ -2,8 +2,8 @@
"title": "About Me",
"bioHeader": "I am ==based in [Indonesia.](https://en.wikipedia.org/wiki/indonesia){target=_blank rel=\"noopener noreferrer\"}=={.highlight}",
"bio": [
- "I am currently Majoring in Computer Science at ==[Indonesian Christian University in the Moluccas](https://ukim.ac.id){target=_blank rel=\"noopener noreferrer\"}=={.highlight}",
- " I am also a Certified Fiber Optic Technician since 2017 by ==[APJTEL](http://apjatel.id/){target=_blank rel=\"noopener noreferrer\"}=={.highlight}"
+ "I got my bachelor of Computer Science from ==[Indonesian Christian University in the Moluccas](https://ukim.ac.id){target=_blank rel=\"noopener noreferrer\"}=={.highlight};",
+ "Currently I am applying for a scholarship for ==master and p.hd=={.highlight};"
],
"languagesProficient": [
{
@@ -27,7 +27,8 @@
"Laravel",
"MongoDB",
"NodeJs",
- "Git"
+ "Git",
+ "Flutter"
]
},
{
diff --git a/src/_includes/sections/about.njk b/src/_includes/sections/about.njk
index 28eee87..96f87d8 100644
--- a/src/_includes/sections/about.njk
+++ b/src/_includes/sections/about.njk
@@ -53,7 +53,7 @@
{% for bio in about.bio %}
- {{ bio | renderMarkdownInline | safe }}
+ {{ bio | renderMarkdownInline | safe }}
{% endfor %}