-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstudents.html
550 lines (525 loc) · 18.4 KB
/
students.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Arial, sans-serif;
}
h1 {
text-align: center;
margin-top: 0;
}
h2 {
text-align: center;
}
p {
margin-bottom: 20px;
}
table {
margin: 0 auto;
border-collapse: collapse;
}
caption {
font-size: x-large;
font-weight: bold;
}
th, td {
padding: 10px;
text-align: center;
}
.profile img {
width: 150px;
height: 150px;
object-fit: cover;
border-radius: 50%;
}
.des {
margin-top: 10px;
}
.des a {
color: blue;
text-decoration: none;
}
.des a:hover {
text-decoration: underline;
}
.btn {
display: inline-block;
padding: 10px 20px;
font-size: 16px;
border: none;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.3s ease;
width: 200px;
height: 40px;
text-align: center;
}
.btn-primary {
background-color: #3498db;
color: white;
}
.btn-primary:hover {
background-color: #2980b9;
}
.btn-success {
background-color: #27ae60;
color: white;
}
.btn-success:hover {
background-color: #219653;
}
.btn-danger {
background-color: #e74c3c;
color: white;
}
.btn-danger:hover {
background-color: #c0392b;
}
</style>
</head>
<body>
<h1>Pepper Programming</h1>
<hr>
<p>
Pepper Programming is a AI-Assisted Full Stack Development Education, Created by Senthazal Ravi from Sweden. It is a groundbreaking approach to software engineering that empowers individuals with little to no coding experience to become proficient full stack developers. By leveraging the power of AI tools and platforms, aspiring developers can now rapidly build robust and scalable applications with minimal manual coding efforts.
</p>
<p>
With <a href="https://twitter.com/senthazalravi">Senthazal ravi's</a> Pepper Programming AI/Web Full Stack Development, traditional barriers to entry in the software development world are dismantled. Here's how it works:
</p>
<ol>
<li>No Code/Low Code Environment: The foundation of Pepper Programming AI/Web Full Stack Development lies in the utilization of no code and low code platforms. These intuitive interfaces enable developers to visually design and configure various components of their applications, eliminating the need for extensive manual coding.</li>
<li>AI-Powered Code Generation: AI algorithms analyze the application's requirements, design patterns, and industry best practices to generate code snippets automatically. This AI-driven code generation significantly reduces the time and effort traditionally spent on manual coding tasks, allowing developers to focus on high-level logic and problem-solving.</li>
<li>Intelligent Suggestion Systems: AI tools provide intelligent suggestions and recommendations throughout the development process. These systems offer insights on best practices, optimal code structures, and efficient algorithms, enabling developers to make informed decisions and write high-quality code.</li>
<li>Rapid Prototyping and Iteration: Pepper Programming AI/Web Full Stack Development facilitates rapid prototyping by providing pre-built templates and modules for common functionalities. Developers can quickly assemble and customize these components, accelerating the development cycle and enabling iterative improvements based on user feedback.</li>
<li>Seamless Integration with AI Services: Full stack developers can leverage AI services and APIs seamlessly within their applications. These services include natural language processing, computer vision, machine learning, and more. Integration with AI services enhances the functionality, intelligence, and user experience of the developed applications.</li>
<li>Continuous Learning and Improvement: Pepper Programming AI/Web Full Stack Development platforms learn from user interactions and feedback, continually improving their code generation capabilities and suggestion systems. This iterative learning process ensures that developers benefit from AI advancements and industry best practices, keeping them at the forefront of software development trends.</li>
</ol>
<p>
Pepper Programming AI/Web Full Stack Development opens doors for individuals with diverse backgrounds and skill levels to embark on a journey towards becoming proficient full stack developers. By combining the power of AI tools, no code/low code environments, and intelligent suggestions, developers can now create complex and sophisticated applications without being limited by their coding expertise.
</p>
<p>
Embrace the future of software engineering with Pepper Programming AI/Web Full Stack Development and unlock your potential to build innovative, scalable, and intelligent applications.
</p>
<hr>
<table>
<caption>Pepper Programming Chennai Batch 01</caption>
<hr>
<tr>
<td>
<div class="profile">
<center>
<img src="URL" alt="Profile Photo">
</center>
<div class="des">
<a href="linkedin URL">Lakshmi Karthik</a>
</div>
</div>
</td>
<td>
<div class="profile">
<center>
<img src="https://media.licdn.com/dms/image/D5603AQGx2suauDVDuw/profile-displayphoto-shrink_800_800/0/1688575009133?e=1694044800&v=beta&t=4VPDQk-44o-vFUko1OzT5sFb5vaBABmYPTg4LI0tR_g" alt="Profile Photo">
</center>
<div class="des">
<a href="https://www.linkedin.com/in/rajkumar-k-511899196/">RAJKUMAR K</a>
</div>
</div>
</td>
<td>
<div class="profile">
<center>
<img src="https://media.licdn.com/dms/image/D5603AQHYwmh_j4DfaQ/profile-displayphoto-shrink_200_200/0/1688108404019?e=1694649600&v=beta&t=PwNxYST96wd2hgnrjGM9DYWql85nOMW0HfCQMNDTvAs" alt="Profile Photo">
</center>
<div class="des">
<a href="https://www.linkedin.com/in/sri-sangavi-s-m-02b022259/">sangavi</a>
</div>
</div>
</td>
</tr>
<tr>
<td>
<a href="url" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
<td>
<a href="https://drive.google.com/drive/folders/1d9BUPfgeGmuZ0aQr_22wgkeNiS1OeShr" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
<td>
<a href="https://drive.google.com/file/d/1d3qujkfhiRJf0hOUy4GmtgHkpoIyTJlh/view?usp=drivesdk" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="url" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
<td>
<a href="https://ppchennai.vercel.app/Rajkumar/Rajkumar.html" >
<button type="button" class="btn btn-danger">Rajkumar Workspace</button>
</a>
</td>
<td>
<a href="url" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
</tr>
<tr>
<td>
<div class="profile">
<center>
<img src="URL" alt="Profile Photo">
</center>
<div class="des">
<a href="linkedin URL">Dhivya Sethupathi</a>
</div>
</div>
</td>
<td>
<div class="profile">
<center>
<img src="https://media.licdn.com/dms/image/D4D03AQEqcYGee1iBJA/profile-displayphoto-shrink_400_400/0/1689837591835?e=1697068800&v=beta&t=le_l-8V-V-MmseBrP9vJMfNm2ib8yUbQTr7iNV9UkYU" alt="Profile Photo">
</center>
<div class="des">
<a href="https://www.linkedin.com/in/murali-viswanath-1a80a0281">Murali Selvam V</a>
</div>
</div>
</td>
<td>
<div class="profile">
<center>
<img src="URL" alt="Profile Photo">
</center>
<div class="des">
<a href="linkedin URL">Ananth S</a>
</div>
</div>
</td>
</tr>
<tr>
<td>
<a href="url" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
<td>
<a href="https://drive.google.com/file/d/186m3LymrhckUdekZToVxwpMuXn0qOWkT/view" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
<td>
<a href="url" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="url" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
<td>
<a href="/murali.html" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
<td>
<a href="url" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
</tr>
<tr>
<td>
<div class="profile">
<center>
<img src="https://media.licdn.com/dms/image/D5603AQFv8G84J7WScA/profile-displayphoto-shrink_400_400/0/1690350631169?e=1696464000&v=beta&t=i6qkWYowMKpgpuRdp-CDEx8SJxq1nUik8s7_KIPfKc0" alt="Profile Photo">
</center>
<div class="des">
<a href="https://www.linkedin.com/in/divya-ramamoorthy-080b11280/" target="_blank">Divya R</a>
</div>
</div>
</td>
<td>
<div class="profile">
<center>
<img src="https://media.licdn.com/dms/image/D5603AQEn4EnJY_WPxQ/profile-displayphoto-shrink_800_800/0/1687787021606?e=1694649600&v=beta&t=GNGzn25FGCPQQfvEdFecru-dW025Q0-nGPzPa7WiWX4" alt="Profile Photo">
</center>
<div class="des">
<a href="https://www.linkedin.com/in/shahid-afridi-ba119b194">Shahid Afridi M</a>
</div>
</div>
</td>
<td>
<div class="profile">
<center>
<img src="https://media.licdn.com/dms/image/D4E03AQHGMFnKSDe35A/profile-displayphoto-shrink_800_800/0/1689272119340?e=1694649600&v=beta&t=6Hlw9UR6eBbLyNJwCWiMU8qaHgrl-7Ch9HpPDO5hVqE" alt="Profile Photo">
</center>
<div class="des">
<a href="https://www.linkedin.com/in/arthi-sivakumar19">Arthi sivakumar</a>
</div>
</div>
</td>
</tr>
<tr>
<td>
<a href="/CV_Resume/DivyaRamamoorthy.pdf" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
<td>
<a href="url" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
<td>
<a href="https://drive.google.com/drive/folders/1gCD7KNL6lMPhw3F2SaCa2oBVa5ZcAhiR" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="/Cover Letter/Cover Letter-DivyaRamamoorthy.pdf" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="https://ppchennai.vercel.app/DivyaR/workspace/index.html" >
<button type="button" class="btn btn-danger">Divya Workspace</button>
</a>
</td>
<td>
<a href="https://ppchennai.vercel.app/ShahidAfridi/Blog/Afridi.html" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
<td>
<a href="https://ppchennai.vercel.app/Arthi/Arthi.html" download="Workspace">
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
</tr>
<tr>
<td>
<div class="profile">
<center>
<img src="URL" alt="Profile Photo">
</center>
<div class="des">
<a href="linkedin URL">Jumana Hasin.S</a>
</div>
</div>
</td>
<td>
<div class="profile">
<center>
<img src="https://media.licdn.com/dms/image/D5603AQFurTlvGZR6oA/profile-displayphoto-shrink_100_100/0/1687782401745?e=1694649600&v=beta&t=CkEy6fQUH6yzrrGYy0aG5ghfLa0LS-WPu7TWzZADX7A" alt="Profile Photo">
</center>
<div class="des">
<a href="https://www.linkedin.com/in/sarmathi-k-a556a2189">Sarmathi_calci</a>
</div>
</div>
</td>
<td>
<div class="profile">
<center>
<img src="URL" alt="Profile Photo">
</center>
<div class="des">
<a href="linkedin URL">M.Devi</a>
</div>
</div>
</td>
</tr>
<tr>
<td>
<a href="url" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
<td>
<a href="https://drive.google.com/drive/folders/1nSt0VPDzoIqSGiSfW564G6PvA6N3qo58?usp=drive_link" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
<td>
<a href="url" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="url" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
<td>
<a href="url" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
<td>
<a href="url" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
</tr>
<tr>
<td>
<div class="profile">
<center>
<img src="URL" alt="Profile Photo">
</center>
<div class="des">
<a target="_blank" href="https://www.linkedin.com/in/neeja-v-57bb0b280/">Neeja S</a>
</div>
</div>
</td>
<td>
<div class="profile">
<center>
<img src="URL" alt="Profile Photo">
</center>
<div class="des">
<a href="linkedin URL">Janani V S</a>
</div>
</div>
</td>
<td>
<div class="profile">
<center>
<img src="https://media.licdn.com/dms/image/D5603AQFP3LeYYBTpDw/profile-displayphoto-shrink_800_800/0/1687802813646?e=1694649600&v=beta&t=41r2PIrACClBYB6Vc--kyLCvFdExi5dMsUfiT1qA-r8" alt="Profile Photo">
</center>
<div class="des">
<a href="https://www.linkedin.com/in/priyanka-s-898860231/">Priyanka S</a>
</div>
</div>
</td>
</tr>
<tr>
<td>
<a href="https://drive.google.com/file/d/1E-JfML48yKzniW9PkYmOOGh-RC2NRNg3/view?usp=sharing" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
<td>
<a href="url" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
<td>
<a href="https://drive.google.com/file/d/1jEsF1cDKbtWtpajY4lZn6jQwBq53hw3P/view" download="Resume">
<button type="button" class="btn btn-primary">Download Resume</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
<td>
<a href="url" download="Coverletter">
<button type="button" class="btn btn-success">Download Coverletter</button>
</a>
</td>
</tr>
<tr>
<td>
<a href="url" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
<td>
<a href="url" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
<td>
<a href="url" >
<button type="button" class="btn btn-danger">Your Workspace</button>
</a>
</td>
</tr>
</table>
</body>
</html>