├── .DS_Store ├── .vscode └── settings.json ├── PSD-Template ├── Email-Template (desktop).psd ├── Email-Template(mobile).psd └── Email-Template.jpg ├── images ├── calender-icon.png ├── fb-icon.png ├── gray-line.png ├── icai-events-tag.png ├── icai-footer-logo.jpg ├── icai-logo-g20.jpg ├── image-1.png ├── image-2.png ├── image-3.png ├── image-4.png ├── image-5.png ├── image-6.png ├── image-7.png ├── image-8.png ├── instagram-icon.png ├── koo.png ├── linkedin-icon.png ├── sec-1-btn.png ├── sec-2-btn.png ├── sec-3-btn.png ├── sec-4-btn.png ├── sec-5-btn.png ├── sec-6-btn.png ├── sec-7-btn.png ├── sec-8-btn.png ├── sno-1.png ├── sno-2.png ├── sno-3.png ├── sno-4.png ├── sno-5.png ├── sno-6.png ├── sno-7.png ├── sno-8.png ├── telegram.png ├── twitter-icon.png ├── visit-text.jpg ├── white.png └── youtube-icon.png └── index.html /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/.DS_Store -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "liveServer.settings.port": 5501 3 | } -------------------------------------------------------------------------------- /PSD-Template/Email-Template (desktop).psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/PSD-Template/Email-Template (desktop).psd -------------------------------------------------------------------------------- /PSD-Template/Email-Template(mobile).psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/PSD-Template/Email-Template(mobile).psd -------------------------------------------------------------------------------- /PSD-Template/Email-Template.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/PSD-Template/Email-Template.jpg -------------------------------------------------------------------------------- /images/calender-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/calender-icon.png -------------------------------------------------------------------------------- /images/fb-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/fb-icon.png -------------------------------------------------------------------------------- /images/gray-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/gray-line.png -------------------------------------------------------------------------------- /images/icai-events-tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/icai-events-tag.png -------------------------------------------------------------------------------- /images/icai-footer-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/icai-footer-logo.jpg -------------------------------------------------------------------------------- /images/icai-logo-g20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/icai-logo-g20.jpg -------------------------------------------------------------------------------- /images/image-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/image-1.png -------------------------------------------------------------------------------- /images/image-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/image-2.png -------------------------------------------------------------------------------- /images/image-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/image-3.png -------------------------------------------------------------------------------- /images/image-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/image-4.png -------------------------------------------------------------------------------- /images/image-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/image-5.png -------------------------------------------------------------------------------- /images/image-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/image-6.png -------------------------------------------------------------------------------- /images/image-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/image-7.png -------------------------------------------------------------------------------- /images/image-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/image-8.png -------------------------------------------------------------------------------- /images/instagram-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/instagram-icon.png -------------------------------------------------------------------------------- /images/koo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/koo.png -------------------------------------------------------------------------------- /images/linkedin-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/linkedin-icon.png -------------------------------------------------------------------------------- /images/sec-1-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sec-1-btn.png -------------------------------------------------------------------------------- /images/sec-2-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sec-2-btn.png -------------------------------------------------------------------------------- /images/sec-3-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sec-3-btn.png -------------------------------------------------------------------------------- /images/sec-4-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sec-4-btn.png -------------------------------------------------------------------------------- /images/sec-5-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sec-5-btn.png -------------------------------------------------------------------------------- /images/sec-6-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sec-6-btn.png -------------------------------------------------------------------------------- /images/sec-7-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sec-7-btn.png -------------------------------------------------------------------------------- /images/sec-8-btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sec-8-btn.png -------------------------------------------------------------------------------- /images/sno-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sno-1.png -------------------------------------------------------------------------------- /images/sno-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sno-2.png -------------------------------------------------------------------------------- /images/sno-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sno-3.png -------------------------------------------------------------------------------- /images/sno-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sno-4.png -------------------------------------------------------------------------------- /images/sno-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sno-5.png -------------------------------------------------------------------------------- /images/sno-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sno-6.png -------------------------------------------------------------------------------- /images/sno-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sno-7.png -------------------------------------------------------------------------------- /images/sno-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/sno-8.png -------------------------------------------------------------------------------- /images/telegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/telegram.png -------------------------------------------------------------------------------- /images/twitter-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/twitter-icon.png -------------------------------------------------------------------------------- /images/visit-text.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/visit-text.jpg -------------------------------------------------------------------------------- /images/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/white.png -------------------------------------------------------------------------------- /images/youtube-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/EmailTemplate/006de5088590899de9bc4d42e65a961c48da8e20/images/youtube-icon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Email-Template 7 | 8 | 9 | 10 | 11 | 12 | 13 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 216 | 217 | 218 | 219 | 220 | 221 | 222 | 223 | 224 | 225 | 252 | 253 | 254 | 255 | 256 | 257 | 258 | 259 | 260 | 261 | 288 | 289 | 290 | 291 | 292 | 293 | 294 | 295 | 296 | 297 | 322 | 323 | 324 | 325 | 326 | 327 | 328 | 329 | 330 | 331 | 358 | 359 | 360 | 361 | 362 | 363 | 364 | 365 | 390 | 391 | 392 | 393 |
77 | 78 | 79 | 80 | 81 | 82 | 83 | 97 | 98 | 99 | 100 |
84 |

