Browse Source

Js folder

Vadym Shakhmatenko 1 year ago
parent
commit
68fd6173c6
58 changed files with 0 additions and 2 deletions
  1. BIN
      .DS_Store
  2. BIN
      js/.DS_Store
  3. 0 0
      js/HomeWork1/.DS_Store
  4. 0 0
      js/HomeWork1/index.html
  5. 0 0
      js/HomeWork2/index.html
  6. 0 0
      js/HomeWork2/workspace.code-workspace
  7. 0 0
      js/HomeWork3/index.html
  8. 0 0
      js/HomeWork4/index.html
  9. 0 0
      js/HomeWork4/workspace.code-workspace
  10. 0 0
      js/HomeWork5/index.html
  11. 0 0
      js/HomeWork5/workspace.code-workspace
  12. 0 0
      js/HomeWork6/index.html
  13. 0 0
      js/Homework Async/index.html
  14. 0 0
      js/Homework Async/workspace.code-workspace
  15. 0 0
      js/Homework Chat Async/index.html
  16. 0 0
      js/Homework Graph/index.html
  17. 0 0
      js/Homework OOP/index.html
  18. 0 0
      js/Homework Shop/Loading_icon.gif
  19. 0 0
      js/Homework Shop/index.html
  20. 0 0
      js/Homework Shop/index2.js
  21. 0 2
      Homework Shop/style.css
  22. 0 0
      js/Homework Shop/workspace.code-workspace
  23. 0 0
      js/Homework Traffic light/index.html
  24. 0 0
      js/Homework-Redux/index.html
  25. 0 0
      js/Homework-Redux/index.js
  26. 0 0
      js/Homework-rgb/1@3x.png
  27. 0 0
      js/Homework-rgb/audio_file.mp3
  28. 0 0
      js/Homework-rgb/index.html
  29. 0 0
      js/Homework-rgb/index.js
  30. 0 0
      js/Homework-rgb/workspace.code-workspace
  31. 0 0
      js/Homework7/index.html
  32. 0 0
      js/Homework8/index.html
  33. 0 0
      js/Homework8/workspace.code-workspace
  34. 0 0
      js/Homework9/index.html
  35. 0 0
      js/SocketChat/index.html
  36. 0 0
      js/react_introduction-2/package-lock.json
  37. 0 0
      js/react_introduction-2/package.json
  38. 0 0
      js/react_introduction-2/public/index.html
  39. 0 0
      js/react_introduction-2/public/manifest.json
  40. 0 0
      js/react_introduction-2/src/App.css
  41. 0 0
      js/react_introduction-2/src/App.js
  42. 0 0
      js/react_introduction-2/src/App.test.js
  43. 0 0
      js/react_introduction-2/src/image/WD.svg
  44. 0 0
      js/react_introduction-2/src/image/img-01.svg
  45. 0 0
      js/react_introduction-2/src/image/img-02.png
  46. 0 0
      js/react_introduction-2/src/image/img-03.jpg
  47. 0 0
      js/react_introduction-2/src/image/img-04.jpg
  48. 0 0
      js/react_introduction-2/src/image/microsoft.svg
  49. 0 0
      js/react_introduction-2/src/image/my_work.png
  50. 0 0
      js/react_introduction-2/src/image/numbers__item.svg
  51. 0 0
      js/react_introduction-2/src/image/oko.svg
  52. 0 0
      js/react_introduction-2/src/image/play.svg
  53. 0 0
      js/react_introduction-2/src/image/social_vk.svg
  54. 0 0
      js/react_introduction-2/src/image/view.svg
  55. 0 0
      js/react_introduction-2/src/index.css
  56. 0 0
      js/react_introduction-2/src/index.js
  57. 0 0
      js/react_introduction-2/src/reportWebVitals.js
  58. 0 0
      js/react_introduction-2/src/setupTests.js

BIN
.DS_Store


BIN
js/.DS_Store


HomeWork1/.DS_Store → js/HomeWork1/.DS_Store


HomeWork1/index.html → js/HomeWork1/index.html


HomeWork2/index.html → js/HomeWork2/index.html


HomeWork2/workspace.code-workspace → js/HomeWork2/workspace.code-workspace


