fix: replace imgur with s3 for english guide without conflict (#36053)

* fix: imgur to s3 for englsh guide without conflict

(cherry picked from commit 9c9f15abf4e755feab79ef7090dacdcf497ea7b6)

* fix: revert unrelated changes
This commit is contained in:
Ahmad Abdolsaheb
2019-05-20 21:24:51 +03:00
committed by Parth Parth
parent 18e15830d9
commit a16539becf
36 changed files with 66 additions and 66 deletions

View File

@@ -12,17 +12,17 @@ This is how the code result looks like:
Initial screen:
<img src="https://i.imgur.com/jrnu6mE.png" width="200px"></img>
<img src="https://cdn-media-1.freecodecamp.org/imgr/jrnu6mE.png" width="200px"></img>
Dropdown opened:
<img src="https://i.imgur.com/gszPtRa.png" width="200px"></img>
<img src="https://cdn-media-1.freecodecamp.org/imgr/gszPtRa.png" width="200px"></img>
Dropdown with option selected:
<img src="https://i.imgur.com/TKXxZGF.png" width="200px"></img>
<img src="https://cdn-media-1.freecodecamp.org/imgr/TKXxZGF.png" width="200px"></img>
#### HTML: