-
-
Notifications
You must be signed in to change notification settings - Fork 620
NW6 | Fikret Ellek | HTML-CSS | Module-Project | Week 1-2 #649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 6 commits
95b7050
c5a23cb
7d151a4
d805ac6
878dce2
1466f20
1b743fd
c9bf7e0
f2ce152
75d15da
b86666c
0925812
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,91 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
|
|
||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
| <title>Karma</title> | ||
| <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'> | ||
| <link rel="stylesheet" href="css/normalize.css"> | ||
| <link rel="stylesheet" href="css/style.css"> | ||
| <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> | ||
| <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> | ||
| </head> | ||
|
|
||
| <body> | ||
|
|
||
| <!-- Add your HTML markup here --> | ||
| <!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc --> | ||
| <!-- All the images you need are in the 'img' folder --> | ||
|
|
||
|
|
||
| <!-- header part --> | ||
| <header> | ||
| <img class="karmaIcon" src="./img/karma-logo.svg" alt="karma's icon"> | ||
| <nav> | ||
| <ul> | ||
| <li> | ||
| Meet Karma | ||
| </li> | ||
| <li> | ||
| How it Works | ||
| </li> | ||
| <li> | ||
| Store | ||
| </li> | ||
| <li> | ||
| Blog | ||
| </li> | ||
| <li> | ||
| Help | ||
| </li> | ||
| <li> | ||
| Login | ||
| </li> | ||
| </ul> | ||
| </nav> | ||
|
||
| </header> | ||
|
|
||
| <main> | ||
|
|
||
| <!-- first section part --> | ||
| <section class="main-area" style="background-image: url(./img/first-background.jpg);" role="img" | ||
|
||
| aria-label="half of a man in the frame, mam is sitting at a table and working, tablet and karma device on the table"> | ||
| <h3>Introducing Karma</h3> | ||
| <h4>Bring WiFi with you, everywhere you go.</h4> | ||
| <button>Learn More</button> | ||
| </section> | ||
|
|
||
|
|
||
| <!-- second section part --> | ||
| <section class="article-area"> | ||
| <h3>Everyone needs a little Karma.</h3> | ||
| <div class="article-grid"> | ||
| <img class="article-icon" src="./img/icon-devices.svg" alt="icon of pc, tablet and mobile phone"> | ||
| <img class="article-icon" src="./img/icon-coffee.svg" alt="icon of a coffee mug with steam coming out"> | ||
| <img class="article-icon" src="./img/icon-refill.svg" alt="icon of a gas pump from a refill station"> | ||
| <h4>Internet for all devices</h4> | ||
| <h4>Boost your productivity</h4> | ||
| <h4>Pay as You Go</h4> | ||
| </div> | ||
| </section> | ||
|
|
||
| </main> | ||
| <!-- footer part --> | ||
| <footer> | ||
| <hr> | ||
| <h5>Join us on</h5> | ||
| <div> | ||
| <img class="media-logo" src="./img/twitter-icon.svg" alt="twitter icon"> | ||
|
||
| <img class="media-logo" src="./img/facebook-icon.svg" alt="facebook icon"> | ||
| <img class="media-logo" src="./img/instagram-icon.svg" alt="instagram icon"> | ||
| </div> | ||
| <h6>@ Karma Mobility, Inc.</h6> | ||
| </footer> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| </body> | ||
| </html> | ||
|
|
||
| </html> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we discussed last week, there is no need for you to repeat yourself. For ex