Skip to content

Commit

Permalink
reactapp project added
Browse files Browse the repository at this point in the history
  • Loading branch information
devshashtag committed Sep 1, 2024
1 parent 7bc9e55 commit 74fb43a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
Binary file added assets/images/projects/reactapp.webp
Binary file not shown.
23 changes: 22 additions & 1 deletion assets/js/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "botostart",
"root": "/botostart",
"description": "an scss template inspired by <a href=\"https://botostart.ir\" target=\"_blank\">botostart.ir</a> (legacy version)",
"tags": ["teamwork", "responsive", "html", "scss", "javascript"],
"tags": ["html", "scss", "javascript", "responsive"],
"image": "/assets/images/projects/botostart.webp",
"pages": [
{ "title": "home", "url": "/" },
Expand All @@ -23,6 +23,27 @@
{ "title": "404", "url": "/pages/404.html" }
],
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/botostart" }]
},
{
"name": "reactapp",
"root": "/reactapp",
"description": "an scss template inspired by <a href=\"https://reactapp.ir\" target=\"_blank\">reactapp.ir</a>",
"tags": ["html", "scss", "javascript", "responsive", "teamwork"],
"image": "/assets/images/projects/reactapp.webp",
"pages": [
{ "title": "home", "url": "/" },
{ "title": "courses", "url": "/pages/courses.html" },
{ "title": "javascript", "url": "/pages/courses/javascript.html" },
{ "title": "learning steps", "url": "/pages/learning-steps.html" },
{ "title": "my account", "url": "/pages/my-account.html" },
{ "title": "recover password", "url": "/pages/my-account/recover-password.html" },
{ "title": "blog", "url": "/pages/blog.html" },
{ "title": "about us", "url": "/pages/about-us.html" },
{ "title": "contact", "url": "/pages/contact.html" },
{ "title": "forums", "url": "/pages/forums.html" },
{ "title": "terms", "url": "/pages/terms.html" }
],
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/reactapp" }]
}
]
}
Expand Down

0 comments on commit 74fb43a

Please sign in to comment.