Harish07 commited on
Commit
da13fcb
·
verified ·
1 Parent(s): bcc666f

https://incois.gov.in/site/index.jsp - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +377 -18
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Iconis
3
- emoji: 🦀
4
  colorFrom: purple
5
- colorTo: blue
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: iconis
3
+ emoji: 🐳
4
  colorFrom: purple
5
+ colorTo: green
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,378 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Indian National Centre for Ocean Information Services (INCOIS)</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
9
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <script src="https://unpkg.com/feather-icons"></script>
12
+ <style>
13
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
14
+ body {
15
+ font-family: 'Poppins', sans-serif;
16
+ }
17
+ .gradient-bg {
18
+ background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
19
+ }
20
+ .service-card:hover {
21
+ transform: translateY(-5px);
22
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
23
+ }
24
+ .marquee {
25
+ animation: scroll 20s linear infinite;
26
+ }
27
+ @keyframes scroll {
28
+ 0% { transform: translateX(0); }
29
+ 100% { transform: translateX(-50%); }
30
+ }
31
+ </style>
32
+ </head>
33
+ <body class="bg-gray-50">
34
+ <!-- Top Bar -->
35
+ <div class="bg-blue-900 text-white py-2 px-4">
36
+ <div class="container mx-auto flex flex-wrap justify-between items-center">
37
+ <div class="text-sm">
38
+ भारतीय राष्ट्रीय महासागर सूचना सेवा केन्द्र (पृथ्वी विज्ञान मंत्रालय, भारत सरकार के अधीन एक स्वायत्त निकाय)
39
+ </div>
40
+ <div class="flex items-center space-x-4">
41
+ <div class="flex items-center space-x-2">
42
+ <span class="text-sm">A+</span>
43
+ <span class="text-sm">A</span>
44
+ <span class="text-sm">A-</span>
45
+ </div>
46
+ <div class="flex items-center space-x-2">
47
+ <a href="#"><i data-feather="facebook" class="w-4 h-4"></i></a>
48
+ <a href="#"><i data-feather="twitter" class="w-4 h-4"></i></a>
49
+ <a href="#"><i data-feather="youtube" class="w-4 h-4"></i></a>
50
+ <a href="#"><i data-feather="linkedin" class="w-4 h-4"></i></a>
51
+ <a href="#"><i data-feather="instagram" class="w-4 h-4"></i></a>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ </div>
56
+
57
+ <!-- Header -->
58
+ <header class="bg-white shadow-sm">
59
+ <div class="container mx-auto px-4 py-4 flex flex-col md:flex-row items-center justify-between">
60
+ <div class="flex items-center mb-4 md:mb-0">
61
+ <img src="https://incois.gov.in/site/assets/images/logo.svg" alt="INCOIS Logo" class="h-16">
62
+ <div class="ml-4">
63
+ <h1 class="text-xl font-bold text-blue-900">Indian National Centre for Ocean Information Services</h1>
64
+ <p class="text-sm text-gray-600">Ministry of Earth Sciences, Government of India</p>
65
+ </div>
66
+ </div>
67
+ <div class="flex items-center space-x-4">
68
+ <a href="#" class="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 transition">Login</a>
69
+ <button class="md:hidden">
70
+ <i data-feather="menu" class="w-6 h-6"></i>
71
+ </button>
72
+ </div>
73
+ </div>
74
+ </header>
75
+
76
+ <!-- Navigation -->
77
+ <nav class="bg-blue-800 text-white hidden md:block">
78
+ <div class="container mx-auto px-4">
79
+ <ul class="flex flex-wrap">
80
+ <li class="hover:bg-blue-700 px-4 py-3"><a href="#" class="flex items-center"><i data-feather="home" class="mr-2 w-4 h-4"></i> Home</a></li>
81
+ <li class="group relative hover:bg-blue-700 px-4 py-3">
82
+ <a href="#" class="flex items-center">About Us <i data-feather="chevron-down" class="ml-1 w-4 h-4"></i></a>
83
+ <div class="absolute left-0 mt-0 w-64 bg-white text-gray-800 shadow-lg rounded-b z-10 hidden group-hover:block">
84
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">About INCOIS</a>
85
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Vision / Mission</a>
86
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Our Minister</a>
87
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Our Secretary</a>
88
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Our Director</a>
89
+ </div>
90
+ </li>
91
+ <li class="group relative hover:bg-blue-700 px-4 py-3">
92
+ <a href="#" class="flex items-center">Services <i data-feather="chevron-down" class="ml-1 w-4 h-4"></i></a>
93
+ <div class="absolute left-0 mt-0 w-64 bg-white text-gray-800 shadow-lg rounded-b z-10 hidden group-hover:block">
94
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Ecosystem Services</a>
95
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Multi-Hazard Services</a>
96
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Forecast / Nowcast Services</a>
97
+ <a href="#" class="block px-4 py-2 hover:bg-gray-100">Climate Services</a>
98
+ </div>
99
+ </li>
100
+ <li class="hover:bg-blue-700 px-4 py-3"><a href="#">Ocean Observations & Data</a></li>
101
+ <li class="hover:bg-blue-700 px-4 py-3"><a href="#">Applied Research</a></li>
102
+ <li class="hover:bg-blue-700 px-4 py-3"><a href="#">Missions</a></li>
103
+ <li class="hover:bg-blue-700 px-4 py-3"><a href="#">ITCOocean</a></li>
104
+ <li class="hover:bg-blue-700 px-4 py-3"><a href="#">Contact Us</a></li>
105
+ </ul>
106
+ </div>
107
+ </nav>
108
+
109
+ <!-- Hero Banner -->
110
+ <div class="relative h-96 overflow-hidden">
111
+ <div class="absolute inset-0 bg-black opacity-40"></div>
112
+ <img src="http://static.photos/nature/1200x630/42" alt="Ocean" class="w-full h-full object-cover">
113
+ <div class="absolute inset-0 flex items-center justify-center">
114
+ <div class="text-center px-4">
115
+ <h1 class="text-4xl md:text-5xl font-bold text-white mb-4">Advancing Ocean Science for a Sustainable Future</h1>
116
+ <p class="text-xl text-white mb-6">Providing ocean information services for the safety of life and property at sea</p>
117
+ <button class="px-8 py-3 bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition">Explore Our Services</button>
118
+ </div>
119
+ </div>
120
+ </div>
121
+
122
+ <!-- Quick Links -->
123
+ <div class="bg-blue-50 py-6">
124
+ <div class="container mx-auto px-4">
125
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-4">
126
+ <a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex items-center">
127
+ <i data-feather="alert-triangle" class="text-red-500 mr-3 w-6 h-6"></i>
128
+ <span>Tsunami Warning</span>
129
+ </a>
130
+ <a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex items-center">
131
+ <i data-feather="wind" class="text-blue-500 mr-3 w-6 h-6"></i>
132
+ <span>Cyclone Alerts</span>
133
+ </a>
134
+ <a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex items-center">
135
+ <i data-feather="waves" class="text-green-500 mr-3 w-6 h-6"></i>
136
+ <span>High Wave Alerts</span>
137
+ </a>
138
+ <a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex items-center">
139
+ <i data-feather="map" class="text-yellow-500 mr-3 w-6 h-6"></i>
140
+ <span>Potential Fishing Zones</span>
141
+ </a>
142
+ </div>
143
+ </div>
144
+ </div>
145
+
146
+ <!-- Services Section -->
147
+ <section class="py-12 bg-white">
148
+ <div class="container mx-auto px-4">
149
+ <h2 class="text-3xl font-bold text-center text-blue-900 mb-12">Our Services</h2>
150
+
151
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
152
+ <!-- Service Card 1 -->
153
+ <div class="service-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300">
154
+ <div class="gradient-bg p-6 text-white">
155
+ <i data-feather="anchor" class="w-10 h-10 mb-4"></i>
156
+ <h3 class="text-xl font-bold">Ecosystem Services</h3>
157
+ </div>
158
+ <div class="p-6">
159
+ <p class="text-gray-600 mb-4">Providing potential fishing zone advisories, coral bleaching alerts, and other marine ecosystem services.</p>
160
+ <a href="#" class="text-blue-600 font-medium hover:underline">Learn More →</a>
161
+ </div>
162
+ </div>
163
+
164
+ <!-- Service Card 2 -->
165
+ <div class="service-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300">
166
+ <div class="gradient-bg p-6 text-white">
167
+ <i data-feather="alert-octagon" class="w-10 h-10 mb-4"></i>
168
+ <h3 class="text-xl font-bold">Multi-Hazard Services</h3>
169
+ </div>
170
+ <div class="p-6">
171
+ <p class="text-gray-600 mb-4">Early warnings for tsunamis, storm surges, high waves, and other ocean-related hazards.</p>
172
+ <a href="#" class="text-blue-600 font-medium hover:underline">Learn More →</a>
173
+ </div>
174
+ </div>
175
+
176
+ <!-- Service Card 3 -->
177
+ <div class="service-card bg-white rounded-lg shadow-md overflow-hidden transition duration-300">
178
+ <div class="gradient-bg p-6 text-white">
179
+ <i data-feather="cloud-rain" class="w-10 h-10 mb-4"></i>
180
+ <h3 class="text-xl font-bold">Forecast Services</h3>
181
+ </div>
182
+ <div class="p-6">
183
+ <p class="text-gray-600 mb-4">Ocean state forecasts, predicted astronomical tides, and location-specific forecasts.</p>
184
+ <a href="#" class="text-blue-600 font-medium hover:underline">Learn More →</a>
185
+ </div>
186
+ </div>
187
+ </div>
188
+ </div>
189
+ </section>
190
+
191
+ <!-- Latest Updates -->
192
+ <section class="py-12 bg-gray-50">
193
+ <div class="container mx-auto px-4">
194
+ <h2 class="text-3xl font-bold text-center text-blue-900 mb-8">Latest Updates</h2>
195
+
196
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
197
+ <div class="grid grid-cols-1 md:grid-cols-3">
198
+ <!-- Update 1 -->
199
+ <div class="border-b md:border-b-0 md:border-r border-gray-200 p-6">
200
+ <div class="flex items-start">
201
+ <div class="bg-red-100 p-3 rounded-full mr-4">
202
+ <i data-feather="alert-triangle" class="text-red-500 w-6 h-6"></i>
203
+ </div>
204
+ <div>
205
+ <h3 class="font-bold text-lg mb-2">Earthquake/Tsunami Bulletin</h3>
206
+ <p class="text-gray-600 mb-3">Latest updates on seismic activity and tsunami warnings.</p>
207
+ <a href="#" class="text-blue-600 text-sm font-medium hover:underline">View Details</a>
208
+ </div>
209
+ </div>
210
+ </div>
211
+
212
+ <!-- Update 2 -->
213
+ <div class="border-b md:border-b-0 md:border-r border-gray-200 p-6">
214
+ <div class="flex items-start">
215
+ <div class="bg-blue-100 p-3 rounded-full mr-4">
216
+ <i data-feather="wind" class="text-blue-500 w-6 h-6"></i>
217
+ </div>
218
+ <div>
219
+ <h3 class="font-bold text-lg mb-2">High Wave Alerts</h3>
220
+ <p class="text-gray-600 mb-3">Current high wave and swell surge warnings for coastal areas.</p>
221
+ <a href="#" class="text-blue-600 text-sm font-medium hover:underline">View Details</a>
222
+ </div>
223
+ </div>
224
+ </div>
225
+
226
+ <!-- Update 3 -->
227
+ <div class="p-6">
228
+ <div class="flex items-start">
229
+ <div class="bg-yellow-100 p-3 rounded-full mr-4">
230
+ <i data-feather="sun" class="text-yellow-500 w-6 h-6"></i>
231
+ </div>
232
+ <div>
233
+ <h3 class="font-bold text-lg mb-2">ENSO Bulletin</h3>
234
+ <p class="text-gray-600 mb-3">Latest El Niño-Southern Oscillation updates and forecasts.</p>
235
+ <a href="#" class="text-blue-600 text-sm font-medium hover:underline">View Details</a>
236
+ </div>
237
+ </div>
238
+ </div>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ </section>
243
+
244
+ <!-- News & Events -->
245
+ <section class="py-12 bg-white">
246
+ <div class="container mx-auto px-4">
247
+ <div class="flex flex-col md:flex-row items-center justify-between mb-8">
248
+ <h2 class="text-3xl font-bold text-blue-900">News & Events</h2>
249
+ <a href="#" class="text-blue-600 font-medium hover:underline mt-4 md:mt-0">View All News →</a>
250
+ </div>
251
+
252
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
253
+ <!-- News 1 -->
254
+ <div class="border border-gray-200 rounded-lg overflow-hidden hover:shadow-lg transition">
255
+ <img src="http://static.photos/nature/640x360/1" alt="News" class="w-full h-48 object-cover">
256
+ <div class="p-6">
257
+ <div class="text-sm text-blue-600 mb-2">June 15, 2025</div>
258
+ <h3 class="font-bold text-xl mb-3">INCOIS Conducts Underwater Clean-Up at Palk Bay</h3>
259
+ <p class="text-gray-600 mb-4">As part of Swachh Sagar Surakshit Sagar & Swachhata Hi Seva2025 to safeguard coral reefs and seagrass habitats.</p>
260
+ <a href="#" class="text-blue-600 font-medium hover:underline">Read More →</a>
261
+ </div>
262
+ </div>
263
+
264
+ <!-- News 2 -->
265
+ <div class="border border-gray-200 rounded-lg overflow-hidden hover:shadow-lg transition">
266
+ <img src="http://static.photos/nature/640x360/2" alt="News" class="w-full h-48 object-cover">
267
+ <div class="p-6">
268
+ <div class="text-sm text-blue-600 mb-2">June 12, 2025</div>
269
+ <h3 class="font-bold text-xl mb-3">Clean-Up Drive at Pedda Jaalaripet Beach, Vizag</h3>
270
+ <p class="text-gray-600 mb-4">INCOIS organizes special clean-up drive ahead of International Coastal Clean-Up Day 2025.</p>
271
+ <a href="#" class="text-blue-600 font-medium hover:underline">Read More →</a>
272
+ </div>
273
+ </div>
274
+
275
+ <!-- Event -->
276
+ <div class="border border-gray-200 rounded-lg overflow-hidden hover:shadow-lg transition">
277
+ <img src="http://static.photos/nature/640x360/3" alt="Event" class="w-full h-48 object-cover">
278
+ <div class="p-6">
279
+ <div class="text-sm text-blue-600 mb-2">Upcoming Event</div>
280
+ <h3 class="font-bold text-xl mb-3">FIGA-2025 Conference</h3>
281
+ <p class="text-gray-600 mb-4">Call for Abstract Submission is open now for the First International Conference on Fisheries and Aquaculture.</p>
282
+ <a href="#" class="text-blue-600 font-medium hover:underline">Register Now →</a>
283
+ </div>
284
+ </div>
285
+ </div>
286
+ </div>
287
+ </section>
288
+
289
+ <!-- MoES Organizations -->
290
+ <section class="py-12 bg-gray-50">
291
+ <div class="container mx-auto px-4">
292
+ <h2 class="text-3xl font-bold text-center text-blue-900 mb-12">MoES Organizations</h2>
293
+
294
+ <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5 gap-6">
295
+ <a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex flex-col items-center">
296
+ <img src="https://incois.gov.in/site/theme/images/moes-organization/10.svg" alt="MoES" class="h-16 mb-2">
297
+ <span class="text-sm text-center">Ministry of Earth Sciences</span>
298
+ </a>
299
+ <a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex flex-col items-center">
300
+ <img src="https://incois.gov.in/site/theme/images/moes-organization/1.svg" alt="NIOT" class="h-16 mb-2">
301
+ <span class="text-sm text-center">National Institute of Ocean Technology</span>
302
+ </a>
303
+ <a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex flex-col items-center">
304
+ <img src="https://incois.gov.in/site/theme/images/moes-organization/9.svg" alt="IMD" class="h-16 mb-2">
305
+ <span class="text-sm text-center">India Meteorological Department</span>
306
+ </a>
307
+ <a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex flex-col items-center">
308
+ <img src="https://incois.gov.in/site/theme/images/moes-organization/8.svg" alt="NCPOR" class="h-16 mb-2">
309
+ <span class="text-sm text-center">National Centre for Polar and Ocean Research</span>
310
+ </a>
311
+ <a href="#" class="bg-white p-4 rounded-lg shadow-sm hover:shadow-md transition flex flex-col items-center">
312
+ <img src="https://incois.gov.in/site/theme/images/moes-organization/6.svg" alt="NCMRWF" class="h-16 mb-2">
313
+ <span class="text-sm text-center">National Centre For Medium Range Weather Forecasting</span>
314
+ </a>
315
+ </div>
316
+ </div>
317
+ </section>
318
+
319
+ <!-- Footer -->
320
+ <footer class="bg-blue-900 text-white pt-12 pb-6">
321
+ <div class="container mx-auto px-4">
322
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8">
323
+ <div>
324
+ <h3 class="text-xl font-bold mb-4">INCOIS</h3>
325
+ <p class="mb-4">Indian National Centre for Ocean Information Services (An Autonomous Body under the Ministry of Earth Sciences, Govt. of India)</p>
326
+ <div class="flex space-x-4">
327
+ <a href="#"><i data-feather="facebook" class="w-5 h-5"></i></a>
328
+ <a href="#"><i data-feather="twitter" class="w-5 h-5"></i></a>
329
+ <a href="#"><i data-feather="youtube" class="w-5 h-5"></i></a>
330
+ <a href="#"><i data-feather="linkedin" class="w-5 h-5"></i></a>
331
+ </div>
332
+ </div>
333
+
334
+ <div>
335
+ <h3 class="text-xl font-bold mb-4">Quick Links</h3>
336
+ <ul class="space-y-2">
337
+ <li><a href="#" class="hover:underline">RTI</a></li>
338
+ <li><a href="#" class="hover:underline">Tenders</a></li>
339
+ <li><a href="#" class="hover:underline">Vacancies</a></li>
340
+ <li><a href="#" class="hover:underline">Sitemap</a></li>
341
+ <li><a href="#" class="hover:underline">Disclaimer</a></li>
342
+ </ul>
343
+ </div>
344
+
345
+ <div>
346
+ <h3 class="text-xl font-bold mb-4">Services</h3>
347
+ <ul class="space-y-2">
348
+ <li><a href="#" class="hover:underline">Ecosystem Services</a></li>
349
+ <li><a href="#" class="hover:underline">Multi-Hazard Services</a></li>
350
+ <li><a href="#" class="hover:underline">Forecast Services</a></li>
351
+ <li><a href="#" class="hover:underline">Climate Services</a></li>
352
+ </ul>
353
+ </div>
354
+
355
+ <div>
356
+ <h3 class="text-xl font-bold mb-4">Contact Us</h3>
357
+ <address class="not-italic">
358
+ <p class="mb-2">"Ocean Valley", Pragathi Nagar (BO)</p>
359
+ <p class="mb-2">Nizampet (SO), Hyderabad - 500 090</p>
360
+ <p class="mb-2">Telangana, India</p>
361
+ <p class="mb-2">Phone: +91-40-23895000</p>
362
+ <p>Email: info@incois.gov.in</p>
363
+ </address>
364
+ </div>
365
+ </div>
366
+
367
+ <div class="border-t border-blue-800 pt-6 text-center text-sm">
368
+ <p>© 2025 Indian National Centre for Ocean Information Services. All Rights Reserved.</p>
369
+ </div>
370
+ </div>
371
+ </footer>
372
+
373
+ <script>
374
+ AOS.init();
375
+ feather.replace();
376
+ </script>
377
+ </body>
378
  </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ https://incois.gov.in/site/index.jsp