Skip to content

Commit

Permalink
removed ending slash in img HTML tag issue hackforla#5140
Browse files Browse the repository at this point in the history
  • Loading branch information
bluechocolate2019 committed Aug 21, 2023
1 parent c4fc572 commit 9eef73a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/program-areas.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 class="title4">{{program_areas[1].name}}</h2>
{% if program_areas[1].program-area == project_program and project.visible %}
{% assign project_relative_path = project.slug | prepend: "../projects/" %}
<li class="project-card-mini inline-list" id="{{project.identification}}">
<img class="project-card-mini-image" src="{{project.image}}" alt="" />
<img class="project-card-mini-image" src="{{project.image}}" alt="">
<a class="project-card-mini-title" href="{{ project_relative_path }}">{{project.title}}</a>
</li>
{% endif %}
Expand Down Expand Up @@ -82,7 +82,7 @@ <h3>Join a Project</h3>
<p class="first-paragraph">
We are looking for volunteers of all different skill types, levels,
and civic interests. If you have not joined yet, please see the
<a href="/join" target="_blank">Join Us</a> page.
<a href="/join" target="_blank">Join Us</a> page.
</p>
</div>
<a href="/join" class="btn btn-primary btn-md btn--default">Join Us</a>
Expand Down

0 comments on commit 9eef73a

Please sign in to comment.