HomeWork3/index.html → js/HomeWork3/index.html


HomeWork4/index.html → js/HomeWork4/index.html


HomeWork4/workspace.code-workspace → js/HomeWork4/workspace.code-workspace


HomeWork5/index.html → js/HomeWork5/index.html


HomeWork5/workspace.code-workspace → js/HomeWork5/workspace.code-workspace


HomeWork6/index.html → js/HomeWork6/index.html


Homework Async/index.html → js/Homework Async/index.html


Homework Async/workspace.code-workspace → js/Homework Async/workspace.code-workspace


Homework Chat Async/index.html → js/Homework Chat Async/index.html


Homework Graph/index.html → js/Homework Graph/index.html


Homework OOP/index.html → js/Homework OOP/index.html


Homework Shop/Loading_icon.gif → js/Homework Shop/Loading_icon.gif


Homework Shop/index.html → js/Homework Shop/index.html


Homework Shop/index2.js → js/Homework Shop/index2.js


+ 0 - 2
Homework Shop/style.css

@@ -63,8 +63,6 @@ a  , li{
 }
 
 
-
-
 #mainContainer {
     display: flex;
     max-height: 90%;

Homework Shop/workspace.code-workspace → js/Homework Shop/workspace.code-workspace


Homework Traffic light/index.html → js/Homework Traffic light/index.html


Homework-Redux/index.html → js/Homework-Redux/index.html


Homework-Redux/index.js → js/Homework-Redux/index.js


Homework-rgb/1@3x.png → js/Homework-rgb/1@3x.png


Homework-rgb/audio_file.mp3 → js/Homework-rgb/audio_file.mp3


Homework-rgb/index.html → js/Homework-rgb/index.html


Homework-rgb/index.js → js/Homework-rgb/index.js


Homework-rgb/workspace.code-workspace → js/Homework-rgb/workspace.code-workspace


Homework7/index.html → js/Homework7/index.html


Homework8/index.html → js/Homework8/index.html


Homework8/workspace.code-workspace → js/Homework8/workspace.code-workspace


Homework9/index.html → js/Homework9/index.html


SocketChat/index.html → js/SocketChat/index.html


react_introduction-2/package-lock.json → js/react_introduction-2/package-lock.json


react_introduction-2/package.json → js/react_introduction-2/package.json


react_introduction-2/public/index.html → js/react_introduction-2/public/index.html


react_introduction-2/public/manifest.json → js/react_introduction-2/public/manifest.json


react_introduction-2/src/App.css → js/react_introduction-2/src/App.css


react_introduction-2/src/App.js → js/react_introduction-2/src/App.js


react_introduction-2/src/App.test.js → js/react_introduction-2/src/App.test.js


react_introduction-2/src/image/WD.svg → js/react_introduction-2/src/image/WD.svg


react_introduction-2/src/image/img-01.svg → js/react_introduction-2/src/image/img-01.svg


react_introduction-2/src/image/img-02.png → js/react_introduction-2/src/image/img-02.png


react_introduction-2/src/image/img-03.jpg → js/react_introduction-2/src/image/img-03.jpg


react_introduction-2/src/image/img-04.jpg → js/react_introduction-2/src/image/img-04.jpg


react_introduction-2/src/image/microsoft.svg → js/react_introduction-2/src/image/microsoft.svg


react_introduction-2/src/image/my_work.png → js/react_introduction-2/src/image/my_work.png


react_introduction-2/src/image/numbers__item.svg → js/react_introduction-2/src/image/numbers__item.svg


react_introduction-2/src/image/oko.svg → js/react_introduction-2/src/image/oko.svg


react_introduction-2/src/image/play.svg → js/react_introduction-2/src/image/play.svg


react_introduction-2/src/image/social_vk.svg → js/react_introduction-2/src/image/social_vk.svg


react_introduction-2/src/image/view.svg → js/react_introduction-2/src/image/view.svg


react_introduction-2/src/index.css → js/react_introduction-2/src/index.css


react_introduction-2/src/index.js → js/react_introduction-2/src/index.js


react_introduction-2/src/reportWebVitals.js → js/react_introduction-2/src/reportWebVitals.js


react_introduction-2/src/setupTests.js → js/react_introduction-2/src/setupTests.js