├── LICENSE ├── README.md ├── index.html └── src ├── css └── style.css └── images ├── favicon └── port-image.png └── profile └── profile-photo.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMadaraUchiha/Portfolio/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMadaraUchiha/Portfolio/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMadaraUchiha/Portfolio/HEAD/index.html -------------------------------------------------------------------------------- /src/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMadaraUchiha/Portfolio/HEAD/src/css/style.css -------------------------------------------------------------------------------- /src/images/favicon/port-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMadaraUchiha/Portfolio/HEAD/src/images/favicon/port-image.png -------------------------------------------------------------------------------- /src/images/profile/profile-photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MrMadaraUchiha/Portfolio/HEAD/src/images/profile/profile-photo.jpg --------------------------------------------------------------------------------