-
-
Notifications
You must be signed in to change notification settings - Fork 620
WM4 CodeYourFuture / HTML-CSS-Module-Project (Karma clone) #380
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 all commits
107b309
a904d86
6b424f5
2e4c3b7
33ddc60
fa468d8
f34ab06
6914463
a5809c2
4ab1e66
17e2e7c
d64e355
e8a84d3
0922b8b
8660a04
05a1a5f
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "liveServer.settings.port": 5501 | ||
| } |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -8,12 +8,145 @@ | |||||
| <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"> | ||||||
| <script src="https://kit.fontawesome.com/a6d80728cd.js" crossorigin="anonymous"></script> | ||||||
| </head> | ||||||
| <body> | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
| <header> | ||||||
| <img class="header_logo" id="logo" | ||||||
| src="img/karma-logo.svg" | ||||||
| alt="Karma logo" | ||||||
| /> | ||||||
| <nav> | ||||||
| <a href="">Meet Karma</a> | ||||||
| <a href="">How it Works</a> | ||||||
| <a href="">Store</a> | ||||||
| <a href="">Blog</a> | ||||||
| <a href="">Help</a> | ||||||
| <a href="">Login</a> | ||||||
| </nav> | ||||||
| </header> | ||||||
|
|
||||||
| <main> | ||||||
|
|
||||||
| <section> | ||||||
| <section class="first_section"> | ||||||
| <h1>Introducing Karma</h1> | ||||||
| <p>Bring WiFi with you, everywhere you go</p> | ||||||
| <button>Learn More</button> | ||||||
| </section> | ||||||
|
|
||||||
| <section class="second_section"> | ||||||
|
|
||||||
| <div1> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| <h2>Everyone needs a little Karma</h2> | ||||||
| </div> | ||||||
|
|
||||||
| <div class="icon_banner"> | ||||||
| <a href="#"> | ||||||
| <img | ||||||
| src="img/icon-devices.svg" | ||||||
| alt="icon-devices" | ||||||
| width="150" | ||||||
| height="150" | ||||||
| class="icons" | ||||||
| /> | ||||||
| <a>Internet for all devices</a> | ||||||
| </div> | ||||||
|
|
||||||
| <div class="icon_banner"> | ||||||
| <a href="#"> | ||||||
| <img | ||||||
| src="img/icon-coffee.svg" | ||||||
| alt="icon-devices" | ||||||
| width="150" | ||||||
| height="150" | ||||||
| class="icons" | ||||||
| /> <a>Boost your productivity | ||||||
| </a> | ||||||
| </div> | ||||||
|
|
||||||
| <div class="icon_banner"> | ||||||
| <a href="#"> | ||||||
| <img | ||||||
| src="img/icon-refill.svg" | ||||||
| alt="icon-devices" | ||||||
| width="150" | ||||||
| height="150" | ||||||
| class="icons" | ||||||
| /> <a>Pay as you go | ||||||
| </a> | ||||||
| </div> | ||||||
|
|
||||||
| </section> | ||||||
| <div class="extended_feature"> | ||||||
| <div class="homepage_feature"> | ||||||
| <img src="/img/homepage-feature.png" alt="homepage-feature" /> | ||||||
| </div> | ||||||
| <div class="text-button-container"> | ||||||
| <h2> | ||||||
| <span style="color:#E0633A;">"</span>Wherever I am, I just dont worry about my connection anymore!<span style="color:#E0633A;">"</span></h2> | ||||||
| <button>Get Karma today</button> | ||||||
| </div> | ||||||
| </div> | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
| </main> | ||||||
|
|
||||||
|
|
||||||
| <footer class="footer"> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. using |
||||||
| <p> | ||||||
| Join us on | ||||||
| </p> | ||||||
|
|
||||||
| <section> | ||||||
| <a href="#"> | ||||||
| <img | ||||||
| src="img/twitter-icon.svg" | ||||||
| alt="twitter" | ||||||
| width="30" | ||||||
| height="30" | ||||||
| class="small_icons" | ||||||
| /> | ||||||
| </a> | ||||||
|
|
||||||
| <a href="#"> | ||||||
| <img | ||||||
| src="img/facebook-icon.svg" | ||||||
| alt="facebook" | ||||||
| width="30" | ||||||
| height="30" | ||||||
| class="small_icons" | ||||||
| /> | ||||||
| </a> | ||||||
|
|
||||||
| <a href="#"> | ||||||
| <img | ||||||
| src="img/instagram-icon.svg" | ||||||
| alt="instagram" | ||||||
| width="30" | ||||||
| height="30" | ||||||
| class="small_icons" | ||||||
| /> | ||||||
| </a> | ||||||
|
|
||||||
| </section> | ||||||
|
|
||||||
| <p> | ||||||
| © Karma Mobility, Inc. | ||||||
| </p> | ||||||
|
|
||||||
| </footer> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| </section> | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this closing |
||||||
|
|
||||||
| <!-- 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 --> | ||||||
|
|
||||||
| <p id = "footer_text2"> <i class="fa-regular fa-copyright"></i>Karma Mobility, Inc</p> | ||||||
| </footer> | ||||||
| </body> | ||||||
| </html> | ||||||
Uh oh!
There was an error while loading. Please reload this page.
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.
The code is not indented consistently which makes it harder to read.
You can use Prettier which automatically indents code for you.
You can read about our code style guide here https://syllabus.codeyourfuture.io/guides/code-style-guide