Skip to content

Commit b36e89d

Browse files
authored
Merge pull request #5 from nikitasabale96/main
Modified css in home page
2 parents 83add68 + 3d95751 commit b36e89d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/components/homebody.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ import timeline from "../images/timeline-04(1).png";
199199
<h2 class="text-3xl text-indigo-600 font-bold mb-4">
200200
Why <span class="text-indigo-600">IHP</span>?
201201
</h2>
202+
<div class="w-30 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto rounded-full mb-6"></div>
203+
202204
<p class="text-black-400 text-lg max-w-3xl mx-auto">
203205
Leading the revolution in open-source semiconductor technology
204206
</p>
@@ -546,8 +548,8 @@ import timeline from "../images/timeline-04(1).png";
546548

547549
<!-- IITB -->
548550
<a href="https://www.iitb.ac.in/" target="_blank" class="flex flex-col items-center hover:scale-105 transition-transform">
549-
<div class="w-40 h-18 flex items-center justify-center mb-4 shadow-md">
550-
<img src={iitb.src} alt="IIT Bombay" class="w-40 h-25" />
551+
<div class="w-60 h-18 flex items-center justify-center mb-4 shadow-md">
552+
<img src={iitb.src} alt="IIT Bombay" class="w-60 h-25" />
551553
</div>
552554
<h4 class="text-xl font-bold text-gray-800">IITB</h4>
553555
<p class="text-gray-800 text-sm text-center">Indian Institute of Technology Bombay</p>

src/layouts/layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ import "../styles/global.css";
195195

196196
<div class="mt-4 md:mt-0">
197197
<h3 class="font-semibold">Contact us:</h3>
198-
<a href="mailto:contactesim@fossee.in" class="hover:text-white">contactesim@fossee.in</a>
198+
<a href="mailto:contact-esim@fossee.in" class="hover:text-white">contact-esim[at]fossee[dot]in</a>
199199
</div>
200200

201201

0 commit comments

Comments
 (0)