-
Notifications
You must be signed in to change notification settings - Fork 2
/
keynote.php
66 lines (63 loc) · 3.38 KB
/
keynote.php
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
<div class="h-8 bg-white w-full">
</div>
<div class='w-full '>
<div class='bg-[#e9 e9e9] bg-white px-[15%]'>
<div>
<h1 class='text-[#c00000] pt-16 text-center text-3xl font-[600]'>KEYNOTE SPEAKERS</h1>
<div class='w-48 h-[3px] mx-auto mt-2 bg-[#365372] rounded-xl'></div>
</div>
<div class="mt-20 pb-[50px]">
<div class=" flex flex-wrap justify-around gap-[2%] ">
<div class="w-[230px] mx-auto my-3 text-center font-[700]">
<img class="w-full rounded-full border border-[4px] border-gray-500" src="images/speakers/1.jpg" alt="">
<p class="bg-[#c00000] z-[100] rounded-lg py-2 text-white px-3 my-2">Prof.(Dr.) Saraju P. Mohanty</p>
<p>University of North Texas</p>
<p>Denton, Texas, USA</p>
</div>
<div class="w-[230px] mx-auto my-3 text-center font-[700]">
<img class="w-full rounded-full border border-[4px] border-gray-500" src="images/speakers/2.jpg" alt="">
<p class="bg-[#c00000] z-[100] rounded-lg py-2 text-white px-3 my-2">Prof.(Dr.) Amita Dev</p>
<p>Vice Chancellor, IGDTUW</p>
<p>New Delhi</p>
</div>
<div class="w-[230px] mx-auto my-3 text-center font-[700]">
<img class="w-full rounded-full border border-[4px] border-gray-500" src="images/speakers/3.jpg" alt="">
<p class="bg-[#c00000] z-[100] rounded-lg py-2 text-white px-3 my-2">Dr. Himanshu Thapliyal</p>
<p>University of Tennessee</p>
<p>USA</p>
</div>
<div class="w-[230px] mx-auto my-3 text-center font-[700]">
<img class="w-full rounded-full border border-[4px] border-gray-500" src="images/speakers/4.jpg" alt="">
<p class="bg-[#c00000] z-[100] rounded-lg py-2 text-white px-3 my-2">Dr. Kiran Gulia</p>
<p>University of Wolverhampton</p>
<p>UK</p>
</div>
<div class="w-[230px] mx-auto my-3 text-center font-[700]">
<img class="w-full rounded-full border border-[4px] border-gray-500" src="images/speakers/5.jpg" alt="">
<p class="bg-[#c00000] z-[100] rounded-lg py-2 text-white px-3 my-2">Dr.Sachi Nandan Mohanty</p>
<p>VIT-AP University</p>
<p>Andhra Pradesh, India</p>
</div>
<div class="w-[230px] mx-auto my-3 text-center font-[700]">
<img class="w-full rounded-full border border-[4px] border-gray-500" src="images/speakers/8.jpg" alt="">
<p class="bg-[#c00000] z-[100] rounded-lg py-2 text-white px-3 my-2">Prof. Ram Bilas Pachori</p>
<p>IIT Indore</p>
<p>Indore, India</p>
</div>
<div class="w-[230px] mx-auto my-3 text-center font-[700]">
<img class="w-full rounded-full border border-[4px] border-gray-500" src="images/speakers/9.jpg" alt="">
<p class="bg-[#c00000] z-[100] rounded-lg py-2 text-white px-3 my-2">Dr. Amit M Joshi</p>
<p>MNIT</p>
<p>Jaipur, India</p>
</div>
<div class="w-[230px] mx-auto my-3 text-center font-[700]">
<img class="w-full rounded-full border border-[4px] border-gray-500" src="images/speakers/10.jpg" alt="">
<p class="bg-[#c00000] z-[100] rounded-lg py-2 text-white px-3 my-2">Dr. Tapan Kumar Gandhi</p>
<p>IIT Delhi</p>
<p>Delhi, India</p>
</div>
</div>
</div>
<div >
</div>
</div>