23 |
31 |
24 |
30 |
25 |
29 | We sell lifestyle.
26 |Flat 40% OFF on premium brands
27 | 28 |├── README.md ├── bootstrap ├── BootstrapAssignment.pdf ├── cart.html ├── images │ ├── camera.jpg │ ├── intro-bg_1.jpg │ ├── shirt.jpg │ └── watch.jpg ├── index.css ├── index.html ├── login.html ├── logout.html ├── products.html ├── settings.html ├── signup.html └── success.html ├── html_css ├── HTML _ CSS Assignment.pdf ├── images │ ├── camera.jpg │ ├── intro-bg_1.jpg │ ├── shirt.jpg │ └── watch.jpg ├── index.css └── index.html ├── php ├── PHP Assignment.pdf ├── cart-add.php ├── cart-remove.php ├── cart.php ├── images │ ├── camera.jpg │ ├── intro-bg_1.jpg │ ├── shirt.jpg │ └── watch.jpg ├── includes │ ├── check-if-added.php │ ├── common.php │ ├── footer.php │ └── header.php ├── index.css ├── index.php ├── login.php ├── login_submit.php ├── logout.php ├── products.php ├── settings.php ├── settings_script.php ├── signup.php ├── signup_script.php └── success.php └── sql ├── MySQL Assignment.pdf ├── create.sql └── insert.sql /README.md: -------------------------------------------------------------------------------- 1 | # Internshala Web Developement Assignments 2 | This is the project repository for my assignments in Internshala Web Developement Training. 3 | 4 | ## Topics 5 | * **Module1** : HTML & CSS 6 | * **Module2** : Bootstrap 7 | * **Module3** : SQL 8 | * **Module4** : PHP 9 | 10 | -------------------------------------------------------------------------------- /bootstrap/BootstrapAssignment.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Roy19/internshala_assignments/9f307b2eb88d9e1b302798a17dd24f2e163014d2/bootstrap/BootstrapAssignment.pdf -------------------------------------------------------------------------------- /bootstrap/cart.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |Item Number | 40 |Item Name | 41 |Price | 42 |43 | |
---|---|---|---|
1 | 46 |Watch | 47 |0 | 48 |49 | |
52 | | 53 | | Total: 0 | 54 |Confirm Order | 55 |
We have the best cameras, watches and shirts for you. No need to hunt 40 | around, we have all in one place.
41 |Price: 80,000
49 | 50 |Price: 80,000
59 | 60 |Price: 80,000
69 | 70 |Price: 80,000
79 | 80 |Price: 700
91 | 92 |Price: 700
101 | 102 |Price: 700
111 | 112 |Price: 700
121 | 122 |Price: 1000
133 | 134 |Price: 1000
143 | 144 |Price: 1000
153 | 154 |Price: 1000
163 | 164 |Item Number | 42 |Item Name | 43 |Price | 44 |45 | |
---|---|---|---|
49 | | 50 | | 51 | | ">Remove | 52 |
58 | | 59 | | Total: | 60 |Confirm Order | 61 |
We have the best cameras, watches and shirts for you. No need to hunt 28 | around, we have all in one place.
29 |Price: 80,000
37 | 38 | Add to cart 39 | 40 | 41 | Added to cart 42 | 43 | Add to cart 44 | 46 |Price: 80,000
55 | 56 | Add to cart 57 | 58 | 59 | Added to cart 60 | 61 | Add to cart 62 | 64 |Price: 80,000
73 | 74 | Add to cart 75 | 76 | 77 | Added to cart 78 | 79 | Add to cart 80 | 82 |Price: 80,000
91 | 92 | Add to cart 93 | 94 | 95 | Added to cart 96 | 97 | Add to cart 98 | 100 |Price: 700
111 | 112 | Add to cart 113 | 114 | 115 | Added to cart 116 | 117 | Add to cart 118 | 120 |Price: 700
129 | 130 | Add to cart 131 | 132 | 133 | Added to cart 134 | 135 | Add to cart 136 | 138 |Price: 700
147 | 148 | Add to cart 149 | 150 | 151 | Added to cart 152 | 153 | Add to cart 154 | 156 |Price: 700
165 | 166 | Add to cart 167 | 168 | 169 | Added to cart 170 | 171 | Add to cart 172 | 174 |Price: 1000
185 | 186 | Add to cart 187 | 188 | 189 | Added to cart 190 | 191 | Add to cart 192 | 194 |Price: 1000
203 | 204 | Add to cart 205 | 206 | 207 | Added to cart 208 | 209 | Add to cart 210 | 212 |Price: 1000
221 | 222 | Add to cart 223 | 224 | 225 | Added to cart 226 | 227 | Add to cart 228 | 230 |Price: 1000
239 | 240 | Add to cart 241 | 242 | 243 | Added to cart 244 | 245 | Add to cart 246 | 248 |