├── app.js ├── base-apparel-coming-soon-master ├── README.md ├── design │ ├── active-states.jpg │ ├── desktop-design.jpg │ ├── desktop-preview.jpg │ └── mobile-design.jpg ├── images │ ├── bg-pattern-desktop.svg │ ├── favicon-32x32.png │ ├── hero-desktop.jpg │ ├── hero-mobile.jpg │ ├── icon-arrow.svg │ ├── icon-error.svg │ └── logo.svg ├── index.html ├── main.js ├── style-guide.md └── style.css ├── four-card-feature-section-master ├── README.md ├── design │ ├── desktop-design.jpg │ ├── desktop-preview.jpg │ └── mobile-design.jpg ├── images │ ├── favicon-32x32.png │ ├── icon-calculator.svg │ ├── icon-karma.svg │ ├── icon-supervisor.svg │ └── icon-team-builder.svg ├── index.html ├── style-guide.md └── style.css ├── huddle-landing-page-with-single-introductory-section-master ├── README.md ├── design │ ├── active-states.jpg │ ├── desktop-design.jpg │ ├── desktop-preview.jpg │ └── mobile-design.jpg ├── images │ ├── bg-desktop.svg │ ├── bg-mobile.svg │ ├── favicon-32x32.png │ ├── illustration-mockups.svg │ └── logo.svg ├── index.html ├── style-guide.md └── style.css ├── img ├── close.svg ├── eye.svg └── github.svg ├── index.html ├── intro-component-with-signup-form-master ├── README.md ├── design │ ├── active-states.jpg │ ├── desktop-design.jpg │ ├── desktop-preview.jpg │ └── mobile-design.jpg ├── images │ ├── bg-intro-desktop.png │ ├── bg-intro-mobile.png │ ├── favicon-32x32.png │ └── icon-error.svg ├── index.html ├── script.js ├── style-guide.md └── style.css ├── profile-card-component-main ├── README.md ├── design │ ├── desktop-design.jpg │ ├── desktop-preview.jpg │ └── mobile-design.jpg ├── images │ ├── bg-pattern-bottom.svg │ ├── bg-pattern-card.svg │ ├── bg-pattern-top.svg │ ├── favicon-32x32.png │ └── image-victor.jpg ├── index.html ├── style-guide.md └── style.css ├── qr-code-component-main ├── README-template.md ├── README.md ├── design │ ├── desktop-design.jpg │ ├── desktop-preview.jpg │ └── mobile-design.jpg ├── images │ ├── favicon-32x32.png │ └── image-qr-code.png ├── index.html ├── style-guide.md └── style.css ├── single-price-grid-component-master ├── design │ ├── desktop-design.jpg │ ├── desktop-preview.jpg │ └── mobile-design.jpg ├── images │ └── favicon-32x32.png ├── index.html └── style.css └── style.css /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/app.js -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/README.md -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/design/active-states.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/design/active-states.jpg -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/design/desktop-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/design/desktop-design.jpg -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/design/desktop-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/design/desktop-preview.jpg -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/design/mobile-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/design/mobile-design.jpg -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/images/bg-pattern-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/images/bg-pattern-desktop.svg -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/images/favicon-32x32.png -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/images/hero-desktop.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/images/hero-desktop.jpg -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/images/hero-mobile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/images/hero-mobile.jpg -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/images/icon-arrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/images/icon-arrow.svg -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/images/icon-error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/images/icon-error.svg -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/images/logo.svg -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/index.html -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/main.js -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/style-guide.md -------------------------------------------------------------------------------- /base-apparel-coming-soon-master/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/base-apparel-coming-soon-master/style.css -------------------------------------------------------------------------------- /four-card-feature-section-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/README.md -------------------------------------------------------------------------------- /four-card-feature-section-master/design/desktop-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/design/desktop-design.jpg -------------------------------------------------------------------------------- /four-card-feature-section-master/design/desktop-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/design/desktop-preview.jpg -------------------------------------------------------------------------------- /four-card-feature-section-master/design/mobile-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/design/mobile-design.jpg -------------------------------------------------------------------------------- /four-card-feature-section-master/images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/images/favicon-32x32.png -------------------------------------------------------------------------------- /four-card-feature-section-master/images/icon-calculator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/images/icon-calculator.svg -------------------------------------------------------------------------------- /four-card-feature-section-master/images/icon-karma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/images/icon-karma.svg -------------------------------------------------------------------------------- /four-card-feature-section-master/images/icon-supervisor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/images/icon-supervisor.svg -------------------------------------------------------------------------------- /four-card-feature-section-master/images/icon-team-builder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/images/icon-team-builder.svg -------------------------------------------------------------------------------- /four-card-feature-section-master/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/index.html -------------------------------------------------------------------------------- /four-card-feature-section-master/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/style-guide.md -------------------------------------------------------------------------------- /four-card-feature-section-master/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/four-card-feature-section-master/style.css -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/README.md -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/design/active-states.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/design/active-states.jpg -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/design/desktop-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/design/desktop-design.jpg -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/design/desktop-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/design/desktop-preview.jpg -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/design/mobile-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/design/mobile-design.jpg -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/images/bg-desktop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/images/bg-desktop.svg -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/images/bg-mobile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/images/bg-mobile.svg -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/images/favicon-32x32.png -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/images/illustration-mockups.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/images/illustration-mockups.svg -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/images/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/images/logo.svg -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/index.html -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/style-guide.md -------------------------------------------------------------------------------- /huddle-landing-page-with-single-introductory-section-master/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/huddle-landing-page-with-single-introductory-section-master/style.css -------------------------------------------------------------------------------- /img/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/img/close.svg -------------------------------------------------------------------------------- /img/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/img/eye.svg -------------------------------------------------------------------------------- /img/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/img/github.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/index.html -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/README.md -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/design/active-states.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/design/active-states.jpg -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/design/desktop-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/design/desktop-design.jpg -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/design/desktop-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/design/desktop-preview.jpg -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/design/mobile-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/design/mobile-design.jpg -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/images/bg-intro-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/images/bg-intro-desktop.png -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/images/bg-intro-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/images/bg-intro-mobile.png -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/images/favicon-32x32.png -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/images/icon-error.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/images/icon-error.svg -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/index.html -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/script.js -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/style-guide.md -------------------------------------------------------------------------------- /intro-component-with-signup-form-master/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/intro-component-with-signup-form-master/style.css -------------------------------------------------------------------------------- /profile-card-component-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/README.md -------------------------------------------------------------------------------- /profile-card-component-main/design/desktop-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/design/desktop-design.jpg -------------------------------------------------------------------------------- /profile-card-component-main/design/desktop-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/design/desktop-preview.jpg -------------------------------------------------------------------------------- /profile-card-component-main/design/mobile-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/design/mobile-design.jpg -------------------------------------------------------------------------------- /profile-card-component-main/images/bg-pattern-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/images/bg-pattern-bottom.svg -------------------------------------------------------------------------------- /profile-card-component-main/images/bg-pattern-card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/images/bg-pattern-card.svg -------------------------------------------------------------------------------- /profile-card-component-main/images/bg-pattern-top.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/images/bg-pattern-top.svg -------------------------------------------------------------------------------- /profile-card-component-main/images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/images/favicon-32x32.png -------------------------------------------------------------------------------- /profile-card-component-main/images/image-victor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/images/image-victor.jpg -------------------------------------------------------------------------------- /profile-card-component-main/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/index.html -------------------------------------------------------------------------------- /profile-card-component-main/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/style-guide.md -------------------------------------------------------------------------------- /profile-card-component-main/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/profile-card-component-main/style.css -------------------------------------------------------------------------------- /qr-code-component-main/README-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/qr-code-component-main/README-template.md -------------------------------------------------------------------------------- /qr-code-component-main/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/qr-code-component-main/README.md -------------------------------------------------------------------------------- /qr-code-component-main/design/desktop-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/qr-code-component-main/design/desktop-design.jpg -------------------------------------------------------------------------------- /qr-code-component-main/design/desktop-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/qr-code-component-main/design/desktop-preview.jpg -------------------------------------------------------------------------------- /qr-code-component-main/design/mobile-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/qr-code-component-main/design/mobile-design.jpg -------------------------------------------------------------------------------- /qr-code-component-main/images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/qr-code-component-main/images/favicon-32x32.png -------------------------------------------------------------------------------- /qr-code-component-main/images/image-qr-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/qr-code-component-main/images/image-qr-code.png -------------------------------------------------------------------------------- /qr-code-component-main/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/qr-code-component-main/index.html -------------------------------------------------------------------------------- /qr-code-component-main/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/qr-code-component-main/style-guide.md -------------------------------------------------------------------------------- /qr-code-component-main/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/qr-code-component-main/style.css -------------------------------------------------------------------------------- /single-price-grid-component-master/design/desktop-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/single-price-grid-component-master/design/desktop-design.jpg -------------------------------------------------------------------------------- /single-price-grid-component-master/design/desktop-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/single-price-grid-component-master/design/desktop-preview.jpg -------------------------------------------------------------------------------- /single-price-grid-component-master/design/mobile-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/single-price-grid-component-master/design/mobile-design.jpg -------------------------------------------------------------------------------- /single-price-grid-component-master/images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/single-price-grid-component-master/images/favicon-32x32.png -------------------------------------------------------------------------------- /single-price-grid-component-master/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/single-price-grid-component-master/index.html -------------------------------------------------------------------------------- /single-price-grid-component-master/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/single-price-grid-component-master/style.css -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Willarry/Frontend-mentor-challenges/HEAD/style.css --------------------------------------------------------------------------------