├── .github └── workflows │ ├── azure-static-web-apps-gray-island-00b4b8c00.yml │ ├── azure-static-web-apps-polite-sky-080887800.yml │ └── azure-static-web-apps-wonderful-rock-0cc4d0600.yml ├── Repo Information ├── CODE_OF_CONDUCT.md ├── LICENSE ├── SECURITY.md └── SUPPORT.md └── src ├── index.html └── style.css /.github/workflows/azure-static-web-apps-gray-island-00b4b8c00.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diveshiyyapan/SATechnicalOnboarding/HEAD/.github/workflows/azure-static-web-apps-gray-island-00b4b8c00.yml -------------------------------------------------------------------------------- /.github/workflows/azure-static-web-apps-polite-sky-080887800.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diveshiyyapan/SATechnicalOnboarding/HEAD/.github/workflows/azure-static-web-apps-polite-sky-080887800.yml -------------------------------------------------------------------------------- /.github/workflows/azure-static-web-apps-wonderful-rock-0cc4d0600.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diveshiyyapan/SATechnicalOnboarding/HEAD/.github/workflows/azure-static-web-apps-wonderful-rock-0cc4d0600.yml -------------------------------------------------------------------------------- /Repo Information/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diveshiyyapan/SATechnicalOnboarding/HEAD/Repo Information/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Repo Information/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diveshiyyapan/SATechnicalOnboarding/HEAD/Repo Information/LICENSE -------------------------------------------------------------------------------- /Repo Information/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diveshiyyapan/SATechnicalOnboarding/HEAD/Repo Information/SECURITY.md -------------------------------------------------------------------------------- /Repo Information/SUPPORT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diveshiyyapan/SATechnicalOnboarding/HEAD/Repo Information/SUPPORT.md -------------------------------------------------------------------------------- /src/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diveshiyyapan/SATechnicalOnboarding/HEAD/src/index.html -------------------------------------------------------------------------------- /src/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diveshiyyapan/SATechnicalOnboarding/HEAD/src/style.css --------------------------------------------------------------------------------