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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
43 changes: 43 additions & 0 deletions fonts/SIL Open Font License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Copyright 2010, 2012 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL

-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.

The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the copyright statement(s).

"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.

"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.

5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
Binary file added fonts/montserrat-bold-webfont.woff
Binary file not shown.
Binary file added fonts/montserrat-bold-webfont.woff2
Binary file not shown.
Binary file added fonts/montserrat-thin-webfont.woff
Binary file not shown.
Binary file added fonts/montserrat-thin-webfont.woff2
Binary file not shown.
6 changes: 6 additions & 0 deletions images/team-google.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
307 changes: 307 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,307 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
>
<link
rel="stylesheet"
href="./styles/reset.css"
>
<link
rel="stylesheet"
href="./styles/styles.css"
>
<link
rel="icon"
href="./images/favicon.png"
>
<title>Nova Theme</title>
</head>

<body>
<header
class="header"
id="header"
>
<div class="header__container container">
<h1 class="logo__header">
<img
src="./images/logo.svg"
alt="LOGO"
class="logo__image"
>
</h1>
<nav class="nav">
<ul class="nav__links">
<a
href="#"
class="nav__link"
>
<li class="nav__link-item ">The Team</li>
Comment on lines +40 to +44
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.

Raczej zrobiłbym odwrotnie tj. najpierw li, potem a. Nie jest to błąd, nie ma to większego znaczenia, ale specyfikacja mówi, aby elementy liniowe (np. a) umieszczać w blokowych (np. li).

</a>
<a
href="#"
class="nav__link"
>
<li class="nav__link-item">Pricing</li>
</a>
<a
href="#"
class="nav__link"
>
<li class="nav__link-item">Features</li>
</a>
</ul>
</nav>
</div>
<div
class="hero container"
id="hero"
>
<article class="hero__info">
<h1 class="hero__header">Beautiful Free Nova template</h1>
<p class="hero__sub-header">A top notch premium quality template for your next web project.</p>
<button class="cta__button">Download FREE!</button>
</article>
<figure class="hero__image">
<img
src="./images/screen.png"
alt="screen"
class="hero__image-file"
>
</figure>
</div>
</header>
<main>
<section
class="features"
id="features"
>
<header class="container features__header-container">
<h3 class="features__header">Features</h3>
</header>
<ul class="container features__container">
<li class="feature">
<div class="feature__icon">
<img
src="./images/responsive.svg"
alt="responsive"
>
</div>
<h5 class="feature__title">FULLY RESPONSIVE</h5>
<p class="feature__text">Looks amazing on any device: smartphone, tablet, laptop and desktop.</p>
</li>
<li class="feature">
<div class="feature__icon">
<img
src="./images/customizable.svg"
alt="customizable"
>
</div>
<h5 class="feature__title">CUSTOMIZABLE</h5>
<p class="feature__text">Change the colors, pictures or any of the sections to suit your needs.</p>
</li>
<li class="feature">
<div class="feature__icon">
<img
src="./images/design.svg"
alt="responsive"
>
</div>
<h5 class="feature__title">SLICK AND BEAUTIFUL DESIGN</h5>
<p class="feature__text">Trendy and fresh design, fits any website.</p>
</li>
</ul>
</section>
<aside
class="media"
id="media"
>
<div class="container meadia__container">
<img
src="/images/logos.png"
alt="LOGO"
class="media__img"
>
</div>
</aside>
<section
class="design"
id="design"
>
<div class="design__container ">
<figure class="design__image-container">
<img
src="./images/imac.png"
alt="Imac"
class="design__image"
>
</figure>
<article class="design__text-container">
<h3 class="design__header">Simple and Beautiful</h3>
<p class="design__text">Use Nova theme for your next web project. It is completely customizable so
you can change any of the sections to fit your needs. Nova Theme is Free for any kind of use,
personal and commercial. Have fun and good luck!</p>
</article>
</div>
</section>
<section
class="pricing"
id="pricing"
>
<header class="pricing__text-container container">
<h3 class="pricing__header">CHOOSE YOUR PRICING PLAN</h3>
<p class="pricing__text">Pick any of our super affordable pricing plans</p>
</header>
<div class="pricing__plans container">
<div class="pricing__plan">
<h4 class="pricing__plan-type">BASIC</h4>
<p class="pricing__plan-price">$15</p>
<p class="pricing__plan-period">per month</p>
<ul class="pricing__plan-text">
<li>Up to 7 Projects</li>
<li>2 Additional Developers</li>
</ul>
<button class="cta__button cta__button--blue">Get Started</button>
</button>
</div>
<div class="pricing__plan is-correct">
<h4 class="pricing__plan-type">AGENCY</h4>
<p class="pricing__plan-price">$55</p>
<p class="pricing__plan-period">per month</p>
<ul class="pricing__plan-text">
<li>Up to 7 Projects</li>
<li>2 Additional Developers</li>
<li>Unlimited Support</li>
</ul>
<button class="cta__button cta__button--blue">Get Started</button>
</button>
</div>
<div class="pricing__plan">
<h4 class="pricing__plan-type">PRO</h4>
<p class="pricing__plan-price">$75</p>
<p class="pricing__plan-period">per month</p>
<ul class="pricing__plan-text">
<li>Up to 7 Projects</li>
<li>2 Additional Developers</li>
<li>Unlimited Support</li>
<li>1.5GB Disk Space</li>
</ul>
<button class="cta__button cta__button--blue">Get Started</button>
</button>
</div>
</div>
</section>
<section
class="team"
id="team"
>
<header class="team__header-contanier container">
<h3 class="team__header">The Team</h3>
</header>
<div class="team__members container">
<div class="team__member">
Comment on lines +206 to +207
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.

