├── .github └── workflows │ └── static.yml ├── README.md ├── index.html ├── profile.jpg ├── script.js └── style.css /.github/workflows/static.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmithilesh23/portfolio-/HEAD/.github/workflows/static.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmithilesh23/portfolio-/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmithilesh23/portfolio-/HEAD/index.html -------------------------------------------------------------------------------- /profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmithilesh23/portfolio-/HEAD/profile.jpg -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmithilesh23/portfolio-/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gmithilesh23/portfolio-/HEAD/style.css --------------------------------------------------------------------------------