Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5140 img tag refactor #5295

Merged
merged 2 commits into from
Aug 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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