diff --git a/.bemlintrc.json b/.bemlintrc.json new file mode 100644 index 00000000..22a597e5 --- /dev/null +++ b/.bemlintrc.json @@ -0,0 +1,16 @@ +{ + "elementDivider": "__", + "modifierDivider": "--", + "ignore": [ + "node_modules", + "dist" + ], + "rules": { + "one-block": true, + "one-element": true, + "element-inside-parent-block": true, + "no-double-element": true, + "no-neighbour-parent-block": true, + "modifiable-class": true + } +} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a64ccfac..f3065d38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,5 +19,11 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm ci - - run: npm start & sleep 5 && npm test + - run: npm install + - run: npm test + - name: Upload HTML report(backstop data) + if: ${{ always() }} + uses: actions/upload-artifact@v2 + with: + name: report + path: backstop_data diff --git a/.gitignore b/.gitignore index 0f8d3cf7..549c139a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ node_modules # Generated files backstop_data dist +.cache diff --git a/.linthtmlrc.json b/.linthtmlrc.json index 774726eb..0f2047a7 100644 --- a/.linthtmlrc.json +++ b/.linthtmlrc.json @@ -1,49 +1,3 @@ { - "attr-bans": [ - "align", - "background", - "bgcolor", - "border", - "frameborder", - "style" - ], - "attr-name-ignore-regex": "viewBox", - "attr-no-dup": true, - "attr-quote-style": "double", - "attr-req-value": true, - "class-no-dup": true, - "doctype-first": true, - "doctype-html5": true, - "fig-req-figcaption": true, - "head-req-title": true, - "html-req-lang": true, - "id-class-style": false, - "id-no-dup": true, - "img-req-src": true, - "img-req-alt": "allownull", - "indent-width": 2, - "indent-style": "spaces", - "indent-width-cont": true, - "input-radio-req-name": true, - "spec-char-escape": true, - "tag-bans": [ - "b", - "i", - "u", - "center", - "style", - "marquee", - "font", - "s" - ], - "tag-name-lowercase": true, - "tag-name-match": true, - "tag-self-close": "never", - "tag-close": true, - "text-ignore-regex": "&", - "title-no-dup": true, - "line-end-style": "lf", - "attr-new-line": 2, - "attr-name-style": "dash", - "attr-no-unsafe-char": true + "extends": "@mate-academy/linthtml-config" } diff --git a/README.md b/README.md index 1f753740..ee7007b9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Implement landing page according to [Figma design](https://www.figma.com/file/yM 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 `` with your Github username in the - [DEMO LINK](https://.github.io/Digits/). + [DEMO LINK](https://lesiaaa.github.io/Digits/). 14. Copy `DEMO LINK` to the PR description. > To update you PR repeat steps 7-11. diff --git a/package.json b/package.json index 39ef54b8..a4799853 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@linthtml/linthtml": "^0.3.2", "@mate-academy/eslint-config": "*", "@mate-academy/linthtml-config": "0.0.1", - "@mate-academy/scripts": "^0.2.0", + "@mate-academy/scripts": "^0.9.14", "@mate-academy/stylelint-config": "0.0.9", "colors": "^1.3.3", "eslint": "^5.16.0", diff --git a/src/fonts/Halyard/Halyard Display Black Italic.ttf b/src/fonts/Halyard Display Black Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Black Italic.ttf rename to src/fonts/Halyard Display Black Italic.ttf diff --git a/src/fonts/Halyard/Halyard Display Black.ttf b/src/fonts/Halyard Display Black.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Black.ttf rename to src/fonts/Halyard Display Black.ttf diff --git a/src/fonts/Halyard/Halyard Display Bold Italic.ttf b/src/fonts/Halyard Display Bold Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Bold Italic.ttf rename to src/fonts/Halyard Display Bold Italic.ttf diff --git a/src/fonts/Halyard/Halyard Display Bold.ttf b/src/fonts/Halyard Display Bold.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Bold.ttf rename to src/fonts/Halyard Display Bold.ttf diff --git a/src/fonts/Halyard/Halyard Display Book Italic.ttf b/src/fonts/Halyard Display Book Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Book Italic.ttf rename to src/fonts/Halyard Display Book Italic.ttf diff --git a/src/fonts/Halyard/Halyard Display Book.ttf b/src/fonts/Halyard Display Book.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Book.ttf rename to src/fonts/Halyard Display Book.ttf diff --git a/src/fonts/Halyard/Halyard Display ExtraLight Italic.ttf b/src/fonts/Halyard Display ExtraLight Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display ExtraLight Italic.ttf rename to src/fonts/Halyard Display ExtraLight Italic.ttf diff --git a/src/fonts/Halyard/Halyard Display ExtraLight.ttf b/src/fonts/Halyard Display ExtraLight.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display ExtraLight.ttf rename to src/fonts/Halyard Display ExtraLight.ttf diff --git a/src/fonts/Halyard/Halyard Display Italic.ttf b/src/fonts/Halyard Display Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Italic.ttf rename to src/fonts/Halyard Display Italic.ttf diff --git a/src/fonts/Halyard/Halyard Display Light Italic.ttf b/src/fonts/Halyard Display Light Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Light Italic.ttf rename to src/fonts/Halyard Display Light Italic.ttf diff --git a/src/fonts/Halyard/Halyard Display Light.ttf b/src/fonts/Halyard Display Light.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Light.ttf rename to src/fonts/Halyard Display Light.ttf diff --git a/src/fonts/Halyard/Halyard Display Medium Italic.ttf b/src/fonts/Halyard Display Medium Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Medium Italic.ttf rename to src/fonts/Halyard Display Medium Italic.ttf diff --git a/src/fonts/Halyard/Halyard Display Regular.ttf b/src/fonts/Halyard Display Regular.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Regular.ttf rename to src/fonts/Halyard Display Regular.ttf diff --git a/src/fonts/Halyard/Halyard Display SemiBold Italic.ttf b/src/fonts/Halyard Display SemiBold Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display SemiBold Italic.ttf rename to src/fonts/Halyard Display SemiBold Italic.ttf diff --git a/src/fonts/Halyard/Halyard Display SemiBold.ttf b/src/fonts/Halyard Display SemiBold.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display SemiBold.ttf rename to src/fonts/Halyard Display SemiBold.ttf diff --git a/src/fonts/Halyard/Halyard Micro Black Italic.ttf b/src/fonts/Halyard Micro Black Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Black Italic.ttf rename to src/fonts/Halyard Micro Black Italic.ttf diff --git a/src/fonts/Halyard/Halyard Micro Black.ttf b/src/fonts/Halyard Micro Black.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Black.ttf rename to src/fonts/Halyard Micro Black.ttf diff --git a/src/fonts/Halyard/Halyard Micro Bold Italic.ttf b/src/fonts/Halyard Micro Bold Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Bold Italic.ttf rename to src/fonts/Halyard Micro Bold Italic.ttf diff --git a/src/fonts/Halyard/Halyard Micro Bold.ttf b/src/fonts/Halyard Micro Bold.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Bold.ttf rename to src/fonts/Halyard Micro Bold.ttf diff --git a/src/fonts/Halyard/Halyard Micro Book Italic.ttf b/src/fonts/Halyard Micro Book Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Book Italic.ttf rename to src/fonts/Halyard Micro Book Italic.ttf diff --git a/src/fonts/Halyard/Halyard Micro Book.ttf b/src/fonts/Halyard Micro Book.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Book.ttf rename to src/fonts/Halyard Micro Book.ttf diff --git a/src/fonts/Halyard/Halyard Micro ExtraLight Italic.ttf b/src/fonts/Halyard Micro ExtraLight Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro ExtraLight Italic.ttf rename to src/fonts/Halyard Micro ExtraLight Italic.ttf diff --git a/src/fonts/Halyard/Halyard Micro ExtraLight.ttf b/src/fonts/Halyard Micro ExtraLight.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro ExtraLight.ttf rename to src/fonts/Halyard Micro ExtraLight.ttf diff --git a/src/fonts/Halyard/Halyard Micro Italic.ttf b/src/fonts/Halyard Micro Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Italic.ttf rename to src/fonts/Halyard Micro Italic.ttf diff --git a/src/fonts/Halyard/Halyard Micro Light Italic.ttf b/src/fonts/Halyard Micro Light Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Light Italic.ttf rename to src/fonts/Halyard Micro Light Italic.ttf diff --git a/src/fonts/Halyard/Halyard Micro Light.ttf b/src/fonts/Halyard Micro Light.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Light.ttf rename to src/fonts/Halyard Micro Light.ttf diff --git a/src/fonts/Halyard/Halyard Micro Medium Italic.ttf b/src/fonts/Halyard Micro Medium Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Medium Italic.ttf rename to src/fonts/Halyard Micro Medium Italic.ttf diff --git a/src/fonts/Halyard/Halyard Micro Medium.ttf b/src/fonts/Halyard Micro Medium.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Medium.ttf rename to src/fonts/Halyard Micro Medium.ttf diff --git a/src/fonts/Halyard/Halyard Micro Regular.ttf b/src/fonts/Halyard Micro Regular.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro Regular.ttf rename to src/fonts/Halyard Micro Regular.ttf diff --git a/src/fonts/Halyard/Halyard Micro SemiBold Italic.ttf b/src/fonts/Halyard Micro SemiBold Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro SemiBold Italic.ttf rename to src/fonts/Halyard Micro SemiBold Italic.ttf diff --git a/src/fonts/Halyard/Halyard Micro SemiBold.ttf b/src/fonts/Halyard Micro SemiBold.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Micro SemiBold.ttf rename to src/fonts/Halyard Micro SemiBold.ttf diff --git a/src/fonts/Halyard/Halyard Text Bold Italic.ttf b/src/fonts/Halyard Text Bold Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text Bold Italic.ttf rename to src/fonts/Halyard Text Bold Italic.ttf diff --git a/src/fonts/Halyard/Halyard Text Bold.ttf b/src/fonts/Halyard Text Bold.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text Bold.ttf rename to src/fonts/Halyard Text Bold.ttf diff --git a/src/fonts/Halyard/Halyard Text Book Italic.ttf b/src/fonts/Halyard Text Book Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text Book Italic.ttf rename to src/fonts/Halyard Text Book Italic.ttf diff --git a/src/fonts/Halyard/Halyard Text Book Regular.ttf b/src/fonts/Halyard Text Book-Regular.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text Book Regular.ttf rename to src/fonts/Halyard Text Book-Regular.ttf diff --git a/src/fonts/Halyard/Halyard Text ExtraLight Italic.ttf b/src/fonts/Halyard Text ExtraLight Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text ExtraLight Italic.ttf rename to src/fonts/Halyard Text ExtraLight Italic.ttf diff --git a/src/fonts/Halyard/Halyard Text ExtraLight.ttf b/src/fonts/Halyard Text ExtraLight.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text ExtraLight.ttf rename to src/fonts/Halyard Text ExtraLight.ttf diff --git a/src/fonts/Halyard/Halyard Text Italic.ttf b/src/fonts/Halyard Text Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text Italic.ttf rename to src/fonts/Halyard Text Italic.ttf diff --git a/src/fonts/Halyard/Halyard Text Light Italic.ttf b/src/fonts/Halyard Text Light Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text Light Italic.ttf rename to src/fonts/Halyard Text Light Italic.ttf diff --git a/src/fonts/Halyard/Halyard Text Light.ttf b/src/fonts/Halyard Text Light.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text Light.ttf rename to src/fonts/Halyard Text Light.ttf diff --git a/src/fonts/Halyard/Halyard Text Medium Italic.ttf b/src/fonts/Halyard Text Medium Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text Medium Italic.ttf rename to src/fonts/Halyard Text Medium Italic.ttf diff --git a/src/fonts/Halyard/Halyard Text Medium.ttf b/src/fonts/Halyard Text Medium.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text Medium.ttf rename to src/fonts/Halyard Text Medium.ttf diff --git a/src/fonts/Halyard/Halyard Text SemiBold Italic.ttf b/src/fonts/Halyard Text SemiBold Italic.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text SemiBold Italic.ttf rename to src/fonts/Halyard Text SemiBold Italic.ttf diff --git a/src/fonts/Halyard/Halyard Text SemiBold.ttf b/src/fonts/Halyard Text SemiBold.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text SemiBold.ttf rename to src/fonts/Halyard Text SemiBold.ttf diff --git a/src/fonts/Halyard-Display-Medium.eot b/src/fonts/Halyard-Display-Medium.eot new file mode 100644 index 00000000..8575cfdb Binary files /dev/null and b/src/fonts/Halyard-Display-Medium.eot differ diff --git a/src/fonts/Halyard-Display-Medium.otf b/src/fonts/Halyard-Display-Medium.otf new file mode 100644 index 00000000..9c7518fc Binary files /dev/null and b/src/fonts/Halyard-Display-Medium.otf differ diff --git a/src/fonts/Halyard-Display-Medium.svg b/src/fonts/Halyard-Display-Medium.svg new file mode 100644 index 00000000..d13f7484 --- /dev/null +++ b/src/fonts/Halyard-Display-Medium.svg @@ -0,0 +1,28980 @@ + + + + +Created by FontForge 20090914 at Sat Dec 11 02:57:46 2021 + By www-data +Copyright (c) 2017 by Joshua Darden, Inc. All rights reserved. +Halyard is a trademark of Joshua Darden, Inc. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/fonts/Halyard/Halyard Display Medium.ttf b/src/fonts/Halyard-Display-Medium.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Display Medium.ttf rename to src/fonts/Halyard-Display-Medium.ttf diff --git a/src/fonts/Halyard-Display-Medium.woff b/src/fonts/Halyard-Display-Medium.woff new file mode 100644 index 00000000..e3977de7 Binary files /dev/null and b/src/fonts/Halyard-Display-Medium.woff differ diff --git a/src/fonts/Halyard-Text-Regular.eot b/src/fonts/Halyard-Text-Regular.eot new file mode 100644 index 00000000..ae0bf5f4 Binary files /dev/null and b/src/fonts/Halyard-Text-Regular.eot differ diff --git a/src/fonts/Halyard-Text-Regular.otf b/src/fonts/Halyard-Text-Regular.otf new file mode 100644 index 00000000..5591ba6e Binary files /dev/null and b/src/fonts/Halyard-Text-Regular.otf differ diff --git a/src/fonts/Halyard-Text-Regular.svg b/src/fonts/Halyard-Text-Regular.svg new file mode 100644 index 00000000..c6137400 --- /dev/null +++ b/src/fonts/Halyard-Text-Regular.svg @@ -0,0 +1,12008 @@ + + + + +Created by FontForge 20090914 at Sat Dec 11 02:57:26 2021 + By www-data +Copyright (c) 2017 by Joshua Darden, Inc. All rights reserved. +Halyard is a trademark of Joshua Darden, Inc. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/fonts/Halyard/Halyard Text Regular.ttf b/src/fonts/Halyard-Text-Regular.ttf similarity index 100% rename from src/fonts/Halyard/Halyard Text Regular.ttf rename to src/fonts/Halyard-Text-Regular.ttf diff --git a/src/fonts/Halyard-Text-Regular.woff b/src/fonts/Halyard-Text-Regular.woff new file mode 100644 index 00000000..a7ff01a7 Binary files /dev/null and b/src/fonts/Halyard-Text-Regular.woff differ diff --git a/src/fonts/Halyard/HalyardText Black Italic.ttf b/src/fonts/HalyardText Black Italic.ttf similarity index 100% rename from src/fonts/Halyard/HalyardText Black Italic.ttf rename to src/fonts/HalyardText Black Italic.ttf diff --git a/src/fonts/Halyard/HalyardText Black.ttf b/src/fonts/HalyardText Black.ttf similarity index 100% rename from src/fonts/Halyard/HalyardText Black.ttf rename to src/fonts/HalyardText Black.ttf diff --git a/src/images/Graphic.svg b/src/images/Graphic.svg new file mode 100644 index 00000000..7ca9f57a --- /dev/null +++ b/src/images/Graphic.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/Vector (1).svg b/src/images/Vector (1).svg new file mode 100644 index 00000000..c535a27b --- /dev/null +++ b/src/images/Vector (1).svg @@ -0,0 +1,3 @@ + + + diff --git a/src/images/arrow-down.svg b/src/images/arrow-down.svg new file mode 100644 index 00000000..7b826796 --- /dev/null +++ b/src/images/arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/images/exspert/Graphic.jpg b/src/images/exspert/Graphic.jpg new file mode 100644 index 00000000..4cd709bd Binary files /dev/null and b/src/images/exspert/Graphic.jpg differ diff --git a/src/images/exspert/Vector (2).svg b/src/images/exspert/Vector (2).svg new file mode 100644 index 00000000..704b060c --- /dev/null +++ b/src/images/exspert/Vector (2).svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/images/exspert/Vector (3).svg b/src/images/exspert/Vector (3).svg new file mode 100644 index 00000000..be899a0e --- /dev/null +++ b/src/images/exspert/Vector (3).svg @@ -0,0 +1,3 @@ + + + diff --git a/src/images/exspert/iconfinder_icons_main_1564511 1.svg b/src/images/exspert/iconfinder_icons_main_1564511 1.svg new file mode 100644 index 00000000..8c930df7 --- /dev/null +++ b/src/images/exspert/iconfinder_icons_main_1564511 1.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/exspert/image 2 (2).svg b/src/images/exspert/image 2 (2).svg new file mode 100644 index 00000000..69188464 --- /dev/null +++ b/src/images/exspert/image 2 (2).svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/exspert/image 3 (2).svg b/src/images/exspert/image 3 (2).svg new file mode 100644 index 00000000..a643d84f --- /dev/null +++ b/src/images/exspert/image 3 (2).svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/exspert/image 4 (1).svg b/src/images/exspert/image 4 (1).svg new file mode 100644 index 00000000..282dd53c --- /dev/null +++ b/src/images/exspert/image 4 (1).svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/footer/Envato.svg b/src/images/footer/Envato.svg new file mode 100644 index 00000000..06701f65 --- /dev/null +++ b/src/images/footer/Envato.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/images/footer/Group.svg b/src/images/footer/Group.svg new file mode 100644 index 00000000..cabc51f5 --- /dev/null +++ b/src/images/footer/Group.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/images/footer/Vector (5).svg b/src/images/footer/Vector (5).svg new file mode 100644 index 00000000..69a4d990 --- /dev/null +++ b/src/images/footer/Vector (5).svg @@ -0,0 +1,3 @@ + + + diff --git a/src/images/footer/Vector (6).svg b/src/images/footer/Vector (6).svg new file mode 100644 index 00000000..727c9605 --- /dev/null +++ b/src/images/footer/Vector (6).svg @@ -0,0 +1,3 @@ + + + diff --git a/src/images/footer/Vector (7).svg b/src/images/footer/Vector (7).svg new file mode 100644 index 00000000..fdd57973 --- /dev/null +++ b/src/images/footer/Vector (7).svg @@ -0,0 +1,3 @@ + + + diff --git a/src/images/footer/Vector (8).svg b/src/images/footer/Vector (8).svg new file mode 100644 index 00000000..40ded6bc --- /dev/null +++ b/src/images/footer/Vector (8).svg @@ -0,0 +1,3 @@ + + + diff --git a/src/images/grafic/Graphic (1).svg b/src/images/grafic/Graphic (1).svg new file mode 100644 index 00000000..751ab1b1 --- /dev/null +++ b/src/images/grafic/Graphic (1).svg @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/iconfinder_Contat_Us_15-Send_Mail_4211845 1.svg b/src/images/iconfinder_Contat_Us_15-Send_Mail_4211845 1.svg new file mode 100644 index 00000000..690ffda5 --- /dev/null +++ b/src/images/iconfinder_Contat_Us_15-Send_Mail_4211845 1.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/images/image 2.svg b/src/images/image 2.svg new file mode 100644 index 00000000..69188464 --- /dev/null +++ b/src/images/image 2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/image 3.svg b/src/images/image 3.svg new file mode 100644 index 00000000..a643d84f --- /dev/null +++ b/src/images/image 3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/image 4.svg b/src/images/image 4.svg new file mode 100644 index 00000000..282dd53c --- /dev/null +++ b/src/images/image 4.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/logo-1.svg b/src/images/logo-1.svg new file mode 100644 index 00000000..ae7ba85b --- /dev/null +++ b/src/images/logo-1.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/logo-2.svg b/src/images/logo-2.svg new file mode 100644 index 00000000..7a29d206 --- /dev/null +++ b/src/images/logo-2.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/logo-3.svg b/src/images/logo-3.svg new file mode 100644 index 00000000..75c79a7d --- /dev/null +++ b/src/images/logo-3.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/logo-4.svg b/src/images/logo-4.svg new file mode 100644 index 00000000..9551c956 --- /dev/null +++ b/src/images/logo-4.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/logo-5.svg b/src/images/logo-5.svg new file mode 100644 index 00000000..486cb087 --- /dev/null +++ b/src/images/logo-5.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/logo-6.svg b/src/images/logo-6.svg new file mode 100644 index 00000000..4a0f845c --- /dev/null +++ b/src/images/logo-6.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/logo-7.svg b/src/images/logo-7.svg new file mode 100644 index 00000000..98023fb6 --- /dev/null +++ b/src/images/logo-7.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/logo.svg b/src/images/logo.svg new file mode 100644 index 00000000..918ade33 --- /dev/null +++ b/src/images/logo.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/images/testimonial/image 5.svg b/src/images/testimonial/image 5.svg new file mode 100644 index 00000000..fafe28ad --- /dev/null +++ b/src/images/testimonial/image 5.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/testimonial/image 6.svg b/src/images/testimonial/image 6.svg new file mode 100644 index 00000000..d038591d --- /dev/null +++ b/src/images/testimonial/image 6.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/images/testimonial/image 7.svg b/src/images/testimonial/image 7.svg new file mode 100644 index 00000000..5b51b45a --- /dev/null +++ b/src/images/testimonial/image 7.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/index.html b/src/index.html index 5d357bd6..a783d672 100644 --- a/src/index.html +++ b/src/index.html @@ -2,12 +2,358 @@ - - Title + + Digits Demo -

