├── CNAME ├── README.md ├── index.html ├── script.js └── styles.css /CNAME: -------------------------------------------------------------------------------- 1 | ashutoshsingh.me -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashutosh-engineer/Portfolio-Software-Enginner/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashutosh-engineer/Portfolio-Software-Enginner/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashutosh-engineer/Portfolio-Software-Enginner/HEAD/script.js -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashutosh-engineer/Portfolio-Software-Enginner/HEAD/styles.css --------------------------------------------------------------------------------