|
2 | 2 | {
|
3 | 3 | "name": "Cloud Box",
|
4 | 4 | "description": "This is a simple cloud storage service that allows users to upload and download files. Here you can also create folders and subfolders to organize your files",
|
5 |
| - "image": "images/portfolio/cloud-box.webp", |
| 5 | + "image": "/images/portfolio/cloud-box.webp", |
6 | 6 | "technologies": [
|
7 | 7 | { "name": "Angular", "image": "angular.webp" },
|
8 | 8 | { "name": "NodeJs", "image": "nodejs.webp" },
|
|
15 | 15 | {
|
16 | 16 | "name": "Info Reader",
|
17 | 17 | "description": "This is a web application that allows you to read technology news, using RSS feeds from different sources and saving them in a database. It also allows you to create a user account and save your favorite news.",
|
18 |
| - "image": "images/portfolio/inforeader.webp", |
| 18 | + "image": "/images/portfolio/inforeader.webp", |
19 | 19 | "technologies": [
|
20 | 20 | { "name": "Angular", "image": "angular.webp" },
|
21 | 21 | { "name": "NodeJs", "image": "nodejs.webp" },
|
|
28 | 28 | {
|
29 | 29 | "name": "Smart Dental",
|
30 | 30 | "description": "This application allows you to manage a dental clinic, it allows you to guide a history of the patient, manage the appointments, inventory, employees and patients.",
|
31 |
| - "image": "images/portfolio/smart-dental.webp", |
| 31 | + "image": "/images/portfolio/smart-dental.webp", |
32 | 32 | "technologies": [
|
33 | 33 | { "name": "Angular", "image": "angular.webp" },
|
34 | 34 | { "name": "NestJs", "image": "nestjs.webp" },
|
|
41 | 41 | {
|
42 | 42 | "name": "Bon Appetito App",
|
43 | 43 | "description": "Here you can buy or build your own pizza, choose the ingredients and the size of the pizza, and then you can order it.",
|
44 |
| - "image": "images/portfolio/bon-appetito.webp", |
| 44 | + "image": "/images/portfolio/bon-appetito.webp", |
45 | 45 | "technologies": [
|
46 | 46 | { "name": "Angular", "image": "angular.webp" },
|
47 | 47 | { "name": "TypeScript", "image": "ts.webp" },
|
|
54 | 54 | {
|
55 | 55 | "name": "Guess Word Game",
|
56 | 56 | "description": "This a game where you have to guess the answer to a question. Depending on the difficulty level, you will have a certain number of attempts to guess the answer. The game ends when you run out of attempts or you guess the answer correctly",
|
57 |
| - "image": "images/portfolio/guess-word.webp", |
| 57 | + "image": "/images/portfolio/guess-word.webp", |
58 | 58 | "technologies": [
|
59 | 59 | { "name": "Angular", "image": "angular.webp" },
|
60 | 60 | { "name": "NodeJs", "image": "nodejs.webp" },
|
|
67 | 67 | {
|
68 | 68 | "name": "Twitter Clone",
|
69 | 69 | "description": "This is a clone of the Twitter application, it allows you to create a user account, post tweets, follow other users, like tweets, etc.",
|
70 |
| - "image": "images/portfolio/twitter-clone.webp", |
| 70 | + "image": "/images/portfolio/twitter-clone.webp", |
71 | 71 | "technologies": [
|
72 | 72 | { "name": "Angular", "image": "angular.webp" },
|
73 | 73 | { "name": "NodeJs", "image": "nodejs.webp" },
|
|
80 | 80 | {
|
81 | 81 | "name": "Memory Game",
|
82 | 82 | "description": "This is a memory game, you have to find the pairs of cards, you have 3 levels of difficulty, easy, medium and hard.",
|
83 |
| - "image": "images/portfolio/memory-game.webp", |
| 83 | + "image": "/images/portfolio/memory-game.webp", |
84 | 84 | "technologies": [
|
85 | 85 | { "name": "HTML", "image": "html.webp" },
|
86 | 86 | { "name": "CSS", "image": "css.webp" },
|
|
92 | 92 | {
|
93 | 93 | "name": "Unit Converter",
|
94 | 94 | "description": "This is a unit converter, you can convert from one unit to another, it has different categories, such as length, weight, volume, etc.",
|
95 |
| - "image": "images/portfolio/unit-converter.webp", |
| 95 | + "image": "/images/portfolio/unit-converter.webp", |
96 | 96 | "technologies": [
|
97 | 97 | { "name": "Angular", "image": "angular.webp" },
|
98 | 98 | { "name": "TypeScript", "image": "ts.webp" },
|
|
0 commit comments