-
Notifications
You must be signed in to change notification settings - Fork 102
Completed website #183
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?
Completed website #183
Changes from all commits
960f4ac
dc61e53
d225451
08bb267
c942ef8
e43610a
f3b653c
d6abe0a
2707da9
55b0f6c
a687111
d9aee5f
8656641
41f560a
9e16dc8
8d1d859
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,207 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Document</title> | ||
| <link rel="stylesheet" href="./styles/styles.css"> | ||
| <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet"> | ||
| </head> | ||
| <body> | ||
| <div class="container section--header-and-template"> | ||
| <div class="content-wrapper"> | ||
| <header class="header"> | ||
| <img src="./images/logo.svg" alt="logo" class="logo"> | ||
| <nav class="menu"> | ||
| <ul> | ||
| <li><a href="#">The Team</a></li> | ||
| <li><a href="#">Pricing</a></li> | ||
| <li><a href="#">Features</a></li> | ||
| </ul> | ||
| </nav> | ||
| </header> | ||
| <section class="container1-section2"> | ||
| <article class="section-left"> | ||
|
Owner
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. 👍 |
||
| <h1 >Beautiful Free Nova <br>template</h1> | ||
| <p class="text"> | ||
| A top notch premium quality <br> | ||
| template for your ext web<br> | ||
| project. | ||
| </p> | ||
| <button class="button--section-1">Download FREE!</button> | ||
| </article> | ||
| <div class="section-right"> | ||
|
Owner
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. Można też użyć |
||
| <figure> | ||
| <img src="./images/screen.png" alt="image/screen" class="screen"> | ||
| </figure> | ||
| </div> | ||
| </section> | ||
| </div> | ||
| </div> | ||
| <div class="container section--features"> | ||
|
Owner
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. Podobnie jak wyżej, może lepszą nazwą by było po prostu: |
||
| <div class="content-wrapper"> | ||
| <header class="container2-header"> | ||
| <h1>FEATURES</h1> | ||
| </header> | ||
| <section> | ||
| <ul class="features-list"> | ||
| <li class="items-features"> | ||
| <div class="icon-container2"> | ||
|
Owner
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. Może |
||
| <img src="./images/responsive.svg" alt="icon phone" class="icon"> | ||
| </div> | ||
| <h3>FULLY RESPONSIVE</h3> | ||
| <p class="text text-align"> | ||
| Looks amazing on any device:<br> | ||
| smartphone, tablet, laptop and<br> | ||
| desktop. | ||
| </p> | ||
| </li> | ||
| <li class="items-features"> | ||
| <div class="icon-container2"> | ||
| <img src="./images/customizable.svg" alt="icon tools" class="icon"> | ||
| </div> | ||
| <h3>CUSTOMIZABLE</h3> | ||
| <p class="text text-align"> | ||
| Change the colors, pictures or <br> | ||
| any od the sections to suit your<br> | ||
| needs. | ||
| </p> | ||
| </li> | ||
| <li class="items-features"> | ||
| <div class="icon-container2"> | ||
| <img src="./images/design.svg" alt="award" > | ||
| </div> | ||
| <h3> | ||
| SLICK AND BEAUTIFUL<br> | ||
| DESIGN | ||
| </h3> | ||
| <p class="text text-align"> | ||
| Trendy and fresh design, fits<br> | ||
| any website. | ||
| </p> | ||
| </li> | ||
| </ul> | ||
| </section> | ||
| </div> | ||
| </div> | ||
| <div class="container section--aside"> | ||
| <div class="content-wrapper"> | ||
| <aside> | ||
| <img src="./images/logos.png" alt="Trusted by top brands"> | ||
| </aside> | ||
| </div> | ||
| </div> | ||
| <div class="container section--imac"> | ||
| <div class="content-wrapper"> | ||
| <section class="container4-section1"> | ||
| <figure> | ||
|
Comment on lines
+96
to
+97
Owner
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. Myślę, że wystarczyłoby samo |
||
| <img src="./images/imac.png" alt="icon imac" class="icon"> | ||
| </figure> | ||
| </section> | ||
| <article class="container4-section2"> | ||
| <h2>SIMPLE AND BEAUTIFUL</h2> | ||
| <p> | ||
| Use Nova theme for your next web project. It is<br> | ||
| completely customizable so you can change any of<br> | ||
| the section to fit your needs. Nova Theme is Free for<br> | ||
| any kind od use, personal and commercial. Have fu<br> | ||
| and good luck! | ||
| </p> | ||
| </article> | ||
| </div> | ||
| </div> | ||
| <div class="container section--pricing-plan"> | ||
| <div class="content-wrapper"> | ||
| <header class="container5-header"> | ||
| <h3>CHOOSE YOUR PRICING PLAN</h3> | ||
| <p class="text">Pick any of our super affordable pricing plans</p> | ||
| </header> | ||
| <section> | ||
| <ul class="container5-section2"> | ||
| <li class="container5-section2--items"> | ||
| <h4>BASIC</h4> | ||
|
Owner
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. 👍 |
||
| <p class="price">$15</p> | ||
| <p class="text-small">per month</p> | ||
| <p class="text-align text-bold"> | ||
| Up to 7 Projects<br> | ||
| 2 Additional Developers | ||
| </p> | ||
| <button class="button-container5">Get Started</button> | ||
| </li> | ||
| <li class="container5-section2--items"> | ||
| <h4>AGENCY</h4> | ||
| <p class="price">$55</p> | ||
| <p class="text-small">per month</p> | ||
| <p class="text-align text-bold"> | ||
| Up to 25 Projects<br> | ||
| 2 Additional Developers<br> | ||
| Unlimited Support | ||
| </p> | ||
| <button class="button-container5">Get Started</button> | ||
| </li> | ||
| <li class="container5-section2--items"> | ||
| <h4>PRO</h4> | ||
| <p class="price">$75</p> | ||
| <p class="text-small">per month</p> | ||
| <p class="text-align text-bold"> | ||
| Up to 25 Projects<br> | ||
| 2 Additional Developers<br> | ||
| Unlimited Support<br> | ||
| 1.5GB Disk Space | ||
| </p> | ||
| <button class="button-container5">Get Started</button> | ||
| </li> | ||
| </ul> | ||
| </section> | ||
| </div> | ||
| </div> | ||
| <div class="container section--team"> | ||
| <div class="content-wrapper"> | ||
| <header class="container6-header"> | ||
| <h1 class="h1-special">THE TEAM</h1> | ||
| </header> | ||
| <section> | ||
| <ul class="container6-section2"> | ||
| <li class="container6-section2--items"> | ||
| <img src="./images/cto.png" alt="image CTO" class="profile-img"> | ||
| <p class="text-large">CTO</p> | ||
| <p class="text-bold">Johnny B Good</p> | ||
| <p>The brain behind the whole operation</p> | ||
| <div class="container6-icons"> | ||
| <img src="./images/team-twitter.svg" alt="twitter icon" class="icon-small"> | ||
| <img src="./images/team-facebook.svg" alt="fb icon" class="icon-small"> | ||
| </div> | ||
| </li> | ||
| <li class="container6-section2--items"> | ||
| <img src="./images/ceo.png" alt="image CEO" class="profile-img"> | ||
| <p class="text-large">CEO</p> | ||
| <p class="text-bold">Roll Over Beethoven</p> | ||
| <p>The one that puts it all together</p> | ||
| <div class="container6-icons"> | ||
| <img src="./images/team-twitter.svg" alt="image CTO" class="icon-small"> | ||
| <img src="./images/team-facebook.svg" alt="fb icon" class="icon-small"> | ||
| </div> | ||
| </li> | ||
| <li class="container6-section2--items"> | ||
| <img src="./images/cfo.png" alt="image CFO" class="profile-img"> | ||
| <p class="text-large">CFO</p> | ||
| <p class="text-bold">Chuck Berry</p> | ||
| <p>The guy with his hand on the wallet</p> | ||
| <div class="container6-icons"> | ||
| <img src="./images/team-twitter.svg" alt="image CTO" class="icon-small"> | ||
| <img src="./images/team-facebook.svg" alt="fb icon" class="icon-small"> | ||
| </div> | ||
| </li> | ||
| </ul> | ||
| </section> | ||
| </div> | ||
| </div> | ||
| <footer> | ||
| <div class="footer-wrapper"> | ||
| <p class="text-wrapper">A free template by</p> | ||
| <img src="./images/webscope.svg" alt="icon webscope" class="footer-icon"> | ||
| </div> | ||
| </footer> | ||
| </body> | ||
| </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.
Jeśli robisz Modyfikator, to musi być też nazwa, której dotyczy. Tutaj mamy Block wiec powinno być:
class="container section section--header-and-template", gdziesectionto style wspólne dla wszystkich tego typu bloków, asection--header-and-templatezawiera tylko style dla tego konkretnego modyfikatora