Hello Mate Academy

- +
+
+
+
+ + +
+ +
+ + +
+ + +
+
+
+ +
+
+
+
+

+ Good design meets
+ great user experience +

+

+ For everyone, from beginners to experts +

+ +
+ Graphic +
+
+ +
+
+
+
+

Trusted by forward-thinking software teams around the world

+ + +
+
+ +
+
+
+

+ Whatever work you do, +
+ we're able to help +

+
+ +
+ grafic +
+ +
+
+
+ icon1 +
+
+
+ Design and Assets +
+
+ Make your brand stand out with pixel-perfect design crafted to perfection. +
+
+
+ +
+
+ icon2 +
+ +
+
+ Easy Content +
+
+ Import your demos or build pages visually. Bonus: All images and illustrations included! +
+
+
+ + +
+
+ icon3 +
+
+
+ Fast and Reliable +
+
+ No heavy-weight plugins. No builders. No unneccesary file loading. Pure WordPress. +
+
+
+
+
+
+
+
+ +
+ +
+ +
+

Simplicity meets innovative design

+

It's really easy to start using Digits. +
+ Install the theme, choose a demo and +
+ start designing the future of your business! +

+
+ +
+
+
+
+ Graphic +
+
+ +
+
+

What others are saying

+
+
+ +

