From 496752e436d8cced0216b368600f1ae4dec41515 Mon Sep 17 00:00:00 2001 From: joce Date: Sat, 12 Aug 2023 15:40:35 -0400 Subject: [PATCH] Fix path names for Windows --- .../index.css | 0 .../index.html | 0 .../index.js | 0 .../station.jpg | Bin .../index.html | 0 .../index.js | 0 .../images/table.png | Bin .../index.css | 0 .../index.html | 0 .../index.js | 0 .../index.html | 0 .../index.js | 0 .../index.css | 0 .../index.html | 0 .../index.js | 0 .../index.css | 0 .../index.html | 0 .../index.js | 0 .../index.css | 0 .../index.html | 0 .../index.js | 0 .../icon.png | Bin .../index.css | 0 .../index.html | 0 .../index.js | 0 .../manifest.json | 0 .../icon.png | Bin .../index.css | 0 .../index.html | 0 .../index.js | 0 .../manifest.json | 0 31 files changed, 0 insertions(+), 0 deletions(-) rename 1. Build a Passenger Counter App/{18. What is a string? => 18. What is a string}/index.css (100%) rename 1. Build a Passenger Counter App/{18. What is a string? => 18. What is a string}/index.html (100%) rename 1. Build a Passenger Counter App/{18. What is a string? => 18. What is a string}/index.js (100%) rename 1. Build a Passenger Counter App/{18. What is a string? => 18. What is a string}/station.jpg (100%) rename 3. Build a Blackjack game/{05. if:else...if:else statement => 05. if_else...if_else statement}/index.html (100%) rename 3. Build a Blackjack game/{05. if:else...if:else statement => 05. if_else...if_else statement}/index.js (100%) rename 3. Build a Blackjack game/{33. How can we avoid to hard-code card values? => 33. How can we avoid to hard-code card values}/images/table.png (100%) rename 3. Build a Blackjack game/{33. How can we avoid to hard-code card values? => 33. How can we avoid to hard-code card values}/index.css (100%) rename 3. Build a Blackjack game/{33. How can we avoid to hard-code card values? => 33. How can we avoid to hard-code card values}/index.html (100%) rename 3. Build a Blackjack game/{33. How can we avoid to hard-code card values? => 33. How can we avoid to hard-code card values}/index.js (100%) rename 3. Build a Blackjack game/{37. Math.random() * 6 => 37. Math.random() _ 6}/index.html (100%) rename 3. Build a Blackjack game/{37. Math.random() * 6 => 37. Math.random() _ 6}/index.js (100%) rename 5. Build a Chrome Extension/{15. How to render
  • elements with innerHTML => 15. How to render li elements with innerHTML}/index.css (100%) rename 5. Build a Chrome Extension/{15. How to render
  • elements with innerHTML => 15. How to render li elements with innerHTML}/index.html (100%) rename 5. Build a Chrome Extension/{15. How to render
  • elements with innerHTML => 15. How to render li elements with innerHTML}/index.js (100%) rename 5. Build a Chrome Extension/{18. Render the
  • elements with innerHTML => 18. Render the li elements with innerHTML}/index.css (100%) rename 5. Build a Chrome Extension/{18. Render the
  • elements with innerHTML => 18. Render the li elements with innerHTML}/index.html (100%) rename 5. Build a Chrome Extension/{18. Render the
  • elements with innerHTML => 18. Render the li elements with innerHTML}/index.js (100%) rename 5. Build a Chrome Extension/{23. Add the tag => 23. Add the a tag}/index.css (100%) rename 5. Build a Chrome Extension/{23. Add the tag => 23. Add the a tag}/index.html (100%) rename 5. Build a Chrome Extension/{23. Add the tag => 23. Add the a tag}/index.js (100%) rename 5. Build a Chrome Extension/{32. What is localStorage? => 32. What is localStorage}/icon.png (100%) rename 5. Build a Chrome Extension/{32. What is localStorage? => 32. What is localStorage}/index.css (100%) rename 5. Build a Chrome Extension/{32. What is localStorage? => 32. What is localStorage}/index.html (100%) rename 5. Build a Chrome Extension/{32. What is localStorage? => 32. What is localStorage}/index.js (100%) rename 5. Build a Chrome Extension/{32. What is localStorage? => 32. What is localStorage}/manifest.json (100%) rename 5. Build a Chrome Extension/{51. How to get the current tab? => 51. How to get the current tab}/icon.png (100%) rename 5. Build a Chrome Extension/{51. How to get the current tab? => 51. How to get the current tab}/index.css (100%) rename 5. Build a Chrome Extension/{51. How to get the current tab? => 51. How to get the current tab}/index.html (100%) rename 5. Build a Chrome Extension/{51. How to get the current tab? => 51. How to get the current tab}/index.js (100%) rename 5. Build a Chrome Extension/{51. How to get the current tab? => 51. How to get the current tab}/manifest.json (100%) diff --git a/1. Build a Passenger Counter App/18. What is a string?/index.css b/1. Build a Passenger Counter App/18. What is a string/index.css similarity index 100% rename from 1. Build a Passenger Counter App/18. What is a string?/index.css rename to 1. Build a Passenger Counter App/18. What is a string/index.css diff --git a/1. Build a Passenger Counter App/18. What is a string?/index.html b/1. Build a Passenger Counter App/18. What is a string/index.html similarity index 100% rename from 1. Build a Passenger Counter App/18. What is a string?/index.html rename to 1. Build a Passenger Counter App/18. What is a string/index.html diff --git a/1. Build a Passenger Counter App/18. What is a string?/index.js b/1. Build a Passenger Counter App/18. What is a string/index.js similarity index 100% rename from 1. Build a Passenger Counter App/18. What is a string?/index.js rename to 1. Build a Passenger Counter App/18. What is a string/index.js diff --git a/1. Build a Passenger Counter App/18. What is a string?/station.jpg b/1. Build a Passenger Counter App/18. What is a string/station.jpg similarity index 100% rename from 1. Build a Passenger Counter App/18. What is a string?/station.jpg rename to 1. Build a Passenger Counter App/18. What is a string/station.jpg diff --git a/3. Build a Blackjack game/05. if:else...if:else statement/index.html b/3. Build a Blackjack game/05. if_else...if_else statement/index.html similarity index 100% rename from 3. Build a Blackjack game/05. if:else...if:else statement/index.html rename to 3. Build a Blackjack game/05. if_else...if_else statement/index.html diff --git a/3. Build a Blackjack game/05. if:else...if:else statement/index.js b/3. Build a Blackjack game/05. if_else...if_else statement/index.js similarity index 100% rename from 3. Build a Blackjack game/05. if:else...if:else statement/index.js rename to 3. Build a Blackjack game/05. if_else...if_else statement/index.js diff --git a/3. Build a Blackjack game/33. How can we avoid to hard-code card values?/images/table.png b/3. Build a Blackjack game/33. How can we avoid to hard-code card values/images/table.png similarity index 100% rename from 3. Build a Blackjack game/33. How can we avoid to hard-code card values?/images/table.png rename to 3. Build a Blackjack game/33. How can we avoid to hard-code card values/images/table.png diff --git a/3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.css b/3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.css similarity index 100% rename from 3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.css rename to 3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.css diff --git a/3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.html b/3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.html similarity index 100% rename from 3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.html rename to 3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.html diff --git a/3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.js b/3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.js similarity index 100% rename from 3. Build a Blackjack game/33. How can we avoid to hard-code card values?/index.js rename to 3. Build a Blackjack game/33. How can we avoid to hard-code card values/index.js diff --git a/3. Build a Blackjack game/37. Math.random() * 6/index.html b/3. Build a Blackjack game/37. Math.random() _ 6/index.html similarity index 100% rename from 3. Build a Blackjack game/37. Math.random() * 6/index.html rename to 3. Build a Blackjack game/37. Math.random() _ 6/index.html diff --git a/3. Build a Blackjack game/37. Math.random() * 6/index.js b/3. Build a Blackjack game/37. Math.random() _ 6/index.js similarity index 100% rename from 3. Build a Blackjack game/37. Math.random() * 6/index.js rename to 3. Build a Blackjack game/37. Math.random() _ 6/index.js diff --git a/5. Build a Chrome Extension/15. How to render
  • elements with innerHTML/index.css b/5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.css similarity index 100% rename from 5. Build a Chrome Extension/15. How to render
  • elements with innerHTML/index.css rename to 5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.css diff --git a/5. Build a Chrome Extension/15. How to render
  • elements with innerHTML/index.html b/5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.html similarity index 100% rename from 5. Build a Chrome Extension/15. How to render
  • elements with innerHTML/index.html rename to 5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.html diff --git a/5. Build a Chrome Extension/15. How to render
  • elements with innerHTML/index.js b/5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.js similarity index 100% rename from 5. Build a Chrome Extension/15. How to render
  • elements with innerHTML/index.js rename to 5. Build a Chrome Extension/15. How to render li elements with innerHTML/index.js diff --git a/5. Build a Chrome Extension/18. Render the
  • elements with innerHTML/index.css b/5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.css similarity index 100% rename from 5. Build a Chrome Extension/18. Render the
  • elements with innerHTML/index.css rename to 5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.css diff --git a/5. Build a Chrome Extension/18. Render the
  • elements with innerHTML/index.html b/5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.html similarity index 100% rename from 5. Build a Chrome Extension/18. Render the
  • elements with innerHTML/index.html rename to 5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.html diff --git a/5. Build a Chrome Extension/18. Render the
  • elements with innerHTML/index.js b/5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.js similarity index 100% rename from 5. Build a Chrome Extension/18. Render the
  • elements with innerHTML/index.js rename to 5. Build a Chrome Extension/18. Render the li elements with innerHTML/index.js diff --git a/5. Build a Chrome Extension/23. Add the tag/index.css b/5. Build a Chrome Extension/23. Add the a tag/index.css similarity index 100% rename from 5. Build a Chrome Extension/23. Add the tag/index.css rename to 5. Build a Chrome Extension/23. Add the a tag/index.css diff --git a/5. Build a Chrome Extension/23. Add the tag/index.html b/5. Build a Chrome Extension/23. Add the a tag/index.html similarity index 100% rename from 5. Build a Chrome Extension/23. Add the tag/index.html rename to 5. Build a Chrome Extension/23. Add the a tag/index.html diff --git a/5. Build a Chrome Extension/23. Add the tag/index.js b/5. Build a Chrome Extension/23. Add the a tag/index.js similarity index 100% rename from 5. Build a Chrome Extension/23. Add the tag/index.js rename to 5. Build a Chrome Extension/23. Add the a tag/index.js diff --git a/5. Build a Chrome Extension/32. What is localStorage?/icon.png b/5. Build a Chrome Extension/32. What is localStorage/icon.png similarity index 100% rename from 5. Build a Chrome Extension/32. What is localStorage?/icon.png rename to 5. Build a Chrome Extension/32. What is localStorage/icon.png diff --git a/5. Build a Chrome Extension/32. What is localStorage?/index.css b/5. Build a Chrome Extension/32. What is localStorage/index.css similarity index 100% rename from 5. Build a Chrome Extension/32. What is localStorage?/index.css rename to 5. Build a Chrome Extension/32. What is localStorage/index.css diff --git a/5. Build a Chrome Extension/32. What is localStorage?/index.html b/5. Build a Chrome Extension/32. What is localStorage/index.html similarity index 100% rename from 5. Build a Chrome Extension/32. What is localStorage?/index.html rename to 5. Build a Chrome Extension/32. What is localStorage/index.html diff --git a/5. Build a Chrome Extension/32. What is localStorage?/index.js b/5. Build a Chrome Extension/32. What is localStorage/index.js similarity index 100% rename from 5. Build a Chrome Extension/32. What is localStorage?/index.js rename to 5. Build a Chrome Extension/32. What is localStorage/index.js diff --git a/5. Build a Chrome Extension/32. What is localStorage?/manifest.json b/5. Build a Chrome Extension/32. What is localStorage/manifest.json similarity index 100% rename from 5. Build a Chrome Extension/32. What is localStorage?/manifest.json rename to 5. Build a Chrome Extension/32. What is localStorage/manifest.json diff --git a/5. Build a Chrome Extension/51. How to get the current tab?/icon.png b/5. Build a Chrome Extension/51. How to get the current tab/icon.png similarity index 100% rename from 5. Build a Chrome Extension/51. How to get the current tab?/icon.png rename to 5. Build a Chrome Extension/51. How to get the current tab/icon.png diff --git a/5. Build a Chrome Extension/51. How to get the current tab?/index.css b/5. Build a Chrome Extension/51. How to get the current tab/index.css similarity index 100% rename from 5. Build a Chrome Extension/51. How to get the current tab?/index.css rename to 5. Build a Chrome Extension/51. How to get the current tab/index.css diff --git a/5. Build a Chrome Extension/51. How to get the current tab?/index.html b/5. Build a Chrome Extension/51. How to get the current tab/index.html similarity index 100% rename from 5. Build a Chrome Extension/51. How to get the current tab?/index.html rename to 5. Build a Chrome Extension/51. How to get the current tab/index.html diff --git a/5. Build a Chrome Extension/51. How to get the current tab?/index.js b/5. Build a Chrome Extension/51. How to get the current tab/index.js similarity index 100% rename from 5. Build a Chrome Extension/51. How to get the current tab?/index.js rename to 5. Build a Chrome Extension/51. How to get the current tab/index.js diff --git a/5. Build a Chrome Extension/51. How to get the current tab?/manifest.json b/5. Build a Chrome Extension/51. How to get the current tab/manifest.json similarity index 100% rename from 5. Build a Chrome Extension/51. How to get the current tab?/manifest.json rename to 5. Build a Chrome Extension/51. How to get the current tab/manifest.json