|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | | -<head> |
4 | | - <meta charset="UTF-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta |
| 6 | + name="viewport" |
| 7 | + content="width=device-width, initial-scale=1, shrink-to-fit=no" |
| 8 | + /> |
6 | 9 | <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"> |
11 | | -</head> |
12 | | -<body> |
13 | | - |
| 10 | + <link |
| 11 | + href="https://fonts.googleapis.com/css?family=Roboto:400,500,300" |
| 12 | + rel="stylesheet" |
| 13 | + type="text/css" |
| 14 | + /> |
| 15 | + <link rel="stylesheet" href="css/normalize.css" /> |
| 16 | + <link rel="stylesheet" href="css/style.css" /> |
| 17 | + <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> |
| 18 | + <link |
| 19 | + rel="stylesheet" |
| 20 | + href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" |
| 21 | + /> |
| 22 | + </head> |
| 23 | + <body> |
14 | 24 | <!-- Add your HTML markup here --> |
15 | 25 | <!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc --> |
16 | 26 | <!-- All the images you need are in the 'img' folder --> |
17 | 27 |
|
18 | | -</body> |
| 28 | + <header class="header"> |
| 29 | + <img src="img/karma-logo.svg" alt="Karma logo" width="40" height="40" /> |
| 30 | + <nav> |
| 31 | + <ul class="nav-list"> |
| 32 | + <ls class="nav-item" |
| 33 | + ><a id="onlink" class="nav-link" href="index.html" |
| 34 | + >Meet Karma</a |
| 35 | + ></ls |
| 36 | + > |
| 37 | + <ls class="nav-item" |
| 38 | + ><a class="nav-link" href="#">How it works</a></ls |
| 39 | + > |
| 40 | + <ls class="nav-item" |
| 41 | + ><a class="nav-link" href="store.html">Store</a></ls |
| 42 | + > |
| 43 | + <ls class="nav-item"><a class="nav-link" href="#">Blog</a></ls> |
| 44 | + <ls class="nav-item"><a class="nav-link" href="#">Help</a></ls> |
| 45 | + <ls class="nav-item"><a class="nav-link" href="#">Login</a></ls> |
| 46 | + </ul> |
| 47 | + </nav> |
| 48 | + </header> |
| 49 | + <main> |
| 50 | + <section class="main"> |
| 51 | + <div class="image"> |
| 52 | + <img src="./img/first-background.jpg" alt="" /> |
| 53 | + </div> |
| 54 | + <div class="overlay"> |
| 55 | + <div class="text"> |
| 56 | + <h1>Introducing Karma</h1> |
| 57 | + <h3>Bring WiFi With you, everywhere you go</h3> |
| 58 | + <button class="button">Learn More</button> |
| 59 | + </div> |
| 60 | + </div> |
| 61 | + </section> |
| 62 | + |
| 63 | + <div class="commercial-header"> |
| 64 | + <h2>Everyone needs a little Karma</h2> |
| 65 | + </div> |
| 66 | + |
| 67 | + <section class="commercial"> |
| 68 | + <article class="article"> |
| 69 | + <a href="#"><img src="img/icon-devices.svg" alt="" /></a> |
| 70 | + |
| 71 | + <p>Internet for all devices</p> |
| 72 | + </article> |
| 73 | + <article class="article"> |
| 74 | + <a href="#"><img src="img/icon-coffee.svg" alt="" /></a> |
| 75 | + |
| 76 | + <p>Boost your productivity</p> |
| 77 | + </article> |
| 78 | + <article class="article"> |
| 79 | + <a href="#"><img src="img/icon-refill.svg" alt="" /></a> |
| 80 | + |
| 81 | + <p>Pay as You go</p> |
| 82 | + </article> |
| 83 | + </section> |
| 84 | + </main> |
| 85 | + <footer> |
| 86 | + <hr /> |
| 87 | + |
| 88 | + <div class="footer-p"> |
| 89 | + <p>Join us on</p> |
| 90 | + </div> |
| 91 | + |
| 92 | + <div class="icons-wrapper"> |
| 93 | + <div class="icons"> |
| 94 | + <a href="https://twitter.com/?lang=en" |
| 95 | + ><img |
| 96 | + src="img/twitter-icon.svg" |
| 97 | + alt="twitter" |
| 98 | + width="25pt" |
| 99 | + height="25pt" |
| 100 | + /></a> |
| 101 | + </div> |
| 102 | + <div class="icons"> |
| 103 | + <a href="https://en-gb.facebook.com/" |
| 104 | + ><img |
| 105 | + src="img/facebook-icon.svg" |
| 106 | + alt="facebook" |
| 107 | + width="25pt" |
| 108 | + height="25pt" |
| 109 | + /></a> |
| 110 | + </div> |
| 111 | + <div class="icons"> |
| 112 | + <a href="https://www.instagram.com/" |
| 113 | + ><img |
| 114 | + src="img/instagram-icon.svg" |
| 115 | + alt="instagram" |
| 116 | + width="25pt" |
| 117 | + height="25" |
| 118 | + /></a> |
| 119 | + </div> |
| 120 | + <p style="opacity: 0.4">©Karma Mobile.Inc</p> |
| 121 | + </div> |
| 122 | + </footer> |
| 123 | + </body> |
19 | 124 | </html> |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
0 commit comments