Skip to content

Commit c664892

Browse files
committed
Bugfix + Description change for portfolio article.
Signed-off-by: elModo7 <elmodo7yt@gmail.com>
1 parent b1bfd91 commit c664892

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

static/data/personal_projects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
}
134134
],
135135
"date": "2024/07/31",
136-
"description": "<b>Zero database, content-driven GitHub hosted online portfolio</b> for showcasing my projects and life as a developer",
136+
"description": "<b>NoSQL, content-driven GitHub hosted online portfolio</b> for showcasing and documenting my projects",
137137
"id": 2,
138138
"img": "static/img/personal_projects/web_portfolio.png",
139139
"ribbon": {

static/js/work_projects.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ function workProjectsEvents(){
1111
break;
1212
}
1313
if(key % itemsPerRow == 0){
14-
workProjectsHTML += '<div class="row mt-4">';
1514
if(workProjectsHTML == ""){
1615
workProjectsHTML += '<div class="row mt-4">';
1716
}else{

0 commit comments

Comments
 (0)