├── README.md ├── css └── style.css ├── img ├── favicon.ico ├── ss1.PNG ├── ss2.PNG ├── ss3.PNG ├── ss4.PNG ├── ss5.PNG └── trm.PNG ├── index.html └── js ├── main.js └── winbox.bundle.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/README.md -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/css/style.css -------------------------------------------------------------------------------- /img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/img/favicon.ico -------------------------------------------------------------------------------- /img/ss1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/img/ss1.PNG -------------------------------------------------------------------------------- /img/ss2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/img/ss2.PNG -------------------------------------------------------------------------------- /img/ss3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/img/ss3.PNG -------------------------------------------------------------------------------- /img/ss4.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/img/ss4.PNG -------------------------------------------------------------------------------- /img/ss5.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/img/ss5.PNG -------------------------------------------------------------------------------- /img/trm.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/img/trm.PNG -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/index.html -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/js/main.js -------------------------------------------------------------------------------- /js/winbox.bundle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naemazam/terminal-portfolio/HEAD/js/winbox.bundle.js --------------------------------------------------------------------------------