Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# POTR POTS landing page (HARD)

**⚠️ Attention: this is a hard landing page for development. We highly recommend choosing this landing page only if you didn't have a lot of troubles with previous homework tasks and if you sent all homework in time (didn't miss deadlines).**
**⚠️ Attention: this is a hard landing page for development. We highly recommend choosing this landing page only if you didn't have a lot of troubles with previous homework tasks and if you sent all homework in time (didn't miss deadlines).**

Implement landing page according to [Figma design](https://www.figma.com/file/50zgLU65Mcd3MisFHMfLfx/POTR-POTS_FE-students?node-id=1760%3A281) - Use BEM and SCSS
- The design 1440px
Expand Down Expand Up @@ -33,7 +33,7 @@ Implement landing page according to [Figma design](https://www.figma.com/file/50
11. `git push origin develop` - to send you code for PR
12. Create a Pull Request (PR) from your branch `develop` to branch `master` of original repo.
13. Replace `<your_account>` with your Github username in the
[DEMO LINK](https://<your_account>.github.io/Potr_Pots/)
[DEMO LINK](https://k-shestakov.github.io/Potr_Pots/)
14. Copy `DEMO LINK` to the PR description

> To update you PR repeat steps 7-11
Expand Down
Binary file added src/favicon.ico
Binary file not shown.
Binary file added src/fonts/BebasNeue/BebasNeue-Bold.eot
Binary file not shown.
Binary file added src/fonts/BebasNeue/BebasNeue-Bold.otf
Binary file not shown.
5,170 changes: 5,170 additions & 0 deletions src/fonts/BebasNeue/BebasNeue-Bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fonts/BebasNeue/BebasNeue-Bold.ttf
Binary file not shown.
Binary file added src/fonts/BebasNeue/BebasNeue-Bold.woff
Binary file not shown.
Binary file added src/fonts/BebasNeue/BebasNeue-Bold.woff2
Binary file not shown.
Binary file added src/fonts/BebasNeue/BebasNeue-Regular.eot
Binary file not shown.
Binary file added src/fonts/BebasNeue/BebasNeue-Regular.otf
Binary file not shown.
5,181 changes: 5,181 additions & 0 deletions src/fonts/BebasNeue/BebasNeue-Regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fonts/BebasNeue/BebasNeue-Regular.ttf
Binary file not shown.
Binary file added src/fonts/BebasNeue/BebasNeue-Regular.woff
Binary file not shown.
Binary file added src/fonts/BebasNeue/BebasNeue-Regular.woff2
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-Bold.eot
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-Bold.otf
Binary file not shown.
4,874 changes: 4,874 additions & 0 deletions src/fonts/Manrope/Manrope-Bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fonts/Manrope/Manrope-Bold.ttf
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-Bold.woff
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-Bold.woff2
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-Regular.eot
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-Regular.otf
Binary file not shown.
4,873 changes: 4,873 additions & 0 deletions src/fonts/Manrope/Manrope-Regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fonts/Manrope/Manrope-Regular.ttf
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-Regular.woff
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-Regular.woff2
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-SemiBold.eot
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-SemiBold.otf
Binary file not shown.
4,873 changes: 4,873 additions & 0 deletions src/fonts/Manrope/Manrope-SemiBold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fonts/Manrope/Manrope-SemiBold.ttf
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-SemiBold.woff
Binary file not shown.
Binary file added src/fonts/Manrope/Manrope-SemiBold.woff2
Binary file not shown.
Binary file added src/fonts/ProximaNova/proximanova_regular.eot
Binary file not shown.
Binary file added src/fonts/ProximaNova/proximanova_regular.otf
Binary file not shown.
4,601 changes: 4,601 additions & 0 deletions src/fonts/ProximaNova/proximanova_regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/fonts/ProximaNova/proximanova_regular.ttf
Binary file not shown.
Binary file added src/fonts/ProximaNova/proximanova_regular.woff
Binary file not shown.
Binary file not shown.
11 changes: 11 additions & 0 deletions src/fonts/ProximaNova/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@font-face {
font-family: 'proximanova_regular';
src: url(./proximanova_regular.eot);
src:
url(./proximanova_regular.eot?#iefix) format('embedded-opentype'),
url(./proximanova_regular.otf) format('otf'),
url(./proximanova_regular.svg#proximanova_regular) format('svg'),
url(./proximanova_regular.ttf) format('truetype'),
url(./proximanova_regular.woff) format('woff'),
url(./proximanova_regular.woff2) format('woff2');
}
Binary file removed src/fonts/Roboto-Regular-webfont.woff
Binary file not shown.
Binary file added src/images/benefits/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/benefits/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/benefits/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/benefits/04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/benefits/05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/benefits/06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/benefits/arrow_black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/benefits/arrow_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/images/burger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/images/busket.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/images/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/features/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/features/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/features/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/footer/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/images/footer/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/footer/potrpots.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/images/footer/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/form_whom/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/form_whom/02.jpg
Binary file added src/images/form_whom/03.jpg
3 changes: 3 additions & 0 deletions src/images/hero/arrow-btn.svg
3 changes: 3 additions & 0 deletions src/images/hero/arrow.svg
Binary file added src/images/hero/cactus.jpg
Binary file added src/images/materials/cacti.jpg
Binary file added src/images/materials/minus.png
3 changes: 3 additions & 0 deletions src/images/materials/minus.svg
Binary file added src/images/materials/plus.png
4 changes: 4 additions & 0 deletions src/images/materials/plus.svg
Binary file added src/images/potr_size/size_guide.jpg
Binary file added src/images/potr_team/andy.png
Binary file added src/images/potr_team/martin.png
Binary file added src/images/potr_team/men.jpg
Loading
Loading