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 ( + <> +
+
+ LOCATIE +
+
+
+ Imagine cu locatia si caile de acces catre cladire +
+
+
+ + ); +} + +export default Location; diff --git a/client/src/components/Schedule.js b/client/src/components/Schedule.js new file mode 100644 index 0000000..9adc09b --- /dev/null +++ b/client/src/components/Schedule.js @@ -0,0 +1,26 @@ +import scheduleWebp from "../assets/img/webp/Indrumar/SchedulePicture.webp"; + +function Program() { + return ( + <> +
+
+ PROGRAM +
+
+
+ Imagine +
+
+
+ + ); +} + +//vrem vreme buna muie lu furtuna ca nu ne-a lasat sa punem animatia + +export default Program; diff --git a/client/src/views/Home.js b/client/src/views/Home.js index 4cee8c4..e671bc3 100644 --- a/client/src/views/Home.js +++ b/client/src/views/Home.js @@ -14,6 +14,8 @@ import Ambasadori from "../components/Ambasadori"; import Album from "../components/Album"; import Banner from "../components/Banner"; import Stats from "../components/Stats"; +import Location from "../components/Location"; +import Schedule from "../components/Schedule"; export default function Home() { return ( <> @@ -30,6 +32,8 @@ export default function Home() {
{/* De la ora 00 : 00 se incepe calculul */} + +