Browse Source

S46GGXAUJL

OleksiiL 1 year ago
commit
f042efd612

+ 23 - 0
.gitignore

@@ -0,0 +1,23 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# production
+/build
+
+# misc
+.DS_Store
+.env.local
+.env.development.local
+.env.test.local
+.env.production.local
+
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*

+ 70 - 0
README.md

@@ -0,0 +1,70 @@
+# Getting Started with Create React App
+
+This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+
+## Available Scripts
+
+In the project directory, you can run:
+
+### `npm start`
+
+Runs the app in the development mode.\
+Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
+
+The page will reload when you make changes.\
+You may also see any lint errors in the console.
+
+### `npm test`
+
+Launches the test runner in the interactive watch mode.\
+See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
+
+### `npm run build`
+
+Builds the app for production to the `build` folder.\
+It correctly bundles React in production mode and optimizes the build for the best performance.
+
+The build is minified and the filenames include the hashes.\
+Your app is ready to be deployed!
+
+See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
+
+### `npm run eject`
+
+**Note: this is a one-way operation. Once you `eject`, you can't go back!**
+
+If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
+
+Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
+
+You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
+
+## Learn More
+
+You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
+
+To learn React, check out the [React documentation](https://reactjs.org/).
+
+### Code Splitting
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
+
+### Analyzing the Bundle Size
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
+
+### Making a Progressive Web App
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
+
+### Advanced Configuration
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
+
+### Deployment
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
+
+### `npm run build` fails to minify
+
+This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)

File diff suppressed because it is too large
+ 28568 - 0
package-lock.json


+ 38 - 0
package.json

@@ -0,0 +1,38 @@
+{
+  "name": "reactlayout",
+  "version": "0.1.0",
+  "private": true,
+  "dependencies": {
+    "@testing-library/jest-dom": "^5.16.4",
+    "@testing-library/react": "^13.3.0",
+    "@testing-library/user-event": "^13.5.0",
+    "react": "^18.2.0",
+    "react-dom": "^18.2.0",
+    "react-scripts": "5.0.1",
+    "web-vitals": "^2.1.4"
+  },
+  "scripts": {
+    "start": "react-scripts start",
+    "build": "react-scripts build",
+    "test": "react-scripts test",
+    "eject": "react-scripts eject"
+  },
+  "eslintConfig": {
+    "extends": [
+      "react-app",
+      "react-app/jest"
+    ]
+  },
+  "browserslist": {
+    "production": [
+      ">0.2%",
+      "not dead",
+      "not op_mini all"
+    ],
+    "development": [
+      "last 1 chrome version",
+      "last 1 firefox version",
+      "last 1 safari version"
+    ]
+  }
+}

BIN
public/img/Microsoft_logo.png


BIN
public/img/Notebook.png


BIN
public/img/Rectangle.png


BIN
public/img/WD.png


BIN
public/img/code.png


BIN
public/img/icons/Vector.png


File diff suppressed because it is too large
+ 22 - 0
public/img/icons/footer__soc-buttons.svg


BIN
public/img/icons/play-button.png


File diff suppressed because it is too large
+ 10 - 0
public/img/icons/projects.svg


BIN
public/img/icons/view.png


BIN
public/img/icons/А_levelfav.ico


BIN
public/img/notebooks.png


BIN
public/img/notes.png


+ 32 - 0
public/index.html

@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta charset="UTF-8" />
+  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+  <link rel="shortcut icon" href="А_levelfav.ico" type="image/x-icon" />
+  <link rel="preconnect" href="https://fonts.googleapis.com" />
+  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
+  <link href="https://fonts.googleapis.com/css2?family=Revalia&family=Roboto:wght@400;500&display=swap"
+    rel="stylesheet" />
+  <link rel="stylesheet" href="/src/App.css" />
+  <title>Project layout</title>
+</head>
+
+<body>
+  <noscript>You need to enable JavaScript to run this app.</noscript>
+  <div id="root"></div>
+  <!--
+      This HTML file is a template.
+      If you open it directly in the browser, you will see an empty page.
+
+      You can add webfonts, meta tags, or analytics to this file.
+      The build step will place the bundled scripts into the <body> tag.
+
+      To begin the development, run `npm start` or `yarn start`.
+      To create a production bundle, use `npm run build` or `yarn build`.
+    -->
+</body>
+
+</html>

+ 25 - 0
public/manifest.json

