Skip to content

Commit

Permalink
Merge pull request #9 from CSULB-WiC/Fooj
Browse files Browse the repository at this point in the history
Special thanks to added
  • Loading branch information
CSULB-WiC authored Dec 5, 2023
2 parents 7e448e5 + 394b8f1 commit d331be6
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,57 @@ <h2 class="section__title celebrate__title">
<img src="assets/img/celebrate.png" alt="" class="celebrate__img">
</div>
</section> -->
<!--==================== Special ====================-->
<section class="gift section container" id="gift">
<h2 class="section__title">Special Thanks</h2>

<div class="gift__container grid">
<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> -->
<h1>STEVE GOLD</h1>
<h6>LECTURER</h6>
<h2 class="gift__title">Programming Team</h2>
</article>

<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> -->
<h1>DIEGO GARCIAS</h1>
<h6>Computer Science student at CSULB</h6>
<h2 class="gift__title"></h2>
</article>
<!--
<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 class="gift__card">
<img src="assets/img/gift4.png" alt="" class="gift__img">
<i class='bx bx-heart gift__icon'></i>
<h3 class="gift__price">$35</h3>
<span class="gift__title">Snowman</span>
</article>
<article class="gift__card">
<img src="assets/img/gift5.png" alt="" class="gift__img">
<i class='bx bx-heart gift__icon'></i>
<h3 class="gift__price">$12</h3>
<span class="gift__title">Candy Stick</span> -->
</article>
</div>
</section>

<!--==================== CLUBS ====================-->
<section class="gift section container" id="gift">
Expand Down

0 comments on commit d331be6

Please sign in to comment.