Risks & Opportunities for CAs in PMLA

85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 |
13th April 2023
4:00 - 6:00 PM
93 | 94 |
Organized by:
95 |

Committee on Commercial Laws, Economic Advisory & NPO Cooperative of ICAI

96 |
101 |
113 | 114 | 115 | 116 | 117 | 118 | 119 | 133 | 134 | 135 | 136 | 137 | 138 |
120 |

Advanced Excel & Data Dashboard, Noida

121 | 122 | 123 | 124 | 125 | 126 | 127 |
14-16 April 2023
10:00 AM-5:00 PM
128 | 129 |
Organized by:
130 |

Digital Accounting & Assurance 131 | Board of ICAI

132 |
139 |
152 | 153 | 154 | 155 | 156 | 157 | 172 | 173 | 174 | 175 |
158 |

Virtual Program on Audit 159 | Trail – Issues in Reporting 160 | and Implementation

161 | 162 | 163 | 164 | 165 | 166 | 167 |
14th April 2023
4:00 - 6:00 PM
168 | 169 |
Organized by:
170 |

Women and Young Members Excellence Committee

171 |
176 |
188 | 189 | 190 | 191 | 192 | 193 | 194 | 209 | 210 | 211 | 212 | 213 | 214 |
195 |

Advanced Excel & Data 196 | Dashboard, Hyderabad

197 | 198 | 199 | 200 | 201 | 202 | 203 |
14-16 April 2023
10:00 AM-5:00 PM
204 | 205 |
Organized by:
206 |

Digital Accounting & Assurance 207 | Board of ICAI

208 |
215 |
226 | 227 | 228 | 229 | 230 | 231 | 247 | 248 | 249 | 250 |
232 |

One Day Training 233 | Programme for Peer 234 | Reviewers, Chengalpattu

235 | 236 | 237 | 238 | 239 | 240 | 241 |
22nd April 2023
9:00 AM - 5:00 PM
242 | 243 |
Organized by:
244 |

Peer Review Board and hosted by 245 | Chengalpattu Branch of SIRC of ICAI

246 |
251 |
262 | 263 | 264 | 265 | 266 | 267 | 281 | 282 | 283 | 284 | 285 | 286 |
268 |

Launch of ‘Certificate 269 | Course on Indian Accounting Standards

270 | 271 | 272 | 273 | 274 | 275 | 276 |
29th April 2023
277 | 278 |
Organized by:
279 |

Accounting Standard Board (ASB)

280 |
287 |
298 | 299 | 300 | 301 | 302 | 303 | 317 | 318 | 319 | 320 |
304 |

Launch of ‘Certificate 305 | Course on Indian Accounting Standards (Ind AS)

306 | 307 | 308 | 309 | 310 | 311 | 312 |
13th May 2023
313 | 314 |
Organized by:
315 |

Accounting Standard Board (ASB)

316 |
321 |
332 | 333 | 334 | 335 | 336 | 337 | 351 | 352 | 353 | 354 | 355 | 356 |
338 |

Launch of ‘Certificate Course on Indian 339 | Accounting Standards (Ind AS) (Mumbai Physical Batch-46)

340 | 341 | 342 | 343 | 344 | 345 | 346 |
13th May 2023
347 | 348 |
Organized by:
349 |

Accounting Standard Board (ASB)

350 |
357 |
366 | 367 | 368 | 369 | 370 | 379 | 380 | 381 | 382 | 383 | 384 | 385 | 386 | 387 | 388 |
371 | 372 | 373 | 374 | 375 | 376 | 377 | 378 |
389 |
394 | 395 | 396 | 397 | --------------------------------------------------------------------------------