From fd6b3acee13095114db85fef0acf8e0951921f6c Mon Sep 17 00:00:00 2001 From: Susmita Dey Date: Mon, 22 Aug 2022 22:02:29 +0530 Subject: [PATCH 1/7] README of Day 12 --- Day 12 - Key Square Detection/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Day 12 - Key Square Detection/README.md diff --git a/Day 12 - Key Square Detection/README.md b/Day 12 - Key Square Detection/README.md new file mode 100644 index 0000000..0b1c3b6 --- /dev/null +++ b/Day 12 - Key Square Detection/README.md @@ -0,0 +1,5 @@ +## Demo of Key Square Detection + + +https://user-images.githubusercontent.com/79099734/185972291-66d599ca-f70b-41c5-8606-3af76a1cfcab.mp4 + From 06edef5732648ba237d06c233c8362a51c427d8a Mon Sep 17 00:00:00 2001 From: Susmita Dey Date: Mon, 22 Aug 2022 22:03:58 +0530 Subject: [PATCH 2/7] Day 11 readme --- Day 11 - Custom Video Player/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Day 11 - Custom Video Player/README.md diff --git a/Day 11 - Custom Video Player/README.md b/Day 11 - Custom Video Player/README.md new file mode 100644 index 0000000..4603f8b --- /dev/null +++ b/Day 11 - Custom Video Player/README.md @@ -0,0 +1,5 @@ +# Demo of Custom HTML5 Video Player + + +https://user-images.githubusercontent.com/79099734/185972624-3564a3fa-905e-4624-ab8f-e7cd651c17ae.mp4 + From f2381321c188e4390cbdec6d6b24849ec38b9d7a Mon Sep 17 00:00:00 2001 From: Susmita Dey Date: Mon, 22 Aug 2022 22:06:20 +0530 Subject: [PATCH 3/7] Day 10 readme --- Day 10 - Hold Shift Checkboxes/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Day 10 - Hold Shift Checkboxes/README.md diff --git a/Day 10 - Hold Shift Checkboxes/README.md b/Day 10 - Hold Shift Checkboxes/README.md new file mode 100644 index 0000000..a803d26 --- /dev/null +++ b/Day 10 - Hold Shift Checkboxes/README.md @@ -0,0 +1,5 @@ +## Demo of Hold Shift Checkboxes + + +https://user-images.githubusercontent.com/79099734/185973110-89ce31c3-38e3-4af7-b947-dc2e638626bc.mp4 + From d7f4d9f20d611821b04557a8595b601e12caa9a5 Mon Sep 17 00:00:00 2001 From: Susmita Dey Date: Mon, 22 Aug 2022 22:09:02 +0530 Subject: [PATCH 4/7] Fixed Day 10 11 12 github links --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6998ca7..5986b1c 100644 --- a/index.html +++ b/index.html @@ -796,7 +796,7 @@

class="text-gray-400 mr-3 inline-flex items-center lg:ml-auto md:ml-0 ml-auto leading-none text-sm pr-3 py-1" > @@ -926,7 +926,7 @@

class="text-gray-400 mr-3 inline-flex items-center lg:ml-auto md:ml-0 ml-auto leading-none text-sm pr-3 py-1" > From 80ce4d8c91cd33e7f97ec7e7074a39f9abd02520 Mon Sep 17 00:00:00 2001 From: Susmita Dey Date: Mon, 22 Aug 2022 22:10:41 +0530 Subject: [PATCH 5/7] Add buymeacoffee --- .github/FUNDING.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1ffe6c8..6c04666 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: [Susmita-Dey]# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: [Susmita-Dey] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username @@ -10,4 +10,4 @@ liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] +custom: ['https://www.buymeacoffee.com/susmitadey'] From e582ae4b5c957acb250c92c7a2a423b7e11c1303 Mon Sep 17 00:00:00 2001 From: Susmita Dey Date: Mon, 22 Aug 2022 22:15:42 +0530 Subject: [PATCH 6/7] Add logo --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 5986b1c..5fd8529 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ charset="utf-8" > JavaScript30 - Susmita Dey + From 2fcb395cc5327cb4563abbaed829302e247f8eba Mon Sep 17 00:00:00 2001 From: Susmita Dey Date: Sun, 30 Oct 2022 17:19:16 +0530 Subject: [PATCH 7/7] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...re-static-web-apps-blue-tree-0a91d1b00.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-blue-tree-0a91d1b00.yml diff --git a/.github/workflows/azure-static-web-apps-blue-tree-0a91d1b00.yml b/.github/workflows/azure-static-web-apps-blue-tree-0a91d1b00.yml new file mode 100644 index 0000000..ce63903 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-blue-tree-0a91d1b00.yml @@ -0,0 +1,45 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - main + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - main + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v2 + with: + submodules: true + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLUE_TREE_0A91D1B00 }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "" # Api source code path - optional + output_location: "" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_BLUE_TREE_0A91D1B00 }} + action: "close"