-
Notifications
You must be signed in to change notification settings - Fork 0
/
Awards_Honors.html
354 lines (312 loc) · 10.5 KB
/
Awards_Honors.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Awards & Honors | Preetika Kaur</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
font-family: 'Raleway', sans-serif;
line-height: 1.6;
background-color: #f2f2f2;
}
/* Fullscreen Hero Section */
.hero {
background-image: url('images/background1.JPG'); /* Replace with your awards-related image */
height: 50vh;
background-size: cover;
background-position: center;
position: relative;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
color: white;
}
.hero h1 {
font-size: 3rem;
margin: 0;
}
/* Overlay */
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4); /* Adds a dark overlay */
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
/* Navigation */
nav {
position: absolute;
top: 20px;
right: 20px;
z-index: 2;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
}
nav ul li {
margin-left: 20px;
}
nav ul li a {
text-decoration: none;
color: white;
font-size: 1rem;
padding: 10px 20px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 5px;
transition: background-color 0.3s ease;
}
nav ul li a:hover {
background-color: rgba(0, 0, 0, 0.8);
}
/* Content Section */
.content-section {
padding: 50px;
max-width: 1000px;
margin: 0 auto;
}
.content-section h2 {
font-size: 2.5rem;
margin-bottom: 20px;
color: #333;
}
/* Flip Card Container */
.flip-card {
background-color: transparent;
width: 250px;
height: 250px;
perspective: 1000px;
margin-bottom: 20px;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
border-radius: 10px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card-front {
background-color: #fff;
}
.flip-card-back {
background-color: #0066cc;
color: white;
transform: rotateY(180deg);
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.caption {
margin-top: 10px;
font-size: 1.1rem;
color: #333;
}
/* Grid Layout for Sections */
.awards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-gap: 30px;
}
/* Responsive Design */
@media (max-width: 768px) {
.hero h1 {
font-size: 2.5rem;
}
.content-section h2 {
font-size: 2rem;
}
}
</style>
</head>
<body>
<!-- Hero Section -->
<header class="hero">
<div class="hero-content">
<h1>Awards & Honors</h1>
</div>
<!-- Navigation Bar -->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Research.html">Research</a></li>
<li><a href="Awards_Honors.html">Awards</a></li>
<li><a href="CV.html">CV</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Awards Content -->
<section class="content-section">
<h2>University of Wyoming</h2>
<div class="awards-grid">
<!-- SnowEx Hackweek Award -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/snowex_hackweek.JPG" alt="SnowEx Hackweek" style="width:100%; height:100%; border-radius:10px;">
</div>
<div class="flip-card-back">
<p>Funding support (travel and accommodation) by UW eScience institute for 2024 SnowEx hack week</p>
</div>
</div>
<div class="caption">SnowEx Hackweek</div>
</div>
<!-- AI+Science Summer School -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/uofc.jpg" alt="AI+Science Summer School" style="width:100%; height:100%; border-radius:10px;">
</div>
<div class="flip-card-back">
<p>Travel scholarship for 2024 AI+Science Summer School at the University of Chicago Data Science Institute</p>
</div>
</div>
<div class="caption">AI+Science Summer School</div>
</div>
<!-- ESRI DEV SUMMIT -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/dev_summit.jpg" alt="FED_GIS" style="width:100%; height:100%; border-radius:10px;">
</div>
<div class="flip-card-back">
<p>Student assistantship for ESRIs Developers Summit in Palm Springs, California</p>
</div>
</div>
<div class="caption">ESRI Developers SUMMIT</div>
</div>
<!-- ESRI FED GIS -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/fed_gis.JPG" alt="FED_GIS" style="width:100%; height:100%; border-radius:10px;">
</div>
<div class="flip-card-back">
<p>Graduate student assistantship for ESRIs Federal GIS conference in Washington DC</p>
</div>
</div>
<div class="caption">ESRI FED GIS</div>
</div>
<!-- More UW Awards without images -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front" style="background-color: #f9f9f9; display: flex; align-items: center; justify-content: center;">
<p style="padding: 10px;">International student scholarship for Fall 2024/ Spring 2025</p>
</div>
<div class="flip-card-back">
<p>Scholarship awarded by University of Wyoming for international students</p>
</div>
</div>
<div class="caption">International Scholarship</div>
</div>
<!-- Add more awards similarly with or without images -->
</div>
<h2>Auburn University</h2>
<div class="awards-grid">
<!-- Auburn Award 1 -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/ms_thesis.JPG" alt="Master’s Thesis Award" style="width:100%; height:100%; border-radius:10px;">
</div>
<div class="flip-card-back">
<p>Master’s Thesis Award by Auburn University</p>
</div>
</div>
<div class="caption">Thesis Award</div>
</div>
<!-- Auburn Award 2 -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/outstanding_ms.JPG" alt="Outstanding Masters Student" style="width:100%; height:100%; border-radius:10px;">
</div>
<div class="flip-card-back">
<p>Outstanding Masters Student Award by Auburn University (2024)</p>
</div>
</div>
<div class="caption">Outstanding Student</div>
</div>
<!-- Auburn Boyd Scott -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/boyd_scott.jpg" alt="boyd_scott" style="width:100%; height:100%; border-radius:10px;">
</div>
<div class="flip-card-back">
<p>Received 2nd place in the Boyd-Scott Graduate Research Award which recognizes excellence in the conduct and presentation of research to build the knowledge base needed by agricultural engineers who design equipment, facilities, and processes for the sustainable operation of a biological system</p>
</div>
</div>
<div class="caption">Boyd Scott Award</div>
</div>
<!-- Auburn AABFEIO -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/aabfeio.jpg" alt="AABFEIO" style="width:100%; height:100%; border-radius:10px;">
</div>
<div class="flip-card-back">
<p>Graduate student paper award (1st position) by AABFEIO ASABE 2023 held at Omaha, Nebraska</p>
</div>
</div>
<div class="caption">AABFEIO Award</div>
</div>
<!-- Auburn ASABE23 -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="images/presentation_excellence.HEIC" alt="ASABE23" style="width:100%; height:100%; border-radius:10px;">
</div>
<div class="flip-card-back">
<p>Presentation Excellence Award for outstanding presentation at the ASABE's 2023 Annual International Meeting. This award recognizes the top 15% of student presentations that demonstrate excellence in content, delivery, and impact.</p>
</div>
</div>
<div class="caption">ASABE 2023 Award</div>
</div>
<!-- More Auburn Awards -->
</div>
<h2>Punjab Agricultural University</h2>
<div class="awards-grid">
<!-- PAU Award 1 -->
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front" style="background-color: #f9f9f9; display: flex; align-items: center; justify-content: center;">
<p style="padding: 10px;">R.N Kaul Memorial Scholarship for Agricultural Engineering Female students</p>
</div>
<div class="flip-card-back">
<p>Scholarship awarded for outstanding performance in senior year</p>
</div>
</div>
<div class="caption">R.N Kaul Memorial Scholarship</div>
</div>
<!-- More PAU Awards -->
</div>
</section>
</body>
</html>