diff --git a/package-lock.json b/package-lock.json index 2558216..3ab6d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "antd": "^5.16.4", "bootstrap": "^5.3.3", + "emailjs-com": "^3.2.0", "leaflet": "^1.9.4", "react": "^18.2.0", "react-bootstrap": "^2.10.2", @@ -7275,6 +7276,15 @@ "integrity": "sha512-/if4Ueg0GUQlhCrW2ZlXwDAm40ipuKo+OgeHInlL8sbjt+hzISxZK949fZeJaVsheamrzANXvw1zQTvbxTvSHw==", "license": "ISC" }, + "node_modules/emailjs-com": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/emailjs-com/-/emailjs-com-3.2.0.tgz", + "integrity": "sha512-Prbz3E1usiAwGjMNYRv6EsJ5c373cX7/AGnZQwOfrpNJrygQJ15+E9OOq4pU8yC977Z5xMetRfc3WmDX6RcjAA==", + "deprecated": "The SDK name changed to @emailjs/browser", + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/emittery": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", diff --git a/package.json b/package.json index faa082e..92dc915 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "dependencies": { "antd": "^5.16.4", "bootstrap": "^5.3.3", + "emailjs-com": "^3.2.0", "leaflet": "^1.9.4", "react": "^18.2.0", "react-bootstrap": "^2.10.2", diff --git a/public/Screenshot 2024-04-24 09.53.01.png b/public/Screenshot 2024-04-24 09.53.01.png new file mode 100644 index 0000000..8f4ddc6 Binary files /dev/null and b/public/Screenshot 2024-04-24 09.53.01.png differ diff --git a/public/Screenshot 2024-04-24 09.55.52.png b/public/Screenshot 2024-04-24 09.55.52.png new file mode 100644 index 0000000..b7b6a4b Binary files /dev/null and b/public/Screenshot 2024-04-24 09.55.52.png differ diff --git a/public/Screenshot 2024-04-24 10.10.25.png b/public/Screenshot 2024-04-24 10.10.25.png new file mode 100644 index 0000000..78ad57b Binary files /dev/null and b/public/Screenshot 2024-04-24 10.10.25.png differ diff --git a/public/Screenshot 2024-04-24 10.14.29.png b/public/Screenshot 2024-04-24 10.14.29.png new file mode 100644 index 0000000..af28de9 Binary files /dev/null and b/public/Screenshot 2024-04-24 10.14.29.png differ diff --git a/public/Screenshot 2024-04-24 10.18.14.png b/public/Screenshot 2024-04-24 10.18.14.png new file mode 100644 index 0000000..8c50de5 Binary files /dev/null and b/public/Screenshot 2024-04-24 10.18.14.png differ diff --git a/src/App.js b/src/App.js index a92ee58..9d7c779 100644 --- a/src/App.js +++ b/src/App.js @@ -2,6 +2,7 @@ import React, { useState } from "react"; import AppEn from "./components/AppEn"; import AppDe from "./components/AppDe"; import AppUkr from "./components/AppUkr"; +import 'bootstrap/dist/css/bootstrap.min.css'; import "./styles.css"; diff --git a/src/components/Address.jsx b/src/components/Address.jsx index 089a945..e480027 100644 --- a/src/components/Address.jsx +++ b/src/components/Address.jsx @@ -1,7 +1,7 @@ export default function Address() { return (
-

Postal adress

+

Postal adress

Oleksandr Lazurenko
diff --git a/src/components/AppDe.js b/src/components/AppDe.js index cbf9010..ec3a4e9 100644 --- a/src/components/AppDe.js +++ b/src/components/AppDe.js @@ -1,4 +1,4 @@ -import MyTabs from "./MyTabs"; +import MyTabsDe from "./MyTabsDe" import Header from "./Header"; export default function AppDe() { @@ -6,8 +6,7 @@ export default function AppDe() {

- -

Hallo. WIe geht es?

+
); diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index 95f72cc..415e6a3 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -1,6 +1,6 @@ export default function Footer() { return ( -
- +

Oleksandr Lazurenko

+

Fullstack Web Developer

+

If you are interessted about my CV and other credentials, please feel free to contact me using the contact form or write directly to my email: alex_prof@web.de

+

Languages spoken:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#LanguageLevelEuropean classification
1UkrainianMothertongueC2
2RussianMothertongueC2
3EnglishAdvancedC1
4GermanUpper-intermediateB2
5ChineseBeginner's levelA2
+

My main stack is MERN (MongoDB, Express, React, Node.js):

+ +

I am always eager to learn, and learning some new skills is always fascinating to me.

+
+