parthmax commited on
Commit
07b8fd4
Β·
1 Parent(s): 872bfc6

added about section and footer in frontend

Browse files
Files changed (1) hide show
  1. templates/index.html +82 -13
templates/index.html CHANGED
@@ -263,21 +263,90 @@
263
  </form>
264
  </div>
265
  </div>
 
 
 
 
 
 
 
 
 
 
 
266
 
267
- <!-- Footer -->
268
- <footer class="mt-16 border-t border-gray-200 bg-white">
269
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
270
- <div class="flex flex-col md:flex-row justify-between items-center">
271
- <div class="flex items-center space-x-2 mb-4 md:mb-0">
272
- <div class="w-8 h-8 gradient-bg rounded-lg flex items-center justify-center">
273
- <i class="fas fa-qrcode text-white text-sm"></i>
274
- </div>
275
- <span class="text-gray-600 font-medium">Dynamic QR Generator</span>
276
- </div>
277
- <p class="text-sm text-gray-500">Β© 2025 Enterprise QR Solutions. Built for scalability.</p>
278
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
279
  </div>
280
- </footer>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
281
 
282
  <script>
283
  // Modal functions
 
263
  </form>
264
  </div>
265
  </div>
266
+ <!-- About Me Section -->
267
+ <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
268
+ <div class="glass-card rounded-2xl p-8 hover-scale">
269
+ <div class="flex flex-col md:flex-row items-center md:items-start gap-8">
270
+
271
+ <!-- Profile Picture -->
272
+ <div class="flex-shrink-0 w-32 h-32 overflow-hidden rounded-full shadow-lg border-4 border-white">
273
+ <img src="https://s3-us-west-2.amazonaws.com/issuewireassets/primg/174054/thumb_innovator-and-ai-enthusiast-saksham-pathak829450046.jpeg"
274
+ alt="Saksham Pathak"
275
+ class="w-full h-full object-cover object-top">
276
+ </div>
277
 
278
+
279
+ <!-- About Text -->
280
+ <div>
281
+ <h2 class="text-2xl font-bold text-gray-900 mb-3">About Me</h2>
282
+ <p class="text-gray-700 leading-relaxed mb-4">
283
+ Hi πŸ‘‹ I’m <span class="font-semibold">Saksham Pathak</span> (aka <span class="font-semibold">Parthmax</span>) β€” a
284
+ <strong>Generative AI Engineer</strong>, <strong>full-stack AI/ML developer</strong>, and creative
285
+ <strong>content creator</strong>.
286
+ I specialize in building <strong>LLM-powered apps, RAG pipelines, agentic AI tools</strong>, and sleek full-stack solutions with FastAPI & Tailwind.
287
+ </p>
288
+
289
+ <!-- Quick Highlights -->
290
+ <ul class="list-disc list-inside text-gray-700 mb-4">
291
+ <li>πŸŽ“ Pursuing <b>M.Sc. in AI & ML</b> @ IIIT Lucknow</li>
292
+ <li>βš™οΈ Expert in <b>LangChain, Hugging Face, LoRA/QLoRA</b></li>
293
+ <li>πŸš€ Projects: <b>FALCON (AI fact-checker), FaceAging AI, MapInsight</b></li>
294
+ <li>πŸ“ˆ Focus: AI dashboards, autonomous coding tools, scalable GenAI apps</li>
295
+ </ul>
296
+
297
+ <!-- Social Links -->
298
+ <div class="flex space-x-4">
299
+ <a href="https://github.com/parthmax2" target="_blank" class="text-gray-600 hover:text-gray-900 transition">
300
+ <i class="fab fa-github text-2xl"></i>
301
+ </a>
302
+ <a href="https://linkedin.com/in/sakshampathak" target="_blank" class="text-blue-600 hover:text-blue-800 transition">
303
+ <i class="fab fa-linkedin text-2xl"></i>
304
+ </a>
305
+ <a href="https://huggingface.co/parthmax" target="_blank" class="text-yellow-600 hover:text-yellow-800 transition">
306
+ <i class="fas fa-robot text-2xl"></i>
307
+ </a>
308
+ <a href="https://instagram.com/parthmax_" target="_blank" class="text-pink-600 hover:text-pink-800 transition">
309
+ <i class="fab fa-instagram text-2xl"></i>
310
+ </a>
311
+ <a href="mailto:pathaksaksham430@gmail.com" class="text-red-600 hover:text-red-800 transition">
312
+ <i class="fas fa-envelope text-2xl"></i>
313
+ </a>
314
  </div>
315
+ </div>
316
+ </div>
317
+ </div>
318
+ </section>
319
+
320
+ <<!-- Footer -->
321
+ <footer class="mt-16 border-t border-gray-200 dark:border-gray-800 bg-white dark:bg-gray-900">
322
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
323
+ <div class="flex flex-col md:flex-row justify-between items-center">
324
+
325
+ <!-- Logo + Name -->
326
+ <div class="flex items-center space-x-2 mb-4 md:mb-0">
327
+ <div class="w-9 h-9 bg-gradient-to-r from-blue-500 to-purple-600 rounded-lg flex items-center justify-center shadow-md">
328
+ <i class="fas fa-qrcode text-white text-sm"></i>
329
+ </div>
330
+ <span class="text-gray-700 dark:text-gray-300 font-semibold">Dynamic QR Generator</span>
331
+ </div>
332
+
333
+ <!-- Links -->
334
+ <div class="flex space-x-6 mb-4 md:mb-0">
335
+ <a href="#" class="text-gray-500 dark:text-gray-400 hover:text-blue-600 dark:hover:text-blue-400 text-sm transition">Docs</a>
336
+ <a href="#" class="text-gray-500 dark:text-gray-400 hover:text-blue-600 dark:hover:text-blue-400 text-sm transition">Privacy</a>
337
+ <a href="#" class="text-gray-500 dark:text-gray-400 hover:text-blue-600 dark:hover:text-blue-400 text-sm transition">Support</a>
338
+ </div>
339
+
340
+ <!-- Right section -->
341
+ <p class="text-sm text-gray-500 text-center md:text-right">
342
+ Made with <span class="text-red-500">❀️</span> by <span class="font-medium text-gray-700">Parthmax</span>
343
+ </p>
344
+
345
+
346
+ </div>
347
+ </div>
348
+ </footer>
349
+
350
 
351
  <script>
352
  // Modal functions