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'] 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" 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 + 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 + 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 + diff --git a/index.html b/index.html index 6998ca7..5fd8529 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ charset="utf-8" >