|
11 | 11 | </head> |
12 | 12 | <body> |
13 | 13 |
|
14 | | - <header class="header container flex-row"> |
15 | | - <logo class="logo"> |
16 | | - <img src="img/karma-logo.svg" /> |
17 | | - </logo> |
18 | | - <nav> |
19 | | - <ul class="navigation flex-row"> |
20 | | - <li class="nav-item nav-current bold"> |
21 | | - <a class="nav-link" href="">Meet Karma</a> |
22 | | - </li> |
23 | | - <li class="nav-item"> |
24 | | - <a class="nav-link" href="">How it Works</a> |
25 | | - </li> |
26 | | - <li class="nav-item"> |
27 | | - <a class="nav-link" href="">Store</a> |
28 | | - </li> |
29 | | - <li class="nav-item"> |
30 | | - <a class="nav-link" href="">Blog</a> |
31 | | - </li> |
32 | | - <li class="nav-item"> |
33 | | - <a class="nav-link" href="">Help</a> |
34 | | - </li> |
35 | | - <li class="nav-item"> |
36 | | - <a class="nav-link" href="">Login</a> |
37 | | - </li> |
38 | | - </ul> |
39 | | - </nav> |
40 | | - </header> |
41 | | - |
42 | | - <main class="main container"> |
43 | | - <section class="splash flex-col"> |
44 | | - <h1>Introducing Karma</h1> |
45 | | - <h3>Bring WiFi with you, everywhere you go.</h3> |
46 | | - <button>Learn More</button> |
47 | | - </section> |
48 | | - <section class="sellingpoints flex-col"> |
49 | | - <h2>Everyone needs a little Karma</h2> |
50 | | - <features class="features flex-row"> |
51 | | - <featureitem class="feature-item flex-col"> |
52 | | - <img src="img/icon-devices.svg"/> |
53 | | - <h4>Internet for all devices</h4> |
54 | | - </featureitem> |
55 | | - <featureitem class="feature-item flex-col"> |
56 | | - <img src="img/icon-coffee.svg"/> |
57 | | - <h4>Boost your productivity</h4> |
58 | | - </featureitem> |
59 | | - <featureitem class="feature-item flex-col"> |
60 | | - <img src="img/icon-refill.svg"/> |
61 | | - <h4>Pay as You Go</h4> |
62 | | - </featureitem> |
63 | | - </features> |
64 | | - </section> |
65 | | - |
66 | | - </main> |
67 | | - |
68 | | - <footer class="footer container flex-col"> |
69 | | - <p class="bold">Join us on</p> |
70 | | - <socials class="socials flex-row"> |
71 | | - <img src="img/twitter-icon.svg" /> |
72 | | - <img src="img/facebook-icon.svg" /> |
73 | | - <img src="img/instagram-icon.svg" /> |
74 | | - </socials> |
75 | | - <p>© Karma Mobility Inc</p> |
76 | | - </footer> |
| 14 | + <!-- Add your HTML markup here --> |
| 15 | + <!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc --> |
| 16 | + <!-- All the images you need are in the 'img' folder --> |
77 | 17 |
|
78 | 18 | </body> |
79 | 19 | </html> |
0 commit comments