-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patham5009.html
206 lines (198 loc) · 13.3 KB
/
am5009.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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/images/icon-profile.svg">
<link rel="mask-icon" href="/images/mask-icon.svg" color=”#94a3b8">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400&display=swap" rel="stylesheet">
<title>S Ganga Prasath | Robotics, Behavior, Soft-matter</title>
</head>
<body class="bg-slate-100 flex flex-col mx-auto bg-[url('/images/bg-full.png')] bg-repeat-x">
<!-- Outermost container -->
<div class="flex flex-col mx-auto space-y-2 max-w-4xl my-10">
<!-- Top-bar -->
<!-- <ul class="flex flex-row items-baseline justify-between text-xs uppercase font-serif font-regular text-slate-500 dark:text-gray-400"> -->
<ul
class="flex flex-col items-center justify-center text-xl font-sans font-normal text-slate-500 dark:text-gray-400 -mb-3 md:flex-row md:justify-end">
<li class="mr-2">
<a href="/index.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500 active">home</a>
</li>
<!-- <li class="mr-0 opacity-0 -mb-10 md:mb-0 md:opacity-100">
<a href="#" class="inline-block py-2 px-2">|</a>
</li> -->
<li class="mr-2">
<a href="/academic.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500">résumé</a>
</li>
<!-- <li class="mr-1 opacity-0 -mb-10 md:mb-0 md:opacity-100">
<a href="#" class="inline-block py-2 px-2">|</a>
</li> -->
<li class="mr-2">
<a href="/courses.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500">courses</a>
</li>
<!-- <li class="mr-1 opacity-0 -mb-10 md:mb-0 md:opacity-100">
<a href="#" class="inline-block py-2 px-2">|</a>
</li> -->
<li class="mr-2">
<a href="/pubs.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500">publications</a>
</li>
<!-- <li class="mr-1 opacity-0 -mb-10 md:mb-0 md:opacity-100">
<a href="#" class="inline-block py-2 px-2">|</a>
</li> -->
<li class="mr-2">
<a href="/projects.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500">projects</a>
</li>
<!-- <li class="mr-1 opacity-0 -mb-10 md:mb-0 md:opacity-100">
<a href="#" class="inline-block py-2 px-2">|</a>
</li> -->
<li class="mr-2"></li>
<a href="/contact.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500">contact</a>
</li>
</ul>
<!-- Container except top-bar -->
<div class="container flex flex-col space-y-10">
<div
class="relative flex flex-col items-center justify-center pt-0 pb-10 bg-gradient-to-tl from-slate-200 to-slate-50 text-black rounded-3xl shadow-md shadow-slate-400 border-[1px] border-slate-200 overflow-hidden">
<div
class="flex flex-col items-center justify-center space-y-4 mx-5 my-4 md:flex-row md:items-start md:space-y-0 md:space-x-6">
<section id="about-me">
<!-- Profile icon -->
<div
class="absolute w-12 h-12 top-[20px] left-3 transform translate-x-px border-1 rounded-full">
<img src="images/icon-courses.svg" alt="" class="h-20 ml-2 mr-1 opacity-70" />
</div>
<!-- Title -->
<div class="absolute left-8 top-6 mt-6 ml-16 mb-4 text-2xl font-normal">
AM5009 - 2024 Projects
</div>
<div class="grid grid-cols-1 ml-20 mr-10 mt-20 md:grid-cols-2 gap-3 font-serif text-sm">
<!-- Group - 1 -->
<div
class="flex flex-col items-center bg-slate-300 border border-slate-400 rounded-xl shadow-md lg:flex-row lg:max-w-2xl">
<img class="relative object-cover h-30 w-full rounded-xl"
src="images/am5009/Group1-2024.jpg" alt="">
<div class="flex flex-col justify-between p-4 leading-normal">
<p class="mb-2 text-md font-bold text-gray-900">Campus Waste Map</p>
<div>
<p class="mb-6 text-xs text-gray-700">
Enhance waste management via a web-based platform on campus by identifying &
mapping waste hot-spots.<br>
</p>
<a class="pr-2 font-serif text-xs hover:font-bold text-indigo-500"
href="https://drive.google.com/open?id=105JiQkk_5E1bycXbyXy_slRJa4Pyib2t&usp=drive_fs">
[Report]
</a>
<a class="pr-2 font-serif text-xs text-indigo-500 hover:text-color-indigo-800"
href="https://drive.google.com/open?id=1HS4qBpyp0LodpkIbzW_3w7Ff9_llx1RY&usp=drive_fs">
[Presentation]
</a>
<a class="mb-3 font-serif text-xs text-indigo-500 hover:text-color-indigo-800"
href="https://drive.google.com/open?id=1HTOmL3q9u0cHX_9tyZH5_Y_kRux6GYXT&usp=drive_fs">
[Website]
</a>
</div>
</div>
</div>
<!-- Group - 2 -->
<div
class="flex flex-col items-center bg-slate-300 border border-slate-400 rounded-xl shadow-md lg:flex-row lg:max-w-2xl ">
<img class="relative object-cover h-30 w-full rounded-xl"
src="images/am5009/Group2-2024.jpg" alt="">
<div class="flex flex-col justify-between p-4 leading-normal">
<p class="mb-2 text-md font-bold text-gray-900">Collective campus residents'
behaviour</p>
<div>
<p class="mb-3 text-xs text-gray-700">
Understand campus dwellers' behaviour, investigate their attitude, habits,
and willingness of to adopt eco-friendly practices.<br>
</p>
<a class="pr-2 font-serif text-xs hover:font-bold text-indigo-500"
href="https://drive.google.com/open?id=10-ni-xc9X0vWUHjYCEYo0DLxJ_MzA5tU&usp=drive_fs">
[Report]
</a>
<a class="font-serif text-xs text-indigo-500 hover:text-color-indigo-800"
href="https://docs.google.com/presentation/d/1HSM6jrBTmZcpMMpsu0awiNzzPcFddEdi?rtpof=true&usp=drive_fs">
[Presentation]
</a>
</div>
</div>
</div>
<!-- Group - 3 -->
<div
class="flex flex-col items-center bg-slate-300 border border-slate-400 rounded-xl shadow-md lg:flex-row lg:max-w-2xl ">
<img class="relative mx-auto h-96 w-auto rounded-xl overflow-hidden"
src="images/am5009/Group3-2024.jpg" alt="">
<div class="flex flex-col justify-between p-4 leading-normal">
<p class="mb-2 text-md font-bold text-gray-900">Flow of packaging materials on
campus</p>
<div class="flex flex-col items-start justify-between">
<p class="mb-3 text-xs text-gray-700">
Investigate the prevalent packaging materials on the campus, categorising
and analysing them across zones. A cradle-to-grave Life Cycle Assessment
(LCA) for each identified material.<br>
</p>
<div>
<a class="pr-2 font-serif text-xs hover:font-bold text-indigo-500"
href="https://drive.google.com/open?id=103x_sFY4yJSKUPLE9jp9eDDTUYfRE4CY&usp=drive_fs">
[Report]
</a>
<a class="font-serif text-xs text-indigo-500 hover:text-color-indigo-800"
href="https://docs.google.com/presentation/d/1HSGHIHRwQwSr6G_x-xySLIYxlgSbbiIL?rtpof=true&usp=drive_fs">
[Presentation]
</a>
</div>
</div>
</div>
</div>
<!-- Group - 4 -->
<div
class="flex flex-col items-center bg-slate-300 border border-slate-400 rounded-xl shadow-md lg:flex-row lg:max-w-2xl ">
<img class="relative mx-auto h-96 w-auto rounded-xl overflow-hidden"
src="images/am5009/Group4-2024.jpg" alt="">
<div class="flex flex-col justify-between p-4 leading-normal">
<p class="mb-2 text-md font-bold text-gray-900">Online platform for resale of items
</p>
<div class="flex flex-col space-y-10 items-start justify-between">
<p class="text-xs text-gray-700">
Develop an online buy-and-sell platform to streamline the exchange of used
items among students.<br>
</p>
<div>
<a class="pr-2 font-serif text-xs hover:font-bold text-indigo-500"
href="https://drive.google.com/open?id=1-zuyYNZlfNHhzNVfea-vgwxvTSGU4Jb_&usp=drive_fs">
[Report]
</a>
<a class="pr-2 font-serif text-xs text-indigo-500 hover:text-color-indigo-800"
href="https://drive.google.com/open?id=1HSDpim2zJn0rLEjjJd5KGNxfDBjepfhi&usp=drive_fs">
[Presentation]
</a>
<a class="pr-2 font-serif text-xs text-indigo-500 hover:text-color-indigo-800"
href="https://iitmfreecycle.netlify.app/">
[Website]
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<footer class="py-2">
<div
class="container flex flex-col items-center justify-center mx-auto space-y-16 md:flex-row md:space-y-0 md:items-center">
<div class="font-serif text-xs">© S Ganga Prasath | Theme developed with <a
href="https://tailwindcss.com"
class="text-indigo-500 hover:text-color-indigo-800"><code>tailwindcss</code></a>
</div>
</footer>
</body>
</html>