tree view
.
├── LICENSE
├── link.txt
├── README.md
└── Training
└── Assignments
├── HTML CSS
│ ├── Day 1
│ │ └── index.html
│ ├── Day 2
│ │ └── index.html
│ ├── Day 3
│ │ ├── readme.md
│ │ ├── with bootstrap
│ │ │ ├── with flex
│ │ │ │ └── index.html
│ │ │ └── with grid
│ │ │ └── index.html
│ │ ├── with flex
│ │ │ ├── index.html
│ │ │ ├── style.css
│ │ │ └── Untitled-3.png
│ │ └── without flex
│ │ ├── index_2.html
│ │ ├── script.css
│ │ └── Untitled-3.png
│ └── readme.md
└── JS
└── 01
├── code.png
├── output.png
├── script_02.js
├── script_03.js
├── script.js
└── witout new using prototype.png