Skip to content

Commit 040448e

Browse files
committed
projects category-orders updated
1 parent 94d9ef0 commit 040448e

File tree

1 file changed

+93
-93
lines changed

1 file changed

+93
-93
lines changed

assets/js/data/projects.json

Lines changed: 93 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -87,88 +87,25 @@
8787
]
8888
},
8989
{
90-
"category": "frontend <span>&gt;</span> mini-projects",
90+
"category": "frontend <span>&gt;</span> games",
9191
"projects": [
9292
{
93-
"name": "blog header",
94-
"root": "/frontend-mini/blog-header",
95-
"description": "a header template for blogs",
96-
"tags": ["html", "scss", "javascript", "responsive"],
97-
"image": "/assets/images/projects/frontend/frontend-mini/blog-header.webp",
98-
"pages": [{ "title": "home", "url": "/" }],
99-
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
100-
},
101-
{
102-
"name": "responsive navbar",
103-
"root": "/frontend-mini/responsive-navbar",
104-
"description": "a navbar that adapts to any device",
105-
"tags": ["html", "css", "javascript", "responsive"],
106-
"image": "/assets/images/projects/frontend/frontend-mini/responsive-navbar.webp",
107-
"pages": [{ "title": "home", "url": "/" }],
108-
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
109-
},
110-
{
111-
"name": "full page header",
112-
"root": "/frontend-mini/full-page-header",
113-
"description": "a clean full-page header",
114-
"tags": ["html", "css"],
115-
"image": "/assets/images/projects/frontend/frontend-mini/full-page-header.webp",
116-
"pages": [{ "title": "home", "url": "/" }],
117-
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
118-
},
119-
{
120-
"name": "analog world clock",
121-
"root": "/frontend-mini/analog-world-clock",
122-
"description": "display the current time in different cities around the world",
123-
"tags": ["html", "css", "javascript", "responsive"],
124-
"image": "/assets/images/projects/frontend/frontend-mini/analog-world-clock.webp",
125-
"pages": [{ "title": "home", "url": "/" }],
126-
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
127-
},
128-
{
129-
"name": "matrix",
130-
"root": "/frontend-mini/matrix",
131-
"description": "simulates falling letters like in the matrix",
132-
"tags": ["html", "css", "javascript", "responsive"],
133-
"image": "/assets/images/projects/frontend/frontend-mini/matrix.webp",
134-
"pages": [{ "title": "home", "url": "/" }],
135-
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
136-
},
137-
{
138-
"name": "galaxy stars",
139-
"root": "/frontend-mini/galaxy-stars",
140-
"description": "simulates moving through space with stars",
141-
"tags": ["html", "css", "javascript", "responsive"],
142-
"image": "/assets/images/projects/frontend/frontend-mini/galaxy-stars.webp",
143-
"pages": [{ "title": "home", "url": "/" }],
144-
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
145-
},
146-
{
147-
"name": "eve",
148-
"root": "/frontend-mini/eve",
149-
"description": "digital representation of eve from wall-e, showcasing her sleek design",
150-
"tags": ["html", "css", "responsive"],
151-
"image": "/assets/images/projects/frontend/frontend-mini/eve.webp",
152-
"pages": [{ "title": "home", "url": "/" }],
153-
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
154-
},
155-
{
156-
"name": "strength potion",
157-
"root": "/frontend-mini/strength-potion",
158-
"description": "fresh redesign of the strength potion",
159-
"tags": ["html", "css", "responsive"],
160-
"image": "/assets/images/projects/frontend/frontend-mini/strength-potion.webp",
161-
"pages": [{ "title": "home", "url": "/" }],
162-
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
93+
"name": "snake",
94+
"root": "/snake",
95+
"description": "a classic snake game that using hamiltonian cycle algorithm for snake movement",
96+
"image": ["/assets/images/projects/frontend/games/snake.webp"],
97+
"tags": ["HTML", "CSS", "JAVASCRIPT", "RESPONSIVE"],
98+
"pages": [{ "title": "home", "url": "" }],
99+
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/snake" }]
163100
},
164101
{
165-
"name": "windows calculator",
166-
"root": "/frontend-mini/windows-calculator",
167-
"description": "web version of the windows calculator design",
168-
"tags": ["html", "css", "javascript", "responsive"],
169-
"image": "/assets/images/projects/frontend/frontend-mini/windows-calculator.webp",
170-
"pages": [{ "title": "home", "url": "/" }],
171-
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
102+
"name": "tic tac toe",
103+
"root": "/tictactoe",
104+
"description": "a simple tic-tac-toe game",
105+
"image": ["/assets/images/projects/frontend/games/tictactoe.webp"],
106+
"tags": ["HTML", "CSS", "JAVASCRIPT", "RESPONSIVE"],
107+
"pages": [{ "title": "home", "url": "" }],
108+
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/tictactoe" }]
172109
}
173110
]
174111
},
@@ -258,25 +195,88 @@
258195
]
259196
},
260197
{
261-
"category": "frontend <span>&gt;</span> games",
198+
"category": "frontend <span>&gt;</span> mini-projects",
262199
"projects": [
263200
{
264-
"name": "snake",
265-
"root": "/snake",
266-
"description": "a classic snake game that using hamiltonian cycle algorithm for snake movement",
267-
"image": ["/assets/images/projects/frontend/games/snake.webp"],
268-
"tags": ["HTML", "CSS", "JAVASCRIPT", "RESPONSIVE"],
269-
"pages": [{ "title": "home", "url": "" }],
270-
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/snake" }]
201+
"name": "blog header",
202+
"root": "/frontend-mini/blog-header",
203+
"description": "a header template for blogs",
204+
"tags": ["html", "scss", "javascript", "responsive"],
205+
"image": "/assets/images/projects/frontend/frontend-mini/blog-header.webp",
206+
"pages": [{ "title": "home", "url": "/" }],
207+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
271208
},
272209
{
273-
"name": "tic tac toe",
274-
"root": "/tictactoe",
275-
"description": "a simple tic-tac-toe game",
276-
"image": ["/assets/images/projects/frontend/games/tictactoe.webp"],
277-
"tags": ["HTML", "CSS", "JAVASCRIPT", "RESPONSIVE"],
278-
"pages": [{ "title": "home", "url": "" }],
279-
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/tictactoe" }]
210+
"name": "responsive navbar",
211+
"root": "/frontend-mini/responsive-navbar",
212+
"description": "a navbar that adapts to any device",
213+
"tags": ["html", "css", "javascript", "responsive"],
214+
"image": "/assets/images/projects/frontend/frontend-mini/responsive-navbar.webp",
215+
"pages": [{ "title": "home", "url": "/" }],
216+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
217+
},
218+
{
219+
"name": "full page header",
220+
"root": "/frontend-mini/full-page-header",
221+
"description": "a clean full-page header",
222+
"tags": ["html", "css"],
223+
"image": "/assets/images/projects/frontend/frontend-mini/full-page-header.webp",
224+
"pages": [{ "title": "home", "url": "/" }],
225+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
226+
},
227+
{
228+
"name": "analog world clock",
229+
"root": "/frontend-mini/analog-world-clock",
230+
"description": "display the current time in different cities around the world",
231+
"tags": ["html", "css", "javascript", "responsive"],
232+
"image": "/assets/images/projects/frontend/frontend-mini/analog-world-clock.webp",
233+
"pages": [{ "title": "home", "url": "/" }],
234+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
235+
},
236+
{
237+
"name": "matrix",
238+
"root": "/frontend-mini/matrix",
239+
"description": "simulates falling letters like in the matrix",
240+
"tags": ["html", "css", "javascript", "responsive"],
241+
"image": "/assets/images/projects/frontend/frontend-mini/matrix.webp",
242+
"pages": [{ "title": "home", "url": "/" }],
243+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
244+
},
245+
{
246+
"name": "galaxy stars",
247+
"root": "/frontend-mini/galaxy-stars",
248+
"description": "simulates moving through space with stars",
249+
"tags": ["html", "css", "javascript", "responsive"],
250+
"image": "/assets/images/projects/frontend/frontend-mini/galaxy-stars.webp",
251+
"pages": [{ "title": "home", "url": "/" }],
252+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
253+
},
254+
{
255+
"name": "eve",
256+
"root": "/frontend-mini/eve",
257+
"description": "digital representation of eve from wall-e, showcasing her sleek design",
258+
"tags": ["html", "css", "responsive"],
259+
"image": "/assets/images/projects/frontend/frontend-mini/eve.webp",
260+
"pages": [{ "title": "home", "url": "/" }],
261+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
262+
},
263+
{
264+
"name": "strength potion",
265+
"root": "/frontend-mini/strength-potion",
266+
"description": "fresh redesign of the strength potion",
267+
"tags": ["html", "css", "responsive"],
268+
"image": "/assets/images/projects/frontend/frontend-mini/strength-potion.webp",
269+
"pages": [{ "title": "home", "url": "/" }],
270+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
271+
},
272+
{
273+
"name": "windows calculator",
274+
"root": "/frontend-mini/windows-calculator",
275+
"description": "web version of the windows calculator design",
276+
"tags": ["html", "css", "javascript", "responsive"],
277+
"image": "/assets/images/projects/frontend/frontend-mini/windows-calculator.webp",
278+
"pages": [{ "title": "home", "url": "/" }],
279+
"sources": [{ "title": "github", "url": "https://github.com/devshashtag/frontend-mini" }]
280280
}
281281
]
282282
}

0 commit comments

Comments
 (0)