Commit ed1e0592 authored by Jacoba Neighbourhood's avatar Jacoba Neighbourhood Committed by Chris Lamb
Browse files

images: add alt text everywhere

parent 1189c219
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@
    </p>

    <p class="d-none d-md-block float-left">
      <a href="https://sfconservancy.org"><img src="{{ "/assets/images/footer/conservancy.png" | relative_url }}" height="66" width="auto" alt=""/></a>
      <a href="https://sfconservancy.org"><img src="{{ "/assets/images/footer/conservancy.png" | relative_url }}" height="66" width="auto" alt="Conservancy Logo"/></a>
    </p>

    <p class="text-center float-md-right">
      <a href="{{ "/" | relative_url }}"><img src="{{ "/images/logos/rb.svg" | relative_url }}" height="45" width="auto" alt=""/></a>
      <a href="{{ "/" | relative_url }}"><img src="{{ "/images/logos/rb.svg" | relative_url }}" height="45" width="auto" alt="Reproducible Builds Logo"/></a>
    </p>
  </div>
</div>
+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Various entities are working on providing reproducible builds to their users and
<div class="row">
<div class="col-md-4 text-center" markdown="1">

<a href="{{ "/who/people/" | relative_url }}"><img src="{{ "/images/who/people.svg" | relative_url }}" height="200"></a>
<a href="{{ "/who/people/" | relative_url }}"><img src="{{ "/images/who/people.svg" | relative_url }}" height="200" alt="people"></a>

[People]({{ "/who/people/" | relative_url }})
{: .lead}
@@ -24,7 +24,7 @@ Various entities are working on providing reproducible builds to their users and
</div>
<div class="col-md-4 text-center" markdown="1">

<a href="{{ "/who/projects/" | relative_url }}"><img src="{{ "/images/who/projects.svg" | relative_url }}" height="200"></a>
<a href="{{ "/who/projects/" | relative_url }}"><img src="{{ "/images/who/projects.svg" | relative_url }}" height="200" alt="projects"></a>

[Projects]({{ "/who/projects/" | relative_url }})
{: .lead}
@@ -32,7 +32,7 @@ Various entities are working on providing reproducible builds to their users and
</div>
<div class="col-md-4 text-center" markdown="1">

<a href="{{ "/who/sponsors/" | relative_url }}"><img src="{{ "/images/who/sponsors.svg" | relative_url }}" height="200"></a>
<a href="{{ "/who/sponsors/" | relative_url }}"><img src="{{ "/images/who/sponsors.svg" | relative_url }}" height="200" alt="sponsors"></a>

[Sponsors]({{ "/who/sponsors/" | relative_url }})
{: .lead}