Skip to content

Commit

Permalink
Update gitprofile.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirajunnasihin authored Aug 4, 2023
1 parent d23fa9a commit d031a1c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gitprofile.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,16 @@ const config = {
], */
education: [
{
institution: 'Institution Name',
degree: 'Degree',
from: '2015',
to: '2019',
institution: 'STMIK LIKMI Bandung',
degree: 'Master',
from: '2020',
to: '2022',
},
{
institution: 'Institution Name',
degree: 'Degree',
from: '2012',
to: '2014',
institution: 'Universitas Teknologi Sumbawa',
degree: 'Sarjana',
from: '2015',
to: '2019',
},
],

Expand Down Expand Up @@ -135,7 +135,7 @@ const config = {
{
title: 'Website MFH',
description:
'Website Education Politeknik Medica Farma Husada Mataram',
'Website Kampus Politeknik Medica Farma Husada Mataram',
imageUrl: 'https://via.placeholder.com/250x250',
link: 'https://politeknikmfh.ac.id',
},
Expand All @@ -157,7 +157,7 @@ const config = {
// Display blog posts from your medium or dev account. (Optional)
blog: {
source: 'dev', // medium | dev
username: 'arifszn', // to hide blog section, keep it empty
username: '', // to hide blog section, keep it empty
limit: 2, // How many posts to display. Max is 10.
},
googleAnalytics: {
Expand Down

0 comments on commit d031a1c

Please sign in to comment.