├── .github └── workflows │ └── static.yml ├── LICENSE ├── README.md ├── index.html └── profile.jpg /.github/workflows/static.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jahidads/Portfolio/HEAD/.github/workflows/static.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jahidads/Portfolio/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jahidads/Portfolio/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jahidads/Portfolio/HEAD/index.html -------------------------------------------------------------------------------- /profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jahidads/Portfolio/HEAD/profile.jpg --------------------------------------------------------------------------------