Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

fix: typo and update data #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/_data/about.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i>Certified Fiber Optic Technician</i> 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": [
{
Expand All @@ -27,7 +27,8 @@
"Laravel",
"MongoDB",
"NodeJs",
"Git"
"Git",
"Flutter"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/sections/about.njk
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</h3>
</header>
{% for bio in about.bio %}
{{ bio | renderMarkdownInline | safe }}
<span>{{ bio | renderMarkdownInline | safe }}</span>
{% endfor %}
</div>
</section>
Expand Down