@@ -53,6 +53,8 @@ import iitb from "../assets/img/IITB.png";
53
53
import fossee from " ../assets/img/FOSSEE.png" ;
54
54
import st from " ../assets/img/spoken.png" ;
55
55
import process from " ../assets/img/process.png" ;
56
+ import Nmeict from " ../assets/img/NMEICT -logo.png" ;
57
+ import Moe from " ../assets/img/MOE-logo.png" ;
56
58
---
57
59
58
60
<!-- Introduction -->
@@ -271,10 +273,13 @@ import process from "../assets/img/process.png";
271
273
272
274
273
275
<div class =" max-w-6xl mx-auto px-4" >
274
- <div class =" flex justify-center items-center space-x-3 mb-6 bg-white text-green-300 " >
275
- <a class =" hover:scale-105" href =" https://www.iitb.ac.in/" target =" _blank" ><img src ={ iitb .src } alt =" IIT Bombay" decoding =" async" ></a >
276
- <a class =" hover:scale-105" href =" https://fossee.in/" target =" _blank" > <img src ={ fossee .src } alt =" FOSSEE" decoding =" async" ></a >
277
- <a class =" hover:scale-105" href =" https://spoken-tutorial.org/" target =" _blank" > <img src ={ st .src } alt =" Spoken Tutorial" decoding =" async" ></a >
276
+ <div class =" flex d-flex justify-center items-center space-x-3 mb-6 bg-white text-green-300 " >
277
+ <a class =" hover:scale-105" href =" https://www.iitb.ac.in/" target =" _blank" ><img src ={ iitb .src } alt =" IIT Bombay" class =" logos" decoding =" async" ></a >
278
+ <a class =" hover:scale-105" href =" https://fossee.in/" target =" _blank" > <img src ={ fossee .src } alt =" FOSSEE" class =" logos" decoding =" async" ></a >
279
+ <a class =" hover:scale-105" href =" https://spoken-tutorial.org/" target =" _blank" > <img src ={ st .src } alt =" Spoken Tutorial" class =" logos" decoding =" async" ></a >
280
+ <a class =" hover:scale-105" href =" https://spoken-tutorial.org/" target =" _blank" > <img src ={ Moe .src } alt =" MOE" class =" img logos" decoding =" async" ></a >
281
+ <a class =" hover:scale-105" href =" https://spoken-tutorial.org/" target =" _blank" > <img src ={ Nmeict .src } alt =" NMEICT" class =" logos" decoding =" async" ></a >
282
+
278
283
</div >
279
284
280
285
</div ></footer >
@@ -379,6 +384,12 @@ import process from "../assets/img/process.png";
379
384
<!-- CSS -->
380
385
381
386
<style >
387
+ .logos {
388
+ width: 150px; /* Adjust to preferred size */
389
+ height: 100px; /* Maintain aspect ratio */
390
+ object-fit: contain; /* Ensures the image fits within the container */
391
+ max-height: 130px; /* Optional for uniform height */
392
+ }
382
393
.background-url{
383
394
background: url(../assets/img/bg-01.png);
384
395
background-attachment: fixed;
0 commit comments