Skip to content

Commit 331473c

Browse files
committed
image-spliter added
image-filters added color-generator added video-cover added cronometer-logger added flexbox-kit added bmi-calculator added
1 parent 73adcab commit 331473c

File tree

8 files changed

+71
-8
lines changed

8 files changed

+71
-8
lines changed
7.53 KB
Loading
29.5 KB
Loading
16 KB
Loading
2.22 KB
Loading
20.1 KB
Loading
5.25 KB
Loading
7.43 KB
Loading

assets/js/data/projects.json

Lines changed: 71 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
{
120120
"name": "analog world clock",
121121
"root": "/frontend-mini/analog-world-clock",
122-
"description": "a simple analog world-clock design",
122+
"description": "display the current time in different cities around the world",
123123
"tags": ["html", "css", "javascript", "responsive"],
124124
"image": "/assets/images/projects/frontend/frontend-mini/analog-world-clock.webp",
125125
"pages": [{ "title": "home", "url": "/" }],
@@ -128,7 +128,7 @@
128128
{
129129
"name": "matrix",
130130
"root": "/frontend-mini/matrix",
131-
"description": "a program that simulates falling letters like in the matrix",
131+
"description": "simulates falling letters like in the matrix",
132132
"tags": ["html", "css", "javascript", "responsive"],
133133
"image": "/assets/images/projects/frontend/frontend-mini/matrix.webp",
134134
"pages": [{ "title": "home", "url": "/" }],
@@ -137,7 +137,7 @@
137137
{
138138
"name": "galaxy stars",
139139
"root": "/frontend-mini/galaxy-stars",
140-
"description": "a program that simulates moving through space with stars",
140+
"description": "simulates moving through space with stars",
141141
"tags": ["html", "css", "javascript", "responsive"],
142142
"image": "/assets/images/projects/frontend/frontend-mini/galaxy-stars.webp",
143143
"pages": [{ "title": "home", "url": "/" }],
@@ -146,7 +146,7 @@
146146
{
147147
"name": "eve",
148148
"root": "/frontend-mini/eve",
149-
"description": "a digital representation of eve from wall-e, showcasing her sleek design",
149+
"description": "digital representation of eve from wall-e, showcasing her sleek design",
150150
"tags": ["html", "css", "responsive"],
151151
"image": "/assets/images/projects/frontend/frontend-mini/eve.webp",
152152
"pages": [{ "title": "home", "url": "/" }],
@@ -155,7 +155,7 @@
155155
{
156156
"name": "strength potion",
157157
"root": "/frontend-mini/strength-potion",
158-
"description": "a fresh redesign of the strength potion",
158+
"description": "fresh redesign of the strength potion",
159159
"tags": ["html", "css", "responsive"],
160160
"image": "/assets/images/projects/frontend/frontend-mini/strength-potion.webp",
161161
"pages": [{ "title": "home", "url": "/" }],
@@ -164,7 +164,7 @@
164164
{
165165
"name": "windows calculator",
166166
"root": "/frontend-mini/windows-calculator",
167-
"description": "a web version of the windows calculator design",
167+
"description": "web version of the windows calculator design",
168168
"tags": ["html", "css", "javascript", "responsive"],
169169
"image": "/assets/images/projects/frontend/frontend-mini/windows-calculator.webp",
170170
"pages": [{ "title": "home", "url": "/" }],
@@ -178,19 +178,82 @@
178178
{
179179
"name": "sheypoor post collector",
180180
"root": "/sheypoor-post-collector",
181-
"description": "This Node.js application simplifies the process of gathering <b>publicly available</b> Sheypoor posts, converting them into a structured JSON format for easy analysis and use.",
181+
"description": "simplifies the process of gathering <b>publicly available</b> Sheypoor posts, converting them into a structured JSON format for easy analysis and use.",
182182
"tags": ["html", "scss", "javascript", "nodejs", "responsive"],
183183
"image": "/assets/images/projects/frontend/tools/sheypoor-post-collector.webp",
184184
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/sheypoor-post-collector" }]
185185
},
186186
{
187187
"name": "planner",
188188
"root": "/planner",
189-
"description": "effortlessly create, organize, and prioritize tasks to stay on track and achieve your goals",
189+
"description": "create, organize, and prioritize tasks to stay on track and achieve your goals",
190190
"tags": ["html", "scss", "javascript", "responsive"],
191191
"image": "/assets/images/projects/frontend/tools/planner.webp",
192192
"pages": [{ "title": "home", "url": "/" }],
193193
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/planner" }]
194+
},
195+
{
196+
"name": "cronometer logger",
197+
"root": "/cronometer-logger",
198+
"description": "a stopwatch with built-in logging functionality, allowing you to record specific intervals",
199+
"tags": ["html", "css", "javascript"],
200+
"image": "/assets/images/projects/frontend/tools/cronometer-logger.webp",
201+
"pages": [{ "title": "home", "url": "/" }],
202+
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/cronometer-logger" }]
203+
},
204+
{
205+
"name": "color generator",
206+
"root": "/color-generator",
207+
"description": "generate and copy colors with ease",
208+
"tags": ["html", "css", "javascript"],
209+
"image": "/assets/images/projects/frontend/tools/color-generator.webp",
210+
"pages": [{ "title": "home", "url": "/" }],
211+
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/color-generator" }]
212+
},
213+
{
214+
"name": "image spliter",
215+
"root": "/image-spliter",
216+
"description": "transform your images with a variety of cool css filters and split them into different sections",
217+
"tags": ["html", "css", "javascript"],
218+
"image": "/assets/images/projects/frontend/tools/image-spliter.webp",
219+
"pages": [{ "title": "home", "url": "/" }],
220+
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/image-spliter" }]
221+
},
222+
{
223+
"name": "image filters",
224+
"root": "/image-filters",
225+
"description": "transform your images with a variety of cool css filters",
226+
"tags": ["html", "css", "javascript"],
227+
"image": "/assets/images/projects/frontend/tools/image-filters.webp",
228+
"pages": [{ "title": "home", "url": "/" }],
229+
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/image-filters" }]
230+
},
231+
{
232+
"name": "video cover",
233+
"root": "/video-cover",
234+
"description": "capture screenshots at different intervals from your videos",
235+
"tags": ["html", "css", "javascript"],
236+
"image": "/assets/images/projects/frontend/tools/video-cover.webp",
237+
"pages": [{ "title": "home", "url": "/" }],
238+
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/video-cover" }]
239+
},
240+
{
241+
"name": "bmi calculator",
242+
"root": "/bmi-calculator",
243+
"description": "calculate your body-mass-index (bmi) to get an understanding of your weight status",
244+
"tags": ["html", "css", "javascript"],
245+
"image": "/assets/images/projects/frontend/tools/bmi-calculator.webp",
246+
"pages": [{ "title": "home", "url": "/" }],
247+
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/bmi-calculator" }]
248+
},
249+
{
250+
"name": "flexbox kit",
251+
"root": "/flexbox-kit",
252+
"description": "visualize and experiment with flexbox properties to see how they change your layout",
253+
"tags": ["html", "css", "javascript"],
254+
"image": "/assets/images/projects/frontend/tools/flexbox-kit.webp",
255+
"pages": [{ "title": "home", "url": "/" }],
256+
"sources": [{ "title": "gitHub", "url": "https://github.com/devshashtag/flexbox-kit" }]
194257
}
195258
]
196259
}

0 commit comments

Comments
 (0)