From 59528f63d9f2cb97b7b17abbc0c6a8ce6cb8efcf Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Tue, 13 Sep 2016 00:52:21 -0400
Subject: [PATCH] Add missing alt tags

---
 chapter02/chapter02-project01.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chapter02/chapter02-project01.html b/chapter02/chapter02-project01.html
index 18d332e..77a75cb 100644
--- a/chapter02/chapter02-project01.html
+++ b/chapter02/chapter02-project01.html
@@ -37,9 +37,9 @@
    </section>
    <section>
        <h3 id="related">Related Photos</h3>
-       <a href="images/related-large1.jpg"><img src="images/related-square1.jpg" alt="" /></a>
-       <a href="images/related-large2.jpg"><img src="images/related-square2.jpg" alt="" /></a>
-       <a href="images/related-large3.jpg"><img src="images/related-square3.jpg" alt="" /></a>
+       <a href="images/related-large1.jpg"><img src="images/related-square1.jpg" alt="A random bush." /></a>
+       <a href="images/related-large2.jpg"><img src="images/related-square2.jpg" alt="Some trees I guess." /></a>
+       <a href="images/related-large3.jpg"><img src="images/related-square3.jpg" alt="Woah, a building." /></a>
    </section>
    <section>
 	   <h3 id="reviews">Reviews</h3>
-- 
GitLab