├── README.md └── portfolio ├── 66.png ├── collection.pdf ├── images └── h.png ├── index.html ├── kk.jfif ├── ll.jfif └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinaykumarmahato/My-Second-Portfolio/HEAD/README.md -------------------------------------------------------------------------------- /portfolio/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinaykumarmahato/My-Second-Portfolio/HEAD/portfolio/66.png -------------------------------------------------------------------------------- /portfolio/collection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinaykumarmahato/My-Second-Portfolio/HEAD/portfolio/collection.pdf -------------------------------------------------------------------------------- /portfolio/images/h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinaykumarmahato/My-Second-Portfolio/HEAD/portfolio/images/h.png -------------------------------------------------------------------------------- /portfolio/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinaykumarmahato/My-Second-Portfolio/HEAD/portfolio/index.html -------------------------------------------------------------------------------- /portfolio/kk.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinaykumarmahato/My-Second-Portfolio/HEAD/portfolio/kk.jfif -------------------------------------------------------------------------------- /portfolio/ll.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinaykumarmahato/My-Second-Portfolio/HEAD/portfolio/ll.jfif -------------------------------------------------------------------------------- /portfolio/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinaykumarmahato/My-Second-Portfolio/HEAD/portfolio/style.css --------------------------------------------------------------------------------