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) -->
|
||||
<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 →</h3>
|
||||
<a href="/executive-committee" style="color: inherit; text-decoration: none;">
|
||||
<h3>Executive Committee →</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 →</h3>
|
||||
<a href="#people" style="color: inherit; text-decoration: none;">
|
||||
<h3>Notable Members →</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 →</h3>
|
||||
<a href="/current-members" style="color: inherit; text-decoration: none;">
|
||||
<h3>Current Members →</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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user