Modified order of blocks in Family part in mobile
This commit is contained in:
@@ -10,12 +10,12 @@ import family3 from '../../assets/images/family/family_3.png';
|
|||||||
|
|
||||||
<!-- Mobile Popup 1 (Retains arrow) -->
|
<!-- Mobile Popup 1 (Retains arrow) -->
|
||||||
<div class="image-panel">
|
<div class="image-panel">
|
||||||
<img src={family1.src} alt="" />
|
<img src={family3.src} alt="" />
|
||||||
<div class="image-panel-popup">
|
<div class="image-panel-popup">
|
||||||
<a href="/current-members" style="color: inherit; text-decoration: none;">
|
<a href="/executive-committee" style="color: inherit; text-decoration: none;">
|
||||||
<h3>Current Members →</h3>
|
<h3>Executive Committee →</h3>
|
||||||
</a>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -37,7 +37,9 @@ import family3 from '../../assets/images/family/family_3.png';
|
|||||||
<div class="image-panel">
|
<div class="image-panel">
|
||||||
<img src={family2.src} alt="" />
|
<img src={family2.src} alt="" />
|
||||||
<div class="image-panel-popup">
|
<div class="image-panel-popup">
|
||||||
<h3>Notable Members →</h3>
|
<a href="#people" style="color: inherit; text-decoration: none;">
|
||||||
|
<h3>Notable Members →</h3>
|
||||||
|
</a>
|
||||||
<p>
|
<p>
|
||||||
Some of UP IECEP's most well respected and accomplished individuals
|
Some of UP IECEP's most well respected and accomplished individuals
|
||||||
</p>
|
</p>
|
||||||
@@ -60,12 +62,12 @@ import family3 from '../../assets/images/family/family_3.png';
|
|||||||
|
|
||||||
<!-- Mobile Popup 3 (Retains arrow) -->
|
<!-- Mobile Popup 3 (Retains arrow) -->
|
||||||
<div class="image-panel">
|
<div class="image-panel">
|
||||||
<img src={family3.src} alt="" />
|
<img src={family1.src} alt="" />
|
||||||
<div class="image-panel-popup">
|
<div class="image-panel-popup">
|
||||||
<a href="/executive-committee" style="color: inherit; text-decoration: none;">
|
<a href="/current-members" style="color: inherit; text-decoration: none;">
|
||||||
<h3>Executive Committee →</h3>
|
<h3>Current Members →</h3>
|
||||||
</a>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user