Skip to content

Commit

Permalink
Merge pull request #53 from MabelM1/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tantany authored Jul 31, 2020
2 parents e9cd7a0 + 72d7bc9 commit 9af2071
Show file tree
Hide file tree
Showing 130 changed files with 10,356 additions and 406 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
17 changes: 17 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const presets = [
[
'@babel/env',
{
targets: {
edge: '17',
ie: '11',
firefox: '50',
chrome: '64',
safari: '11.1',
},
useBuiltIns: 'entry',
},
],
];

module.exports = { presets };
18 changes: 0 additions & 18 deletions blocks/additional-info/__link/additional-info__link.css

This file was deleted.

11 changes: 0 additions & 11 deletions blocks/additional-info/__list-item/additional-info__list-item.css

This file was deleted.

19 changes: 0 additions & 19 deletions blocks/additional-info/__subtitle/additional-info__subtitle.css

This file was deleted.

20 changes: 0 additions & 20 deletions blocks/additional-info/__title/additional-info__title.css

This file was deleted.

25 changes: 0 additions & 25 deletions blocks/additional-info/additional-info.css

This file was deleted.

10 changes: 0 additions & 10 deletions blocks/arrow-icon/arrow-icon.css

This file was deleted.

Binary file removed blocks/arrow-icon/blue-arrow.png
Binary file not shown.
Binary file removed blocks/arrow-icon/yellow-arrow.png
Binary file not shown.
7 changes: 0 additions & 7 deletions blocks/carousel/__bg-image/carousel__bg-image.css

This file was deleted.

3 changes: 0 additions & 3 deletions blocks/carousel/__indicators/carousel__indicators.css

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions blocks/carousel/__slide-button/carousel__slide-button.css

This file was deleted.

4 changes: 0 additions & 4 deletions blocks/carousel/__slide/_type/carousel__slide_type_about.css

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions blocks/donations/__input/donations__input.css

This file was deleted.

19 changes: 0 additions & 19 deletions blocks/footer/footer.css

This file was deleted.

6 changes: 0 additions & 6 deletions blocks/header/__links/header__links.css

This file was deleted.

32 changes: 0 additions & 32 deletions blocks/header/header.css

This file was deleted.

Binary file removed images/button-slide-next.png
Binary file not shown.
Binary file removed images/button-slide-prev.png
Binary file not shown.
Binary file removed images/phone-header-bg.png
Binary file not shown.
Loading

0 comments on commit 9af2071

Please sign in to comment.