Fully responsive
++ Looks amazing on any device: smartphone, tablet, laptop and + desktop. +
+diff --git a/README.md b/README.md
index 6d1ec1cd..14c27a30 100644
--- a/README.md
+++ b/README.md
@@ -1,56 +1,151 @@
-> ⭐ ***README** to coś więcej niż opis. Poprzez nie **pokazujesz swoje mocne strony** – swoją dokładność, sposób myślenia i podejście do rozwiązywania problemów. Niech Twoje README pokaże, że masz **świetne predyspozycje do rozwoju!***
->
-> 🎁 *Zacznij od razu. Skorzystaj z **[szablonu README i wskazówek](https://github.com/devmentor-pl/readme-template)**.*
+
+### 🔥 Chcesz stworzyć własne repozytorium z projektem na podstawie repozytorium sforkowanego (np. oryginalnego repozytorium z zadaniem)? Zobacz, [jak to zrobić](https://github.com/devmentor-pl/from-fork-to-own-repo).
+
+### 💥 Nie wiesz, jak zabrać się do pisania? Przeczytaj [artykuł o tworzeniu README do projektu](https://devmentor.pl/b/jak-napisac-readme-do-projektu-na-githubie)!
+
+___
+# SEKCJA NOTATEK - usuń po napisaniu README :)
+
+### funkcjonalności programu
+-
+
+### problemy i ich rozwiązania + fragmenty kodu
+-
+`fragment kodu`
+```
+większy fragment kodu
+```
+
+
+### materiały, które pomogły Ci uzyskać dany efekt
+-
+
+### reużywalne części projektu
+-
+
+### narzędzia, frameworki, biblioteki
+-
+
+### niezbędne paczki i komendy do uruchomienia projektu
+-
+
+### wtyczki – rozszerzenia do przeglądarki czy do IDE
+-
+
+
+### inspiracje
+-
+
+### wnioski, pomysły na rozwój projektu
+-
+
+
+
+
+
+## *`Koniec sekcji notatek. Poniżej znajdziesz szablon właściwego README.`*
+___
+
+
+
+
+
+
+
+# Project Name
-# HTML & CSS: Podstawy
+See the live version of [Project Name](https://devmentor.pl).
-Najwyższy czas zakodować prawdziwą stronę internetową!
+1-3 sentences about the project...
-Będziemy się wzorować na projekcie od [Webscope](https://themewagon.com/themes/project-app-showasing-onepage-bootstrap-template-free-nova/), który wygląda tak:
+**Main features**:
+- one
+- two
+- three
-
+
+## 💡 Technologies
+
+
+
-## Opis projektu
-Wszystkie niezbędne grafiki masz przygotowane w katalogu `images`. Znajdziesz tam m.in. [pliki SVG](https://pl.wikipedia.org/wiki/Scalable_Vector_Graphics). W VS Code ich podgląd uzyskasz dzięki rozszerzeniu [SVG](https://marketplace.visualstudio.com/items?itemName=jock.svg).
+
+
+## 🔗 See also
+
+Are you interested in **techonologyName** and **technologyName**? See my other project [Interesting Project Name](https://devmentor.pl/podcast).
+
+
+
+## 💿 Installation
-Font, który jest używany w projekcie, to [Montserrat](https://fonts.google.com/specimen/Montserrat).
+The project uses [node](https://nodejs.org/en/) and [npm](https://www.npmjs.com/). Having them installed, type into the terminal: `npm i`.
+
+
+
+
+## 🤔 Solutions provided in the project
-Tło w górnej części strony to gradient:
-`background: radial-gradient(rgb(194, 74, 126), rgb(105, 86, 235));`
+- one
-Jeśli chcesz dokładnie odwzorować położenie poszczególnych elementów, możesz użyć rozszerzenia do Chrome o nazwie [PerfectPixel](https://chrome.google.com/webstore/detail/perfectpixel-by-welldonec/dkaagdgjmgdmbnecmcefdhjekcoceebi). Pozwoli Ci ono osadzić przedstawiony wyżej plik poglądowy (lokalizacja: `./assets/demo.png`) jako tło dla tworzonej strony.
+
-> **Uwaga!** Możliwe, że w powyższym rozszerzeniu będziesz musiał użyć odpowiedniej skali obrazu wykorzystywanego jako podgląd. Jest to zależne od [ustawień systemowych](https://pliki.wiki/blog/jak-korzystac-ze-skalowania-ekranu-w-systemie-windows-10/). Zazwyczaj jednak domyślne ustwienia wtyczki dobrze się sprawdzają i poza jej instalacją nie musisz nic robić.
+- two:
+```
+some example code
-Strona nie musi być wykonana zgodnie z pierwowzorem 1:1. Ważne, aby na pierwszy rzut oka było widać, że jest to ten sam projekt.
+more code :)
+```
+
-Pamiętaj, że przedstawiona grafika to element statyczny, a strona internetowa to element dynamiczny, który powinien dobrze wyglądać w różnych rozdzielczościach / na różnej wielkości monitorach. Część z nich może mieć szerokość ekranu 1280px, a inna 1440px itp. Na razie jednak skup się na odwzorowaniu zamieszczonego w zadaniu widoku. Innymi rozdzielczościami zajmiemy się w kolejnym module.
+- three
+
+| Issue | Solution | |
+| ------------------------- | ----------------------------- | --- |
+| one | `short code example` | |
+| two | `short code example` | |
+| thre | `short code example` | |
+
+
+
+- four - some shortcut Ctrl + C
+
+
+
+- five - example with a screenshot
+
+
+
+
-## Propozycja podziału
+## 💭 Conclusions for future projects
-Poniżej zamieszczam propozycję podziału strony na poszczególne grupy:
+I would like to improve...
-- wiersz (`width: 100%`) – kolor zielony
-- wyśrodkowanie (`max-width: 1150px`) – kolor niebieski
-- komórka (wiele elementów w jednej linii) – kolor pomarańczowy.
+#### This is the first issue:
+```
+and this is a code example
+```
-Nie musisz się od tego stosować – to jedynie moja koncepcja, która ma Ci pomóc w utworzeniu odpowiedniej struktury.
+#### This is the second issue:
+```
+and this is a code example
+```
-
-> :warning: Jeśli nie posiadasz materiałów do tego zadania, to znajdziesz je na stronie [devmentor.pl](https://devmentor.pl/p/html-and-css-basics/).
+## 🙋♂️ Feel free to contact me
+Write sth nice ;) Find me on...
-> ⭐ ***README** to coś więcej niż opis. Poprzez nie **pokazujesz swoje mocne strony** – swoją dokładność, sposób myślenia i podejście do rozwiązywania problemów. Niech Twoje README pokaże, że masz **świetne predyspozycje do rozwoju!***
->
-> 🎁 *Zacznij od razu. Skorzystaj z **[szablonu README i wskazówek](https://github.com/devmentor-pl/readme-template)**.*
+## 👏 Thanks / Special thanks / Credits
+Thanks to my [Mentor - devmentor.pl](https://devmentor.pl/) – for providing me with this task and for code review.
diff --git a/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf b/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf
new file mode 100644
index 00000000..9f89c9de
Binary files /dev/null and b/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf differ
diff --git a/fonts/Montserrat/Montserrat-VariableFont_wght.ttf b/fonts/Montserrat/Montserrat-VariableFont_wght.ttf
new file mode 100644
index 00000000..df7379cd
Binary files /dev/null and b/fonts/Montserrat/Montserrat-VariableFont_wght.ttf differ
diff --git a/fonts/Montserrat/OFL.txt b/fonts/Montserrat/OFL.txt
new file mode 100644
index 00000000..45157748
--- /dev/null
+++ b/fonts/Montserrat/OFL.txt
@@ -0,0 +1,93 @@
+Copyright 2024 The Montserrat.Git Project Authors (https://github.com/JulietaUla/Montserrat.git)
+
+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:
+https://openfontlicense.org
+
+
+-----------------------------------------------------------
+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.
diff --git a/fonts/Montserrat/README.txt b/fonts/Montserrat/README.txt
new file mode 100644
index 00000000..526747dc
--- /dev/null
+++ b/fonts/Montserrat/README.txt
@@ -0,0 +1,81 @@
+Montserrat Variable Font
+========================
+
+This download contains Montserrat as both variable fonts and static fonts.
+
+Montserrat is a variable font with this axis:
+ wght
+
+This means all the styles are contained in these files:
+ Montserrat-VariableFont_wght.ttf
+ Montserrat-Italic-VariableFont_wght.ttf
+
+If your app fully supports variable fonts, you can now pick intermediate styles
+that aren’t available as static fonts. Not all apps support variable fonts, and
+in those cases you can use the static font files for Montserrat:
+ static/Montserrat-Thin.ttf
+ static/Montserrat-ExtraLight.ttf
+ static/Montserrat-Light.ttf
+ static/Montserrat-Regular.ttf
+ static/Montserrat-Medium.ttf
+ static/Montserrat-SemiBold.ttf
+ static/Montserrat-Bold.ttf
+ static/Montserrat-ExtraBold.ttf
+ static/Montserrat-Black.ttf
+ static/Montserrat-ThinItalic.ttf
+ static/Montserrat-ExtraLightItalic.ttf
+ static/Montserrat-LightItalic.ttf
+ static/Montserrat-Italic.ttf
+ static/Montserrat-MediumItalic.ttf
+ static/Montserrat-SemiBoldItalic.ttf
+ static/Montserrat-BoldItalic.ttf
+ static/Montserrat-ExtraBoldItalic.ttf
+ static/Montserrat-BlackItalic.ttf
+
+Get started
+-----------
+
+1. Install the font files you want to use
+
+2. Use your app's font picker to view the font family and all the
+available styles
+
+Learn more about variable fonts
+-------------------------------
+
+ https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
+ https://variablefonts.typenetwork.com
+ https://medium.com/variable-fonts
+
+In desktop apps
+
+ https://theblog.adobe.com/can-variable-fonts-illustrator-cc
+ https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
+
+Online
+
+ https://developers.google.com/fonts/docs/getting_started
+ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
+ https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
+
+Installing fonts
+
+ MacOS: https://support.apple.com/en-us/HT201749
+ Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
+ Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
+
+Android Apps
+
+ https://developers.google.com/fonts/docs/android
+ https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
+
+License
+-------
+Please read the full license text (OFL.txt) to understand the permissions,
+restrictions and requirements for usage, redistribution, and modification.
+
+You can use them in your products & projects – print or digital,
+commercial or otherwise.
+
+This isn't legal advice, please consider consulting a lawyer and see the full
+license for all details.
diff --git a/fonts/Montserrat/static/Montserrat-Black.ttf b/fonts/Montserrat/static/Montserrat-Black.ttf
new file mode 100644
index 00000000..2d319308
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-Black.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-BlackItalic.ttf b/fonts/Montserrat/static/Montserrat-BlackItalic.ttf
new file mode 100644
index 00000000..40c6e1ef
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-BlackItalic.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-Bold.ttf b/fonts/Montserrat/static/Montserrat-Bold.ttf
new file mode 100644
index 00000000..02ff6fff
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-Bold.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-BoldItalic.ttf b/fonts/Montserrat/static/Montserrat-BoldItalic.ttf
new file mode 100644
index 00000000..998ed88c
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-BoldItalic.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-ExtraBold.ttf b/fonts/Montserrat/static/Montserrat-ExtraBold.ttf
new file mode 100644
index 00000000..59225514
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-ExtraBold.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-ExtraBoldItalic.ttf b/fonts/Montserrat/static/Montserrat-ExtraBoldItalic.ttf
new file mode 100644
index 00000000..74155095
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-ExtraBoldItalic.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-ExtraLight.ttf b/fonts/Montserrat/static/Montserrat-ExtraLight.ttf
new file mode 100644
index 00000000..491c6ec5
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-ExtraLight.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-ExtraLightItalic.ttf b/fonts/Montserrat/static/Montserrat-ExtraLightItalic.ttf
new file mode 100644
index 00000000..23dd23f8
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-ExtraLightItalic.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-Italic.ttf b/fonts/Montserrat/static/Montserrat-Italic.ttf
new file mode 100644
index 00000000..84bc0f46
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-Italic.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-Light.ttf b/fonts/Montserrat/static/Montserrat-Light.ttf
new file mode 100644
index 00000000..9d894920
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-Light.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-LightItalic.ttf b/fonts/Montserrat/static/Montserrat-LightItalic.ttf
new file mode 100644
index 00000000..bf854d4b
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-LightItalic.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-Medium.ttf b/fonts/Montserrat/static/Montserrat-Medium.ttf
new file mode 100644
index 00000000..dfbcfe4f
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-Medium.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-MediumItalic.ttf b/fonts/Montserrat/static/Montserrat-MediumItalic.ttf
new file mode 100644
index 00000000..1e674770
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-MediumItalic.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-Regular.ttf b/fonts/Montserrat/static/Montserrat-Regular.ttf
new file mode 100644
index 00000000..48ba65ed
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-Regular.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-SemiBold.ttf b/fonts/Montserrat/static/Montserrat-SemiBold.ttf
new file mode 100644
index 00000000..8dbcdb39
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-SemiBold.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-SemiBoldItalic.ttf b/fonts/Montserrat/static/Montserrat-SemiBoldItalic.ttf
new file mode 100644
index 00000000..8604419a
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-SemiBoldItalic.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-Thin.ttf b/fonts/Montserrat/static/Montserrat-Thin.ttf
new file mode 100644
index 00000000..2a85a52c
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-Thin.ttf differ
diff --git a/fonts/Montserrat/static/Montserrat-ThinItalic.ttf b/fonts/Montserrat/static/Montserrat-ThinItalic.ttf
new file mode 100644
index 00000000..5dc7160a
Binary files /dev/null and b/fonts/Montserrat/static/Montserrat-ThinItalic.ttf differ
diff --git a/index.html b/index.html
new file mode 100644
index 00000000..70d6df73
--- /dev/null
+++ b/index.html
@@ -0,0 +1,265 @@
+
+
+
+ A top notch premium quality template for your next web project. +
+ +
+ + Looks amazing on any device: smartphone, tablet, laptop and + desktop. +
++ Change the colors, pictures or any of the sections to suit your + needs. +
++ Trendy and fresh design, fits any website. +
+
+
+ + 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! +
++ Pick any of our super affordable pricing plans +
+
+ + The brains behind the whole operation +
+
+ + The one that puts it all together +
+
+ + The guy with his hand on the wallet +
+