-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconference.html
More file actions
183 lines (178 loc) · 6.54 KB
/
conference.html
File metadata and controls
183 lines (178 loc) · 6.54 KB
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
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<title>
Conferences
</title>
<script src="https://cdn.tailwindcss.com">
</script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"/>
<link href="styles.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Georgia&display=swap" rel="stylesheet"/>
<style>
body {
font-family: Georgia, serif;
}
</style>
</head>
<body class="bg-white">
<nav class="bg-gray-600 bg-opacity-80 text-white text-sm md:text-base" style="position: fixed; top: 0; visibility: visible;">
<div class="max-w-7xl mx-auto flex items-center px-3 md:px-6 h-12 md:h-14" >
<img src="./LOGO_6573.jpg" alt="Logo" class="h-12 w-auto" />
<a class="relative" href="www.google.com" style="font-size: 200px; margin-left: -30;">.</a>
<span class="select-none pr-15" style="font-size: 30px; color: black;">
Sanju R Fulpagar
</span>
<ul class="ml-6 flex space-x-3 md:space-x-6 font-semibold">
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="index.html">
Home
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="education.html">
Education
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="experience.html">
Experience
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="teaching.html">
Teaching
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="learning-resource.html">
Learning Resources
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="research-domain.html">
Research Domains
</a>
</li>
<li>
<a class="hover:bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="research-group.html">
Research Group
</a>
</li>
<li>
<a class="bg-black bg-opacity-80 px-2 md:px-3 py-0.5 rounded-sm block" href="conference.html">
Conferences
</a>
</li>
<li class="relative group">
<button aria-expanded="false" aria-haspopup="true" class="flex items-center space-x-1 hover:underline focus:outline-none">
<span>
More
</span>
<i class="fas fa-caret-down text-xs">
</i>
</button>
<ul class="absolute left-0 top-10 mt-1 w-48 bg-white text-black text-sm shadow-lg rounded-sm opacity-0 invisible group-hover:opacity-100 group-hover:visible transition-opacity min-w-[150px] z-20 duration-300">
<li>
<a class="block px-4 py-2 hover:bg-gray-100 border-b border-gray-200" href="publication.html">
Publications
</a>
</li>
<li>
<a class="block px-4 py-2 hover:bg-gray-100 border-b border-gray-200" href="update.html">
Updates
</a>
</li>
<li>
<a class="block px-4 py-2 hover:bg-gray-100 border-b border-gray-200" href="award.html">
Awards & Recognition
</a>
</li>
<li>
<a class="block px-4 py-2 hover:bg-gray-100 border-b border-gray-200 truncate" href="project.html" title="Conferences/Workshops">
project
</a>
</li>
<li>
<a class="block px-4 py-2 hover:bg-gray-100 border-b border-gray-200" href="gallery.html">
Gallery
</a>
</li>
<li>
<a class="block px-4 py-2 hover:bg-gray-100" href="personal-info.html">
Personal Info
</a>
</li>
</ul>
</li>
<li>
<input aria-label="Search" class="hover:underline" href="#">
<i class="fas fa-search">
</i>
</input>
</li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section class="relative w-full h-[400px] md:h-[500px] flex items-center justify-center text-center px-4">
<img alt="Large group of people standing outside a building entrance with pillars and trees around" class="absolute inset-0 w-full h-full object-cover brightness-50" height="500" loading="lazy" src="https://storage.googleapis.com/a1aa/image/e4856ec3-4d49-4805-f7f2-4c527e98df46.jpg" width="1920"/>
<h1 class="relative text-white font-serif font-normal text-[2.5rem] md:text-[4rem] leading-tight max-w-5xl">
Conference/
<br/>
Workshop/Seminar/
<br/>
Training/Site Visits
</h1>
<div class="absolute bottom-10 left-4 right-4 border-b-4 border-yellow-400 max-w-5xl mx-auto" style="max-width: 1200px">
</div>
</section>
<!-- Events Organized Banner -->
<section class="w-full bg-cover bg-center" style="background-color: deepskyblue;">
<div class="max-w-7xl mx-auto px-4 py-6">
<h2 class="text-white font-serif font-normal text-xl md:text-2xl" style="letter-spacing: 0.02em">
Events Organized:
</h2>
</div>
</section>
<!-- Workshops Section -->
<section class="max-w-7xl mx-auto px-4 py-8 flex flex-col md:flex-row md:justify-between">
<div class="md:w-3/4">
<h3 class="font-serif text-2xl mb-4">
Workshops:
</h3>
<ul class="list-disc list-inside space-y-2 text-lg">
<li>
<a class="font-bold text-blue-700 hover:underline" href="#">
STAtistical Analysis and Modelling of Climate Extremes
</a>
</li>
<li>
<a class="font-bold text-blue-700 hover:underline" href="#">
Hydrological Modelling and Flood Forecasting
</a>
</li>
<li>
<a class="font-bold text-blue-700 hover:underline" href="#">
Climate Change and Impact Assessment
</a>
</li>
<li>
<a class="font-bold text-blue-700 hover:underline" href="#">
Remote Sensing and GIS Applications
</a>
</li>
<li>
<a class="font-bold text-blue-700 hover:underline" href="#">
Data Science for Environmental Studies
</a>
</li>
</ul>
</div>
<div class="md:w-1/4 flex justify-center md:justify-end mt-8 md:mt-0">
<img alt="logo" class="w-36 h-36 object-contain" height="150" loading="lazy" src="https://storage.googleapis.com/a1aa/image/fc06a81a-1a80-4de1-fd91-be2e79d90fc3.jpg" width="150"/>
</div>
</section>
</body>
</html>