Skip to content

Commit

Permalink
changed img tag (#5135)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Gillis <40799239+t-will-gillis@users.noreply.github.com>
  • Loading branch information
tkubota31 and t-will-gillis authored Aug 18, 2023
1 parent 56c4abd commit 267f1af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _includes/about-page/about-card-accomplishments.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<p class="text-bold accomplishment-highlights">Highlights from 2020</p>
{% for accomplishment in site.data.internal.accomplishments limit:4 %}
<div class="accomplishment-title"><a href="{{accomplishment.link}}" target="_blank" rel="noopener noreferrer"> {{accomplishment.title}} </a></div>
<div> {{ accomplishment.description }} </div>
{% endfor %}
</div>
<div> {{ accomplishment.description }} </div>
{% endfor %}
</div>

<div class="bottom-right-column bottom-right-column--acc">
{% for accomplishment in site.data.internal.accomplishments limit:4 offset:4 %}
<div class="accomplishment-title"><a href="{{accomplishment.link}}" target="_blank" rel="noopener noreferrer"> {{accomplishment.title}} </a></div>
<div> {{ accomplishment.description }} </div>
{% endfor %}
<div> {{ accomplishment.description }} </div>
{% endfor %}
</div>
</div>
<div class="flex-container flex-container--wins">
Expand All @@ -27,8 +27,8 @@
</div>
<div class="bottom-right-column wins-column-width-right">
<div class="wins-card-mobile"><a href="https://hackforla.org/wins" target="_blank" rel="noopener noreferrer"><img src="/assets/images/about/wins-card-mobile.svg" alt="Wins card: contributors' names, teams and roles, and testimonials of their accomplishments." ></a></div>
<div class="wins-card-desktop"><a href="https://hackforla.org/wins" target="_blank" rel="noopener noreferrer"><img src="/assets/images/about/wins-card-desktop.svg" alt="Wins card: contributors' names, teams and roles, and testimonials of their accomplishments." /></a></div>
<div class="wins-card-desktop"><a href="https://hackforla.org/wins" target="_blank" rel="noopener noreferrer"><img src="/assets/images/about/wins-card-desktop.svg" alt="Wins card: contributors' names, teams and roles, and testimonials of their accomplishments." ></a></div>
</div>
</div>
</div>
</div>
</div>

0 comments on commit 267f1af

Please sign in to comment.