Modified order of blocks in Family part in mobile

This commit is contained in:
Kent Joseph T. Palima
2026-05-03 11:53:14 +08:00
parent d51c54e9a7
commit 93f09a83f4
+11 -9
View File
@@ -10,12 +10,12 @@ import family3 from '../../assets/images/family/family_3.png';
<!-- Mobile Popup 1 (Retains arrow) -->
<div class="image-panel">
<img src={family1.src} alt="" />
<img src={family3.src} alt="" />
<div class="image-panel-popup">
<a href="/current-members" style="color: inherit; text-decoration: none;">
<h3>Current Members &rarr;</h3>
<a href="/executive-committee" style="color: inherit; text-decoration: none;">
<h3>Executive Committee &rarr;</h3>
</a>
<p>A short list of all the current members of UP IECEP</p>
<p>A bit information about the current heads of each committee</p>
</div>
</div>
@@ -37,7 +37,9 @@ import family3 from '../../assets/images/family/family_3.png';
<div class="image-panel">
<img src={family2.src} alt="" />
<div class="image-panel-popup">
<h3>Notable Members &rarr;</h3>
<a href="#people" style="color: inherit; text-decoration: none;">
<h3>Notable Members &rarr;</h3>
</a>
<p>
Some of UP IECEP's most well respected and accomplished individuals
</p>
@@ -60,12 +62,12 @@ import family3 from '../../assets/images/family/family_3.png';
<!-- Mobile Popup 3 (Retains arrow) -->
<div class="image-panel">
<img src={family3.src} alt="" />
<img src={family1.src} alt="" />
<div class="image-panel-popup">
<a href="/executive-committee" style="color: inherit; text-decoration: none;">
<h3>Executive Committee &rarr;</h3>
<a href="/current-members" style="color: inherit; text-decoration: none;">
<h3>Current Members &rarr;</h3>
</a>
<p>A bit information about the current heads of each committee</p>
<p>A short list of all the current members of UP IECEP</p>
</div>
</div>