Skip to content

Commit

Permalink
Merge pull request oppia#2858 from TJHomer/alt-tags
Browse files Browse the repository at this point in the history
Fix part of oppia#2128: Add alt tags to about page
  • Loading branch information
kevinlee12 authored Dec 23, 2016
2 parents e503005 + 7ede020 commit bf23315
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/templates/dev/head/pages/about/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,21 +95,21 @@ <h1>Join a Community of Learners and Teachers</h1>

<div class="oppia-static-card-content-wide oppia-about-three-cols-container">
<div class="oppia-about-three-cols-layout oppia-about-three-cols-feature">
<img ng-src="<[getStaticImageUrl('/general/creator-create-exp.png')]>">
<img ng-src="<[getStaticImageUrl('/general/creator-create-exp.png')]>" alt="Create an Exploration">
<h3>Create an Exploration</h3>
<p style="margin-top: -10px;">
about a topic you care about.
</p>
</div>
<div class="oppia-about-three-cols-layout oppia-about-three-cols-feature">
<img ng-src="<[getStaticImageUrl('/general/creator-pub-share.png')]>">
<img ng-src="<[getStaticImageUrl('/general/creator-pub-share.png')]>" alt="Publish & Share">
<h3>Publish &amp; Share</h3>
<p style="margin-top: -10px;">
your creations with the community.
</p>
</div>
<div class="oppia-about-three-cols-layout oppia-about-three-cols-feature">
<img ng-src="<[getStaticImageUrl('/general/creator-feedback.png')]>">
<img ng-src="<[getStaticImageUrl('/general/creator-feedback.png')]>" alt="Earn Feedback">
<h3>Earn feedback</h3>
<p style="margin-top: -10px;">
to improve your exploration.
Expand Down

0 comments on commit bf23315

Please sign in to comment.