Skip to content

Commit 5d4f78d

Browse files
authored
Merge pull request #6 from akshay9085/main
new logos added
2 parents a12f06a + 2b3cfa8 commit 5d4f78d

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

src/assets/img/MOE-logo.png

9.63 KB
Loading

src/assets/img/NMEICT -logo.png

16.1 KB
Loading

src/components/HomeBody.astro

+15-4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ import iitb from "../assets/img/IITB.png";
5353
import fossee from "../assets/img/FOSSEE.png";
5454
import st from "../assets/img/spoken.png";
5555
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";
5658
---
5759

5860
<!-- Introduction -->
@@ -271,10 +273,13 @@ import process from "../assets/img/process.png";
271273

272274

273275
<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+
278283
</div>
279284

280285
</div></footer>
@@ -379,6 +384,12 @@ import process from "../assets/img/process.png";
379384
<!-- CSS -->
380385

381386
<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+
}
382393
.background-url{
383394
background: url(../assets/img/bg-01.png);
384395
background-attachment: fixed;

0 commit comments

Comments
 (0)