|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <title>Phoenix editor</title> |
|
12 | 12 | <img id="logo" alt="logo" src="images/phoenix-logo.svg" /> |
13 | 13 | <div id="MainText"> |
14 | 14 | <h1>Phoenix Code</h1> |
15 | | - <span>CLICK_HERE<br /></span><br /> |
| 15 | + <span>Click here to locate this <span> in the HTML file<br /></span><br /> |
16 | 16 | </div> |
17 | 17 | <div class="video-container"> |
18 | 18 | <a |
19 | | - href="https://www.youtube.com/watch?feature=player_embedded&v=Jkg3nAZ6vF8" |
20 | | - target="_blank" |
21 | | - title="Phoenix YouTube Channel"> |
| 19 | + href="https://www.youtube.com/watch?feature=player_embedded&v=Jkg3nAZ6vF8" |
| 20 | + target="_blank" |
| 21 | + title="Phoenix YouTube Channel"> |
22 | 22 | <img |
23 | | - src="images/youtube_video.png" |
24 | | - alt="Phoenix Code on YouTube" |
25 | | - title="Phoenix Code on YouTube" |
26 | | - style="max-width: 320px;" /> |
| 23 | + src="images/youtube_video.png" |
| 24 | + alt="Phoenix Code on YouTube" |
| 25 | + title="Phoenix Code on YouTube" |
| 26 | + style="max-width: 320px" /> |
27 | 27 | </a> |
28 | 28 | <svg class="play-button" viewBox="0 0 200 200" alt="Play video"> |
29 | | - <circle |
30 | | - cx="100" |
31 | | - cy="100" |
32 | | - r="90" |
33 | | - fill="#333" |
34 | | - fill-opacity="0.6" /> |
| 29 | + <circle cx="100" cy="100" r="90" fill="#333" fill-opacity="0.6" /> |
35 | 30 | <polygon points="70, 55 70, 145 145, 100" fill="white" /> |
36 | 31 | </svg> |
37 | 32 | </div> |
38 | 33 | </div> |
39 | 34 | <img id="cloudLeftTop" alt="cloud" src="images/vector-top-left.png" /> |
40 | | - <img |
41 | | - id="cloudBottomRight" |
42 | | - alt="cloud" |
43 | | - src="images/vector-bottom-right.png" /> |
| 35 | + <img id="cloudBottomRight" alt="cloud" src="images/vector-bottom-right.png" /> |
44 | 36 | <img id="starsRight" alt="stars" src="images/stars-right.svg" /> |
45 | 37 | <img |
46 | 38 | class="clouds" |
|
0 commit comments