+ Completely beautiful website and amazing support! This is my second website from this author and I love both of the sites so much and she has helped me so well when I needed it! +

+ img +

Happy User

+

tempy.club

+ +
+ +
+ +

+ Really easy to use and customize. easy to understand. Darinka helped me with my site! She answers very quickly, a good service! Thank you very much! +

+ img +

Happy User

+

tempy.club

+ +
+ +
+

+ Really pleasing to look at! Documentation (including installation instructions) are clear and that is coming from a relatively new WordPress user. +

+ img +

Happy User

+

tempy.club

+
+
+
+
+ +
+
+
+

+ Ready to launch +
+ your next website? +

+
+ +

Or, take a peek inside our design studio

+
+
+
+
+
+ + diff --git a/src/styles/CTA.scss b/src/styles/CTA.scss new file mode 100644 index 00000000..72b57769 --- /dev/null +++ b/src/styles/CTA.scss @@ -0,0 +1,67 @@ +.CTA { + background: #3751ff; + padding: 88px 0 115px; + min-height: 324px; + margin-bottom: 126px; + &__block { + display: flex; + justify-content: space-between; + @media (max-width: 790px) { + flex-direction: column; + align-items: center; + gap: 30px; + } + } + &__block-title { + display: block; + font-size: 48px; + line-height: 60px; + color: #fff; + @media (max-width: 790px) { + text-align: center; + } + } + &__block-right { + display: flex; + flex-direction: column; + align-items: flex-end; + justify-content: flex-end; + gap: 20px; + @media (max-width: 790px) { + align-items: center; + } + } + &__block-text { + font-size: 16px; + line-height: 125%; + color: #dfe0eb; + text-align: right; + @media (max-width: 790px) { + text-align: center; + } + } + + .block__button { + display: flex; + justify-content: center; + align-items: center; + background: #fff; + box-shadow: 0 2px 4px #f2f2f2; + border-radius: 100px; + width: 246px; + height: 56px; + &-img { + display: block; + width: 29px; + height: 29px; + } + &-get { + display: block; + width: 160px; + font-size: 18px; + line-height: 110%; + color: #455880; + text-decoration: none; + } + } +} diff --git a/src/styles/_fonts.scss b/src/styles/_fonts.scss index 2067b3fc..715ba95d 100644 --- a/src/styles/_fonts.scss +++ b/src/styles/_fonts.scss @@ -1,6 +1,20 @@ @font-face { - font-family: "Roboto"; - src: url("../fonts/Roboto-Regular-webfont.woff") format("woff"); + font-family: "Halyard Text Regular"; + src: url("../fonts/Halyard-Text-Regular.eot"); + src: local("O"), + url("../fonts/Halyard-Text-Regular.woff") format("woff"), + url("../fonts/Halyard-Text-Regular.ttf") format("truetype"), + url("../fonts/Halyard-Text-Regular.svg") format("svg"); font-weight: normal; font-style: normal; } +@font-face { + font-family: "Halyard Display Medium"; + src: url("../fonts/Halyard-Display-Medium.eot"); + src: local("O"), + url("../fonts/Halyard-Display-Medium.woff") format("woff"), + url("../fonts/Halyard-Display-Medium.ttf") format("truetype"), + url("../fonts/Halyard-Display-Medium.svg") format("svg"); + font-weight: 500; + font-style: normal; +} diff --git a/src/styles/_typography.scss b/src/styles/_typography.scss index 1837eb46..81721ad7 100644 --- a/src/styles/_typography.scss +++ b/src/styles/_typography.scss @@ -1,3 +1,3 @@ -h1 { - @extend %h1; -} +// h1 { +// @extend %h1; +// } diff --git a/src/styles/brands.scss b/src/styles/brands.scss new file mode 100644 index 00000000..e8581e5c --- /dev/null +++ b/src/styles/brands.scss @@ -0,0 +1,19 @@ +.brands { + margin-bottom: 162px; + &__text { + font-size: 16px; + line-height: 27px; + color: rgba(69, 88, 128, 0.5); + margin: 0 0 51px; + text-align: center; + } + &__logo { + display: flex; + justify-content: space-between; + align-items: center; + @media (max-width: 890px) { + flex-direction: column; + gap: 40px; + } + } +} diff --git a/src/styles/design.scss b/src/styles/design.scss new file mode 100644 index 00000000..8ca2dbfa --- /dev/null +++ b/src/styles/design.scss @@ -0,0 +1,70 @@ +.design { + background: linear-gradient(180deg, rgba(242, 249, 255, 0.12) 0%, #f2f9ff); + background-position: 0 -118px; + margin-bottom: 68px; + width: 100%; + height: 100%; + &__block { + display: flex; + flex-direction: column; + justify-content: start; + align-items: center; + &-button { + display: flex; + gap: 22px; + margin: 0 0 68px; + @include onMobi { + flex-direction: column; + justify-content: space-between; + align-items: center; + } + } + } + &__title { + font-size: 56px; + line-height: 59px; + color: #1e266d; + margin: 144px 0 27px; + text-align: center; + } + &__button { + &-buy { + background: #3751ff; + width: 148px; + height: 50px; + & a { + color: #fff; + line-height: 100%; + text-decoration: none; + } + } + &-see { + width: 200px; + max-width: 100%; + height: 50px; + background: #fff; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); + border-radius: 100px; + line-height: 50px; + color: #455880; + & a { + text-decoration: none; + } + } + } + &__subtitle { + font-size: 18px; + line-height: 150%; + margin: 0 0 29px; + text-align: center; + } + &__imgs { + display: block; + } +} + +.card { + max-width: 977px; + max-height: 585px; + width: 100%; +} diff --git a/src/styles/footer.scss b/src/styles/footer.scss new file mode 100644 index 00000000..83975283 --- /dev/null +++ b/src/styles/footer.scss @@ -0,0 +1,131 @@ +.footer { + &__contain { + display: flex; + flex-direction: column; + } + &__contain-column { + display: flex; + justify-content: space-between; + padding-bottom: 78px; + margin-bottom: 53px; + border-bottom: 1px solid rgba(135, 146, 161, 0.08); + @media (max-width: 1200px) { + flex-direction: column; + align-items: center; + gap: 30px; + } + } + &__contain-down { + display: flex; + justify-content: space-between; + margin-bottom: 108px; + @media (max-width: 640px) { + flex-direction: column; + align-items: center; + gap: 40px; + } + } + &__nav-list { + display: flex; + flex-direction: column; + font-size: 18px; + line-height: 225%; + width: 212px; + @media (max-width: 850px) { + width: 150px; + } + @media (max-width: 580px) { + width: 100px; + } + } + &__nav-link { + display: block; + text-decoration: none; + } +} + +.block { + display: flex; + flex-direction: column; + align-items: flex-start; + &__title { + font-size: 22px; + line-height: 125%; + color: #1e266d; + margin-bottom: 22px; + } + &__link { + display: flex; + justify-content: flex-start; + gap: 26px; + margin-bottom: 26px; + + } +} + +.block__1 { + max-width: 310px; + margin-right: 186px; + @media (max-width: 1200px) { + max-width: 600px; + margin: 0 0 60px; + } + &-logo { + display: block; + height: 26px; + margin-bottom: 34px; + } + &-text { + font-size: 18px; + line-height: 145%; + } +} + +.block-2 { + margin-right: 15px; +} + +.block-3 { + margin-right: 50px; + @media (max-width: 750px) { + margin-right: 70px; + } + @media (max-width: 500px) { + margin-right: 0; + } +} + +.contain-left { + font-size: 14px; + line-height: 27px; + color: rgba(69, 88, 128, 0.5); +} + +.contain-right { + display: flex; + gap: 30px; +} + +.contain__text { + display: block; + font-size: 14px; + line-height: 27px; +} + +.desktop { + display: flex; + justify-content: center; + width: 100%; + @media (max-width: 500px) { + flex-direction: column; + align-items: center; + gap: 30px; + } + @media (max-width: 1200px) { + max-width: 800px; + } +} + +.mobi { + display: flex; +} diff --git a/src/styles/header.scss b/src/styles/header.scss new file mode 100644 index 00000000..f14d35c9 --- /dev/null +++ b/src/styles/header.scss @@ -0,0 +1,122 @@ +.header { + width: 100%; + &__containt { + display: flex; + justify-content: space-between; + align-items: center; + height: 80px; + &-left { + display: flex; + justify-content: space-between; + align-items: center; + gap: 80px; + @media (max-width: 640px) { + gap: 15px; + } + } + } + &__logo { + &-img { + display: block; + width: 84px; + height: 32px; + } + } + &__nav { + max-width: 603px; + &-link { + font-size: 16px; + line-height: 80px; + text-decoration: none; + color: #1e266d; + } + &-list { + display: flex; + justify-content: flex-start; + align-items: center; + flex-wrap: wrap; + gap: 48px; + list-style: none; + color: #455880; + @media (max-width: 890px) { + display: none; + } + } + &-item { + position: relative; + &:nth-child(3)::after { + position: absolute; + content: ""; + background: url(../images/arrow-down.svg) 0 0 no-repeat; + width: 9px; + height: 10px; + cursor: pointer; + transform: translate(30%, 370%); + } + } + } + + &__button { + position: relative; + width: 113px; + height: 40px; + background: #3751ff; + & a { + color: #fff; + line-height: 14px; + text-decoration: none; + } + &::before { + position: absolute; + content: "+00 123 456 789"; + transform: translate(-86%); + display: block; + width: max-content; + padding-right: 34px; + font-size: 16px; + line-height: 80px; + color: #1e266d; + opacity: 0; + pointer-events: none; + } + &:hover::before { + @include onDesktop { + transform: translateY(50%); + padding-right: 0; + + } + opacity: 1; + pointer-events: all; + } + } + &__burger { + display: none; + @media (max-width: 890px) { + display: block; + position: relative; + width: 30px; + height: 30px; + &::before, + &::after { + content: ""; + background-color: #1e266d; + position: absolute; + width: 100%; + height: 2px; + left: 0; + } + + &::before { + bottom: 0; + } + } + + & span { + background-color: rgb(92, 88, 88); + position: absolute; + width: 100%; + height: 2px; + top: 15px; + } + } +} diff --git a/src/styles/help.scss b/src/styles/help.scss new file mode 100644 index 00000000..f6223fb5 --- /dev/null +++ b/src/styles/help.scss @@ -0,0 +1,96 @@ +.help { + margin-bottom: 150px; + @media (max-width: 1024px) { + margin-bottom: 50px; + } + &__block { + width: 100%; + } + &__title { + position: relative; + font-size: 48px; + line-height: 60px; + text-align: center; + color: #1e266d; + z-index: 30; + @media (max-width: 890px) { + margin-bottom: 0; + } + } + &__row { + display: flex; + justify-content: space-between; + gap: 100px; + height: 100%; + @media (max-width: 1024px) { + flex-direction: column; + align-items: center; + justify-content: center; + } + } + &__experts { + @media (max-width: 1024px) { + top: -70px; + position: relative; + } + &-img { + display: block; + object-fit: cover; + width: 100%; + } + } + &__columns { + display: flex; + flex-direction: column; + margin-top: 200px; + @media (max-width: 1024px) { + top: -50px; + position: relative; + margin-top: 0; + } + } +} + +.item-help { + position: relative; + display: flex; + gap: 48px; + &:nth-child(-n + 2) { + margin-bottom: 30px; + border-bottom: 1px solid rgba(69, 88, 128, 0.2); + } + &__icon { + display: flex; + justify-content: center; + align-items: center; + min-width: 58px; + height: 58px; + background-color: #b5f2e3; + &--second { + background-color: #facfca; + } + &--third { + background-color: #f8aec3; + + } + } + &__block { + max-width: 300px; + @media (max-width: 1024px) { + max-width: 400px; + } + } + &__title { + height: 60px; + font-size: 22px; + line-height: 125%; + color: #1e266d; + text-align: start; + } + &__text { + height: 134px; + font-size: 18px; + line-height: 27px; + color: #455880; + } +} diff --git a/src/styles/main.scss b/src/styles/main.scss index 0f8860e4..c2897464 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -1,7 +1,58 @@ +@import url(https://fonts.googleapis.com/css?family=Roboto:regular,700,800); @import "utils"; @import "fonts"; @import "typography"; +@import "reset"; +@import "header"; +@import "design"; +@import "brands"; +@import "help"; +@import "portfolio"; +@import "testimonials"; +@import "CTA"; +@import "footer"; body { - background: $c-gray; + max-width: 100%; + scroll-behavior: smooth; +} + +.container { + margin: 0 auto; + max-width: 1180px; + padding: 0 20px; + box-sizing: content-box; +} + +.button { + position: relative; + display: flex; + justify-content: center; + align-items: center; + box-sizing: border-box; + border: 0; + padding: 0; + border-radius: 100px; + text-decoration: none; + cursor: pointer; + font-family: "Halyard Text Regular", sans-serif; + font-size: 16px; + &:hover { + transform: scale(1.07); + } +} + +.title { + font-family: "Halyard Display Medium", sans-serif; + font-weight: 500; +} + +.text { + font-family: "Halyard Text Regular", sans-serif; + color: #455880; + &-img { + display: block; + width: 14px; + height: 14px; + } } diff --git a/src/styles/portfolio.scss b/src/styles/portfolio.scss new file mode 100644 index 00000000..411cdf30 --- /dev/null +++ b/src/styles/portfolio.scss @@ -0,0 +1,36 @@ +.portfolio { + background: #fff9ea; + width: 100%; + margin-bottom: 232px; + padding-top: 140px; + &__block { + display: flex; + flex-direction: column; + align-items: center; + } + &__title { + font-size: 48px; + line-height: 60px; + color: #1e266d; + text-align: center; + margin-bottom: 40px; + } + &__subtitle { + text-align: center; + font-size: 21px; + line-height: 150%; + color: #455880; + margin-bottom: 40px; + } + &__block-button { + margin-bottom: 40px; + } + &__grafic { + overflow: hidden; + &-imgs { + object-fit: cover; + width: 100%; + height: 536px; + } + } +} diff --git a/src/styles/reset.scss b/src/styles/reset.scss new file mode 100644 index 00000000..692e7c3d --- /dev/null +++ b/src/styles/reset.scss @@ -0,0 +1,79 @@ +* { + margin: 0; + padding: 0; + border: 0; + // outline: 1px solid rebeccapurple; +} + +*, +*:after, +*:before { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +:focus, +:active { + outline: none; +} + +a:focus, +a:active { + outline: none; +} + +nav, +footer, +header, +aside { + display: block; +} + +html, +body { + height: 100%; + width: 100%; + font-size: 100%; + line-height: 1; + -ms-text-size-adjust: 100%; + -moz-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; +} + +input, +button, +textarea { + font-family: inherit; +} + +input::-ms-clear { + display: none; +} + +button { + cursor: pointer; +} + +button::-moz-focus-inner { + padding: 0; + border: 0; +} + +ul li { + list-style: none; +} + +img { + vertical-align: top; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: inherit; + font-weight: 400; +} diff --git a/src/styles/testimonials.scss b/src/styles/testimonials.scss new file mode 100644 index 00000000..3294f877 --- /dev/null +++ b/src/styles/testimonials.scss @@ -0,0 +1,55 @@ +.testimonials { + margin-bottom: 150px; + &__title { + font-size: 48px; + line-height: 60px; + text-align: center; + color: #1e266d; + margin-bottom: 56px; + } + &__block { + padding: 38px 44px 32px; + border: 1px solid rgba(69, 88, 128, 0.2); + border-radius: 4px; + display: flex; + flex-direction: column; + align-items: center; + } + &__block-row { + display: flex; + gap: 28px; + @include onDesktop { + flex-direction: column; + } + } +} + +.block { + &__column-text { + display: block; + height: 210px; + font-size: 18px; + line-height: 180%; + color: #455880; + margin-bottom: 40px; + @include onDesktop { + height: 100%; + max-width: 500px; + text-align: center; + } + } + &__column-img { + display: block; + margin-bottom: 24px; + } + &__column-nik { + font-size: 18px; + line-height: 180%; + color: #1e266d; + } + &__column-club { + font-size: 18px; + line-height: 180%; + color: #455880; + } +} diff --git a/src/styles/utils/_extends.scss b/src/styles/utils/_extends.scss index a1a5dd0e..d14d21cd 100644 --- a/src/styles/utils/_extends.scss +++ b/src/styles/utils/_extends.scss @@ -1,4 +1,4 @@ -%h1 { - font-family: "Roboto", sans-serif; - font-weight: 400; -} +// %h1 { +// font-family: "Roboto", sans-serif; +// font-weight: 400; +// } diff --git a/src/styles/utils/_mixins.scss b/src/styles/utils/_mixins.scss index 80c79780..7ae22414 100644 --- a/src/styles/utils/_mixins.scss +++ b/src/styles/utils/_mixins.scss @@ -4,3 +4,21 @@ #{$_property}: $_toValue; } } + +@mixin onMobi { + @media (max-width: 640px) { + @content; + } +} + +@mixin onDesktop { + @media (max-width: 1024px) { + @content; + } +} + +@mixin onNotebook { + @media (max-width: 1600px) { + @content; + } +} diff --git a/src/styles/utils/_vars.scss b/src/styles/utils/_vars.scss index aeb006ff..3b1c233f 100644 --- a/src/styles/utils/_vars.scss +++ b/src/styles/utils/_vars.scss @@ -1 +1,3 @@ $c-gray: #eee; +// $fontFamily: "Halyard Text" +// $fontSize: rem(16px);