Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
207 changes: 207 additions & 0 deletions index.html
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">
Copy link
Copy Markdown
Owner

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", gdzie section to style wspólne dla wszystkich tego typu bloków, a section--header-and-template zawiera tylko style dla tego konkretnego modyfikatora

<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">
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The 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">
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Można też użyć figure

<figure>
<img src="./images/screen.png" alt="image/screen" class="screen">
</figure>
</div>
</section>
</div>
</div>
<div class="container section--features">
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The 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="container container--features"> - wtedy nie trzeba tyle zmieniać :)

<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">
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Może figure zamiast div

<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
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Myślę, że wystarczyłoby samo figure - nie jest to błąd, ale wolę mniej skomplikowaną strukturę HTML :P

<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>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The 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>

Loading