Browse Source

first commit

Graf15 2 years ago
commit
299218b24f
82 changed files with 30907 additions and 0 deletions
  1. 23 0
      .gitignore
  2. 70 0
      README.md
  3. 28703 0
      package-lock.json
  4. 38 0
      package.json
  5. BIN
      public/favicon.ico
  6. 81 0
      public/images/Frame.svg
  7. BIN
      public/images/Rectangle_5.jpg
  8. BIN
      public/images/client1.png
  9. 1 0
      public/images/davidoff-goodlife-woman.svg
  10. BIN
      public/images/img-1.jpg
  11. BIN
      public/images/img-2.jpg
  12. BIN
      public/images/img.jpg
  13. 1 0
      public/images/kenwood-logo.svg
  14. BIN
      public/images/logo.png
  15. 1 0
      public/images/makita-logo.svg
  16. 1 0
      public/images/opera-mini-browser.svg
  17. 10 0
      public/images/play-button.svg
  18. 1 0
      public/images/polski-fiat-logo.svg
  19. BIN
      public/images/project.png
  20. 10 0
      public/images/project.svg
  21. 3 0
      public/images/video_button.svg
  22. 12 0
      public/images/view.svg
  23. 43 0
      public/index.html
  24. BIN
      public/logo192.png
  25. BIN
      public/logo512.png
  26. 25 0
      public/manifest.json
  27. 3 0
      public/robots.txt
  28. 830 0
      src/App.css
  29. 189 0
      src/App.js
  30. 8 0
      src/App.test.js
  31. BIN
      src/fonts/Roboto.zip
  32. 202 0
      src/fonts/Roboto/LICENSE.txt
  33. BIN
      src/fonts/Roboto/Roboto-Black.ttf
  34. BIN
      src/fonts/Roboto/Roboto-BlackItalic.ttf
  35. BIN
      src/fonts/Roboto/Roboto-Bold.ttf
  36. BIN
      src/fonts/Roboto/Roboto-BoldItalic.ttf
  37. BIN
      src/fonts/Roboto/Roboto-Italic.ttf
  38. BIN
      src/fonts/Roboto/Roboto-Light.ttf
  39. BIN
      src/fonts/Roboto/Roboto-LightItalic.ttf
  40. BIN
      src/fonts/Roboto/Roboto-Medium.ttf
  41. BIN
      src/fonts/Roboto/Roboto-MediumItalic.ttf
  42. BIN
      src/fonts/Roboto/Roboto-Regular.ttf
  43. BIN
      src/fonts/Roboto/Roboto-Thin.ttf
  44. BIN
      src/fonts/Roboto/Roboto-ThinItalic.ttf
  45. BIN
      src/fonts/fonts_module_1-v1.0.zip
  46. 7 0
      src/fonts/fonts_module_1-v1.0/Read Me.txt
  47. 155 0
      src/fonts/fonts_module_1-v1.0/demo-files/demo.css
  48. 30 0
      src/fonts/fonts_module_1-v1.0/demo-files/demo.js
  49. 153 0
      src/fonts/fonts_module_1-v1.0/demo.html
  50. BIN
      src/fonts/fonts_module_1-v1.0/fonts/fonts_module_1.eot
  51. 17 0
      src/fonts/fonts_module_1-v1.0/fonts/fonts_module_1.svg
  52. BIN
      src/fonts/fonts_module_1-v1.0/fonts/fonts_module_1.ttf
  53. BIN
      src/fonts/fonts_module_1-v1.0/fonts/fonts_module_1.woff
  54. 1 0
      src/fonts/fonts_module_1-v1.0/selection.json
  55. 51 0
      src/fonts/fonts_module_1-v1.0/style.css
  56. BIN
      src/fonts/fonts_module_1.eot
  57. 17 0
      src/fonts/fonts_module_1.svg
  58. BIN
      src/fonts/fonts_module_1.ttf
  59. BIN
      src/fonts/fonts_module_1.woff
  60. 51 0
      src/fonts/style.css
  61. 81 0
      src/images/Frame.svg
  62. BIN
      src/images/Rectangle_5.jpg
  63. BIN
      src/images/client1.png
  64. 1 0
      src/images/davidoff-goodlife-woman.svg
  65. BIN
      src/images/img-1.jpg
  66. BIN
      src/images/img-2.jpg
  67. BIN
      src/images/img.jpg
  68. 1 0
      src/images/kenwood-logo.svg
  69. BIN
      src/images/logo.png
  70. 1 0
      src/images/makita-logo.svg
  71. 1 0
      src/images/opera-mini-browser.svg
  72. 10 0
      src/images/play-button.svg
  73. 1 0
      src/images/polski-fiat-logo.svg
  74. BIN
      src/images/project.png
  75. 10 0
      src/images/project.svg
  76. 3 0
      src/images/video_button.svg
  77. 12 0
      src/images/view.svg
  78. 13 0
      src/index.css
  79. 17 0
      src/index.js
  80. 1 0
      src/logo.svg
  81. 13 0
      src/reportWebVitals.js
  82. 5 0
      src/setupTests.js

+ 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
+ 28703 - 0
package-lock.json


+ 38 - 0
package.json

