Skip to content

Commit

Permalink
Merge pull request #13 from CSULB-WiC/theresa
Browse files Browse the repository at this point in the history
added links to club pages in index
  • Loading branch information
21TN2 authored Dec 5, 2023
2 parents cff2f5d + ef2288e commit 381584b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,29 +271,32 @@ <h3 class="gift__price">$12</h3>
<h2 class="section__title">Clubs</h2>

<div class="gift__container grid">
<a href="https://csulbwic.com/" target="blank">
<article class="gift__card">
<img src="assets/img/gift1.png" alt="" class="gift__img">
<i class='bx bx-heart gift__icon'></i>

<!-- <h3 class="gift__price">$15</h3> -->
<span class="gift__title">WiC</span>
</article>
</article></a>

<a href="https://www.instagram.com/csulbacm/?hl=en" target="blank">
<article class="gift__card">
<img src="assets/img/gift2.png" alt="" class="gift__img">
<i class='bx bx-heart gift__icon'></i>

<!-- <h3 class="gift__price">$22</h3> -->
<span class="gift__title">ACM</span>
</article>
</article></a>

<a href="https://www.instagram.com/csulb.vgda/?hl=en" target="blank">
<article class="gift__card">
<img src="assets/img/gift3.png" alt="" class="gift__img">
<i class='bx bx-heart gift__icon'></i>

<!-- <h3 class="gift__price">$48</h3> -->
<span class="gift__title">VGDA</span>
</article>
</article></a>

<!-- <article class="gift__card">
<img src="assets/img/gift4.png" alt="" class="gift__img">
Expand Down

0 comments on commit 381584b

Please sign in to comment.