Tutaj też można zrobić ul > li, bo to "lista" członków zespołu (podobnie jak miałeś listę cen).

<img
src="./images/cto.png"
alt="CTO"
class="team__avatar"
>
<h4 class="team__position">CTO</h4>
<h5 class="team__name">Johny B Good</h5>
<p class="team__text">The brains behind the whole operation</p>
<div class="team_media">
<img
src="./images/team-twitter.svg"
alt="twitter"
class="team__twitter"
>
<img
src="./images/team-facebook.svg"
alt="facebook"
class="team__fb"
>
<img
src="./images/team-google.svg"
alt="Google"
class="team__google"
>
</div>
</div>
<div class="team__member">
<img
src="./images/ceo.png"
alt="CTO"
class="team__avatar"
>
<h4 class="team__position">CEO</h4>
<h5 class="team__name">Roll Over Beethoven</h5>
<p class="team__text">The one that puts it all together</p>
<div class="team_media">
<img
src="./images/team-twitter.svg"
alt="twitter"
class="team__twitter"
>
<img
src="./images/team-facebook.svg"
alt="facebook"
class="team__fb"
>
<img
src="./images/team-google.svg"
alt="Google"
class="team__google"
>
</div>
</div>
<div class="team__member">
<img
src="./images/cfo.png"
alt="CTO"
class="team__avatar"
>
<h4 class="team__position">CFO</h4>
<h5 class="team__name">Chuck Berry</h5>
<p class="team__text">The guy with his hand on the wallet</p>
<div class="team_media">
<img
src="./images/team-twitter.svg"
alt="twitter"
class="team__twitter"
>
<img
src="./images/team-facebook.svg"
alt="facebook"
class="team__fb"
>
<img
src="./images/team-google.svg"
alt="Google"
class="team__google"
>
</div>
</div>
</div>
</section>
</main>
<footer
class="footer"
id="footer"
>
<article class="footer__container container">
<p class="footer__text">A free template by </p>
<img
src="./images/webscope.svg"
alt=""
class="footer__image"
>
</article>
</footer>

</body>

</html>
Loading