├── .github └── workflows │ ├── azure-static-web-apps-blue-hill-0f8a66b00.yml │ ├── azure-static-web-apps-green-dune-00ef09600.yml │ └── azure-static-web-apps-white-pond-0b6ec3700.yml ├── images ├── bootstrap-docs.png ├── bootstrap-themes.png ├── envelope.svg ├── instagram.svg ├── linkedin.svg └── person-circle.svg ├── index.html └── styles.css /.github/workflows/azure-static-web-apps-blue-hill-0f8a66b00.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/.github/workflows/azure-static-web-apps-blue-hill-0f8a66b00.yml -------------------------------------------------------------------------------- /.github/workflows/azure-static-web-apps-green-dune-00ef09600.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/.github/workflows/azure-static-web-apps-green-dune-00ef09600.yml -------------------------------------------------------------------------------- /.github/workflows/azure-static-web-apps-white-pond-0b6ec3700.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/.github/workflows/azure-static-web-apps-white-pond-0b6ec3700.yml -------------------------------------------------------------------------------- /images/bootstrap-docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/images/bootstrap-docs.png -------------------------------------------------------------------------------- /images/bootstrap-themes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/images/bootstrap-themes.png -------------------------------------------------------------------------------- /images/envelope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/images/envelope.svg -------------------------------------------------------------------------------- /images/instagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/images/instagram.svg -------------------------------------------------------------------------------- /images/linkedin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/images/linkedin.svg -------------------------------------------------------------------------------- /images/person-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/images/person-circle.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/index.html -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Axshaya/capstone-project-2/HEAD/styles.css --------------------------------------------------------------------------------