Commit f0f0cb76 by Mark Sadecki

adds alt text to sample api response

parent 3d4a853e
...@@ -144,14 +144,14 @@ Get the HTML for the course about page. ...@@ -144,14 +144,14 @@ Get the HTML for the course about page.
<h2>Course Staff</h2>\n <h2>Course Staff</h2>\n
<article class=\"teacher\">\n <article class=\"teacher\">\n
<div class=\"teacher-image\">\n <div class=\"teacher-image\">\n
<img src=\"/static/images/placeholder-faculty.png\" align=\"left\" style=\"margin:0 20 px 0\">\n <img src=\"/static/images/placeholder-faculty.png\" align=\"left\" style=\"margin:0 20 px 0\" alt=\"Course Staff Image #1\">\n
</div>\n\n </div>\n\n
<h3>Staff Member #1</h3>\n <h3>Staff Member #1</h3>\n
<p>Biography of instructor/staff member #1</p>\n <p>Biography of instructor/staff member #1</p>\n
</article>\n\n </article>\n\n
<article class=\"teacher\">\n <article class=\"teacher\">\n
<div class=\"teacher-image\">\n <div class=\"teacher-image\">\n
<img src=\"/static/images/placeholder-faculty.png\" align=\"left\" style=\"margin:0 20 px 0\">\n <img src=\"/static/images/placeholder-faculty.png\" align=\"left\" style=\"margin:0 20 px 0\" alt=\"Course Staff Image #2\">\n
</div>\n\n </div>\n\n
<h3>Staff Member #2</h3>\n <h3>Staff Member #2</h3>\n
<p>Biography of instructor/staff member #2</p>\n <p>Biography of instructor/staff member #2</p>\n
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment