├── README.md ├── images ├── About.png ├── Home.png ├── Project1.png ├── Project2.png └── Project3.png ├── index.html ├── main.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-10-Portfolio-Website-Modern/HEAD/README.md -------------------------------------------------------------------------------- /images/About.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-10-Portfolio-Website-Modern/HEAD/images/About.png -------------------------------------------------------------------------------- /images/Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-10-Portfolio-Website-Modern/HEAD/images/Home.png -------------------------------------------------------------------------------- /images/Project1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-10-Portfolio-Website-Modern/HEAD/images/Project1.png -------------------------------------------------------------------------------- /images/Project2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-10-Portfolio-Website-Modern/HEAD/images/Project2.png -------------------------------------------------------------------------------- /images/Project3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-10-Portfolio-Website-Modern/HEAD/images/Project3.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-10-Portfolio-Website-Modern/HEAD/index.html -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-10-Portfolio-Website-Modern/HEAD/main.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/QuantumCoding123/Day-10-Portfolio-Website-Modern/HEAD/style.css --------------------------------------------------------------------------------