-
Notifications
You must be signed in to change notification settings - Fork 2
/
registration.html
157 lines (151 loc) · 8.42 KB
/
registration.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Registration Procedure</title>
<link rel="stylesheet" href="./style.css">
</head>
<body class="bg-gradient-to-br from-[#A1D6E5] to-white min-h-screen">
<!-- Navigation Bar -->
<nav class="bg-transparent backdrop-blur-md w-full">
<div class="max-w-7xl mx-auto flex items-center justify-between px-4 sm:px-8 py-4">
<div class="text-2xl font-bold text-blue-800 flex items-center">
<a href="/">
<img src="/images/aot.png" alt="AOT" class="h-14 w-auto" >
</a>
</div>
<div class="flex space-x-4 text-gray-700 font-medium text-base sm:text-lg sm:space-x-20 md:text-xl">
<a href="/" class="hover:text-blue-500">Home</a>
<a href="registration.html" class="hover:text-blue-500">Registration</a>
<a href="about.html" class="hover:text-blue-500">About</a>
<a href="contact.html" class="hover:text-blue-500">Contact</a>
</div>
</div>
</nav>
<!-- Main Content -->
<div class="max-w-7xl mx-auto px-4 sm:px-8 py-6">
<div class="grid lg:grid-cols-2 gap-8">
<!-- Left Section -->
<div class="bg-transparent backdrop-blur-md rounded-lg p-6">
<h2 class="text-2xl font-bold text-blue-800 mb-4">Registration Procedure</h2>
<ol class="space-y-4">
<li class="flex items-start">
<img src="/images/arrow.png" alt="AOT" class="h-8 mr-2 w-auto" />
<p>
Login into <a href="https://atalacademy.aicte-india.org/login"
class="text-blue-600 underline">https://atalacademy.aicte-india.org/login</a>
</p>
</li>
<li class="flex items-start">
<img src="/images/arrow.png" alt="AOT" class="h-8 mr-2 w-auto" />
<p>Navigate to the FDP tab.</p>
</li>
<li class="flex items-start">
<img src="/images/arrow.png" alt="AOT" class="h-8 mr-2 w-auto" />
<div>
<p>Under Filter FDPs:</p>
<ul class="ml-6 text-gray-700">
<li>Select Type as "ATAL".</li>
<li>Choose Month as "December".</li>
<li>Set Thrust Area to "ALL". Choose Mode as Online.</li>
</ul>
</div>
</li>
<li class="flex items-start">
<img src="/images/arrow.png" alt="AOT" class="h-8 mr-2 w-auto" />
<p>
Press <kbd class="px-2 py-1 bg-gray-200 rounded">Ctrl</kbd> + <kbd
class="px-2 py-1 bg-gray-200 rounded">F</kbd> to open the search function, enter the application number
<strong>1730701212</strong>, and press Enter to find the desired FDP.
</p>
</li>
<li class="flex items-start">
<img src="/images/arrow.png" alt="AOT" class="h-8 mr-2 w-auto" />
<p>
Click the "+" button to apply for the selected FDP. If you are not a registered user, please register as a
participant first and then follow the steps above.
</p>
</li>
</ol>
</div>
<!-- Right Section -->
<div class="bg-white rounded-[45px] shadow-lg p-6">
<h2 class="text-2xl font-bold text-blue-800 mb-4">Who Can Participate?</h2>
<ul class="space-y-4 text-gray-700">
<li class="flex items-start">
<img src="/images/checked.png" alt="AOT" class="h-10 mr-3 w-auto" />
<p>No registration fee for participation.</p>
</li>
<li class="flex items-start">
<img src="/images/checked.png" alt="AOT" class="h-10 mr-3 w-auto" />
<p>Selection will be done on a first-come, first-serve basis and confirmed candidates will be notified
immediately.</p>
</li>
<li class="flex items-start">
<img src="/images/checked.png" alt="AOT" class="h-10 mr-3 w-auto" />
<p>A test shall be conducted (online) by the coordinator at the end of the program.</p>
</li>
<li class="flex items-start">
<img src="/images/checked.png" alt="AOT" class="h-10 mr-3 w-auto" />
<p>
The certificates shall be issued to those participants who are registered on <a
href="https://www.aicte-india.org/atal" class="text-blue-600 underline">www.aicte-india.org/atal</a> and
attend the program with a minimum 80% attendance and score minimum 70% marks in the test.
</p>
</li>
</ul>
</div>
</div>
</div>
<div class="relative py-24 ">
<div
class="absolute inset-0 bg-cover bg-center opacity-40 -z-10"
style="background-image: url('/images/reg_bg.jpg')">
</div>
<div class="container mx-auto flex flex-col md:flex-row justify-between px-4 md:px-20 gap-8">
<!-- Left Column -->
<div class="flex-1 max-w-full md:max-w-[40%] p-4">
<div class="mb-8">
<h1 class="text-4xl text-blue-900 font-bold mb-24 mt-24">Resource Persons</h1>
</div>
<div class="bg-[#2D7AA3] rounded-lg p-8 font-semibold">
<ul class="space-y-2 text-white">
<li><span class="text-[#022B7D] font-bold">Dr. Dwarikanath Mahapatra</span>, Senior Scientist, Inception Institute of AI (IIAI), UAE</li>
<li><span class="text-[#022B7D] font-bold">Dr. Ananya Barui</span>, Assistant Professor, Center of Healthcare Science and Technology, IIEST Shibpur</li>
<li><span class="text-[#022B7D] font-bold">Dr. Soumen Atta</span>, Faculty of Information Technology, University of Jyväskylä Finland, Europe.</li>
<li><span class="text-[#022B7D] font-bold">Dr. Amitava Nag</span>, Professor, CSE Dept, CIT, Kokrajhar, Assam, India</li>
<li><span class="text-[#022B7D] font-bold">Dr. Sudipta Roy</span>, Associate Professor, JIO institute, Navi Mumbai</li>
<li><span class="text-[#022B7D] font-bold">Dr. Debabrata Samanta</span>, Program Head & Assistant Professor, RIT Kosovo (A.U.K), Rochester Institute of Technology - RIT Global Campus, Kosovo, Europe</li>
<li><span class="text-[#022B7D] font-bold">Dr. Sangram Roy</span>, Associate Professor, NIT Sikkim, Sikkim</li>
</ul>
</div>
</div>
<!-- Right Column -->
<div class="flex-1 max-w-full md:max-w-[40%] p-4">
<div class="mb-8">
<h2 class="text-lg text-black font-bold">Patron:</h2>
<p><strong class="text-[#022B7D]">Prof. Anindita Banerjee</strong>, Chairman Trustee, AOT</p>
<br>
<h2 class="text-lg text-black font-bold">Advisors:</h2>
<p><strong class="text-[#022B7D]">Prof. (Dr.) Dilip Bhattacharya</strong>, Director, AOT</p>
<p><strong class="text-[#022B7D]">Dr. Dilip Kumar Maity</strong>, Principal, AOT</p>
<p><strong class="text-[#022B7D]">Dr. Krishna Bhowal</strong>, Registrar, AOT</p>
<p><strong class="text-[#022B7D]">Prof. Prasenjit Das</strong>, HoD, CSE</p>
</div>
<div class="bg-[#2D7AA3] rounded-lg p-8 font-semibold">
<ul class="space-y-2 text-white">
<li><span class="text-[#022B7D] font-bold">Dr. Aniruddha Sinha</span>, Principal Scientist, TCS Research & Innovation Lab, Kolkata.</li>
<li><span class="text-[#022B7D] font-bold">Dr. Debatri Chatterjeei</span>, Senior Scientist, TCS Research & Innovation Lab, Kolkata.</li>
<li><span class="text-[#022B7D] font-bold">Nasimuddin Ahmed</span>, Senior Scientist, TCS Research & Innovation Lab, Kolkata.</li>
<li><span class="text-[#022B7D] font-bold">Shalini Mukhopadhyay</span>, Senior Scientist, TCS Research & Innovation Lab, Kolkata.</li>
<li><span class="text-[#022B7D] font-bold">Kingshuk Chakravarty</span>, Senior Scientist, TCS Research & Innovation Lab, Kolkata.</li>
<li><span class="text-[#022B7D] font-bold">Nasimuddin Ahmed</span>, Senior Scientist, TCS Research & Innovation Lab, Kolkata.</li>
<li><span class="text-[#022B7D] font-bold">Avik Ghosh</span>, Principal Scientist, TCS Research & Innovation Lab, Kolkata.</li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>