├── _config.yml ├── index.html ├── licence ├── script.js └── styles.css /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmesidhu/Bootstrap-personal-website/HEAD/_config.yml -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmesidhu/Bootstrap-personal-website/HEAD/index.html -------------------------------------------------------------------------------- /licence: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmesidhu/Bootstrap-personal-website/HEAD/licence -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/callmesidhu/Bootstrap-personal-website/HEAD/styles.css --------------------------------------------------------------------------------