Fixed UP IECEP Family in index page (part 2)

This commit is contained in:
Kent Joseph T. Palima
2026-04-30 00:10:56 +08:00
parent fde36424e9
commit d7001eb5de
+13 -11
View File
@@ -10,15 +10,17 @@ import family3 from '../../assets/images/family/family_3.png';
<div class="image-panel"> <div class="image-panel">
<img src={family1.src} alt="" /> <img src={family1.src} alt="" />
<a href="/current-members" class="image-panel-popup" style="color: inherit; text-decoration: none;"> <div class="image-panel-popup">
<a href="/current-members" style="color: inherit; text-decoration: none;">
<h3>Current Members &rarr;</h3> <h3>Current Members &rarr;</h3>
<p>A short list of all the current members of UP IECEP</p>
</a> </a>
<p>A short list of all the current members of UP IECEP</p>
</div>
</div> </div>
<div class="text-panel"> <div class="text-panel">
<div class="cover"> <div class="cover">
<h3>Executive Commitee</h3> <h3>Executive Committee</h3>
</div> </div>
<div class="under"> <div class="under">
<h3>Executive Committee</h3> <h3>Executive Committee</h3>
@@ -31,25 +33,25 @@ import family3 from '../../assets/images/family/family_3.png';
<div class="image-panel-popup"> <div class="image-panel-popup">
<h3>Notable Members &rarr;</h3> <h3>Notable Members &rarr;</h3>
<p> <p>
Some of UP IECEPs most well respected and accomplished individuals Some of UP IECEP's most well respected and accomplished individuals
</p> </p>
</div> </div>
</div> </div>
<a href="/current-members" class="text-panel" style="color: inherit; text-decoration: none;"> <div class="text-panel">
<div class="cover"> <a href="/current-members" class="cover" style="color: inherit; text-decoration: none;">
<h3>Current Members</h3> <h3>Current Members</h3>
</div> </a>
<div class="under"> <a href="/current-members" class="under" style="color: inherit; text-decoration: none;">
<h3>Current Members</h3> <h3>Current Members</h3>
<strong>A short list of all the current members of UP IECEP</strong> <strong>A short list of all the current members of UP IECEP</strong>
</div>
</a> </a>
</div>
<div class="image-panel"> <div class="image-panel">
<img src={family3.src} alt="" /> <img src={family3.src} alt="" />
<div class="image-panel-popup"> <div class="image-panel-popup">
<h3>Executive Commitee &rarr;</h3> <h3>Executive Committee &rarr;</h3>
<p>A bit information about the current heads of each committee</p> <p>A bit information about the current heads of each committee</p>
</div> </div>
</div> </div>
@@ -60,7 +62,7 @@ import family3 from '../../assets/images/family/family_3.png';
</div> </div>
<div class="under"> <div class="under">
<h3>Notable Members</h3> <h3>Notable Members</h3>
<strong>Some of UP IECEPs most well respected and accomplished individuals</strong> <strong>Some of UP IECEP's most well respected and accomplished individuals</strong>
</div> </div>
</div> </div>