Skip to content

Commit 284c4fe

Browse files
committed
frontend-mini contact-us, sidebar-menu, simple-chart added
1 parent 040448e commit 284c4fe

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed
2.49 KB
Loading
2.08 KB
Loading
1.74 KB
Loading

assets/js/data/projects.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/job-search" }]
7474
},
7575
{
76-
"name": "devsHashtag's portfolio",
76+
"name": "devsHashtag portfolio",
7777
"root": "",
7878
"description": "this website serves as a platform to showcase my skills",
7979
"tags": ["html", "scss", "javascript", "responsive"],
@@ -115,7 +115,7 @@
115115
{
116116
"name": "sheypoor post collector",
117117
"root": "/sheypoor-post-collector",
118-
"description": "simplifies the process of gathering <b>publicly available</b> Sheypoor posts, converting them into a structured JSON format for easy analysis and use.",
118+
"description": "simplifies the process of gathering <b>publicly available</b> Sheypoor posts, converting them into a structured JSON format for easy analysis and use",
119119
"tags": ["html", "scss", "javascript", "nodejs", "responsive"],
120120
"image": "/assets/images/projects/frontend/tools/sheypoor-post-collector.webp",
121121
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/sheypoor-post-collector" }]
@@ -197,6 +197,15 @@
197197
{
198198
"category": "frontend <span>&gt;</span> mini-projects",
199199
"projects": [
200+
{
201+
"name": "sidebar-menu",
202+
"root": "/frontend-mini/sidebar-menu",
203+
"description": "sidebar menu with smooth transitions",
204+
"tags": ["html", "css", "javascript", "responsive"],
205+
"image": "/assets/images/projects/frontend/frontend-mini/sidebar-menu.webp",
206+
"pages": [{ "title": "home", "url": "/" }],
207+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
208+
},
200209
{
201210
"name": "blog header",
202211
"root": "/frontend-mini/blog-header",
@@ -206,6 +215,15 @@
206215
"pages": [{ "title": "home", "url": "/" }],
207216
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
208217
},
218+
{
219+
"name": "contact-us",
220+
"root": "/frontend-mini/contact-us",
221+
"description": "a simple contact form",
222+
"tags": ["html", "css", "responsive"],
223+
"image": "/assets/images/projects/frontend/frontend-mini/contact-us.webp",
224+
"pages": [{ "title": "home", "url": "/" }],
225+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
226+
},
209227
{
210228
"name": "responsive navbar",
211229
"root": "/frontend-mini/responsive-navbar",
@@ -277,6 +295,15 @@
277295
"image": "/assets/images/projects/frontend/frontend-mini/windows-calculator.webp",
278296
"pages": [{ "title": "home", "url": "/" }],
279297
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
298+
},
299+
{
300+
"name": "simple-chart",
301+
"root": "/frontend-mini/simple-chart",
302+
"description": "a simple chart for data visualization",
303+
"tags": ["html", "css", "responsive"],
304+
"image": "/assets/images/projects/frontend/frontend-mini/simple-chart.webp",
305+
"pages": [{ "title": "home", "url": "/" }],
306+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
280307
}
281308
]
282309
}

0 commit comments

Comments
 (0)