-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathteam3.html
555 lines (488 loc) · 26 KB
/
team3.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
551
552
553
554
555
<!DOCTYPE html>
<html version="1.0" lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dr.Poornachandra Yedla | Centella</title>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css" rel="stylesheet">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/nav.js"></script>
<style type="text/css">
#colr {
background: -webkit-linear-gradient(#ffffff, #252525);
background-clip: content-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
html {
scroll-behavior: smooth;
}
body {
transform-style: preserve-3d;
overflow-y: scroll;
overflow-x: hidden;
}
header {
transform-style: preserve-3d;
top: 0;
transition: top 0.3s ease-in-out;
z-index: 100000;
}
.nav-up {
top: -110px;
}
@media (max-width: 767px) {
.navicon {
width: 1.125em;
height: .125em;
font-size: x-large;
margin-top: -80%;
margin-left: 400%;
}
.navicon::before,
.navicon::after {
display: block;
position: absolute;
width: 100%;
height: 100%;
transition: all .2s ease-out;
content: '';
background: #3D4852;
}
.navicon::before {
top: 5px;
}
.navicon::after {
top: -5px;
}
.menu-btn:not(:checked)~.menu {
display: none;
}
.menu-btn:checked~.menu {
display: block;
}
.menu-btn:checked~.menu-icon .navicon {
background: transparent;
}
.menu-btn:checked~.menu-icon .navicon::before {
transform: rotate(-45deg);
}
.menu-btn:checked~.menu-icon .navicon::after {
transform: rotate(45deg);
}
.menu-btn:checked~.menu-icon .navicon::before,
.menu-btn:checked~.menu-icon .navicon::after {
top: 0;
}
}
.overlay {
position: absolute;
z-index: 100;
}
ul li ul {
display: none;
}
ul li:hover ul {
display: block;
}
ul li ul {
display: none;
position: absolute;
z-index: 1;
}
ul li:hover ul {
display: block;
background-color: whitesmoke;
border-radius: 2%;
padding: 1%;
z-index: 1;
}
.social-container {
width: 186px;
margin: 0vh auto;
margin-right: 1%;
text-align: center;
}
.social-icons {
padding: 0;
list-style: none;
margin: .1em;
}
.social-icons li {
display: inline-block;
margin: 0.18em;
position: relative;
font-size: 1.2em;
}
.profile .social-container {
width: 246px;
margin: 0vh auto;
margin-right: 1%;
text-align: left;
}
.profile .social-icons li {
display: inline-block;
margin: 0.3em;
position: relative;
font-size: 1.79em;
}
.profile .social-icons a:before {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
content: " ";
width: 36px;
height: 36px;
border-radius: 100%;
display: block;
background: linear-gradient(45deg, #00B5F5, #002A8F);
transition: all 265ms ease-out;
}
.profile .social-icons a {
display: inline-block;
}
.profile .social-icons a:hover:before {
transform: scale(0);
transition: all 265ms ease-in;
}
.profile .social-icons a:hover i {
transform: scale(2.2);
-ms-transform: scale(2.2);
-webkit-transform: scale(2.2);
color: #00B5F5;
background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
background-clip: content-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 265ms ease-in;
}
.social-icons i {
color: #fff;
position: absolute;
top: 4px;
left: 4px;
transition: all 265ms ease-out;
}
.social-icons a {
display: inline-block;
}
.social-icons a:before {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
content: " ";
width: 26px;
height: 26px;
border-radius: 100%;
display: block;
background: linear-gradient(45deg, #00B5F5, #002A8F);
transition: all 265ms ease-out;
}
.social-icons a:hover:before {
transform: scale(0);
transition: all 265ms ease-in;
}
.social-icons a:hover i {
transform: scale(2.2);
-ms-transform: scale(2.2);
-webkit-transform: scale(2.2);
color: #00B5F5;
background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
background-clip: content-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 265ms ease-in;
}
@keyframes moveright {
0% {
transform: translateX(-100px);
visibility: visible;
}
100% {
transform: translateX(0);
visibility: visible;
}
}
@media only screen and (max-width:767px) {
.img {
padding-left: 0%;
}
.profile .social-container {
width: 246px;
margin-top: 0;
padding-top: 0%;
margin-right: 0%;
text-align: center;
}
.back {
padding-top: 20%;
}
.abt {
width: 100%;
padding: 0px;
margin: 0px;
}
#about {
width: 100%;
padding-top: 10%;
}
.fotertxt {
font-size: x-small;
}
.menu {
padding-top: 0%;
width: 100%;
margin-left: 0%;
animation: moveright .1s linear 1;
visibility: hidden;
animation-fill-mode: forwards;
position: relative;
z-index: 10;
}
.abt2 {
font-size: smaller;
}
.name {
text-align: center;
}
}
.img {
margin-left: auto;
}
.overlay {
width: 100%;
-webkit-box-shadow: 0 8px 6px -6px #999;
-moz-box-shadow: 0 8px 6px -6px #999;
box-shadow: 0 8px 6px -5px rgb(129, 126, 126);
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-197087162-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-197087162-1');
</script>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PSC5X9H');
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PSC5X9H"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="mx-0 naav">
<header class=" fixed nav-down mx-auto w-full ">
<div class=" overlay mx-auto object-center flex flex-wrap flex-col md:flex-row " id="bar" style="background-color:rgb(255, 255, 255); ">
<a class="logo flex items-center mb-0 mr-auto md:ml-auto " href="index.html">
<img class=" w-30 h-20 p-0 " src="pics/centella.png" alt="">
</a>
<nav id="nvb" class="menu md:py-2 md:pl-4 md:border-gray-100 z-100 ml-36 mr-auto flex flex-wrap items-center text-black justify-center ">
<input class="menu-btn hidden" type="checkbox" id="menu-btn">
<label class="menu-icon block cursor-pointer md:hidden px-2 py-0 relative " style="position: relative;top:-10px ;padding-left: 25%;padding-top: 0%;" for="menu-btn">
<span class="navicon bg-blue-900 flex object-center relative " ></span>
</label>
<ul class="menu border-b md:border-none text-xl flex justify-end list-reset m-0 " style="font-weight: 450;">
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#about">About</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#team">Team</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#service">Offerings</a>
<ul>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="scientific-communication.html">Scientific Communication</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="medical-communication.html">Medical Communication</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="market-research.html">Market Research</a></li>
<li class=" border-t md:border-none"><a class="m-3 hover:text-blue-600" href="centella-academy.html">Centella Academy</a></li>
</ul>
</li>
<li class="active border-t md:border-none"><a class="m-3 hover:text-blue-600" href="centella-discovery.html"> Drug Discovery</a></li>
<li class="active border-t md:border-none"><a class="m-3 hover:text-blue-600" href="index.html#whycentella">Why Centella?</a></li>
<li class="active border-t md:border-none"><a class="m-3 hover:text-blue-600" href="career.html">Careers</a></li>
<button class="cont inline-flex text-xl items-center p-12 py-1 px-6 focus:outline-none hover:bg-blue-600 rounded text-black mx-12 -mt-1" style="background-color: #1bb3f4;"><a href="index.html#consult" >Contact us</a></button>
</ul>
</nav>
</div>
</header>
</div>
<section class="back">
<div class="ml-auto flex-wrap container text-left mr-auto " style="padding-top: 8%;padding-left: 8%;">
<a href="#" onClick="history.go(-1)"><button class=" inline-flex py-1 px-6 mb-0 rounded text-lg" style="background-color: #1bb3f4;font-weight: bold;font-family: montserrat;"> Go back</button></a>
</div>
</section>
<section class="text-black body-font" style="font-family: montserrat;">
<div class=" container mx-auto flex px-24 py-24 md:flex-row flex-col items-center" style="padding-bottom: 0%;padding-top: 2%;">
<img alt="feature" class=" object-center h-72 w-56" src="pics/poorna.png">
<div class="flex flex-col flex-wrap lg:py-6 -mb-10 lg:w-2/3 lg:pl-12 lg:text-left" style="padding-top: 2%;">
<div class="flex flex-col mb-4 ">
<div class="flex-grow name">
<h2 class="text-black text-xl mb-1" style="font-weight: bold;">Dr.Poornachandra Yedla</h2>
<p class="leading-relaxed text-lg mb-6">Head‐ Molecular Biology & Co-Founder</p>
</div>
</div>
<div class="flex flex-col mb-2 lg:items-start items-center">
<div class="profile flex-grow mb-4">
<div class="social-container">
<ul class="social-icons">
<li><a href="#"><i class=" fa fa-instagram"></i></a></li>
<li><a href="#"><i class=" fa fa-twitter" ></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="text-black mx-auto ">
<h3 class=" py-0 abt1 text-3xl" style="text-align: center;font-family: montserrat;font-weight: bold;">About </h3>
<div class=" px-0 py-16 mx-auto " style="padding-top: 10px;padding-bottom: 0px;">
<div class="abt2 flex-col mx-auto text-center mb-0" style="font-size: large;">
<h4 class="abt2 mb-8 mx-auto " style="text-align: left;font-weight: 500;font-family:montserrat;padding-left: 7%;padding-right: 7%;padding-top: 1%;padding-bottom: 0%;">Dr. Poornachandra Rao received his M.Sc (2010) in Biotechnology from the University college of science, Osmania University, India. He completed his Ph.D. in Biological Sciences in 2016 from CSIR-Indian Institute of Chemical Technology
(IICT), Hyderabad, India. He joined as scientist at RABS Pvt Ltd, Hyderabad and later he moved to CSIR-IICT for a postdoctoral position (2018-2021). During his doctoral studies, he worked significantly in the field nanobiotechnology
and cancer biology and explored it for cancer and infectious diseases and signalling mechanisms involved in cell death. His expertise includes drug repurposing and development of new chemical agents for kinase inhibitors BCR-ABL, b-Raf,
CSF1R etc. His research interest is the application of computational biology tools for understanding disease mechanisms, identification of biomarkers and drug targets and, apply it to human health and biotechnology. His technical expertise
includes molecular biology, cancer biology, cellular and computational biology, bioinformatics, structure-based drug discovery and biotechnology. Dr. Poornachandra authored more than 80 international publications, 2 patents and 3 book
chapters.
</h4>
</div>
</div>
</section>
<section class="text-black " style="font-family: montserrat;padding-top: 0%;padding-left: 4%;">
<div class="container px-5 py-12 mx-auto flex flex-wrap" style="padding-top: 0%;">
<h2 class="text-4xl text-indigo-500 mx-auto font-medium title-font mb-1" style="font-family: montserrat;font-weight: bold;">Top Publications</h2>
<div class="flex flex-wrap -m-4">
<a href="https://scholar.google.co.in/citations?hl=en&user=G5BIO18AAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DG5BIO18AAAAJ%26sortby%3Dpubdate%26citation_for_view%3DG5BIO18AAAAJ%3A4DMP91E08xMC%26tzom%3D-330"
target="_blank ">
<div class="p-8 lg:w-1/2 ">
<div class="flex bg-gray-100 border-2 rounded-lg border-gray-200 border-opacity-50 p-8 sm:flex-row flex-col ">
<div class="flex-grow ">
<p class=" text-base " style="font-weight: bold;">Efficient and green sulfamic acid catalyzed synthesis of new 1, 2-dihydroquinazoline derivatives with antibacterial potential.</p>
<a class="mt-3 text-indigo-500 inline-flex items-center " href="https://scholar.google.co.in/citations?hl=en&user=G5BIO18AAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DG5BIO18AAAAJ%26sortby%3Dpubdate%26citation_for_view%3DG5BIO18AAAAJ%3A4DMP91E08xMC%26tzom%3D-330"
target="_blank " style="font-weight: bold;"> Learn More
<svg fill="none " stroke="currentColor " stroke-linecap="round " stroke-linejoin="round " stroke-width="2 " class="w-4 h-4 ml-2 " viewBox="0 0 24 24 ">
<path d="M5 12h14M12 5l7 7-7 7 "></path>
</svg>
</a>
</div>
</div>
</div>
</a>
<a href="https://scholar.google.co.in/citations?hl=en&user=G5BIO18AAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DG5BIO18AAAAJ%26sortby%3Dpubdate%26citation_for_view%3DG5BIO18AAAAJ%3A4OULZ7Gr8RgC%26tzom%3D-330"
target="_blank ">
<div class="p-8 lg:w-1/2 md:w-full ">
<div class="flex bg-gray-100 border-2 rounded-lg border-gray-200 border-opacity-50 p-8 sm:flex-row flex-col ">
<div class="flex-grow ">
<p class=" text-base " style="font-weight: bold;">In-silico driven design and development of spirobenzimidazo-quinazolines as potential DNA gyrase inhibitors.</p>
<a class="mt-3 text-indigo-500 inline-flex items-center " href="https://scholar.google.co.in/citations?hl=en&user=G5BIO18AAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DG5BIO18AAAAJ%26sortby%3Dpubdate%26citation_for_view%3DG5BIO18AAAAJ%3A4OULZ7Gr8RgC%26tzom%3D-330"
target="_blank " style="font-weight: bold;">Learn More
<svg fill="none " stroke="currentColor " stroke-linecap="round " stroke-linejoin="round " stroke-width="2 " class="w-4 h-4 ml-2 " viewBox="0 0 24 24 ">
<path d="M5 12h14M12 5l7 7-7 7 "></path>
</svg>
</a>
</div>
</div>
</div>
</a>
</div>
<div class="flex flex-wrap -m-4" style="padding-top: 2%;">
<a href="https://scholar.google.co.in/citations?hl=en&user=G5BIO18AAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DG5BIO18AAAAJ%26sortby%3Dpubdate%26citation_for_view%3DG5BIO18AAAAJ%3AHoB7MX3m0LUC%26tzom%3D-330"
target="_blank ">
<div class="p-8 lg:w-1/2 md:w-full ">
<div class="flex bg-gray-100 border-2 rounded-lg border-gray-200 border-opacity-50 p-8 sm:flex-row flex-col ">
<div class="flex-grow ">
<p class=" text-base " style="font-weight: bold;">Synthesis, spectroscopic characterization, biological screening and in vitro cytotoxic studies of 4‐methyl‐3‐thiosemicarbazone derived Schiff bases and their Co (II ….</p>
<a class="mt-3 text-indigo-500 inline-flex items-center " href="https://scholar.google.co.in/citations?hl=en&user=G5BIO18AAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DG5BIO18AAAAJ%26sortby%3Dpubdate%26citation_for_view%3DG5BIO18AAAAJ%3AHoB7MX3m0LUC%26tzom%3D-330"
target="_blank " style="font-weight: bold;">Learn More
<svg fill="none " stroke="currentColor " stroke-linecap="round " stroke-linejoin="round " stroke-width="2 " class="w-4 h-4 ml-2 " viewBox="0 0 24 24 ">
<path d="M5 12h14M12 5l7 7-7 7 "></path>
</svg>
</a>
</div>
</div>
</div>
</a>
<a href="https://scholar.google.co.in/citations?hl=en&user=G5BIO18AAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DG5BIO18AAAAJ%26sortby%3Dpubdate%26citation_for_view%3DG5BIO18AAAAJ%3Au_35RYKgDlwC%26tzom%3D-330"
target="_blank ">
<div class="p-8 lg:w-1/2 ">
<div class="flex bg-gray-100 border-2 rounded-lg border-gray-200 border-opacity-50 p-8 sm:flex-row flex-col ">
<div class="flex-grow ">
<p class=" text-base " style="font-weight: bold;">Isomannide monoundecenoate‐based 1, 2, 3‐triazoles: Design, synthesis, and in vitro bioactive evaluation.</p>
<a class="mt-3 text-indigo-500 inline-flex items-center " href="https://scholar.google.co.in/citations?hl=en&user=G5BIO18AAAAJ&view_op=list_works&sortby=pubdate#d=gs_md_cita-d&u=%2Fcitations%3Fview_op%3Dview_citation%26hl%3Den%26user%3DG5BIO18AAAAJ%26sortby%3Dpubdate%26citation_for_view%3DG5BIO18AAAAJ%3Au_35RYKgDlwC%26tzom%3D-330"
target="_blank " style="font-weight: bold;"> Learn More
<svg fill="none " stroke="currentColor " stroke-linecap="round " stroke-linejoin="round " stroke-width="2 " class="w-4 h-4 ml-2 " viewBox="0 0 24 24 ">
<path d="M5 12h14M12 5l7 7-7 7 "></path>
</svg>
</a>
</div>
</div>
</div>
</a>
</div>
</div>
</section>
<footer class="text-white" style="font-family: Montserrat;padding-bottom: 2%;padding-top: 0%;background-color: rgb(0, 0, 0);">
<a class="flex title-font items-center mb-4 md:mb-2 md:ml-9" href="index.html">
<img class=" w-30 h-20 p-0 " style="object-fit: cover;padding-left: 45%;padding-top: 6px;" src="pics/centella.png" alt="logo">
</a>
<nav class=" md:mr-auto md:ml-5 md:py- md:pl-4 flex flex-wrap items-center justify-center mb-4">
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#about">About</a>
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#service">Services</a>
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#team">Our Team</a>
<a class="mr-5 text-lg hover:text-blue-600" href="career.html">Careers</a>
<a class="mr-5 text-lg hover:text-blue-600" href="index.html#consult">Contact Us</a>
<a class="mr-5 text-lg hover:text-blue-600">Privacy Policy</a>
</nav>
<hr style="height:1px;border-width:1;background-color: #000000;color: #000000;">
<div class=" px-5 py-3 mx-auto flex items-center sm:flex-row flex-col " style="padding-top: 3%;">
<p class="fotertxt " style="font-size: 16px;">© 2021 CENTELLA SCIENTIFIC PRIVATE LIMITED. All rights reserved
</p>
<div class="social-container">
<ul class="social-icons">
<li><a href="https://www.instagram.com/centella.scientific/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://twitter.com/centellascient1" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/centellascientific/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.facebook.com/Centella-Scientific-103572945211581" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCAdelmyMPBzu2WqiHc6Mh8w" target="_blank"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
<section class="text-white container ">
<div class="container mx-auto flex px-5 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 flex flex-col text-right ">
<h4 class=" text-lg dsg" style="padding-top: 2%;"> Designed & Developed by </h4>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 " style="padding-top:14px;">
<a href="https://rivach.com/" style="font-weight: bold;" class="colr" target="_blank"> <img class=" h-20 object-center rounded" alt="rivach.com" src="pics/rivach.png"></a>
</div>
</div>
</section>
</footer>
</section>
<script src="aos.js"></script>
<script>
AOS.init({
duration: 500,
});
</script>
</body>
</html>