diff --git a/client/package-lock.json b/client/package-lock.json index 5d86b00..1101201 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -24,6 +24,7 @@ "web-vitals": "^2.1.4" }, "devDependencies": { + "file-loader": "^6.2.0", "tailwindcss": "^3.3.3" } }, @@ -7596,7 +7597,8 @@ }, "node_modules/file-loader": { "version": "6.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" diff --git a/client/package.json b/client/package.json index 98f04b4..691cc6f 100644 --- a/client/package.json +++ b/client/package.json @@ -43,6 +43,7 @@ ] }, "devDependencies": { + "file-loader": "^6.2.0", "tailwindcss": "^3.3.3" } } diff --git a/client/src/assets/img/webp/Indrumar/LocationPicture.webp b/client/src/assets/img/webp/Indrumar/LocationPicture.webp new file mode 100644 index 0000000..e274e0c Binary files /dev/null and b/client/src/assets/img/webp/Indrumar/LocationPicture.webp differ diff --git a/client/src/assets/img/webp/Indrumar/SchedulePicture.webp b/client/src/assets/img/webp/Indrumar/SchedulePicture.webp new file mode 100644 index 0000000..13cd2b9 Binary files /dev/null and b/client/src/assets/img/webp/Indrumar/SchedulePicture.webp differ diff --git a/client/src/components/Location.js b/client/src/components/Location.js new file mode 100644 index 0000000..67bac5d --- /dev/null +++ b/client/src/components/Location.js @@ -0,0 +1,24 @@ +import locationWebp from "../assets/img/webp/Indrumar/LocationPicture.webp"; + +function Location() { + return ( + <> +