@@ -0,0 +1,38 @@
+{
+  "name": "test",
+  "version": "0.1.0",
+  "private": true,
+  "dependencies": {
+    "@testing-library/jest-dom": "^5.16.5",
+    "@testing-library/react": "^13.4.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/favicon.ico


+ 81 - 0
public/images/Frame.svg

@@ -0,0 +1,81 @@
+<svg width="357" height="234" viewBox="0 0 357 234" fill="none" xmlns="http://www.w3.org/2000/svg">
+<g clip-path="url(#clip0_1_191)">
+<path d="M337.3 225.4H24.1C19.9 225.4 16.5 222 16.5 217.8V7.6C16.5 3.4 19.9 0 24.1 0H337.3C341.5 0 344.9 3.4 344.9 7.6V217.7C345 222 341.5 225.4 337.3 225.4Z" fill="#00D5E4"/>
+<path d="M326.2 217.8H35.2C31 217.8 27.6 214.4 27.6 210.2V15.3C27.6 11.1 31 7.70001 35.2 7.70001H326.2C330.4 7.70001 333.8 11.1 333.8 15.3V210.2C333.9 214.3 330.4 217.8 326.2 217.8Z" fill="#065090"/>
+<path d="M115.6 28.9H75.4V33.4H115.6V28.9Z" fill="#FCFDFD"/>
+<path d="M101 38.9H75.4V43.4H101V38.9Z" fill="#FCFDFD"/>
+<path d="M218.5 38.9H115.4V43.4H218.5V38.9Z" fill="#FCFDFD"/>
+<path d="M282.5 38.9H228.5V43.4H282.5V38.9Z" fill="#FF6452"/>
+<path d="M150.5 48.9H85.4V53.4H150.5V48.9Z" fill="#00D050"/>
+<path d="M267.5 48.9H170.5V53.4H267.5V48.9Z" fill="#FCFDFD"/>
+<path d="M167 58.9H75.4V63.4H167V58.9Z" fill="#FF6452"/>
+<path d="M240.5 58.9H175.4V63.4H240.5V58.9Z" fill="#00D5E4"/>
+<path d="M150.5 68.9H85.4V73.4H150.5V68.9Z" fill="#FCFDFD"/>
+<path d="M170.5 78.9H75.4V83.4H170.5V78.9Z" fill="#FCFDFD"/>
+<path d="M140.5 88.9H75.4V93.4H140.5V88.9Z" fill="#FCFDFD"/>
+<path d="M204 98.9H95.4V103.4H204V98.9Z" fill="#FF6452"/>
+<path d="M250.5 98.9H215.4V103.4H250.5V98.9Z" fill="#FCFDFD"/>
+<path d="M300.5 98.9H265.4V103.4H300.5V98.9Z" fill="#FCFDFD"/>
+<path d="M149.7 108.9H105.4V113.4H149.7V108.9Z" fill="#FCFDFD"/>
+<path d="M164.5 118.9H105.4V123.4H164.5V118.9Z" fill="#FF6452"/>
+<path d="M250.5 118.9H185.4V123.4H250.5V118.9Z" fill="#FCFDFD"/>
+<path d="M292.5 118.9H265.4V123.4H292.5V118.9Z" fill="#FF6452"/>
+<path d="M115.4 128.9H75.4V133.4H115.4V128.9Z" fill="#FCFDFD"/>
+<path d="M140.5 138.9H75.4V143.4H140.5V138.9Z" fill="#FCFDFD"/>
+<path d="M223.5 148.9H105.4V153.4H223.5V148.9Z" fill="#FCFDFD"/>
+<path d="M308.5 148.9H235.4V153.4H308.5V148.9Z" fill="#00D5E4"/>
+<path d="M145.5 158.9H105.4V163.4H145.5V158.9Z" fill="#FCFDFD"/>
+<path d="M195.5 158.9H155.4V163.4H195.5V158.9Z" fill="#00D050"/>
+<path d="M245.5 158.9H205.4V163.4H245.5V158.9Z" fill="#FCFDFD"/>
+<path d="M140.5 168.9H75.4V173.4H140.5V168.9Z" fill="#FCFDFD"/>
+<path d="M160.5 178.9H95.4V183.4H160.5V178.9Z" fill="#00D050"/>
+<path d="M238 178.9H172.9V183.4H238V178.9Z" fill="#00D050"/>
+<path d="M208 198.9H171.5V203.4H208V198.9Z" fill="#FCFDFD"/>
+<path d="M192 188.9H95.4V193.4H192V188.9Z" fill="#FCFDFD"/>
+<path d="M50.3 28.9H45.8V33.4H50.3V28.9Z" fill="#5E94C1"/>
+<path d="M50.3 38.9H45.8V43.4H50.3V38.9Z" fill="#5E94C1"/>
+<path d="M50.3 48.9H45.8V53.4H50.3V48.9Z" fill="#5E94C1"/>
+<path d="M50.3 58.9H45.8V63.4H50.3V58.9Z" fill="#5E94C1"/>
+<path d="M50.3 68.9H45.8V73.4H50.3V68.9Z" fill="#5E94C1"/>
+<path d="M50.3 78.9H45.8V83.4H50.3V78.9Z" fill="#5E94C1"/>
+<path d="M50.3 88.9H45.8V93.4H50.3V88.9Z" fill="#5E94C1"/>
+<path d="M50.3 98.9H45.8V103.4H50.3V98.9Z" fill="#5E94C1"/>
+<path d="M50.3 108.9H45.8V113.4H50.3V108.9Z" fill="#5E94C1"/>
+<path d="M50.3 118.9H45.8V123.4H50.3V118.9Z" fill="#5E94C1"/>
+<path d="M50.3 128.9H45.8V133.4H50.3V128.9Z" fill="#5E94C1"/>
+<path d="M50.3 138.9H45.8V143.4H50.3V138.9Z" fill="#5E94C1"/>
+<path d="M50.3 148.9H45.8V153.4H50.3V148.9Z" fill="#5E94C1"/>
+<path d="M50.3 158.9H45.8V163.4H50.3V158.9Z" fill="#5E94C1"/>
+<path d="M50.3 168.9H45.8V173.4H50.3V168.9Z" fill="#5E94C1"/>
+<path d="M50.3 178.9H45.8V183.4H50.3V178.9Z" fill="#5E94C1"/>
+<path d="M50.3 188.9H45.8V193.4H50.3V188.9Z" fill="#5E94C1"/>
+<path d="M50.3 198.9H45.8V203.4H50.3V198.9Z" fill="#5E94C1"/>
+<path d="M143.7 198.9H95.4V203.4H143.7V198.9Z" fill="#FCFDFD"/>
+<path d="M284.7 203.3L265.7 195.2V191.9L284.7 183.8V187.3L269.6 193.5L284.7 199.7V203.3Z" fill="#FCFDFD"/>
+<path d="M298.1 179L289.8 207.7H287L295.3 179H298.1Z" fill="#FCFDFD"/>
+<path d="M319.3 195.2L300.3 203.3V199.8L315.4 193.6L300.3 187.4V183.9L319.3 192V195.2Z" fill="#FCFDFD"/>
+<path d="M337 233.7H20C9 233.7 0 224.7 0 213.7H357C357 224.8 348 233.7 337 233.7Z" fill="#00BBD3"/>
+<g opacity="0.1">
+<g opacity="0.1">
+<path opacity="0.1" d="M129.4 217.8L204 7.59998H175.7L101.1 217.8H129.4Z" fill="white"/>
+</g>
+<g opacity="0.1">
+<path opacity="0.1" d="M35.3 217.8H48.6L123.2 7.59998H35.3C31.1 7.59998 27.7 11 27.7 15.2V210.1C27.6 214.3 31.1 217.8 35.3 217.8Z" fill="white"/>
+</g>
+<g opacity="0.1">
+<path opacity="0.1" d="M287.6 217.8H326.3C330.5 217.8 333.9 214.4 333.9 210.2V87.4L287.6 217.8Z" fill="white"/>
+</g>
+</g>
+<g opacity="0.1">
+<g opacity="0.1">
+<path opacity="0.1" d="M184.3 217.8H236.2L310.8 7.59998H258.9L184.3 217.8Z" fill="white"/>
+</g>
+</g>
+<path d="M354.3 223.7C356 220.8 357 217.3 357 213.7H0C0 217.3 1 220.8 2.7 223.7H354.3Z" fill="#15D7E2"/>
+</g>
+<defs>
+<clipPath id="clip0_1_191">
+<rect width="357" height="233.7" fill="white"/>
+</clipPath>
+</defs>
+</svg>

BIN
public/images/Rectangle_5.jpg


BIN
public/images/client1.png


File diff suppressed because it is too large
+ 1 - 0
public/images/davidoff-goodlife-woman.svg


BIN
public/images/img-1.jpg


BIN
public/images/img-2.jpg


BIN
public/images/img.jpg


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


BIN
public/images/logo.png


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


File diff suppressed because it is too large
+ 1 - 0
public/images/opera-mini-browser.svg


File diff suppressed because it is too large
+ 10 - 0
public/images/play-button.svg


File diff suppressed because it is too large
+ 1 - 0
public/images/polski-fiat-logo.svg


BIN
public/images/project.png


File diff suppressed because it is too large
+ 10 - 0
public/images/project.svg


File diff suppressed because it is too large
+ 3 - 0
public/images/video_button.svg


+ 12 - 0
public/images/view.svg

@@ -0,0 +1,12 @@
+<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
+<g clip-path="url(#clip0_1_138)">
+<path d="M86.2534 36.4207C66.1706 16.338 33.4966 16.338 13.4139 36.4207L0 49.8329L13.7466 63.5795C23.7872 73.62 36.9764 78.642 50.1672 78.642C63.3581 78.642 76.5456 73.6217 86.5878 63.5795L100.002 50.1657L86.2534 36.4207ZM84.1976 61.191C65.4324 79.9545 34.9003 79.9545 16.1351 61.191L4.77703 49.8329L15.8024 38.8075C34.5676 20.044 65.0997 20.044 83.8649 38.8075L95.223 50.1657L84.1976 61.191Z" fill="white"/>
+<path d="M48.2635 36.436C41.7432 36.436 36.4392 41.7401 36.4392 48.2604C36.4392 49.1928 37.1959 49.9496 38.1284 49.9496C39.0608 49.9496 39.8176 49.1928 39.8176 48.2604C39.8176 43.6033 43.6064 39.8144 48.2635 39.8144C49.1959 39.8144 49.9527 39.0577 49.9527 38.1252C49.9527 37.1928 49.1976 36.436 48.2635 36.436Z" fill="white"/>
+<path d="M49.9527 27.99C37.8446 27.99 27.9932 37.8413 27.9932 49.9494C27.9932 62.0576 37.8446 71.9089 49.9527 71.9089C62.0608 71.9089 71.9121 62.0576 71.9121 49.9494C71.9121 37.8413 62.0625 27.99 49.9527 27.99ZM49.9527 68.5305C39.7078 68.5305 31.3716 60.1944 31.3716 49.9494C31.3716 39.7045 39.7078 31.3684 49.9527 31.3684C60.1976 31.3684 68.5338 39.7045 68.5338 49.9494C68.5338 60.1944 60.1993 68.5305 49.9527 68.5305Z" fill="white"/>
+</g>
+<defs>
+<clipPath id="clip0_1_138">
+<rect width="100" height="100" fill="white"/>
+</clipPath>
+</defs>
+</svg>

+ 43 - 0
public/index.html

@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<html lang="ru">
+  <head>
+    <meta charset="utf-8" />
+    <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <meta name="theme-color" content="#000000" />
+    <meta
+      name="description"
+      content="Web site created using create-react-app"
+    />
+    <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
+    <!--
+      manifest.json provides metadata used when your web app is installed on a
+      user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
+    -->
+    <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
+    <!--
+      Notice the use of %PUBLIC_URL% in the tags above.
+      It will be replaced with the URL of the `public` folder during the build.
+      Only files inside the `public` folder can be referenced from the HTML.
+
+      Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
+      work correctly both with client-side routing and a non-root public URL.
+      Learn how to configure a non-root public URL by running `npm run build`.
+    -->
+    <title>React App</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>

BIN
public/logo192.png


BIN
public/logo512.png


+ 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:

File diff suppressed because it is too large
+ 830 - 0
src/App.css


+ 189 - 0
src/App.js

@@ -0,0 +1,189 @@
+import logo from './logo.svg';
+import './App.css';
+import { Children } from 'react';
+
+const MenuLi = ({children, url}) =>
+<li>
+  <a href={url}>{children}</a>
+</li>
+
+ const NumbersItem = ({url, imgSrc, imgAlt="no alt", h3, subtext}) =>
+
+ <a href={url} class="numbers_item">
+      <img src={imgSrc} class="numbers_item_img"  alt={imgAlt} />
+      <div class="numbers_item_text">
+          <h3 class="numbers_item_value">
+              {h3}
+          </h3>
+          <p class="numbers_item_subtext">
+              {subtext}
+          </p>
+      </div>
+  </a>
+
+  const SkillItem = ({skillTitle, skillPercent}) =>
+  <div class="skill-item">
+      <span class="skill-title">{skillTitle}</span>
+      <div class="skill-load">
+        <div class="skill-progress" style={{width: skillPercent}}></div>
+      </div>
+  </div> 
+
+const GallaryItem = ({urlImg}) =>
+<>
+<a href="#" class="gallary-item" style={{backgroundImage: 'url(' + urlImg + ')'}}></a>
+</>
+
+const ClientsItem = ({imgSrc, imgAlt="no alt"}) =>
+<div class="clients-box">
+    <div class="clients-box-img">
+        <img src={imgSrc} alt={imgAlt} />
+    </div>
+</div>
+
+
+function App() {
+  return (
+    <div className="App">
+    <div class="body-wrapper">
+    <header class="first-screen" id="header">
+            <div class="header">
+                <a href='#' class='logo'>
+                <img src='images/logo.png' alt='logo' />
+                </a>
+                <nav class="nav">
+                    <input id="menu__toggle" type="checkbox" />
+                    <label class="menu__btn" for="menu__toggle">
+                        <span></span>
+                    </label>
+                    <ul class="menu">
+                      <MenuLi url="#header">Главная</MenuLi>
+                      <MenuLi url="#about_me">Об авторе</MenuLi>
+                      <MenuLi url="#numbers">Работа</MenuLi>
+                      <MenuLi url="#video">Процесс</MenuLi>
+                      <MenuLi url="#form">Контакты</MenuLi>
+                    </ul>
+                </nav>
+            </div>
+            <div class="first-screen-img">
+                <img src="images/Frame.svg" alt="дизайн и вёрстка" />
+            </div>
+            <div class="first-screen-text">
+
+                <h1>Дизайн и вёрстка</h1>
+                <p class="subheader">Lorem Ipsum - это текст-"рыба", часто используемый в печати и вэб-дизайне. Lorem
+                    Ipsum является стандартной "рыбой" для текстов на латинице с начала XVI века.
+                </p>
+                <a href="#" class="btn">Написать мне</a>
+            </div>
+        </header>
+
+        <section class="about_me" id="about_me">
+            <h2>Обо мне.</h2>
+            <p>Lorem Ipsum - это текст-"рыба" , часто используемый в печати и вэб-дизайне. Lorem Ipsum является
+                стандартной "рыбой"? для текстов на латинице с начала XVI века.</p>
+
+        </section>
+          <section class="numbers" id="numbers">
+            <div class="numbers_wrapper">
+              <NumbersItem url="#" imgSrc="images/project.png" imgAlt="Project"
+                h3="40+" subtext="проектов" />
+              <NumbersItem url="#" imgSrc="images/project.png" imgAlt="Project"
+                h3="30+" subtext="внедрений" />
+              <NumbersItem url="#" imgSrc="images/project.png" imgAlt="Project"
+                h3="50+" subtext="технологий" />
+              <NumbersItem url="#" imgSrc="images/project.png" imgAlt="Project"
+                h3="50+" subtext="идей" />
+              <NumbersItem url="#" imgSrc="images/project.png" imgAlt="Project"
+                h3="40+" subtext="заказчиков" />
+              <NumbersItem url="#" imgSrc="images/project.png" imgAlt="Project"
+                h3="40+" subtext="разработок" />
+            </div>
+          </section>
+
+        <section class="skills">
+            <div class="skills-wrapper">
+                <div class="skill-list-wrapper">
+                    <div class="skill-list">
+                        <h2>Мои навыки</h2>
+                          <SkillItem skillPercent="20%" skillTitle="PhotoShop"/>
+                          <SkillItem skillPercent="87%" skillTitle="CorelDraw"/>
+                          <SkillItem skillPercent="50%" skillTitle="Figma"/>
+                    </div>
+                </div>
+                <div class="skills-face">
+                    <img src="images/img.jpg" class="face" alt="морда" />
+                </div>
+            </div>
+        </section> 
+        <section class="video" id="video">
+            <div class="video-wrapper">
+                <div class="video_title">
+                    <h2>Как я работаю</h2>
+                    <p>Lorem Ipsum - это текст-"рыба", часто используемый в печати и вэб-дизайне. Lorem Ipsum является
+                        стандартной "рыбой" для текстов на латинице с начала XVI века.</p>
+                </div>
+                <div class="video-frame" style={{cssText: "background-image: url('images/Rectangle_5.jpg')"}}>
+                    <button class="video-btn">
+                        <img src="images/play-button.svg" alt="play video" />
+                    </button>
+                </div>
+            </div>
+        </section>
+        <section class="section-gallery">
+            <div class="gallary-list">
+                <GallaryItem urlImg="images/img-1.jpg" />
+                <GallaryItem urlImg="images/img-2.jpg" />
+                <GallaryItem urlImg="images/img-1.jpg" />
+                <GallaryItem urlImg="images/img-2.jpg" />
+                <GallaryItem urlImg="images/img-1.jpg" />
+                <GallaryItem urlImg="images/img-2.jpg" />
+                <GallaryItem urlImg="images/img-1.jpg" />
+                <GallaryItem urlImg="images/img-2.jpg" />
+            </div>
+        </section>
+        <section class="clients">
+            <div class="clients-blockitems">
+              <ClientsItem imgSrc="images/client1.png" imgAlt="microsoft"/>
+              <ClientsItem imgSrc="images/makita-logo.svg" imgAlt="makita"/>
+              <ClientsItem imgSrc="images/davidoff-goodlife-woman.svg" imgAlt="davidoff"/>
+              <ClientsItem imgSrc="images/polski-fiat-logo.svg" imgAlt="polski fiat"/>
+              <ClientsItem imgSrc="images/kenwood-logo.svg" imgAlt="kenwood"/>
+              <ClientsItem imgSrc="images/opera-mini-browser.svg" imgAlt="Opera-mini"/>
+            </div>
+          </section>
+        
+        <section class="form" id="form">
+            <div class="max-width-540px">
+                <h2>Хотите веб-сайт?</h2>
+                <p>Lorem Ipsum - это текст-"рыба", часто используемый в печати и вэб-дизайне. Lorem Ipsum является
+                    стандартной "рыбой" для текстов на латинице с начала XVI века.
+                </p>
+                <form class="form-container" name="my-form">
+                    <input type="text" placeholder="Ваше имя" name="username" required class="form-username" />
+                    <input type="email" placeholder="Ваш email" name="user-email" required class="form-input" />
+                    <textarea name="textarea" placeholder="Сообщение"></textarea>
+                    <input type="submit" class="btn" />
+                </form>
+            </div>
+        </section>
+        <footer class="footer">
+            <div class="wrapper-1150px flex">
+                <div class="footer-side-left">
+                    <h3>Дмитрий Панасенко</h3>
+                    <p>&copy; <time datetime="2018">2018</time>. Все права защищены</p>
+                </div>
+                <div class="footer-side-right">
+                    <a href="" class="icon icon-facebook-f"></a>
+                    <a href="" class="icon icon-vk"></a>
+                    <a href="" class="icon icon-twitter"></a>
+                    <a href="" class="icon icon-instagram"></a>
+                </div>
+            </div>
+        </footer>
+    </div>
+    </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/fonts/Roboto.zip


+ 202 - 0
src/fonts/Roboto/LICENSE.txt

@@ -0,0 +1,202 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.

BIN
src/fonts/Roboto/Roboto-Black.ttf


BIN
src/fonts/Roboto/Roboto-BlackItalic.ttf


BIN
src/fonts/Roboto/Roboto-Bold.ttf


BIN
src/fonts/Roboto/Roboto-BoldItalic.ttf


BIN
src/fonts/Roboto/Roboto-Italic.ttf


BIN
src/fonts/Roboto/Roboto-Light.ttf


BIN
src/fonts/Roboto/Roboto-LightItalic.ttf


BIN
src/fonts/Roboto/Roboto-Medium.ttf


BIN
src/fonts/Roboto/Roboto-MediumItalic.ttf


BIN
src/fonts/Roboto/Roboto-Regular.ttf


BIN
src/fonts/Roboto/Roboto-Thin.ttf


BIN
src/fonts/Roboto/Roboto-ThinItalic.ttf


BIN
src/fonts/fonts_module_1-v1.0.zip


+ 7 - 0
src/fonts/fonts_module_1-v1.0/Read Me.txt

@@ -0,0 +1,7 @@
+Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
+
+To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
+
+You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
+
+You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.

+ 155 - 0
src/fonts/fonts_module_1-v1.0/demo-files/demo.css

@@ -0,0 +1,155 @@
+body {
+  padding: 0;
+  margin: 0;
+  font-family: sans-serif;
+  font-size: 1em;
+  line-height: 1.5;
+  color: #555;
+  background: #fff;
+}
+h1 {
+  font-size: 1.5em;
+  font-weight: normal;
+}
+small {
+  font-size: .66666667em;
+}
+a {
+  color: #e74c3c;
+  text-decoration: none;
+}
+a:hover, a:focus {
+  box-shadow: 0 1px #e74c3c;
+}
+.bshadow0, input {
+  box-shadow: inset 0 -2px #e7e7e7;
+}
+input:hover {
+  box-shadow: inset 0 -2px #ccc;
+}
+input, fieldset {
+  font-family: sans-serif;
+  font-size: 1em;
+  margin: 0;
+  padding: 0;
+  border: 0;
+}
+input {
+  color: inherit;
+  line-height: 1.5;
+  height: 1.5em;
+  padding: .25em 0;
+}
+input:focus {
+  outline: none;
+  box-shadow: inset 0 -2px #449fdb;
+}
+.glyph {
+  font-size: 16px;
+  width: 15em;
+  padding-bottom: 1em;
+  margin-right: 4em;
+  margin-bottom: 1em;
+  float: left;
+  overflow: hidden;
+}
+.liga {
+  width: 80%;
+  width: calc(100% - 2.5em);
+}
+.talign-right {
+  text-align: right;
+}
+.talign-center {
+  text-align: center;
+}
+.bgc1 {
+  background: #f1f1f1;
+}
+.fgc1 {
+  color: #999;
+}
+.fgc0 {
+  color: #000;
+}
+p {
+  margin-top: 1em;
+  margin-bottom: 1em;
+}
+.mvm {
+  margin-top: .75em;
+  margin-bottom: .75em;
+}
+.mtn {
+  margin-top: 0;
+}
+.mtl, .mal {
+  margin-top: 1.5em;
+}
+.mbl, .mal {
+  margin-bottom: 1.5em;
+}
+.mal, .mhl {
+  margin-left: 1.5em;
+  margin-right: 1.5em;
+}
+.mhmm {
+  margin-left: 1em;
+  margin-right: 1em;
+}
+.mls {
+  margin-left: .25em;
+}
+.ptl {
+  padding-top: 1.5em;
+}
+.pbs, .pvs {
+  padding-bottom: .25em;
+}
+.pvs, .pts {
+  padding-top: .25em;
+}
+.unit {
+  float: left;
+}
+.unitRight {
+  float: right;
+}
+.size1of2 {
+  width: 50%;
+}
+.size1of1 {
+  width: 100%;
+}
+.clearfix:before, .clearfix:after {
+  content: " ";
+  display: table;
+}
+.clearfix:after {
+  clear: both;
+}
+.hidden-true {
+  display: none;
+}
+.textbox0 {
+  width: 3em;
+  background: #f1f1f1;
+  padding: .25em .5em;
+  line-height: 1.5;
+  height: 1.5em;
+}
+#testDrive {
+  display: block;
+  padding-top: 24px;
+  line-height: 1.5;
+}
+.fs0 {
+  font-size: 16px;
+}
+.fs1 {
+  font-size: 32px;
+}
+.fs2 {
+  font-size: 28px;
+}
+

+ 30 - 0
src/fonts/fonts_module_1-v1.0/demo-files/demo.js

@@ -0,0 +1,30 @@
+if (!('boxShadow' in document.body.style)) {
+    document.body.setAttribute('class', 'noBoxShadow');
+}
+
+document.body.addEventListener("click", function(e) {
+    var target = e.target;
+    if (target.tagName === "INPUT" &&
+        target.getAttribute('class').indexOf('liga') === -1) {
+        target.select();
+    }
+});
+
+(function() {
+    var fontSize = document.getElementById('fontSize'),
+        testDrive = document.getElementById('testDrive'),
+        testText = document.getElementById('testText');
+    function updateTest() {
+        testDrive.innerHTML = testText.value || String.fromCharCode(160);
+        if (window.icomoonLiga) {
+            window.icomoonLiga(testDrive);
+        }
+    }
+    function updateSize() {
+        testDrive.style.fontSize = fontSize.value + 'px';
+    }
+    fontSize.addEventListener('change', updateSize, false);
+    testText.addEventListener('input', updateTest, false);
+    testText.addEventListener('change', updateTest, false);
+    updateSize();
+}());

+ 153 - 0
src/fonts/fonts_module_1-v1.0/demo.html

@@ -0,0 +1,153 @@
+<!doctype html>
+<html>
+<head>
+    <meta charset="utf-8">
+    <title>IcoMoon Demo</title>
+    <meta name="description" content="An Icon Font Generated By IcoMoon.io">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href="demo-files/demo.css">
+    <link rel="stylesheet" href="style.css"></head>
+<body>
+    <div class="bgc1 clearfix">
+        <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> fonts_module_1 <small class="fgc1">(Glyphs:&nbsp;7)</small></h1>
+    </div>
+    <div class="clearfix mhl ptl">
+        <h1 class="mvm mtn fgc1">Grid Size: Unknown</h1>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="icon icon-project"></span>
+                <span class="mls"> icon-project</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e900" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe900;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="icon icon-view"></span>
+                <span class="mls"> icon-view</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e901" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe901;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs1">
+            <div class="clearfix bshadow0 pbs">
+                <span class="icon icon-play-button"></span>
+                <span class="mls"> icon-play-button</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="e902" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xe902;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+    </div>
+    <div class="clearfix mhl ptl">
+        <h1 class="mvm mtn fgc1">Grid Size: 14</h1>
+        <div class="glyph fs2">
+            <div class="clearfix bshadow0 pbs">
+                <span class="icon icon-instagram"></span>
+                <span class="mls"> icon-instagram</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="f16d" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xf16d;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs2">
+            <div class="clearfix bshadow0 pbs">
+                <span class="icon icon-twitter"></span>
+                <span class="mls"> icon-twitter</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="f099" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xf099;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs2">
+            <div class="clearfix bshadow0 pbs">
+                <span class="icon icon-facebook"></span>
+                <span class="mls"> icon-facebook</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="f09a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xf09a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs2">
+            <div class="clearfix bshadow0 pbs">
+                <span class="icon icon-facebook-f"></span>
+                <span class="mls"> icon-facebook-f</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="f09a" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xf09a;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+        <div class="glyph fs2">
+            <div class="clearfix bshadow0 pbs">
+                <span class="icon icon-vk"></span>
+                <span class="mls"> icon-vk</span>
+            </div>
+            <fieldset class="fs0 size1of1 clearfix hidden-false">
+                <input type="text" readonly value="f189" class="unit size1of2" />
+                <input type="text" maxlength="1" readonly value="&#xf189;" class="unitRight size1of2 talign-right" />
+            </fieldset>
+            <div class="fs0 bshadow0 clearfix hidden-true">
+                <span class="unit pvs fgc1">liga: </span>
+                <input type="text" readonly value="" class="liga unitRight" />
+            </div>
+        </div>
+    </div>
+
+    <!--[if gt IE 8]><!-->
+    <div class="mhl clearfix mbl">
+        <h1>Font Test Drive</h1>
+        <label>
+            Font Size: <input id="fontSize" type="number" class="textbox0 mbm"
+            min="8" value="48" />
+            px
+        </label>
+        <input id="testText" type="text" class="phl size1of1 mvl"
+        placeholder="Type some text to test..." value=""/>
+        <div id="testDrive" class="icon" style="font-family: fonts_module_1">&nbsp;
+        </div>
+    </div>
+    <!--<![endif]-->
+    <div class="bgc1 clearfix">
+        <p class="mhl">Generated by <a href="https://icomoon.io/app">IcoMoon</a></p>
+    </div>
+
+    <script src="demo-files/demo.js"></script>
+</body>
+</html>

BIN
src/fonts/fonts_module_1-v1.0/fonts/fonts_module_1.eot


File diff suppressed because it is too large
+ 17 - 0
src/fonts/fonts_module_1-v1.0/fonts/fonts_module_1.svg


BIN
src/fonts/fonts_module_1-v1.0/fonts/fonts_module_1.ttf


BIN
src/fonts/fonts_module_1-v1.0/fonts/fonts_module_1.woff


File diff suppressed because it is too large
+ 1 - 0
src/fonts/fonts_module_1-v1.0/selection.json


+ 51 - 0
src/fonts/fonts_module_1-v1.0/style.css

@@ -0,0 +1,51 @@
+@font-face {
+  font-family: 'fonts_module_1';
+  src:  url('fonts/fonts_module_1.eot?o8qjzl');
+  src:  url('fonts/fonts_module_1.eot?o8qjzl#iefix') format('embedded-opentype'),
+    url('fonts/fonts_module_1.ttf?o8qjzl') format('truetype'),
+    url('fonts/fonts_module_1.woff?o8qjzl') format('woff'),
+    url('fonts/fonts_module_1.svg?o8qjzl#fonts_module_1') format('svg');
+  font-weight: normal;
+  font-style: normal;
+  font-display: block;
+}
+
+.icon {
+  /* use !important to prevent issues with browser extensions that change fonts */
+  font-family: 'fonts_module_1' !important;
+  speak: never;
+  font-style: normal;
+  font-weight: normal;
+  font-variant: normal;
+  text-transform: none;
+  line-height: 1;
+
+  /* Better Font Rendering =========== */
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-project:before {
+  content: "\e900";
+}
+.icon-view:before {
+  content: "\e901";
+}
+.icon-play-button:before {
+  content: "\e902";
+}
+.icon-instagram:before {
+  content: "\f16d";
+}
+.icon-twitter:before {
+  content: "\f099";
+}
+.icon-facebook:before {
+  content: "\f09a";
+}
+.icon-facebook-f:before {
+  content: "\f09a";
+}
+.icon-vk:before {
+  content: "\f189";
+}

BIN
src/fonts/fonts_module_1.eot


File diff suppressed because it is too large
+ 17 - 0
src/fonts/fonts_module_1.svg


BIN
src/fonts/fonts_module_1.ttf


BIN
src/fonts/fonts_module_1.woff


+ 51 - 0
src/fonts/style.css

@@ -0,0 +1,51 @@
+@font-face {
+  font-family: 'fonts_module_1';
+  src:  url('fonts/fonts_module_1.eot?o8qjzl');
+  src:  url('fonts/fonts_module_1.eot?o8qjzl#iefix') format('embedded-opentype'),
+    url('fonts/fonts_module_1.ttf?o8qjzl') format('truetype'),
+    url('fonts/fonts_module_1.woff?o8qjzl') format('woff'),
+    url('fonts/fonts_module_1.svg?o8qjzl#fonts_module_1') format('svg');
+  font-weight: normal;
+  font-style: normal;
+  font-display: block;
+}
+
+.icon {
+  /* use !important to prevent issues with browser extensions that change fonts */
+  font-family: 'fonts_module_1' !important;
+  speak: never;
+  font-style: normal;
+  font-weight: normal;
+  font-variant: normal;
+  text-transform: none;
+  line-height: 1;
+
+  /* Better Font Rendering =========== */
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-project:before {
+  content: "\e900";
+}
+.icon-view:before {
+  content: "\e901";
+}
+.icon-play-button:before {
+  content: "\e902";
+}
+.icon-instagram:before {
+  content: "\f16d";
+}
+.icon-twitter:before {
+  content: "\f099";
+}
+.icon-facebook:before {
+  content: "\f09a";
+}
+.icon-facebook-f:before {
+  content: "\f09a";
+}
+.icon-vk:before {
+  content: "\f189";
+}

+ 81 - 0
src/images/Frame.svg

@@ -0,0 +1,81 @@
+<svg width="357" height="234" viewBox="0 0 357 234" fill="none" xmlns="http://www.w3.org/2000/svg">
+<g clip-path="url(#clip0_1_191)">
+<path d="M337.3 225.4H24.1C19.9 225.4 16.5 222 16.5 217.8V7.6C16.5 3.4 19.9 0 24.1 0H337.3C341.5 0 344.9 3.4 344.9 7.6V217.7C345 222 341.5 225.4 337.3 225.4Z" fill="#00D5E4"/>
+<path d="M326.2 217.8H35.2C31 217.8 27.6 214.4 27.6 210.2V15.3C27.6 11.1 31 7.70001 35.2 7.70001H326.2C330.4 7.70001 333.8 11.1 333.8 15.3V210.2C333.9 214.3 330.4 217.8 326.2 217.8Z" fill="#065090"/>
+<path d="M115.6 28.9H75.4V33.4H115.6V28.9Z" fill="#FCFDFD"/>
+<path d="M101 38.9H75.4V43.4H101V38.9Z" fill="#FCFDFD"/>
+<path d="M218.5 38.9H115.4V43.4H218.5V38.9Z" fill="#FCFDFD"/>
+<path d="M282.5 38.9H228.5V43.4H282.5V38.9Z" fill="#FF6452"/>
+<path d="M150.5 48.9H85.4V53.4H150.5V48.9Z" fill="#00D050"/>
+<path d="M267.5 48.9H170.5V53.4H267.5V48.9Z" fill="#FCFDFD"/>
+<path d="M167 58.9H75.4V63.4H167V58.9Z" fill="#FF6452"/>
+<path d="M240.5 58.9H175.4V63.4H240.5V58.9Z" fill="#00D5E4"/>
+<path d="M150.5 68.9H85.4V73.4H150.5V68.9Z" fill="#FCFDFD"/>
+<path d="M170.5 78.9H75.4V83.4H170.5V78.9Z" fill="#FCFDFD"/>
+<path d="M140.5 88.9H75.4V93.4H140.5V88.9Z" fill="#FCFDFD"/>
+<path d="M204 98.9H95.4V103.4H204V98.9Z" fill="#FF6452"/>
+<path d="M250.5 98.9H215.4V103.4H250.5V98.9Z" fill="#FCFDFD"/>
+<path d="M300.5 98.9H265.4V103.4H300.5V98.9Z" fill="#FCFDFD"/>
+<path d="M149.7 108.9H105.4V113.4H149.7V108.9Z" fill="#FCFDFD"/>
+<path d="M164.5 118.9H105.4V123.4H164.5V118.9Z" fill="#FF6452"/>
+<path d="M250.5 118.9H185.4V123.4H250.5V118.9Z" fill="#FCFDFD"/>
+<path d="M292.5 118.9H265.4V123.4H292.5V118.9Z" fill="#FF6452"/>
+<path d="M115.4 128.9H75.4V133.4H115.4V128.9Z" fill="#FCFDFD"/>
+<path d="M140.5 138.9H75.4V143.4H140.5V138.9Z" fill="#FCFDFD"/>
+<path d="M223.5 148.9H105.4V153.4H223.5V148.9Z" fill="#FCFDFD"/>
+<path d="M308.5 148.9H235.4V153.4H308.5V148.9Z" fill="#00D5E4"/>
+<path d="M145.5 158.9H105.4V163.4H145.5V158.9Z" fill="#FCFDFD"/>
+<path d="M195.5 158.9H155.4V163.4H195.5V158.9Z" fill="#00D050"/>
+<path d="M245.5 158.9H205.4V163.4H245.5V158.9Z" fill="#FCFDFD"/>
+<path d="M140.5 168.9H75.4V173.4H140.5V168.9Z" fill="#FCFDFD"/>
+<path d="M160.5 178.9H95.4V183.4H160.5V178.9Z" fill="#00D050"/>
+<path d="M238 178.9H172.9V183.4H238V178.9Z" fill="#00D050"/>
+<path d="M208 198.9H171.5V203.4H208V198.9Z" fill="#FCFDFD"/>
+<path d="M192 188.9H95.4V193.4H192V188.9Z" fill="#FCFDFD"/>
+<path d="M50.3 28.9H45.8V33.4H50.3V28.9Z" fill="#5E94C1"/>
+<path d="M50.3 38.9H45.8V43.4H50.3V38.9Z" fill="#5E94C1"/>
+<path d="M50.3 48.9H45.8V53.4H50.3V48.9Z" fill="#5E94C1"/>
+<path d="M50.3 58.9H45.8V63.4H50.3V58.9Z" fill="#5E94C1"/>
+<path d="M50.3 68.9H45.8V73.4H50.3V68.9Z" fill="#5E94C1"/>
+<path d="M50.3 78.9H45.8V83.4H50.3V78.9Z" fill="#5E94C1"/>
+<path d="M50.3 88.9H45.8V93.4H50.3V88.9Z" fill="#5E94C1"/>
+<path d="M50.3 98.9H45.8V103.4H50.3V98.9Z" fill="#5E94C1"/>
+<path d="M50.3 108.9H45.8V113.4H50.3V108.9Z" fill="#5E94C1"/>
+<path d="M50.3 118.9H45.8V123.4H50.3V118.9Z" fill="#5E94C1"/>
+<path d="M50.3 128.9H45.8V133.4H50.3V128.9Z" fill="#5E94C1"/>
+<path d="M50.3 138.9H45.8V143.4H50.3V138.9Z" fill="#5E94C1"/>
+<path d="M50.3 148.9H45.8V153.4H50.3V148.9Z" fill="#5E94C1"/>
+<path d="M50.3 158.9H45.8V163.4H50.3V158.9Z" fill="#5E94C1"/>
+<path d="M50.3 168.9H45.8V173.4H50.3V168.9Z" fill="#5E94C1"/>
+<path d="M50.3 178.9H45.8V183.4H50.3V178.9Z" fill="#5E94C1"/>
+<path d="M50.3 188.9H45.8V193.4H50.3V188.9Z" fill="#5E94C1"/>
+<path d="M50.3 198.9H45.8V203.4H50.3V198.9Z" fill="#5E94C1"/>
+<path d="M143.7 198.9H95.4V203.4H143.7V198.9Z" fill="#FCFDFD"/>
+<path d="M284.7 203.3L265.7 195.2V191.9L284.7 183.8V187.3L269.6 193.5L284.7 199.7V203.3Z" fill="#FCFDFD"/>
+<path d="M298.1 179L289.8 207.7H287L295.3 179H298.1Z" fill="#FCFDFD"/>
+<path d="M319.3 195.2L300.3 203.3V199.8L315.4 193.6L300.3 187.4V183.9L319.3 192V195.2Z" fill="#FCFDFD"/>
+<path d="M337 233.7H20C9 233.7 0 224.7 0 213.7H357C357 224.8 348 233.7 337 233.7Z" fill="#00BBD3"/>
+<g opacity="0.1">
+<g opacity="0.1">
+<path opacity="0.1" d="M129.4 217.8L204 7.59998H175.7L101.1 217.8H129.4Z" fill="white"/>
+</g>
+<g opacity="0.1">
+<path opacity="0.1" d="M35.3 217.8H48.6L123.2 7.59998H35.3C31.1 7.59998 27.7 11 27.7 15.2V210.1C27.6 214.3 31.1 217.8 35.3 217.8Z" fill="white"/>
+</g>
+<g opacity="0.1">
+<path opacity="0.1" d="M287.6 217.8H326.3C330.5 217.8 333.9 214.4 333.9 210.2V87.4L287.6 217.8Z" fill="white"/>
+</g>
+</g>
+<g opacity="0.1">
+<g opacity="0.1">
+<path opacity="0.1" d="M184.3 217.8H236.2L310.8 7.59998H258.9L184.3 217.8Z" fill="white"/>
+</g>
+</g>
+<path d="M354.3 223.7C356 220.8 357 217.3 357 213.7H0C0 217.3 1 220.8 2.7 223.7H354.3Z" fill="#15D7E2"/>
+</g>
+<defs>
+<clipPath id="clip0_1_191">
+<rect width="357" height="233.7" fill="white"/>
+</clipPath>
+</defs>
+</svg>

BIN
src/images/Rectangle_5.jpg


BIN
src/images/client1.png


File diff suppressed because it is too large
+ 1 - 0
src/images/davidoff-goodlife-woman.svg


BIN
src/images/img-1.jpg


BIN
src/images/img-2.jpg


BIN
src/images/img.jpg


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


BIN
src/images/logo.png


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


File diff suppressed because it is too large
+ 1 - 0
src/images/opera-mini-browser.svg


File diff suppressed because it is too large
+ 10 - 0
src/images/play-button.svg


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


BIN
src/images/project.png


File diff suppressed because it is too large
+ 10 - 0
src/images/project.svg


File diff suppressed because it is too large
+ 3 - 0
src/images/video_button.svg


+ 12 - 0
src/images/view.svg

@@ -0,0 +1,12 @@
+<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
+<g clip-path="url(#clip0_1_138)">
+<path d="M86.2534 36.4207C66.1706 16.338 33.4966 16.338 13.4139 36.4207L0 49.8329L13.7466 63.5795C23.7872 73.62 36.9764 78.642 50.1672 78.642C63.3581 78.642 76.5456 73.6217 86.5878 63.5795L100.002 50.1657L86.2534 36.4207ZM84.1976 61.191C65.4324 79.9545 34.9003 79.9545 16.1351 61.191L4.77703 49.8329L15.8024 38.8075C34.5676 20.044 65.0997 20.044 83.8649 38.8075L95.223 50.1657L84.1976 61.191Z" fill="white"/>
+<path d="M48.2635 36.436C41.7432 36.436 36.4392 41.7401 36.4392 48.2604C36.4392 49.1928 37.1959 49.9496 38.1284 49.9496C39.0608 49.9496 39.8176 49.1928 39.8176 48.2604C39.8176 43.6033 43.6064 39.8144 48.2635 39.8144C49.1959 39.8144 49.9527 39.0577 49.9527 38.1252C49.9527 37.1928 49.1976 36.436 48.2635 36.436Z" fill="white"/>
+<path d="M49.9527 27.99C37.8446 27.99 27.9932 37.8413 27.9932 49.9494C27.9932 62.0576 37.8446 71.9089 49.9527 71.9089C62.0608 71.9089 71.9121 62.0576 71.9121 49.9494C71.9121 37.8413 62.0625 27.99 49.9527 27.99ZM49.9527 68.5305C39.7078 68.5305 31.3716 60.1944 31.3716 49.9494C31.3716 39.7045 39.7078 31.3684 49.9527 31.3684C60.1976 31.3684 68.5338 39.7045 68.5338 49.9494C68.5338 60.1944 60.1993 68.5305 49.9527 68.5305Z" fill="white"/>
+</g>
+<defs>
+<clipPath id="clip0_1_138">
+<rect width="100" height="100" fill="white"/>
+</clipPath>
+</defs>
+</svg>

+ 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


+ 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';