|
1 | | -<!DOCTYPE html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html lang="en"> |
| 3 | +<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> |
3 | 4 | <head> |
4 | | - <meta charset="UTF-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
6 | | - <title>Karma</title> |
7 | | - <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'> |
8 | | - <link rel="stylesheet" href="css/normalize.css"> |
9 | | - <link rel="stylesheet" href="css/style.css"> |
10 | | - <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> |
| 5 | + <meta charset="UTF-8"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 8 | + <title>Karma Project</title> |
| 9 | + <link rel="stylesheet" href="style.css"> |
11 | 10 | </head> |
12 | | -<body> |
| 11 | + |
| 12 | +<body class="body"> |
13 | 13 |
|
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 --> |
| 14 | +<header class="header"> |
| 15 | + <img src="img/karma-logo.svg" alt="Karma Logo" class="logo" /> |
| 16 | + <nav class="header-nav"> |
| 17 | + <a href="" class="header-nav-link">Meet Karma</a> |
| 18 | + <a href="" class="header-nav-link">How It works</a> |
| 19 | + <a href="" class="header-nav-link">Store</a> |
| 20 | + <a href="" class="header-nav-link">Blog</a> |
| 21 | + <a href="" class="header-nav-link">Help</a> |
| 22 | + <a href="" class="header-nav-link">Login</a> |
| 23 | + </nav> |
| 24 | +</header> |
17 | 25 |
|
18 | | -</body> |
| 26 | +<main class="main"> |
| 27 | +<section class="first-child"> |
| 28 | + <img src="img/first-background.jpg" alt="introducing karma bring wi-fi with you everywhere you go" class="first-background" /> |
| 29 | + <h1 class="section1-title">Introducing Karma</h1> |
| 30 | + <h2 class="section1-text">Bring WiFi with you, everywhere you go.</h2> |
| 31 | +</section> |
| 32 | + <section class="second-child"> |
| 33 | + <h1 class="karma-title">Everyone needs a little Karma.</h1> |
| 34 | + <div class="karma-title"> |
| 35 | + <img src="img/icon-devices.svg" alt="An image of a phone, a tablet and a computer desktop" /> |
| 36 | + |
| 37 | + <h2 class="karma-heading2">Internet for all devices</h2> |
| 38 | + <img src="img/icon-coffee.svg" alt="An Image of a Cup of Coffee" /> |
| 39 | + <h2 class="karma-heading3">Boost your productivity</h2> |
| 40 | + <img src="img/icon-refill.svg" alt="An Image of a Petrol Pump" /> |
| 41 | + <h2 class="karma-heading4">Pay as You Go</h2> |
| 42 | + |
| 43 | + </div> |
| 44 | + </section> |
| 45 | +</main> |
| 46 | + |
| 47 | + <footer class="footer"> |
| 48 | + <p class="footer-text">Join us on</p> |
| 49 | + <div class="social-media-buttons"> |
| 50 | + <a href="#"><img src="img/twitter-icon.svg" alt="twitter icon" class="footer-link" /></a> |
| 51 | + <a href="#"><img src="img/facebook-icon.svg" alt="facebook icon" class="footer-link" /></a> |
| 52 | + <a href="#"><img src="img/instagram-icon.svg" alt="instagram icon" class="footer-link" /></a> |
| 53 | + </div> |
| 54 | + <span class="span"> © Karma Mobility, Inc.</span> |
| 55 | + </footer> |
| 56 | + |
| 57 | + |
| 58 | + </body> |
19 | 59 | </html> |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
0 commit comments