@@ -0,0 +1,25 @@
+{
+  "short_name": "React App",
+  "name": "Create React App Sample",
+  "icons": [
+    {
+      "src": "favicon.ico",
+      "sizes": "64x64 32x32 24x24 16x16",
+      "type": "image/x-icon"
+    },
+    {
+      "src": "logo192.png",
+      "type": "image/png",
+      "sizes": "192x192"
+    },
+    {
+      "src": "logo512.png",
+      "type": "image/png",
+      "sizes": "512x512"
+    }
+  ],
+  "start_url": ".",
+  "display": "standalone",
+  "theme_color": "#000000",
+  "background_color": "#ffffff"
+}

+ 3 - 0
public/robots.txt

@@ -0,0 +1,3 @@
+# https://www.robotstxt.org/robotstxt.html
+User-agent: *
+Disallow:

BIN
public/А_levelfav.ico


+ 921 - 0
src/App.css

@@ -0,0 +1,921 @@
+body {
+  margin: 0;
+}
+
+html {
+  box-sizing: border-box;
+}
+
+*,
+*:before,
+*:after {
+  box-sizing: inherit;
+}
+
+.App {
+  min-height: 100%;
+  overflow: hidden;
+  display: flex;
+  flex-direction: column;
+  font-family: 'Roboto';
+  font-style: normal;
+  color: #FFFFFF;
+}
+
+img {
+  max-width: 100%;
+  height: auto;
+  vertical-align: top;
+}
+
+._container {
+  max-width: 1180px;
+  margin: 0px auto;
+  padding: 0 15px;
+}
+
+/* Header----------------------------------------------------------------------------------------- */
+.header_container {
+  max-width: 1180px;
+  margin: 0 auto;
+  padding: 0 15px;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+
+.header {
+  position: relative;
+  width: 100%;
+  background: #EEEFF1;
+  padding-top: 57px;
+  transition: 0.3s;
+}
+
+.logo {
+  width: 96px;
+  height: 60px;
+}
+
+.logo a {
+  display: block;
+}
+
+.logo a img {
+  display: block;
+  width: 100%;
+}
+
+.navigation {
+  display: flex;
+  justify-content: space-between;
+  align-items: center;
+  margin-left: 369px;
+}
+
+.menu {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  flex-direction: row;
+  z-index: 1;
+  transition: .5s;
+}
+
+.menu li {
+  list-style-type: none;
+}
+
+.menu li a {
+  color: #000;
+  text-decoration: none;
+  display: block;
+  padding: 24px 21px;
+  font-weight: 400;
+  font-size: 18px;
+  line-height: 1;
+  transition: .3s;
+  text-transform: uppercase;
+}
+
+.menu li a:hover {
+  font-weight: 500;
+  color: #34547A;
+}
+
+.hamburger {
+  position: relative;
+  width: 30px;
+  height: 4px;
+  background: #000;
+  border-radius: 10px;
+  cursor: pointer;
+  z-index: 2;
+  transition: .3s;
+}
+
+.hamburger:before,
+.hamburger:after {
+  content: "";
+  position: absolute;
+  height: 4px;
+  right: 0;
+  background: #000;
+  border-radius: 10px;
+  transition: .3s;
+}
+
+.hamburger:before {
+  top: -10px;
+  width: 20px;
+}
+
+.hamburger:after {
+  top: 10px;
+  width: 25px;
+}
+
+.toggle-menu {
+  position: absolute;
+  width: 30px;
+  height: 100%;
+  z-index: 3;
+  cursor: pointer;
+  opacity: 0;
+}
+
+.hamburger,
+.toggle-menu {
+  display: none;
+}
+
+.navigation input:checked~.hamburger {
+  background: transparent;
+}
+
+.navigation input:checked~.hamburger:before {
+  top: 0;
+  transform: rotate(-45deg);
+  width: 30px;
+}
+
+.navigation input:checked~.hamburger:after {
+  top: 0;
+  transform: rotate(45deg);
+  width: 30px;
+}
+
+.navigation input:checked~.menu {
+  right: 0;
+}
+
+@media screen and (max-width: 1180px) {
+
+  .hamburger,
+  .toggle-menu {
+    display: block;
+  }
+
+  .menu {
+    justify-content: start;
+    flex-direction: column;
+    align-items: center;
+    position: fixed;
+    top: 0;
+    right: -300px;
+    background: #a5b6b8;
+    width: 300px;
+    height: 100vh;
+    padding-top: 100px;
+  }
+
+  .menu li {
+    width: 100%;
+  }
+
+  menu li a,
+  menu li a:hover {
+    padding: 30px;
+    font-size: 24px;
+    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
+  }
+}
+
+@media (max-width: 767px) {
+  .navigation {
+    margin-left: 180px;
+  }
+}
+
+@media (max-width: 560px) {
+  .navigation {
+    margin-left: 90px;
+  }
+}
+
+
+/* Mainpage------------------------------------------------------------------------------------------------------ */
+
+#mainpage {
+  width: 100%;
+  display: flex;
+  justify-content: center;
+  background: #EEEFF1;
+  padding-top: 257px;
+  padding-bottom: 146px;
+}
+
+.mainpage_container {
+  min-height: 297px;
+  display: flex;
+  justify-content: center;
+  margin-left: auto;
+  margin-right: auto;
+}
+
+.mainpage_container__notelogo {
+  min-height: 235px;
+}
+
+.mainpage_container__information {
+  min-height: 297px;
+  max-width: 540px;
+  margin-left: calc(30px + (130 - 30) * ((100vw - 320px) / (1920 - 320)));
+  display: flex;
+  flex-direction: column;
+  justify-content: space-between;
+}
+
+.mainpage_container__title {
+  font-weight: 500;
+  font-size: 48px;
+  line-height: 1.1;
+  color: #000000;
+
+}
+
+.mainpage_container__description {
+  font-weight: 400;
+  font-size: 16px;
+  line-height: 1.1;
+  color: #727272;
+}
+
+
+.link_btn {
+  display: inline-block;
+  width: fit-content;
+  background-color: #34547A;
+  padding: 23px 38px;
+  text-decoration: none;
+  font-weight: 400;
+  font-size: 16px;
+  letter-spacing: 0.1em;
+  color: #FFFFFF;
+  text-transform: uppercase;
+}
+
+.link_btn:hover {
+  transition: all .5s ease-in-out;
+  background-color: #7b65ec;
+  cursor: pointer;
+}
+
+@media (max-width: 992px) {
+  .mainpage_container {
+    display: flex;
+    flex-direction: column;
+    justify-content: space-between;
+    align-items: center;
+  }
+
+
+  .mainpage_container__notelogo {
+    margin-bottom: 20px;
+  }
+
+
+  .link_btn {
+    font-size: 12px;
+    letter-spacing: 0.1em;
+    color: #FFFFFF;
+
+  }
+
+  .mainpage_container__information {
+    max-width: 540px;
+    margin-left: 0;
+    align-items: center;
+  }
+
+  .mainpage_container__description {
+    text-align: center;
+    padding: 0px 5px;
+  }
+}
+
+@media (max-width: 569px) {
+  .mainpage_container__description {
+    text-align: center;
+  }
+
+  .mainpage_container__title {
+    font-size: 32px;
+    padding-left: 5px;
+    padding-right: 5px;
+    text-align: center;
+  }
+}
+
+/* Aboutme--------------------------------------------------------------------------------- */
+
+#aboutme {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  width: 100%;
+  padding: 120px 0 100px 0;
+}
+
+.aboutme_description {
+  width: 540px;
+}
+
+.description__title {
+  font-weight: 500;
+  font-size: 32px;
+  line-height: calc(38 / 32 * 100%);
+  text-align: center;
+  margin-bottom: 50px;
+  color: #000000;
+}
+
+.description__text {
+  font-weight: 400;
+  font-size: 16px;
+  line-height: calc(26 / 16 * 100%);
+  text-align: center;
+  color: #727272;
+}
+
+/* Projects --------------------------------------------------------------------------------------------*/
+.projects {
+  max-width: 100vw;
+  background: #34547A;
+  min-height: 250px;
+}
+
+.projects_row {
+  display: flex;
+  justify-content: center;
+  padding-top: 100px;
+  padding-bottom: 100px;
+  margin-right: auto;
+  margin-left: auto;
+}
+
+.projects_description:not(:first-child) {
+  margin: 0 0 0 50px;
+}
+
+.projects_description {
+  display: flex;
+  align-items: center;
+  height: 50px;
+  width: 141px;
+}
+
+.projects_description__pict {
+  height: 50px;
+  width: 45%;
+  background-repeat: no-repeat;
+}
+
+.projects_description__about {
+  max-height: 50px;
+  width: 50%;
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
+  margin-left: 10px;
+
+}
+
+.projects_description__title {
+  font-family: 'Roboto';
+  font-style: normal;
+  font-weight: 500;
+  font-size: 21px;
+  line-height: calc(24, 61 / 21 * 100%);
+  color: #FFFFFF;
+  margin: 0 0;
+
+
+}
+
+.projects_description__text {
+  margin: 0 0;
+  font-family: 'Roboto';
+  font-style: normal;
+  font-weight: 400;
+  font-size: 16px;
+  line-height: calc(26, 25 / 21 * 100%);
+  color: #FFFFFF;
+}
+
+@media (max-width: 1124px) {
+  .projects_description:not(:first-child) {
+    margin: 0 0 0 25px;
+  }
+}
+
+@media (max-width: 992px) {
+  .projects_row {
+    display: flex;
+    flex-direction: column;
+    justify-content: center;
+    align-items: center;
+    padding-top: 25px;
+    padding-bottom: 25px;
+    margin-right: auto;
+    margin-left: auto;
+  }
+
+  .projects_description:not(:first-child) {
+    margin: 10px 0 0 0;
+  }
+}
+
+/* Skills---------------------------------------------------------------------------------------------------- */
+.container {
+  max-width: 1180px;
+  padding: 0 15px;
+  margin: 0 auto;
+}
+
+.section-skill {
+  padding: 100px 0;
+}
+
+.skill-row {
+  display: flex;
+  margin: 0 -75px;
+  max-width: 1150px;
+  max-height: 450px;
+}
+
+.skill-coll {
+  width: 50%;
+  padding: 0 125px;
+}
+
+.skill-text {
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
+}
+
+.skill-bg {
+  background-size: cover;
+  background-position: center;
+  background-repeat: no-repeat;
+  padding-top: 48%;
+  max-height: 450px;
+  width: 45%;
+
+}
+
+.section-header {
+  padding-bottom: 25px;
+}
+
+.section-header .title {
+  line-height: 1.18;
+  margin: 0 0 25px;
+  font-family: 'Roboto';
+  font-style: normal;
+  font-weight: 500;
+  font-size: 32px;
+  color: #000000;
+}
+
+.skill-title {
+  line-height: 1.6;
+  display: block;
+  margin-bottom: 20px;
+  margin-top: 10px;
+
+  font-family: 'Roboto';
+  font-style: normal;
+  font-weight: 400;
+  font-size: 16px;
+  color: #727272;
+
+}
+
+.skill-item:not(:last-child) {
+  margin-bottom: 30px;
+}
+
+.skill-wrap {
+  position: relative;
+  height: 4px;
+  background: #c4c4c4;
+  z-index: 1;
+}
+
+.skill {
+  background-color: #34547A;
+  position: relative;
+  z-index: 2;
+  height: 4px;
+}
+
+/* How i work ----------------------------------------------------------------------------------------------------*/
+
+#howiwork {
+  width: 100%;
+  background: #EEEFF1;
+}
+
+.howiwork_container {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  padding-top: 100px;
+}
+
+.howiwork_description {
+  max-width: 540px;
+  display: flex;
+  justify-content: space-between;
+  flex-direction: column;
+  align-items: center;
+}
+
+.howiwork_title {
+  font-weight: 500;
+  font-size: 32px;
+  line-height: calc(37.5 / 32 * 100%);
+  text-align: center;
+  color: #000000;
+  margin-bottom: 60px;
+}
+
+.howiwork_information {
+  font-weight: 400;
+  font-size: 16px;
+  line-height: calc(26.25 / 16 * 100%);
+  text-align: center;
+  color: #727272;
+}
+
+.howiwork_video {
+  min-height: 600px;
+  max-width: 1180px;
+  width: 96.2%;
+  margin: 57px 15px 100px 15px;
+  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url(code.png);
+  background-size: cover;
+  background-position: center;
+  background-repeat: no-repeat;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+
+.howiwork_button {
+  height: 100px;
+  width: 100px;
+  opacity: 0;
+}
+
+.howiwork_button:hover {
+  transition: opacity .7s ease-in-out;
+  opacity: 1;
+}
+
+@media (max-width: 767px) {
+  .howiwork_title {
+    font-size: 24px;
+    margin-bottom: 50px;
+    line-height: calc(37.5 / 24 * 100%);
+  }
+
+  .howiwork_information {
+    font-size: 14px;
+    line-height: calc(26.25 / 14 * 100%);
+  }
+}
+
+/* Section photo -------------------------------------------------------------------------------------------------------*/
+.photo {
+  padding-top: 30px;
+}
+
+.photo_container {
+  height: 100%;
+  max-width: 1920px;
+  display: flex;
+  flex-direction: column;
+  padding: 0;
+}
+
+.photo_row1 {
+  max-width: 1920px;
+  max-height: 480px;
+  min-height: 80px;
+  height: 25vw;
+  display: flex;
+}
+
+.photo_row2 {
+  max-width: 1920px;
+  max-height: 480px;
+  min-height: 80px;
+  height: 25vw;
+  display: flex;
+}
+
+.photo_row__straight {
+  background-size: cover;
+  background-position: center;
+  background-repeat: no-repeat;
+  max-height: 480px;
+  width: 25%;
+  min-width: 80px;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+
+.notebooks__eye {
+  background: url(notebooks.png);
+}
+
+.notebooks__eye:hover {
+  transition: all .5s linear;
+  background: linear-gradient(0deg, rgba(52, 84, 122, 0.8), rgba(52, 84, 122, 0.8)), url(notebooks.png);
+}
+
+.notes__eye {
+  background: url(notes.png);
+}
+
+.notes__eye:hover {
+  background: linear-gradient(0deg, rgba(52, 84, 122, 0.8), rgba(52, 84, 122, 0.8)), url(notes.png);
+
+}
+
+.eye {
+  width: 100px;
+  height: 100px;
+  background-image: url(view.png);
+  background-repeat: no-repeat;
+  opacity: 0;
+}
+
+.eye:hover {
+  transition: all .6s ease-in;
+  opacity: 1;
+}
+
+/* Microsoft Logo ------------------------------------------------------------------------------------------------*/
+.microsoft_logo {
+  width: 100%;
+  min-height: 292px;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+}
+
+.microsoft_logocontainer {
+  display: flex;
+  justify-content: space-between;
+}
+
+.microsoftlogo {
+  width: 255px;
+  height: 120px;
+}
+
+.microsoftlogo:not(:first-child) {
+  margin: 0 0 0 30px;
+}
+
+@media screen and (max-width: 1124px) {
+  .microsoft_logo {
+    min-height: 540px;
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+  }
+
+  .microsoft_logocontainer {
+    display: flex;
+    flex-direction: column;
+    justify-content: space-between;
+  }
+
+  .microsoftlogo:not(:first-child) {
+    margin: 0;
+  }
+}
+
+/* Form----------------------------------------------------------------------------------------------------- */
+.form {
+  width: 100%;
+  background-color: #EEEFF1;
+}
+
+.formcontainer {
+  display: flex;
+  flex-direction: column;
+  justify-content: center;
+  align-items: center;
+  padding-top: 100px;
+  padding-bottom: 100px;
+}
+
+.form_description {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  margin-bottom: 65px;
+  max-width: 540px;
+}
+
+.form_description__title {
+  margin-bottom: 50px;
+  font-weight: 500;
+  font-size: 32px;
+  line-height: calc(38 / 32 * 100%);
+  text-align: center;
+  color: #000000;
+}
+
+.form_description__text {
+  font-weight: 400;
+  font-size: 16px;
+  line-height: calc(26.25 / 16 * 100%);
+  text-align: center;
+  color: #727272;
+}
+
+.forminput_container {
+  width: 30vw;
+  min-width: 290px;
+  max-width: 540px;
+}
+
+.form_input {
+  max-width: 540px;
+  min-height: 350px;
+  display: flex;
+  flex-direction: column;
+  justify-content: space-between;
+}
+
+.form_input__nameemail {
+  max-width: 540px;
+  min-height: 50px;
+  display: flex;
+  justify-content: space-between;
+}
+
+.form_input__name,
+.form_input__email,
+.name,
+.email {
+  width: 98%;
+  height: 50px;
+  font-weight: 400;
+  font-size: 14px;
+  line-height: calc(22.97 / 14 * 100%);
+  color: #5F5D5D;
+  border-style: none;
+
+}
+
+.form_input__email {
+  margin-left: 30px;
+}
+
+.message {
+  resize: none;
+  padding-left: 20px;
+  padding-top: 17px;
+}
+
+.form_input__message,
+.message {
+  width: 100%;
+  max-height: 175px;
+  min-height: 120px;
+  height: 10vw;
+  font-weight: 400;
+  font-size: 14px;
+  line-height: calc(23 / 14 * 100%);
+  color: #5F5D5D;
+  border-style: none;
+}
+
+.name,
+.email {
+  display: inline-block;
+  padding-left: 20px;
+}
+
+.btn {
+  font-weight: 400;
+  line-height: calc(23 / 14 * 100%);
+  letter-spacing: 0.15em;
+  margin: 0 auto;
+  display: inline-block;
+  background-color: #34547A;
+  padding: 14.4px 40.5px;
+  text-decoration: none;
+  font-size: 16px;
+  color: #FFFFFF;
+  text-transform: uppercase;
+  border-style: none;
+}
+
+.btn:hover {
+  transition: all .5s ease-in-out;
+  background-color: #7b65ec;
+  cursor: pointer;
+}
+
+
+/* Footer----------------------------------------------------------------------------------------------------------------------- */
+#footer {
+  width: 100%;
+  min-height: 151px;
+  background: #34547A;
+  display: flex;
+}
+
+.footer_container {
+  display: flex;
+  align-content: center;
+  margin: auto;
+}
+
+.footer_about {
+  display: flex;
+  flex-direction: column;
+
+}
+
+.footer_name {
+  font-weight: 500;
+  font-size: 21px;
+  line-height: calc(24.61 / 21 * 100%);
+  color: #FFFFFF;
+  margin-bottom: 20px;
+
+}
+
+.footer_year {
+  font-weight: 400;
+  font-size: 13px;
+  line-height: calc(21.33 / 13 * 100%);
+  color: #FFFFFF;
+
+}
+
+.footer_logo {
+  display: flex;
+  align-items: center;
+  margin-left: 757px;
+  flex-shrink: 0;
+}
+
+@media (max-width: 1180px) {
+  .footer_logo {
+    margin-left: 500px;
+
+  }
+}
+
+@media (max-width: 890px) {
+  .footer_logo {
+    margin-left: 300px;
+
+  }
+}
+
+@media (max-width: 683px) {
+  .footer_logo {
+    margin-left: 150px;
+
+  }
+}
+
+@media (max-width: 533px) {
+  .footer_logo {
+    margin-left: 50px;
+
+  }
+}

+ 311 - 0
src/App.js

@@ -0,0 +1,311 @@
+import "./App.css";
+
+const Header = () => (
+  <header class="header">
+    <div class="header_container">
+      <div class="logo">
+        <a href="#">
+          <img src="/img/WD.png" alt="logo" />
+        </a>
+      </div>
+      <nav class="navigation">
+        <input type="checkbox" class="toggle-menu" />
+        <div class="hamburger"></div>
+        <ul class="menu">
+          <li>
+            <a href="#mainpage">Головна</a>
+          </li>
+          <li>
+            <a href="#aboutme">Про автора</a>
+          </li>
+          <li>
+            <a href="#process">Роботи</a>
+          </li>
+          <li>
+            <a href="#howiwork">Процес</a>
+          </li>
+          <li>
+            <a href="#footer">Контакти</a>
+          </li>
+        </ul>
+      </nav>
+    </div>
+  </header>
+);
+
+const Mainpage = () => (
+  <section id="mainpage">
+    <div class="mainpage_container _container">
+      <div class="mainpage_container__notelogo">
+        <img src="/img/Notebook.png" alt="Notebook" class="notelogo_note" />
+      </div>
+      <div class="mainpage_container__information">
+        <div class="mainpage_container__title">Дизайн та верстка</div>
+        <div class="mainpage_container__description">
+          <p>
+            Lorem Ipsum - це текст-"риба", який часто використовують у друку та
+            веб-дизайні. Lorem Ipsum є стандартною "рибою" для текстів
+            латинницею з початку XVI сторіччя.
+          </p>
+        </div>
+        <a href="https://t.me/AlekseyL2198" class="link_btn">
+          Написати мені
+        </a>
+      </div>
+    </div>
+  </section>
+);
+
+const DescriptionInformation = ({ title, children }) => (
+  <>
+    <div class="description__title">{title}</div>
+    <div class="description__text">
+      <p>{children}</p>
+    </div>
+  </>
+);
+
+const AboutMe = () => (
+  <section id="aboutme">
+    <div class="aboutme_description _container">
+      <DescriptionInformation title="Про мене">
+        Lorem Ipsum - це текст-"риба", який часто використовують у друку та
+        веб-дизайні. Lorem Ipsum є стандартною "рибою" для текстів латинницею з
+        початку XVI сторіччя.
+      </DescriptionInformation>
+    </div>
+  </section>
+);
+
+const Projectblock = () => (
+  <>
+    <div class="projects_description">
+      <div
+        class="projects_description__pict"
+        style={{
+          background:
+            "url(/img/icons/projects.svg) no-repeat scroll 0% 0%, rgba(0, 0, 0, 0) none no-repeat scroll 0% 0%",
+        }}
+      ></div>
+      <div class="projects_description__about">
+        <h3 class="projects_description__title">40+</h3>
+        <p class="projects_description__text">проєктів</p>
+      </div>
+    </div>
+  </>
+);
+
+const Projects = () => (
+  <section class="projects" id="process">
+    <div class="projects_row _container">
+      <Projectblock></Projectblock>
+      <Projectblock></Projectblock>
+      <Projectblock></Projectblock>
+      <Projectblock></Projectblock>
+      <Projectblock></Projectblock>
+      <Projectblock></Projectblock>
+    </div>
+  </section>
+);
+
+const SkillItem = () => (
+  <div class="skills-item">
+    <span class="skill-title">Adobe Photoshop</span>
+    <div class="skill-wrap">
+      <div class="skill" style={{ width: "85%" }}></div>
+    </div>
+  </div>
+);
+
+const SkillsBlock = () => (
+  <section class="section-skill">
+    <div class="container">
+      <div class="skill-row">
+        <div class="skill-coll skill-text">
+          <header class="section-header">
+            <h1 class="title">Мої навички</h1>
+          </header>
+          <div class="skills">
+            <SkillItem></SkillItem>
+            <SkillItem></SkillItem>
+            <SkillItem></SkillItem>
+          </div>
+        </div>
+        <div
+          class="skill-coll skill-bg"
+          style={{
+            background:
+              "url(/img/Rectangle.png) no-repeat scroll 0% 0%, rgba(0, 0, 0, 0) none no-repeat scroll 0% 0%",
+          }}
+        ></div>
+      </div>
+    </div>
+  </section>
+);
+
+const HowiWork = () => (
+  <section id="howiwork">
+    <div class="howiwork_container _container">
+      <div class="howiwork_description">
+        <DescriptionInformation title="Як я працюю">
+          Lorem Ipsum - це текст-"риба", який часто використовують у друку та
+          веб-дизайні. Lorem Ipsum є стандартною "рибою" для текстів латинницею
+          з початку XVI сторіччя.
+        </DescriptionInformation>
+      </div>
+      <div class="howiwork_video">
+        <div
+          class="howiwork_button"
+          style={{ background: "url(/img/icons/play-button.png)" }}
+        ></div>
+      </div>
+    </div>
+  </section>
+);
+
+const PhotoRow1 = () => (
+  <div class="photo_row1">
+    <div class="photo_row__straight notes__eye">
+      <div class="eye"></div>
+    </div>
+    <div class="photo_row__straight notebooks__eye">
+      <div class="eye"></div>
+    </div>
+    <div class="photo_row__straight notes__eye">
+      <div class="eye"></div>
+    </div>
+    <div class="photo_row__straight notebooks__eye">
+      <div class="eye"></div>
+    </div>
+  </div>
+);
+
+const PhotoRow2 = () => (
+  <div class="photo_row2">
+    <div class="photo_row__straight notebooks__eye">
+      <div class="eye"></div>
+    </div>
+    <div class="photo_row__straight notes__eye">
+      <div class="eye"></div>
+    </div>
+    <div class="photo_row__straight notebooks__eye">
+      <div class="eye"></div>
+    </div>
+    <div class="photo_row__straight notes__eye">
+      <div class="eye"></div>
+    </div>
+  </div>
+);
+
+const Photo = () => (
+  <section class="photo">
+    <div class="photo_container _container">
+      <PhotoRow1></PhotoRow1>
+      <PhotoRow2></PhotoRow2>
+    </div>
+  </section>
+);
+
+const PartnerCard = () => (
+  <>
+    <a href="https://www.microsoft.com/uk-ua" class="logo_link">
+      <div
+        class="microsoftlogo"
+        style={{ background: "url(/img/Microsoft_logo.png)" }}
+      ></div>
+    </a>
+  </>
+);
+
+const Partners = () => (
+  <section class="microsoft_logo">
+    <div class="microsoft_logocontainer _container">
+      <PartnerCard></PartnerCard>
+      <PartnerCard></PartnerCard>
+      <PartnerCard></PartnerCard>
+      <PartnerCard></PartnerCard>
+    </div>
+  </section>
+);
+
+const Form = () => (
+  <>
+    <section class="form">
+      <div class="formcontainer _container">
+        <div class="form_description">
+          <DescriptionInformation title="Хочете сайт?">
+            Lorem Ipsum - це текст-"риба", який часто використовують у друку та
+            веб-дизайні. Lorem Ipsum є стандартною "рибою" для текстів
+            латинницею з початку XVI сторіччя.
+          </DescriptionInformation>
+        </div>
+        <div class="forminput_container">
+          <form class="form_input">
+            <div class="form_input__nameemail">
+              <div class="form_input__name">
+                <input type="text" name="name" value="Ваше ім'я" class="name" />
+              </div>
+              <div class="form_input__email">
+                <input
+                  type="text"
+                  name="e-mail"
+                  value="Ваш e-mail"
+                  class="email"
+                />
+              </div>
+            </div>
+            <div class="form_input__message">
+              <textarea name="message" id="form_message" class="message">
+                Повідомлення
+              </textarea>
+            </div>
+            <input type="submit" value="Надіслати" class="btn" />
+          </form>
+        </div>
+      </div>
+    </section>
+  </>
+);
+
+const Footer = () => (
+  <>
+    <footer id="footer">
+      <div class="footer_container _container">
+        <div class="footer_about">
+          <div class="footer_name">Литвин Олексій</div>
+          <div class="footer_year">(с) 2018. Всі права захищені.</div>
+        </div>
+        <div class="footer_logo">
+          <a href="https://uk-ua.facebook.com/" class="logo_link">
+            <img src="/img/icons/footer__soc-buttons.svg" alt="Vk" />
+          </a>
+        </div>
+      </div>
+    </footer>
+  </>
+);
+
+const Main = () => (
+  <>
+    <Mainpage />
+    <AboutMe />
+    <Projects />
+    <SkillsBlock />
+    <HowiWork />
+    <Photo />
+    <Partners />
+    <Form />
+  </>
+);
+
+function App() {
+  return (
+    <div className="App">
+      <Header />
+      <Main />
+      <Footer />
+    </div>
+  );
+}
+
+export default App;

+ 8 - 0
src/App.test.js

@@ -0,0 +1,8 @@
+import { render, screen } from '@testing-library/react';
+import App from './App';
+
+test('renders learn react link', () => {
+  render(<App />);
+  const linkElement = screen.getByText(/learn react/i);
+  expect(linkElement).toBeInTheDocument();
+});

BIN
src/code.png


+ 13 - 0
src/index.css

@@ -0,0 +1,13 @@
+body {
+  margin: 0;
+  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
+    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
+    sans-serif;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+code {
+  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
+    monospace;
+}

+ 17 - 0
src/index.js

@@ -0,0 +1,17 @@
+import React from 'react';
+import ReactDOM from 'react-dom/client';
+import './index.css';
+import App from './App';
+import reportWebVitals from './reportWebVitals';
+
+const root = ReactDOM.createRoot(document.getElementById('root'));
+root.render(
+  <React.StrictMode>
+    <App />
+  </React.StrictMode>
+);
+
+// If you want to start measuring performance in your app, pass a function
+// to log results (for example: reportWebVitals(console.log))
+// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
+reportWebVitals();

File diff suppressed because it is too large
+ 1 - 0
src/logo.svg


BIN
src/notebooks.png


BIN
src/notes.png


+ 13 - 0
src/reportWebVitals.js

@@ -0,0 +1,13 @@
+const reportWebVitals = onPerfEntry => {
+  if (onPerfEntry && onPerfEntry instanceof Function) {
+    import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
+      getCLS(onPerfEntry);
+      getFID(onPerfEntry);
+      getFCP(onPerfEntry);
+      getLCP(onPerfEntry);
+      getTTFB(onPerfEntry);
+    });
+  }
+};
+
+export default reportWebVitals;

+ 5 - 0
src/setupTests.js

@@ -0,0 +1,5 @@
+// jest-dom adds custom jest matchers for asserting on DOM nodes.
+// allows you to do things like:
+// expect(element).toHaveTextContent(/react/i)
+// learn more: https://github.com/testing-library/jest-dom
+import '@testing-library/jest-dom';

BIN
src/view.png