diff --git a/.github/workflows/azure-static-web-apps-agreeable-wave-04f2b6c03.yml b/.github/workflows/azure-static-web-apps-agreeable-wave-04f2b6c03.yml
index 7d870984..71b6fedd 100644
--- a/.github/workflows/azure-static-web-apps-agreeable-wave-04f2b6c03.yml
+++ b/.github/workflows/azure-static-web-apps-agreeable-wave-04f2b6c03.yml
@@ -1,45 +1,45 @@
-name: Azure Static Web Apps CI/CD
-
-on:
- push:
- branches:
- - Clarity
- pull_request:
- types: [opened, synchronize, reopened, closed]
- branches:
- - Clarity
-
-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_AGREEABLE_WAVE_04F2B6C03 }}
- 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: "public" # 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_AGREEABLE_WAVE_04F2B6C03 }}
- action: "close"
+name: Azure Static Web Apps CI/CD
+
+on:
+ push:
+ branches:
+ - Clarity
+ pull_request:
+ types: [opened, synchronize, reopened, closed]
+ branches:
+ - Clarity
+
+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_AGREEABLE_WAVE_04F2B6C03 }}
+ 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: "public" # 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_AGREEABLE_WAVE_04F2B6C03 }}
+ action: "close"
diff --git a/.github/workflows/azure-static-web-apps-jolly-flower-06110ad10.yml b/.github/workflows/azure-static-web-apps-jolly-flower-06110ad10.yml
index 89ce8f1a..50e7ee5e 100644
--- a/.github/workflows/azure-static-web-apps-jolly-flower-06110ad10.yml
+++ b/.github/workflows/azure-static-web-apps-jolly-flower-06110ad10.yml
@@ -1,45 +1,45 @@
-name: Azure Static Web Apps CI/CD
-
-on:
- push:
- branches:
- - Clarity
- pull_request:
- types: [opened, synchronize, reopened, closed]
- branches:
- - Clarity
-
-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_JOLLY_FLOWER_06110AD10 }}
- 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: "public" # 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_JOLLY_FLOWER_06110AD10 }}
- action: "close"
+name: Azure Static Web Apps CI/CD
+
+on:
+ push:
+ branches:
+ - Clarity
+ pull_request:
+ types: [opened, synchronize, reopened, closed]
+ branches:
+ - Clarity
+
+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_JOLLY_FLOWER_06110AD10 }}
+ 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: "public" # 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_JOLLY_FLOWER_06110AD10 }}
+ action: "close"
diff --git a/.github/workflows/azure-static-web-apps-lively-sky-064a5cc03.yml b/.github/workflows/azure-static-web-apps-lively-sky-064a5cc03.yml
index 5a6754d5..24e33c65 100644
--- a/.github/workflows/azure-static-web-apps-lively-sky-064a5cc03.yml
+++ b/.github/workflows/azure-static-web-apps-lively-sky-064a5cc03.yml
@@ -1,45 +1,45 @@
-name: Azure Static Web Apps CI/CD
-
-on:
- push:
- branches:
- - Clarity
- pull_request:
- types: [opened, synchronize, reopened, closed]
- branches:
- - Clarity
-
-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_LIVELY_SKY_064A5CC03 }}
- 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: "/exampleSite" # App source code path
- api_location: "" # Api source code path - optional
- output_location: "public" # 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_LIVELY_SKY_064A5CC03 }}
- action: "close"
+name: Azure Static Web Apps CI/CD
+
+on:
+ push:
+ branches:
+ - Clarity
+ pull_request:
+ types: [opened, synchronize, reopened, closed]
+ branches:
+ - Clarity
+
+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_LIVELY_SKY_064A5CC03 }}
+ 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: "/exampleSite" # App source code path
+ api_location: "" # Api source code path - optional
+ output_location: "public" # 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_LIVELY_SKY_064A5CC03 }}
+ action: "close"
diff --git a/.vscode/clarity.code-snippets b/.vscode/clarity.code-snippets
index 4b5e98a8..9cd7abfb 100644
--- a/.vscode/clarity.code-snippets
+++ b/.vscode/clarity.code-snippets
@@ -1,20 +1,20 @@
-{
- "Add Hugo Notice": {
- "scope": "markdown",
- "prefix": "note",
- "body": [
- "{{% notice ${1|note,info,tip,warning|} ${2:title} %}}",
- "$3",
- "{{% /notice %}}"
- ],
- "description": "create note"
- },
- "Add Hugo Reference": {
- "scope": "markdown",
- "prefix": "ref",
- "body": [
- "{{< ref \"$1\" >}}"
- ],
- "description": "create local ref link"
- },
+{
+ "Add Hugo Notice": {
+ "scope": "markdown",
+ "prefix": "note",
+ "body": [
+ "{{% notice ${1|note,info,tip,warning|} ${2:title} %}}",
+ "$3",
+ "{{% /notice %}}"
+ ],
+ "description": "create note"
+ },
+ "Add Hugo Reference": {
+ "scope": "markdown",
+ "prefix": "ref",
+ "body": [
+ "{{< ref \"$1\" >}}"
+ ],
+ "description": "create local ref link"
+ },
}
\ No newline at end of file
diff --git a/static/icons/cancel.svg b/static/icons/cancel.svg
index 07ed9742..f2e84694 100644
--- a/static/icons/cancel.svg
+++ b/static/icons/cancel.svg
@@ -1,42 +1,42 @@
-
-
+
+
diff --git a/static/icons/copy.svg b/static/icons/copy.svg
index 13fdc26c..518a6500 100644
--- a/static/icons/copy.svg
+++ b/static/icons/copy.svg
@@ -1,66 +1,66 @@
-
-
+
+
diff --git a/static/icons/order.svg b/static/icons/order.svg
index 333747f4..df12b779 100644
--- a/static/icons/order.svg
+++ b/static/icons/order.svg
@@ -1,66 +1,66 @@
-
-
+
+
diff --git a/static/images/sun.svg b/static/images/sun.svg
index e92f76da..cddceede 100644
--- a/static/images/sun.svg
+++ b/static/images/sun.svg
@@ -1,70 +1,70 @@
-
-
-
+
+
+