/ITI-Training

repo for iti summer training

Primary LanguageHTML

ITI Web Fundamentals Training


ITI-Training
| 
├── Task 1                             # HTML & CSS Session task
|     ├── images                       # folder contains images used in the task
|     ├── BioTex.html
|     └── style.css
|
├── Task 2                             # JavaScript first session task
|     ├── main.js                      # JavaScript file contains answer to sheet
|     └── index.html
|
├── Task 3                             # JavaScript second session task
|     ├── images                       # folder contains images used in the task
|     ├── main.js                      # JavaScript file to insert text and img in html
|     ├── functions.js                 # JavaScript file contains answer to sheet in form of functions
|     ├── index.html
|     └── style.css
|
├── Task 4                             # Database first session task
|     ├── .erdplus                     # folder contains erd to the 5 problems in .erdplus
|     ├── Database Assignment.pdf      # pdf contain the questions
|     ├── Problem 1.png                # first problem erd
|     ├── Problem 2.png                # second problem erd
|     ├── Problem 3.png                # third problem erd
|     ├── Problem 4.png                # fourth problem erd
|     └── Problem 5.png                # fifth problem erd
|
├── Task 5                             # Bootstrap first session task
|     ├── images                       # folder contains images used in the task
|     ├── index.html
|     └── style.css
|
├── Task 5                             # Bootstrap second session task
|     ├── images                       # folder contains images used in the task
|     └── index.html
|
└── readme.md