├── BATCH1-Q2-CN ├── CSS │ ├── Oct 11 │ │ ├── style1.css │ │ ├── Assignment.png │ │ ├── sample2.html │ │ ├── sample1.html │ │ ├── sample5.html │ │ ├── sample6.html │ │ ├── sample3.html │ │ └── sample4.html │ ├── Oct 26 │ │ ├── border.png │ │ ├── bullet.gif │ │ ├── display.html │ │ ├── sample5.html │ │ ├── sample4.html │ │ ├── sample1.html │ │ ├── sample3.html │ │ ├── boxes.html │ │ ├── sample6.html │ │ ├── sample2.html │ │ └── form.html │ ├── Oct 19 │ │ ├── Assignment.pdf │ │ ├── panacloud.png │ │ ├── AtomicRobusta.otf │ │ ├── sample7.html │ │ ├── sample3.html │ │ ├── sample2.html │ │ ├── sample1.html │ │ ├── sample6.html │ │ ├── sample4.html │ │ └── sample5.html │ └── Jan 4 │ │ ├── sample3.html │ │ ├── sample4.html │ │ ├── sample5.html │ │ ├── sample2.html │ │ ├── sample1.html │ │ └── sample6.html ├── HTML │ ├── Oct 5 │ │ ├── panacloud.png │ │ ├── sample6.html │ │ ├── sample4.html │ │ ├── sample1.html │ │ ├── sample7.html │ │ ├── sample5.html │ │ ├── sample2.html │ │ └── sample3.html │ ├── Sep 28 │ │ ├── panacloud.png │ │ ├── Internal links │ │ │ ├── contact.html │ │ │ ├── html │ │ │ │ └── about.html │ │ │ └── home.html │ │ ├── sample3.html │ │ ├── sample2.html │ │ ├── sample7.html │ │ ├── sample8.html │ │ ├── sample1.html │ │ ├── sample9.html │ │ ├── sample10.html │ │ ├── sample5.html │ │ ├── sample6.html │ │ └── sample4.html │ └── Sep 21 │ │ ├── sample1.html │ │ ├── sample3.html │ │ └── sample2.html └── JS │ ├── Dec 7 │ ├── sample5.html │ ├── sample6.html │ ├── sample2.html │ ├── sample4.html │ ├── sample3.html │ ├── sample1.html │ └── sample7.html │ ├── Nov 2 │ ├── sample1.html │ ├── sample3.html │ ├── sample4.html │ └── sample2.html │ ├── Nov 9 │ ├── sample2.html │ ├── sample3.html │ ├── sample5.html │ ├── sample4.html │ └── sample1.html │ ├── Nov 30 │ ├── sample5.html │ ├── sample7.html │ ├── sample4.html │ ├── sample1.html │ ├── sample6.html │ ├── sample3.html │ └── sample2.html │ ├── Dec 21 │ ├── sample8.html │ ├── sample6.html │ ├── sample3.html │ ├── sample4.html │ ├── sample7.html │ ├── sample2.html │ ├── sample5.html │ └── sample1.html │ ├── Dec 14 │ ├── sample7.html │ ├── sample6.html │ ├── sample4.html │ ├── sample2.html │ ├── sample5.html │ ├── sample3.html │ └── sample1.html │ └── Nov 16 │ ├── sample1.html │ ├── sample6.html │ ├── sample3.html │ ├── sample5.html │ ├── sample4.html │ └── sample2.html └── README.md /BATCH1-Q2-CN/CSS/Oct 11/style1.css: -------------------------------------------------------------------------------- 1 | h1 { 2 | color: red; 3 | } 4 | p { 5 | color: darkcyan; 6 | } -------------------------------------------------------------------------------- /BATCH1-Q2-CN/CSS/Oct 26/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuhammadMohsin/PIAIC-Teaching/HEAD/BATCH1-Q2-CN/CSS/Oct 26/border.png -------------------------------------------------------------------------------- /BATCH1-Q2-CN/CSS/Oct 26/bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuhammadMohsin/PIAIC-Teaching/HEAD/BATCH1-Q2-CN/CSS/Oct 26/bullet.gif -------------------------------------------------------------------------------- /BATCH1-Q2-CN/CSS/Oct 11/Assignment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuhammadMohsin/PIAIC-Teaching/HEAD/BATCH1-Q2-CN/CSS/Oct 11/Assignment.png -------------------------------------------------------------------------------- /BATCH1-Q2-CN/CSS/Oct 19/Assignment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuhammadMohsin/PIAIC-Teaching/HEAD/BATCH1-Q2-CN/CSS/Oct 19/Assignment.pdf -------------------------------------------------------------------------------- /BATCH1-Q2-CN/CSS/Oct 19/panacloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuhammadMohsin/PIAIC-Teaching/HEAD/BATCH1-Q2-CN/CSS/Oct 19/panacloud.png -------------------------------------------------------------------------------- /BATCH1-Q2-CN/HTML/Oct 5/panacloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuhammadMohsin/PIAIC-Teaching/HEAD/BATCH1-Q2-CN/HTML/Oct 5/panacloud.png -------------------------------------------------------------------------------- /BATCH1-Q2-CN/HTML/Sep 28/panacloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuhammadMohsin/PIAIC-Teaching/HEAD/BATCH1-Q2-CN/HTML/Sep 28/panacloud.png -------------------------------------------------------------------------------- /BATCH1-Q2-CN/CSS/Oct 19/AtomicRobusta.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MuhammadMohsin/PIAIC-Teaching/HEAD/BATCH1-Q2-CN/CSS/Oct 19/AtomicRobusta.otf -------------------------------------------------------------------------------- /BATCH1-Q2-CN/HTML/Sep 28/Internal links/contact.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 |