Skip to content

Commit

Permalink
Update alt info for values pictograms
Browse files Browse the repository at this point in the history
  • Loading branch information
“yndira-flowforge” committed Jul 27, 2023
1 parent 74d4e26 commit e99fe55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/_includes/values.njk
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<div class="flex flex-wrap justify-center mt-12 md:mt-20">
<div class="company-value">
{% image "./images/pictograms/results.png", "Icon representing Results, Not Hours", [128] %}
{% image "./images/pictograms/results.png", "Icon representing Results", [128] %}
<h5>Results</h5>
</div>
<div class="company-value">
{% image "./images/pictograms/iteration.png", "Icon representing Apply Optimism", [128] %}
{% image "./images/pictograms/iteration.png", "Icon representing Iterative Improvement", [128] %}
<h5>Iterative Improvement</h5>
</div>
<div class="company-value">
{% image "./images/pictograms/community.png", "Icon representing Community-First", [128] %}
{% image "./images/pictograms/community.png", "Icon representing Collaborative Community", [128] %}
<h5>Collaborative Community</h5>
</div>
<div class="company-value">
{% image "./images/pictograms/candor.png", "Icon representing Use Candor", [128] %}
{% image "./images/pictograms/candor.png", "Icon representing Constructive Candor", [128] %}
<h5>Constructive Candor</h5>
</div>
<div class="company-value">
{% image "./images/pictograms/trusting.png", "Icon representing Bias for Action", [128] %}
{% image "./images/pictograms/trusting.png", "Icon representing Customer Empathy", [128] %}
<h5>Customer Empathy</h5>
</div>
</div>

0 comments on commit e99fe55

Please sign in to comment.