-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
404 lines (365 loc) · 19.2 KB
/
Copy pathindex.html
File metadata and controls
404 lines (365 loc) · 19.2 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
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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Muhammed Shereef K | Portfolio</title>
<meta name="description" content="Portfolio website of Muhammed Shereef K – final year BCA student in AI, ML, Robotics and IoT." />
<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=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="bg-orb orb-1"></div>
<div class="bg-orb orb-2"></div>
<header class="header">
<div class="container nav">
<a class="brand" href="#home">MSK</a>
<nav>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#education">Education</a>
<a href="#projects">Projects</a>
<a href="#iot-showcase">IoT Showcase</a>
<a href="#certifications">Certificates</a>
<a href="#achievements">Achievements</a>
<a href="#contact">Contact</a>
</nav>
<button id="themeToggle" class="filter-btn" type="button">Toggle Theme</button>
</div>
</header>
<main id="home">
<section class="hero container">
<div class="hero-text">
<p class="eyebrow">Portfolio Website</p>
<h1>Muhammed Shereef K</h1>
<h2><span id="typingText">BCA Student • AI Developer • ML Enthusiast • Robotics • IoT</span></h2>
<p class="lead">
Motivated and detail-oriented BCA student specializing in Artificial Intelligence,
Machine Learning, Robotics, and IoT, with a strong foundation in programming,
web development, cloud computing, and AI. Passionate about applying technical
skills to real-world projects and building innovative digital solutions.
</p>
<div class="hero-actions">
<a class="btn btn-primary" href="#projects">View Projects</a>
<a class="btn btn-secondary" href="Muhammed-Shereef-K-Resume.pdf" target="_blank" download>Download CV</a>
</div>
<div class="mini-stats">
<div><strong>2026</strong><span>Expected Graduation</span></div>
<div><strong>29+</strong><span>Certificates</span></div>
<div><strong>5+</strong><span>Featured Projects</span></div>
</div>
</div>
<div class="hero-card glass">
<div class="avatar photo-avatar">
<img src="profile.jpeg" alt="Muhammed Shereef K" onerror="this.parentElement.innerHTML='MSK'">
</div>
<div class="hero-card-content">
<h3>Quick Profile</h3>
<ul>
<li><span>Programme</span><strong>BCA (AI, ML, Robotics & IoT)</strong></li>
<li><span>University</span><strong>Yenepoya University, Mangalore</strong></li>
<li><span>Focus</span><strong>AI Apps, IoT, Web Development</strong></li>
<li><span>Tools</span><strong>Python, Java, Azure, SQL</strong></li>
</ul>
</div>
</div>
</section>
<section id="about" class="section container">
<div class="section-heading">
<p class="eyebrow">About Me</p>
<h2>Student developer focused on practical and real-world solutions</h2>
</div>
<div class="about-grid">
<div class="glass card">
<p>
I am a final year BCA student specializing in Artificial Intelligence, Machine Learning,
Robotics, and IoT. I enjoy building useful projects that combine software, hardware,
and problem-solving to create meaningful solutions.
</p>
<p>
My interests include AI applications, web development, cloud technologies, IoT systems,
and robotics. I also enjoy presentation design and creating visually professional project work.
</p>
</div>
<div class="glass card">
<h3>What I do</h3>
<ul class="check-list">
<li>Build AI and web-based student projects</li>
<li>Work on IoT and robotics concepts</li>
<li>Develop responsive frontend and backend applications</li>
<li>Explore cloud, databases, and automation tools</li>
</ul>
</div>
</div>
</section>
<section id="skills" class="section container">
<div class="section-heading">
<p class="eyebrow">Skills</p>
<h2>Tools and technologies I work with</h2>
</div>
<div class="skills-grid">
<div class="skill-card glass">
<h3>Programming & Development</h3>
<p>C, Java, Python, HTML, CSS, JavaScript</p>
</div>
<div class="skill-card glass">
<h3>Databases</h3>
<p>SQL, DBMS</p>
</div>
<div class="skill-card glass">
<h3>Technologies</h3>
<p>Azure, IoT, AI, ML, Robotics</p>
</div>
<div class="skill-card glass">
<h3>Hardware</h3>
<p>Raspberry Pi, Arduino UNO, NodeMCU</p>
</div>
<div class="skill-card glass">
<h3>Other Tools</h3>
<p>Linux, Shell Scripting, Cybersecurity Basics</p>
</div>
<div class="skill-card glass">
<h3>Strengths</h3>
<p>Analytical thinking, problem-solving, adaptability, teamwork, leadership</p>
</div>
</div>
</section>
<section id="education" class="section container">
<div class="section-heading">
<p class="eyebrow">Education</p>
<h2>Academic background</h2>
</div>
<div class="glass card">
<h3>Bachelor of Computer Applications (BCA – Artificial Intelligence, Machine Learning, Robotics & IoT)</h3>
<p>Yenepoya (Deemed to be University), Mangalore</p>
<p><strong>Expected Graduation:</strong> 2026</p>
</div>
</section>
<section id="projects" class="section container">
<div class="section-heading">
<p class="eyebrow">Projects</p>
<h2>Highlighted work</h2>
</div>
<div class="projects-grid">
<article class="project-card glass">
<span class="tag">AI / Web App</span>
<h3>Hospital Triage AI System</h3>
<p>
AI-powered hospital support system that helps analyze patient symptoms,
identify urgency level, and suggest the correct department for faster
decision-making and better patient handling.
</p>
<ul>
<li>Patient symptom and detail form</li>
<li>AI-based triage and urgency analysis</li>
<li>Department recommendation system</li>
<li>Patient history and admin dashboard</li>
</ul>
<div class="project-actions">
<a class="btn btn-secondary" href="https://github.com/shereef888k" target="_blank" rel="noreferrer">View Code</a>
<a class="btn btn-secondary" href="https://hospital-ai-system-five.vercel.app" target="_blank" rel="noreferrer">Live Demo</a>
</div>
</article>
<article class="project-card glass">
<span class="tag">AI / HealthTech</span>
<h3>Medical Report Analyzer</h3>
<p>
AI-powered web application that analyzes medical reports, extracts important
health information, and presents insights in a clear and user-friendly format.
</p>
<ul>
<li>Upload and analyze medical reports</li>
<li>Extract key health details automatically</li>
<li>Simple and clean frontend interface</li>
<li>Useful for quick report understanding</li>
</ul>
<div class="project-actions">
<a class="btn btn-secondary" href="https://github.com/shereef888k/medical-report-analyzer" target="_blank" rel="noreferrer">View Code</a>
<a class="btn btn-secondary" href="https://medical-report-analyzer-beta.vercel.app/" target="_blank" rel="noreferrer">Live Demo</a>
</div>
</article>
<article class="project-card glass">
<span class="tag">Robotics / IoT</span>
<h3>Human Following Robot</h3>
<p>
Developing an autonomous robot capable of detecting and following humans
using sensors and IoT integration.
</p>
<ul>
<li>Real-time sensor data processing</li>
<li>Motion control algorithm implementation</li>
<li>Human detection and following logic</li>
<li>IoT-based robotics workflow</li>
</ul>
<div class="project-actions">
<a class="btn btn-secondary" href="#iot-showcase">View Showcase</a>
<a class="btn btn-secondary" href="https://github.com/shereef888k" target="_blank" rel="noreferrer">View Code</a>
</div>
</article>
<article class="project-card glass">
<span class="tag">Web App</span>
<h3>Blood Donation Connect</h3>
<p>
Built a responsive web app for managing blood donors and requests with
real-time database integration using Firebase / Supabase.
</p>
<ul>
<li>Blood donor and request management</li>
<li>Responsive user interface</li>
<li>Realtime database integration</li>
<li>Community support workflow</li>
</ul>
<div class="project-actions">
<a class="btn btn-secondary" href="https://github.com/shereef888k" target="_blank" rel="noreferrer">View Code</a>
<a class="btn btn-secondary" href="https://shereef888k.github.io/blood-donation-connect/" target="_blank" rel="noreferrer">Live Demo</a>
</div>
</article>
<article class="project-card glass">
<span class="tag">Web App</span>
<h3>Blood Support System</h3>
<p>
Community-focused blood support platform for donor registration,
request handling, and faster emergency support access.
</p>
<ul>
<li>Donor and request workflow</li>
<li>Responsive design</li>
<li>Practical community use case</li>
<li>Deployed live on Netlify</li>
</ul>
<div class="project-actions">
<a class="btn btn-secondary" href="https://github.com/shereef888k" target="_blank" rel="noreferrer">View Code</a>
<a class="btn btn-secondary" href="https://nationalclub-bloodsupport.netlify.app/" target="_blank" rel="noreferrer">Live Demo</a>
</div>
</article>
</div>
</section>
<section id="iot-showcase" class="section container">
<div class="section-heading">
<p class="eyebrow">IoT Project Showcase</p>
<h2>Human Following Robot</h2>
</div>
<div class="glass card">
<p>
This project focuses on developing a human-following robot using sensors,
embedded systems, and IoT concepts. The system is designed to detect,
track, and follow a person in real time. The gallery below showcases
the build progress, working model, and project demonstrations.
</p>
</div>
<div class="media-grid">
<img src="1.jpeg" alt="Human Following Robot image 1">
<img src="2.jpeg" alt="Human Following Robot image 2">
<img src="3.jpeg" alt="Human Following Robot image 3">
<img src="4.jpeg" alt="Human Following Robot image 4">
</div>
<div class="video-grid">
<video controls preload="metadata">
<source src="9.mp4" type="video/mp4">
</video>
<video controls preload="metadata">
<source src="10.mp4" type="video/mp4">
</video>
<video controls preload="metadata">
<source src="5.mp4" type="video/mp4">
</video>
<video controls preload="metadata">
<source src="6.mp4" type="video/mp4">
</video>
<video controls preload="metadata">
<source src="7.mp4" type="video/mp4">
</video>
<video controls preload="metadata">
<source src="8.mp4" type="video/mp4">
</video>
</div>
</section>
<section id="certifications" class="section container">
<div class="section-heading section-row">
<div>
<p class="eyebrow">Certificates</p>
<h2>Professional Certificate Gallery</h2>
</div>
<div class="filters" id="filters"></div>
</div>
<div class="glass cert-intro">
<p>
Browse my certifications by provider and topic. Click any certificate card to open the PDF.
</p>
</div>
<div class="cert-grid" id="certGrid"></div>
</section>
<section id="achievements" class="section container">
<div class="section-heading">
<p class="eyebrow">Achievements</p>
<h2>Activities and experience</h2>
</div>
<div class="glass card">
<ul class="check-list">
<li>NSS Volunteer – participated in community service initiatives and awareness campaigns</li>
<li>Global Youth Summit 2025 Volunteer</li>
<li>Seminar presentation on “Feedback Control in Mobile Robots”</li>
<li>Walkathon organizer for synthetic drug abuse prevention awareness</li>
</ul>
</div>
</section>
<section id="contact" class="section container">
<div class="section-heading">
<p class="eyebrow">Contact</p>
<h2>Let’s connect</h2>
</div>
<div class="contact-card glass">
<p>You can connect with me through the links below.</p>
<div class="contact-links">
<a href="mailto:shereef888k@gmail.com">shereef888k@gmail.com</a>
<a href="tel:+919207101461">+91 9207101461</a>
<a href="https://github.com/shereef888k" target="_blank" rel="noreferrer">GitHub</a>
<a href="https://www.linkedin.com/in/muhammed-shereef-k-0b3094292" target="_blank" rel="noreferrer">LinkedIn</a>
<a href="https://www.instagram.com/shereef_k_/" target="_blank" rel="noreferrer">Instagram</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<p>© 2026 Muhammed Shereef K • Portfolio Website</p>
</div>
</footer>
<script>
window.certificatesData = [
{ title: "Azure AI Fundamentals", issuer: "Microsoft", date: "2026-03-02", category: "Microsoft", type: "Cloud / AI", file: "Azure AI Fundamentals.pdf" },
{ title: "Azure Fundamentals", issuer: "Microsoft", date: "2026-02-13", category: "Microsoft", type: "Cloud", file: "Azure Fundamentals.pdf" },
{ title: "Azure Data Fundamentals", issuer: "Microsoft", date: "2025-01-15", category: "Microsoft", type: "Data", file: "Azure Data Fundamentals.pdf" },
{ title: "Power Platform Fundamentals", issuer: "Microsoft", date: "2026-03-02", category: "Microsoft", type: "Power Platform", file: "Power Platform Fundamentals.pdf" },
{ title: "Security, Compliance, and Identity Fundamentals", issuer: "Microsoft", date: "2026-03-03", category: "Microsoft", type: "Security", file: "Security Compliance and Identity Fundamentals.pdf" },
{ title: "Basics of Python", issuer: "Wingspan", date: "2025-03-27", category: "Programming", type: "Python", file: "1-a9dcc8fc-0f62-44ef-8b9d-d7f339834013.pdf" },
{ title: "Explore Machine Learning using Python", issuer: "Wingspan", date: "2025-03-27", category: "Machine Learning", type: "ML", file: "1-f1178325-04ad-4ebc-83df-8bb76acdb2c6.pdf" },
{ title: "Networking Fundamentals", issuer: "Coursera", date: "2024-04-16", category: "Coursera", type: "Networking", file: "Coursera 92R6SQX5ZUXG.pdf" },
{ title: "Data Forwarding Across Computer Networks", issuer: "Coursera", date: "2024-04-16", category: "Coursera", type: "Networking", file: "Coursera 5HV368DA44LM.pdf" },
{ title: "AI For Everyone", issuer: "Coursera", date: "2025-09-20", category: "Coursera", type: "AI", file: "Coursera MP0EWFNWUEIO.pdf" },
{ title: "Introduction to Artificial Intelligence (AI)", issuer: "Coursera", date: "2025-09-20", category: "Coursera", type: "AI", file: "Coursera KQEAFRFA586C.pdf" },
{ title: "Supervised Machine Learning: Classification", issuer: "Coursera", date: "2025-09-20", category: "Coursera", type: "Machine Learning", file: "Coursera WDUYDZMT2616.pdf" },
{ title: "Unsupervised Machine Learning", issuer: "Coursera", date: "2025-09-20", category: "Coursera", type: "Machine Learning", file: "Coursera NTRNMJVIGZBW.pdf" },
{ title: "Machine Learning Capstone", issuer: "Coursera", date: "2025-09-20", category: "Coursera", type: "Machine Learning", file: "Coursera RU59ODG78DCT.pdf" },
{ title: "Deep Learning and Reinforcement Learning", issuer: "Coursera", date: "2025-09-20", category: "Coursera", type: "Deep Learning", file: "Coursera ME4JUH36CTZD.pdf" },
{ title: "Data Visualization with Python", issuer: "Coursera", date: "2025-09-20", category: "Coursera", type: "Data", file: "Coursera HLWR8ZJYIV9X.pdf" },
{ title: "Introduction to HTML5", issuer: "Coursera", date: "2025-11-03", category: "Coursera", type: "Web Development", file: "Coursera EOS6N1XOGTMA.pdf" },
{ title: "Introduction to Object-Oriented Programming with Java", issuer: "Coursera", date: "2024-02-05", category: "Coursera", type: "Java", file: "Coursera KQSJGKEC6LDU.pdf" },
{ title: "Java Class Library", issuer: "Coursera", date: "2025-09-20", category: "Coursera", type: "Java", file: "Coursera JJYFV6V866NX.pdf" },
{ title: "Foundations of Digital Marketing and E-commerce", issuer: "Coursera", date: "2025-09-20", category: "Coursera", type: "Marketing", file: "Coursera PRT9XYNKBBS0.pdf" },
{ title: "Use Canva to Create Social Media Marketing Designs", issuer: "Coursera", date: "2024-10-14", category: "Coursera", type: "Design", file: "Coursera Q5M79BVZLAU4.pdf" },
{ title: "Fundamentals of Robotics & Industrial Automation", issuer: "Coursera", date: "2025-09-20", category: "Robotics", type: "Robotics", file: "Coursera NUBC3BZRFOIE.pdf" },
{ title: "Robotics Engineering & Applications", issuer: "Coursera", date: "2025-09-20", category: "Robotics", type: "Robotics", file: "Coursera E74B06YR612O.pdf" },
{ title: "Industrial Fluid Systems & Smart Factory Automation", issuer: "Coursera", date: "2025-09-20", category: "Automation", type: "Automation", file: "Coursera GW550I4MXQAZ.pdf" },
{ title: "Collaborative Robotics in Industry (Specialization)", issuer: "Coursera", date: "2025-09-20", category: "Robotics", type: "Robotics", file: "Coursera NAVP7ZRHNWHG.pdf" },
{ title: "Introduction to the Internet of Things and Embedded Systems", issuer: "Coursera", date: "2025-02-06", category: "IoT", type: "IoT", file: "Coursera V6BP5VBPZYFS.pdf" },
{ title: "Internet of Things 201", issuer: "Wingspan", date: "2026-02-25", category: "IoT", type: "IoT", file: "ed5ec614-5de9-4f0e-80e9-548b18c54457.pdf" },
{ title: "IoT Communication Technologies", issuer: "Wingspan", date: "2026-02-25", category: "IoT", type: "IoT", file: "e52b338b-901f-4be4-ac32-3f675b59b822.pdf" },
{ title: "Online Android Course Training", issuer: "Wingspan", date: "2026-02-25", category: "Android", type: "Android", file: "51a06a26-fc32-4143-9a0b-04a254055048.pdf" }
];
</script>
<script src="script.js"></script>
</body>
</html>