Hi I failed this twice now and I’m feeling pretty stuck,
the first failed attempt was in the drawings branch,
The questions you missed were:
**‘drawings’ branch
--- a/site.html
+++ b/site.html
@@ -8,8 +8,8 @@
+ <img src="images/drawings/joseph-roulin.jpg">
- <img src="images/drawings/joseph-roulin.jpg">
In the assessment I was confused about the image ordering since the pictures of the code dont match up. After a couple days of emailing my admissions specialist and scouting the forums I was certain that during the initial merge all I would have to do is manually reorder the image code save and commit the merge.
Now I seem to have gotten everything completely wrong (0/4 this time instead of 3/4) and have no idea how this could have happened since I had done everything exactly the same, but reorder the images in the merge.
The questions you missed were:
’drawings’ branch
--- a/site.html
+++ b/site.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+y<!DOCTYPE html>
’master’ branch
--- a/site.html
+++ b/site.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+y<!DOCTYPE html>
@@ -9,6 +9,7 @@
+ <img src="images/drawings/lands-end.jpg">
’pictures’ branch
--- a/site.html
+++ b/site.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+y<!DOCTYPE html>
’together’ branch
--- a/site.html
+++ b/site.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+y<!DOCTYPE html>
I’m aware of the WSL issues and have been using powershell exclusively for all of my html work and git work thus far.
SOS and thank you
~Jason