Skip to content
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

Programs #2

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
32e95aa
add images, fonts, start files, start mark header, btn
restby Sep 10, 2024
5ff0625
edits btn
restby Sep 11, 2024
b567e74
end hero,hero-slide, but without PP
restby Sep 11, 2024
68da9bb
Merge pull request #1 from restby/hero
restby Sep 11, 2024
b909795
fix pagination
restby Sep 12, 2024
91ef234
fix submenu
restby Sep 12, 2024
06304b9
fix menu
restby Sep 12, 2024
a2502cf
not fix tabIndex
restby Sep 13, 2024
2ffc797
Merge pull request #2 from restby/hero
restby Sep 13, 2024
ae3cd23
about
restby Sep 13, 2024
bebd384
Merge pull request #3 from restby/about
restby Sep 13, 2024
a646947
about
restby Sep 15, 2024
0a613f1
Merge pull request #4 from restby/about
restby Sep 15, 2024
465f216
programs
restby Sep 16, 2024
60adc1a
Merge pull request #5 from restby/programs
restby Sep 16, 2024
5529147
start programs
restby Sep 16, 2024
dfa04fe
Merge pull request #6 from restby/programs
restby Sep 16, 2024
420f6a1
programs
restby Sep 16, 2024
500b16d
Merge pull request #7 from restby/programs
restby Sep 16, 2024
dd96983
fix fonts, end grant
restby Sep 17, 2024
3d77e4e
Merge pull request #8 from restby/grant
restby Sep 17, 2024
6c33e09
fix about, end about
restby Sep 17, 2024
bf6cbe1
Merge pull request #9 from restby/about
restby Sep 17, 2024
297a8c0
end contacts
restby Sep 17, 2024
7b22bdc
Merge pull request #10 from restby/contacts
restby Sep 17, 2024
3f7df3e
start footer
restby Sep 17, 2024
801c57b
Merge pull request #11 from restby/footer
restby Sep 17, 2024
e4b2723
fix footer
restby Sep 18, 2024
a400328
end footer
restby Sep 18, 2024
2713096
Merge pull request #12 from restby/footer
restby Sep 18, 2024
d8832e7
fix
restby Sep 19, 2024
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
142 changes: 142 additions & 0 deletions source/Untitled-1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
<section class="programs" id="programs" data-test="programs">
<div class="programs__container">
<div class="programs__head">
<h2 class="programs__title section-title">Программы</h2>
<a class="programs__btn btn btn--link" href="#"><b>все программы</b><span></span></a>
</div>
<div class="programs__slider swiper slider" data-slider="programs-slider">
<div class="programs__wrapper swiper-wrapper">
<div class="programs__slide programs-slide swiper-slide">
<picture>
<!-- mobile -->
<source width="290" height="400" type="image/webp" media="(max-width: 767px)"
srcset="img/programs/item-1-mobile.webp 1x, img/programs/item-1-mobile@2x.webp 2x">
<source width="290" height="400" type="image/jpeg" media="(max-width: 767px)"
srcset="img/programs/item-1-mobile.jpg 1x, img/programs/item-1-mobile@2x.jpg 2x">
<!-- tablet -->
<source width="324" height="420" type="image/webp" media="(min-width: 768px) and (max-width: 1439px)"
srcset="img/programs/item-1-tablet.webp 1x, img/programs/item-1-tablet@2x.webp 2x">
<source width="324" height="420" type="image/jpeg" media="(min-width: 768px) and (max-width: 1439px)"
srcset="img/programs/item-1-tablet.jpg 1x, img/programs/item-1-tablet@2x.jpg 2x">
<!-- desktop -->
<source width="392" height="420" type="image/webp" media="(min-width: 1440px)"
srcset="img/programs/item-1-desktop.webp 1x, img/programs/item-1-desktop@2x.webp 2x">
<img width="392" height="420" src="img/programs/item-1-desktop.jpg"
srcset="img/programs/item-1-desktop@2x.jpg 2x" alt="Стажировки.">
</picture>
<div class="programs-slide__content">
<div class="programs-slide__head">
<h3>Стажировки</h3>
</div>
<div class="programs-slide__row">
<p>Получите незаменимый опыт
работы в крупнейших мировых
компаниях.</p>
<a class="programs-slide__btn" href="#"><span class="visually-hidden">Подробнее</span></a>
</div>
</div>
</div>
<div class="programs__slide programs-slide swiper-slide">
<picture>
<!-- mobile -->
<source width="290" height="400" type="image/webp" media="(max-width: 767px)"
srcset="img/programs/item-2-mobile.webp 1x, img/programs/item-2-mobile@2x.webp 2x">
<source width="290" height="400" type="image/jpeg" media="(max-width: 767px)"
srcset="img/programs/item-2-mobile.jpg 1x, img/programs/item-2-mobile@2x.jpg 2x">
<!-- tablet -->
<source width="324" height="420" type="image/webp" media="(min-width: 768px) and (max-width: 1439px)"
srcset="img/programs/item-2-tablet.webp 1x, img/programs/item-2-tablet@2x.webp 2x">
<source width="324" height="420" type="image/jpeg" media="(min-width: 768px) and (max-width: 1439px)"
srcset="img/programs/item-2-tablet.jpg 1x, img/programs/item-2-tablet@2x.jpg 2x">
<!-- desktop -->
<source width="392" height="420" type="image/webp" media="(min-width: 1440px)"
srcset="img/programs/item-2-desktop.webp 1x, img/programs/item-2-desktop@2x.webp 2x">
<img width="392" height="420" src="img/programs/item-2-desktop.jpg"
srcset="img/programs/item-2-desktop@2x.jpg 2x" alt="Волонтёрство.">
</picture>
<div class="programs-slide__content">
<div class="programs-slide__head">
<h3>Волонтёрство</h3>
</div>
<div class="programs-slide__row">
<p>Помогайте другим и развивайте
свои лидерские качества.</p>
<a class="programs-slide__btn" href="#"><span class="visually-hidden">Подробнее</span></a>
</div>
</div>
</div>
<div class="programs__slide programs-slide swiper-slide">
<picture>
<!-- mobile -->
<source width="290" height="400" type="image/webp" media="(max-width: 767px)"
srcset="img/programs/item-3-mobile.webp 1x, img/programs/item-3-mobile@2x.webp 2x">
<source width="290" height="400" type="image/jpeg" media="(max-width: 767px)"
srcset="img/programs/item-3-mobile.jpg 1x, img/programs/item-3-mobile@2x.jpg 2x">
<!-- tablet -->
<source width="324" height="420" type="image/webp" media="(min-width: 768px) and (max-width: 1439px)"
srcset="img/programs/item-3-tablet.webp 1x, img/programs/item-3-tablet@2x.webp 2x">
<source width="324" height="420" type="image/jpeg" media="(min-width: 768px) and (max-width: 1439px)"
srcset="img/programs/item-3-tablet.jpg 1x, img/programs/item-3-tablet@2x.jpg 2x">
<!-- desktop -->
<source width="392" height="420" type="image/webp" media="(min-width: 1440px)"
srcset="img/programs/item-3-desktop.webp 1x, img/programs/item-3-desktop@2x.webp 2x">
<img width="392" height="420" src="img/programs/item-3-desktop.jpg"
srcset="img/programs/item-3-desktop@2x.jpg 2x" alt="Учёба.">
</picture>
<div class="programs-slide__content">
<div class="programs-slide__head">
<h3>Учёба</h3>
</div>
<div class="programs-slide__row">
<p>Получите образование и измените
своё будущее.</p>
<a class="programs-slide__btn" href="#"><span class="visually-hidden">Подробнее</span></a>
</div>
</div>
</div>
<div class="programs__slide programs-slide swiper-slide">
<picture>
<!-- mobile -->
<source width="290" height="400" type="image/webp" media="(max-width: 767px)"
srcset="img/programs/item-3-mobile.webp 1x, img/programs/item-3-mobile@2x.webp 2x">
<source width="290" height="400" type="image/jpeg" media="(max-width: 767px)"
srcset="img/programs/item-3-mobile.jpg 1x, img/programs/item-3-mobile@2x.jpg 2x">
<!-- tablet -->
<source width="324" height="420" type="image/webp" media="(min-width: 768px) and (max-width: 1439px)"
srcset="img/programs/item-3-tablet.webp 1x, img/programs/item-3-tablet@2x.webp 2x">
<source width="324" height="420" type="image/jpeg" media="(min-width: 768px) and (max-width: 1439px)"
srcset="img/programs/item-3-tablet.jpg 1x, img/programs/item-3-tablet@2x.jpg 2x">
<!-- desktop -->
<source width="392" height="420" type="image/webp" media="(min-width: 1440px)"
srcset="img/programs/item-3-desktop.webp 1x, img/programs/item-3-desktop@2x.webp 2x">
<img width="392" height="420" src="img/programs/item-3-desktop.jpg"
srcset="img/programs/item-3-desktop@2x.jpg 2x" alt="Учёба.">
</picture>
<div class="programs-slide__content">
<div class="programs-slide__head">
<h3>Учёба</h3>
</div>
<div class="programs-slide__row">
<p>Получите образование и измените
своё будущее.</p>
<a class="programs-slide__btn" href="#"><span class="visually-hidden">Подробнее</span></a>
</div>
</div>
</div>
</div>
</div>
<div class="programs__ui slider__ui">
<div class="swiper-scrollbar programs__scrollbar slider__scrollbar"></div>
<div class="swiper-navigation programs__navigation slider__navigation">
<button
class="programs__slider-btn programs__slider-btn--prev slider__btn slider__btn--prev swiper-button-prev">
<span class="visually-hidden">Предыдущий слайд.</span>
</button>
<button
class="programs__slider-btn programs__slider-btn--next slider__btn slider__btn--next swiper-button-next">
<span class="visually-hidden">Следующий слайд.</span>
</button>
</div>
</div>
</div>
</section>
Binary file added source/fonts/Manrope-Light.woff
Binary file not shown.
Binary file added source/fonts/Manrope-Light.woff2
Binary file not shown.
Binary file added source/fonts/Manrope-Medium.woff
Binary file not shown.
Binary file added source/fonts/Manrope-Medium.woff2
Binary file not shown.
Binary file added source/fonts/Manrope-Regular.woff
Binary file not shown.
Binary file added source/fonts/Manrope-Regular.woff2
Binary file not shown.
Binary file added source/img/background/bg-form-desktop.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 source/img/background/bg-form-desktop.webp
Binary file not shown.
Binary file added source/img/background/bg-form-desktop@2x.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 source/img/background/bg-form-desktop@2x.webp
Binary file not shown.
Binary file added source/img/background/bg-form-mobile.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 source/img/background/bg-form-mobile.webp
Binary file not shown.
Binary file added source/img/background/bg-form-mobile@2x.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 source/img/background/bg-form-mobile@2x.webp
Binary file not shown.
Binary file added source/img/background/bg-form-tablet.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 source/img/background/bg-form-tablet.webp
Binary file not shown.
Binary file added source/img/background/bg-form-tablet@2x.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 source/img/background/bg-form-tablet@2x.webp
Binary file not shown.
Binary file added source/img/grant/img-desktop.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 source/img/grant/img-desktop.webp
Binary file not shown.
Binary file added source/img/grant/img-desktop@2x.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 source/img/grant/img-desktop@2x.webp
Binary file not shown.
Binary file added source/img/grant/img-mobile.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 source/img/grant/img-mobile.webp
Binary file not shown.
Binary file added source/img/grant/img-mobile@2x.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 source/img/grant/img-mobile@2x.webp
Binary file not shown.
Binary file added source/img/grant/img-tablet.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 source/img/grant/img-tablet.webp
Binary file not shown.
Binary file added source/img/grant/img-tablet@2x.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 source/img/grant/img-tablet@2x.webp
Binary file not shown.
Binary file added source/img/hero/item-1-desktop.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 source/img/hero/item-1-desktop.webp
Binary file not shown.
Binary file added source/img/hero/item-1-desktop@2x.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 source/img/hero/item-1-desktop@2x.webp
Binary file not shown.
Binary file added source/img/hero/item-1-mobile.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 source/img/hero/item-1-mobile.webp
Binary file not shown.
Binary file added source/img/hero/item-1-mobile@2x.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 source/img/hero/item-1-mobile@2x.webp
Binary file not shown.
Binary file added source/img/hero/item-1-tablet.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 source/img/hero/item-1-tablet.webp
Binary file not shown.
Binary file added source/img/hero/item-1-tablet@2x.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 source/img/hero/item-1-tablet@2x.webp
Binary file not shown.
Binary file added source/img/hero/item-2-desktop.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 source/img/hero/item-2-desktop.webp
Binary file not shown.
Binary file added source/img/hero/item-2-desktop@2x.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 source/img/hero/item-2-desktop@2x.webp
Binary file not shown.
Binary file added source/img/hero/item-2-mobile.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 source/img/hero/item-2-mobile.webp
Binary file not shown.
Binary file added source/img/hero/item-2-mobile@2x.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 source/img/hero/item-2-mobile@2x.webp
Binary file not shown.
Binary file added source/img/hero/item-2-tablet.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 source/img/hero/item-2-tablet.webp
Binary file not shown.
Binary file added source/img/hero/item-2-tablet@2x.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 source/img/hero/item-2-tablet@2x.webp
Binary file not shown.
Binary file added source/img/hero/item-3-desktop.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 source/img/hero/item-3-desktop.webp
Binary file not shown.
Binary file added source/img/hero/item-3-desktop@2x.jpg
Binary file added source/img/hero/item-3-desktop@2x.webp
Binary file not shown.
Binary file added source/img/hero/item-3-mobile.jpg
Binary file added source/img/hero/item-3-mobile.webp
Binary file not shown.
Binary file added source/img/hero/item-3-mobile@2x.jpg
Binary file added source/img/hero/item-3-mobile@2x.webp
Binary file not shown.
Binary file added source/img/hero/item-3-tablet.jpg
Binary file added source/img/hero/item-3-tablet.webp
Binary file not shown.
Binary file added source/img/hero/item-3-tablet@2x.jpg
Binary file added source/img/hero/item-3-tablet@2x.webp
Binary file not shown.
Binary file added source/img/map/map-desktop.png
Binary file added source/img/map/map-desktop.webp
Binary file not shown.
Binary file added source/img/map/map-desktop@2x.png
Binary file added source/img/map/map-desktop@2x.webp
Binary file not shown.
Binary file added source/img/map/map-mobile.png
Binary file added source/img/map/map-mobile.webp
Binary file not shown.
Binary file added source/img/map/map-mobile@2x.png
Binary file added source/img/map/map-mobile@2x.webp
Binary file not shown.
Binary file added source/img/map/map-tablet.png
Binary file added source/img/map/map-tablet.webp
Binary file not shown.
Binary file added source/img/map/map-tablet@2x.png
Binary file added source/img/map/map-tablet@2x.webp
Binary file not shown.
Binary file added source/img/news/item-1-desktop.jpg
Binary file added source/img/news/item-1-desktop.webp
Binary file not shown.
Binary file added source/img/news/item-1-desktop@2x.jpg
Binary file added source/img/news/item-1-desktop@2x.webp
Binary file not shown.
Binary file added source/img/news/item-1-mobile.jpg
Binary file added source/img/news/item-1-mobile.webp
Binary file not shown.
Binary file added source/img/news/item-1-mobile@2x.jpg
Binary file added source/img/news/item-1-mobile@2x.webp
Binary file not shown.
Binary file added source/img/news/item-1-tablet.jpg
Binary file added source/img/news/item-1-tablet.webp
Binary file not shown.
Binary file added source/img/news/item-1-tablet@2x.jpg
Binary file added source/img/news/item-1-tablet@2x.webp
Binary file not shown.
Binary file added source/img/news/item-2-desktop.jpg
Binary file added source/img/news/item-2-desktop.webp
Binary file not shown.
Binary file added source/img/news/item-2-desktop@2x.jpg
Binary file added source/img/news/item-2-desktop@2x.webp
Binary file not shown.
Binary file added source/img/news/item-2-mobile.jpg
Binary file added source/img/news/item-2-mobile.webp
Binary file not shown.
Binary file added source/img/news/item-2-mobile@2x.jpg
Binary file added source/img/news/item-2-mobile@2x.webp
Binary file not shown.
Binary file added source/img/news/item-2-tablet.jpg
Binary file added source/img/news/item-2-tablet.webp
Binary file not shown.
Binary file added source/img/news/item-2-tablet@2x.jpg
Binary file added source/img/news/item-2-tablet@2x.webp
Binary file not shown.
Binary file added source/img/news/item-3-desktop.jpg
Binary file added source/img/news/item-3-desktop.webp
Binary file not shown.
Binary file added source/img/news/item-3-desktop@2x.jpg
Binary file added source/img/news/item-3-desktop@2x.webp
Binary file not shown.
Binary file added source/img/news/item-3-tablet.jpg
Binary file added source/img/news/item-3-tablet.webp
Binary file not shown.
Binary file added source/img/news/item-3-tablet@2x.jpg
Binary file added source/img/news/item-3-tablet@2x.webp
Binary file not shown.
Binary file added source/img/news/item-4-desktop.jpg
Binary file added source/img/news/item-4-desktop.webp
Binary file not shown.
Binary file added source/img/news/item-4-desktop@2x.jpg
Binary file added source/img/news/item-4-desktop@2x.webp
Binary file not shown.
Binary file added source/img/news/item-4-tablet.jpg
Binary file added source/img/news/item-4-tablet.webp
Binary file not shown.
Binary file added source/img/news/item-4-tablet@2x.jpg
Binary file added source/img/news/item-4-tablet@2x.webp
Binary file not shown.
Binary file added source/img/programs/item-1-desktop.jpg
Binary file added source/img/programs/item-1-desktop.webp
Binary file not shown.
Binary file added source/img/programs/item-1-desktop@2x.jpg
Binary file added source/img/programs/item-1-desktop@2x.webp
Binary file not shown.
Binary file added source/img/programs/item-1-mobile.jpg
Binary file added source/img/programs/item-1-mobile.webp
Binary file not shown.
Binary file added source/img/programs/item-1-mobile@2x.jpg
Binary file added source/img/programs/item-1-mobile@2x.webp
Binary file not shown.
Binary file added source/img/programs/item-1-tablet.jpg
Binary file added source/img/programs/item-1-tablet.webp
Binary file not shown.
Binary file added source/img/programs/item-1-tablet@2x.jpg
Binary file added source/img/programs/item-1-tablet@2x.webp
Binary file not shown.
Binary file added source/img/programs/item-2-desktop.jpg
Binary file added source/img/programs/item-2-desktop.webp
Binary file not shown.
Binary file added source/img/programs/item-2-desktop@2x.jpg
Binary file added source/img/programs/item-2-desktop@2x.webp
Binary file not shown.
Binary file added source/img/programs/item-2-mobile.jpg
Binary file added source/img/programs/item-2-mobile.webp
Binary file not shown.
Binary file added source/img/programs/item-2-mobile@2x.jpg
Binary file added source/img/programs/item-2-mobile@2x.webp
Binary file not shown.
Binary file added source/img/programs/item-2-tablet.jpg
Binary file added source/img/programs/item-2-tablet.webp
Binary file not shown.
Binary file added source/img/programs/item-2-tablet@2x.jpg
Binary file added source/img/programs/item-2-tablet@2x.webp
Binary file not shown.
Binary file added source/img/programs/item-3-desktop.jpg
Binary file added source/img/programs/item-3-desktop.webp
Binary file not shown.
Binary file added source/img/programs/item-3-desktop@2x.jpg
Binary file added source/img/programs/item-3-desktop@2x.webp
Binary file not shown.
Binary file added source/img/programs/item-3-mobile.jpg
Binary file added source/img/programs/item-3-mobile.webp
Binary file not shown.
Binary file added source/img/programs/item-3-mobile@2x.jpg
Binary file added source/img/programs/item-3-mobile@2x.webp
Binary file not shown.
Binary file added source/img/programs/item-3-tablet.jpg
Binary file added source/img/programs/item-3-tablet.webp
Binary file not shown.
Binary file added source/img/programs/item-3-tablet@2x.jpg
Binary file added source/img/programs/item-3-tablet@2x.webp
Binary file not shown.
Binary file added source/img/reviews/avatar-1.jpg
Binary file added source/img/reviews/avatar-1.webp
Binary file not shown.
Binary file added source/img/reviews/avatar-1@2x.jpg
Binary file added source/img/reviews/avatar-1@2x.webp
Binary file not shown.
Binary file added source/img/reviews/avatar-2.jpg
Binary file added source/img/reviews/avatar-2.webp
Binary file not shown.
Binary file added source/img/reviews/avatar-2@2x.jpg
Binary file added source/img/reviews/avatar-2@2x.webp
Binary file not shown.
1 change: 1 addition & 0 deletions source/img/sprite/icon-btn-arrow.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-checked.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-corner.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-cross.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-menu.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-minus.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-ok.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-pin.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-plus.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-reddit.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-select-arrow.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-slider-arrow.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-star.svg
1 change: 1 addition & 0 deletions source/img/sprite/icon-vk.svg
15 changes: 0 additions & 15 deletions source/img/sprite/logo.svg
Diff not rendered.
5 changes: 0 additions & 5 deletions source/img/sprite/user.svg
Diff not rendered.
1 change: 1 addition & 0 deletions source/img/svg/logo.svg
Loading