|
20 | 20 | <!-- Add your HTML markup here --> |
21 | 21 | <!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc --> |
22 | 22 | <!-- All the images you need are in the 'img' folder --> |
| 23 | + |
23 | 24 | <header class="header"> |
24 | 25 | <img src="./img/karma-logo.svg" alt="" style="height: 50px" /> |
25 | 26 | <nav> |
26 | | - <ul> |
27 | | - <li> |
28 | | - <a href="#"><strong>Meet Karma</strong></a> |
29 | | - </li> |
| 27 | + <ul class="nav-list"> |
| 28 | + <li><a href="#"><strong>Meet Karma</strong></a></li> |
30 | 29 | <li><a href="#">How it Works</a></li> |
31 | | - <li><a href="./store.html"></a>Store</li> |
| 30 | + <li><a href="#">Store</a></li> |
32 | 31 | <li><a href="#">Blog</a></li> |
33 | 32 | <li><a href="#">Help</a></li> |
34 | 33 | <li><a href="#">Login</a></li> |
35 | 34 | </ul> |
36 | 35 | </nav> |
37 | 36 | </header> |
| 37 | + <!-- MAIN --> |
38 | 38 | <main class="main"> |
39 | | - <div> |
40 | | - <h2>Introducing Karma</h2> |
41 | | - <p>Bring WiFi with you, everywhere you go.</p> |
42 | | - <button>Learn More</button> |
| 39 | + <div class="main-container-up"> |
| 40 | + <h1>Introducing Karma</h1> |
| 41 | + <h2>Bring WiFi with you, everywhere you go.</h2> |
| 42 | + <button class="up-button">Learn More</button> |
43 | 43 | </div> |
44 | | - <div> |
| 44 | + <!-- --> |
| 45 | + <div class="main-containe-down"> |
45 | 46 | <h2>Everyone needs a little Karma.</h2> |
46 | 47 | <p>Internet for all devices</p> |
47 | 48 | <p>Boost your productivity</p> |
48 | 49 | <p>Pay as You Go</p> |
49 | 50 | </div> |
50 | 51 | </main> |
| 52 | + <!-- FOOTER --> |
51 | 53 | <footer class="footer"> |
52 | | - <p>Join us on</p> |
53 | | - <p>Karma mobility inc.</p> |
| 54 | + <p><strong>Join us on</strong></p> |
| 55 | + <div class="social-media-icons"> |
| 56 | + <img |
| 57 | + src="./img/twitter-icon.svg" |
| 58 | + alt="twitter icon" |
| 59 | + class="social_media_icon" |
| 60 | + /> |
| 61 | + <img |
| 62 | + src="./img/facebook-icon.svg" |
| 63 | + alt="facebook icon" |
| 64 | + class="social_media_icon" |
| 65 | + /> |
| 66 | + <img |
| 67 | + src="./img/instagram-icon.svg" |
| 68 | + alt="instagram icon" |
| 69 | + class="social_media_icon" |
| 70 | + /> |
| 71 | + </div> |
| 72 | + <p style="color: rgb(199, 198, 198)">Karma mobility, inc.</p> |
54 | 73 | </footer> |
55 | 74 | </body> |
56 | 75 | </html> |
0 commit comments