├── .gitignore ├── CNAME ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── assets ├── logo-html.png ├── logo-psd.png ├── logo-sketch.png ├── psds │ └── psd-pages.zip └── sketch │ └── froala-design-blocks.sketch ├── design-blocks.jpg ├── dist ├── call-to-action.html ├── contacts.html ├── contents.html ├── css.html ├── css │ ├── froala_blocks.css │ └── froala_blocks.min.css ├── features.html ├── footers.html ├── forms.html ├── headers.html ├── imgs │ ├── customers │ │ ├── adobe.svg │ │ ├── amazon.svg │ │ ├── apple.svg │ │ ├── cisco.svg │ │ ├── discovery.svg │ │ ├── ebay.svg │ │ ├── ibm.svg │ │ ├── intel.svg │ │ ├── orange.svg │ │ ├── panasonic.svg │ │ ├── salesforce.svg │ │ └── samsung.svg │ ├── draws │ │ ├── android.svg │ │ ├── basketball.svg │ │ ├── browsers.svg │ │ ├── celebration.svg │ │ ├── chat.svg │ │ ├── chatting.svg │ │ ├── code.svg │ │ ├── customer-survey.svg │ │ ├── design-community.svg │ │ ├── design-life.svg │ │ ├── designer.svg │ │ ├── developer.svg │ │ ├── development.svg │ │ ├── email.svg │ │ ├── features.svg │ │ ├── git.svg │ │ ├── group-chat.svg │ │ ├── hosting.svg │ │ ├── ipad-report.svg │ │ ├── ipad.svg │ │ ├── iphone-hand.svg │ │ ├── mobile-marketing.svg │ │ ├── morning-essentials.svg │ │ ├── opened.svg │ │ ├── product-tour.svg │ │ ├── rocket.svg │ │ ├── scrum.svg │ │ ├── simple-iphone.svg │ │ ├── smile.svg │ │ ├── social-media.svg │ │ ├── sync.svg │ │ ├── sync2.svg │ │ ├── tabs.svg │ │ └── tenis.svg │ ├── hero │ │ ├── blue.svg │ │ ├── purple.svg │ │ ├── red.svg │ │ └── yellow.svg │ ├── icons │ │ ├── cloud.svg │ │ ├── coffee.svg │ │ ├── compass.svg │ │ ├── gift.svg │ │ ├── github.svg │ │ ├── layers.svg │ │ ├── layout.svg │ │ ├── life-buoy.svg │ │ ├── mail.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── monitor.svg │ │ ├── navigation.svg │ │ ├── package.svg │ │ └── phone.svg │ ├── logo.png │ ├── people │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ └── 9.jpg │ ├── photos │ │ ├── fireworks-1.jpg │ │ ├── fireworks-2.jpg │ │ ├── map-1.jpg │ │ ├── map-2.jpg │ │ └── map-3.jpg │ └── shapes │ │ ├── 1.svg │ │ ├── 10.svg │ │ ├── 2.svg │ │ ├── 4.svg │ │ ├── 5.svg │ │ ├── 6.svg │ │ ├── 7.svg │ │ ├── 8.svg │ │ └── 9.svg ├── index.html ├── layout.html ├── pricings.html ├── teams.html └── testimonials.html ├── froala-design-blocks.zip ├── gulpfile.js ├── package.json ├── screenshots ├── call-to-action │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 13.jpg │ ├── 14.jpg │ ├── 15.jpg │ ├── 16.jpg │ ├── 17.jpg │ ├── 18.jpg │ ├── 19.jpg │ ├── 2.jpg │ ├── 20.jpg │ ├── 21.jpg │ ├── 22.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── contacts │ ├── 1.jpg │ ├── 10.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── contents │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 13.jpg │ ├── 14.jpg │ ├── 15.jpg │ ├── 16.jpg │ ├── 17.jpg │ ├── 18.jpg │ ├── 19.jpg │ ├── 2.jpg │ ├── 20.jpg │ ├── 21.jpg │ ├── 22.jpg │ ├── 23.jpg │ ├── 24.jpg │ ├── 25.jpg │ ├── 26.jpg │ ├── 27.jpg │ ├── 28.jpg │ ├── 29.jpg │ ├── 3.jpg │ ├── 30.jpg │ ├── 31.jpg │ ├── 32.jpg │ ├── 33.jpg │ ├── 34.jpg │ ├── 35.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── features │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 13.jpg │ ├── 14.jpg │ ├── 15.jpg │ ├── 16.jpg │ ├── 17.jpg │ ├── 18.jpg │ ├── 19.jpg │ ├── 2.jpg │ ├── 20.jpg │ ├── 21.jpg │ ├── 22.jpg │ ├── 23.jpg │ ├── 24.jpg │ ├── 25.jpg │ ├── 26.jpg │ ├── 27.jpg │ ├── 28.jpg │ ├── 29.jpg │ ├── 3.jpg │ ├── 30.jpg │ ├── 31.jpg │ ├── 32.jpg │ ├── 33.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── footers │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── forms │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── headers │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 13.jpg │ ├── 14.jpg │ ├── 15.jpg │ ├── 16.jpg │ ├── 17.jpg │ ├── 18.jpg │ ├── 19.jpg │ ├── 2.jpg │ ├── 20.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── pricings │ ├── 1.jpg │ ├── 10.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── teams │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ └── 8.jpg └── testimonials │ ├── 1.jpg │ ├── 10.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── src ├── html │ ├── call-to-action.pug │ ├── call-to-action │ │ ├── call-to-action-01.html │ │ ├── call-to-action-02.html │ │ ├── call-to-action-03.html │ │ ├── call-to-action-04.html │ │ ├── call-to-action-05.html │ │ ├── call-to-action-06.html │ │ ├── call-to-action-07.html │ │ ├── call-to-action-08.html │ │ ├── call-to-action-09.html │ │ ├── call-to-action-10.html │ │ ├── call-to-action-11.html │ │ ├── call-to-action-12.html │ │ ├── call-to-action-13.html │ │ ├── call-to-action-14.html │ │ ├── call-to-action-15.html │ │ ├── call-to-action-16.html │ │ ├── call-to-action-17.html │ │ ├── call-to-action-18.html │ │ ├── call-to-action-19.html │ │ ├── call-to-action-20.html │ │ ├── call-to-action-21.html │ │ └── call-to-action-22.html │ ├── contacts.pug │ ├── contacts │ │ ├── contacts-01.html │ │ ├── contacts-02.html │ │ ├── contacts-03.html │ │ ├── contacts-04.html │ │ ├── contacts-05.html │ │ ├── contacts-06.html │ │ ├── contacts-07.html │ │ ├── contacts-08.html │ │ ├── contacts-09.html │ │ └── contacts-10.html │ ├── contents.pug │ ├── contents │ │ ├── contents-01.html │ │ ├── contents-02.html │ │ ├── contents-03.html │ │ ├── contents-04.html │ │ ├── contents-05.html │ │ ├── contents-06.html │ │ ├── contents-07.html │ │ ├── contents-08.html │ │ ├── contents-09.html │ │ ├── contents-10.html │ │ ├── contents-11.html │ │ ├── contents-12.html │ │ ├── contents-13.html │ │ ├── contents-14.html │ │ ├── contents-15.html │ │ ├── contents-16.html │ │ ├── contents-17.html │ │ ├── contents-18.html │ │ ├── contents-19.html │ │ ├── contents-20.html │ │ ├── contents-21.html │ │ ├── contents-22.html │ │ ├── contents-23.html │ │ ├── contents-24.html │ │ ├── contents-25.html │ │ ├── contents-26.html │ │ ├── contents-27.html │ │ ├── contents-28.html │ │ ├── contents-29.html │ │ ├── contents-30.html │ │ ├── contents-31.html │ │ ├── contents-32.html │ │ ├── contents-33.html │ │ ├── contents-34.html │ │ └── contents-35.html │ ├── css.html │ ├── features.pug │ ├── features │ │ ├── features-01.html │ │ ├── features-02.html │ │ ├── features-03.html │ │ ├── features-04.html │ │ ├── features-05.html │ │ ├── features-06.html │ │ ├── features-07.html │ │ ├── features-08.html │ │ ├── features-09.html │ │ ├── features-10.html │ │ ├── features-11.html │ │ ├── features-12.html │ │ ├── features-13.html │ │ ├── features-14.html │ │ ├── features-15.html │ │ ├── features-16.html │ │ ├── features-17.html │ │ ├── features-18.html │ │ ├── features-19.html │ │ ├── features-20.html │ │ ├── features-21.html │ │ ├── features-22.html │ │ ├── features-23.html │ │ ├── features-24.html │ │ ├── features-25.html │ │ ├── features-26.html │ │ ├── features-27.html │ │ ├── features-28.html │ │ ├── features-29.html │ │ ├── features-30.html │ │ ├── features-31.html │ │ ├── features-32.html │ │ └── features-33.html │ ├── footers.pug │ ├── footers │ │ ├── footers-01.html │ │ ├── footers-02.html │ │ ├── footers-03.html │ │ ├── footers-04.html │ │ ├── footers-05.html │ │ ├── footers-06.html │ │ ├── footers-07.html │ │ ├── footers-08.html │ │ ├── footers-09.html │ │ ├── footers-10.html │ │ ├── footers-11.html │ │ └── footers-12.html │ ├── forms.pug │ ├── forms │ │ ├── forms-01.html │ │ ├── forms-02.html │ │ ├── forms-03.html │ │ ├── forms-04.html │ │ ├── forms-05.html │ │ ├── forms-06.html │ │ ├── forms-07.html │ │ ├── forms-08.html │ │ ├── forms-09.html │ │ ├── forms-10.html │ │ ├── forms-11.html │ │ └── forms-12.html │ ├── headers.pug │ ├── headers │ │ ├── headers-01.html │ │ ├── headers-02.html │ │ ├── headers-03.html │ │ ├── headers-04.html │ │ ├── headers-05.html │ │ ├── headers-06.html │ │ ├── headers-07.html │ │ ├── headers-08.html │ │ ├── headers-09.html │ │ ├── headers-10.html │ │ ├── headers-11.html │ │ ├── headers-12.html │ │ ├── headers-13.html │ │ ├── headers-14.html │ │ ├── headers-15.html │ │ ├── headers-16.html │ │ ├── headers-17.html │ │ ├── headers-18.html │ │ ├── headers-19.html │ │ └── headers-20.html │ ├── index.html │ ├── layout.pug │ ├── nav.html │ ├── pricings.pug │ ├── pricings │ │ ├── pricings-01.html │ │ ├── pricings-02.html │ │ ├── pricings-03.html │ │ ├── pricings-04.html │ │ ├── pricings-05.html │ │ ├── pricings-06.html │ │ ├── pricings-07.html │ │ ├── pricings-08.html │ │ ├── pricings-09.html │ │ └── pricings-10.html │ ├── teams.pug │ ├── teams │ │ ├── teams-01.html │ │ ├── teams-02.html │ │ ├── teams-03.html │ │ ├── teams-04.html │ │ ├── teams-05.html │ │ ├── teams-06.html │ │ ├── teams-07.html │ │ └── teams-08.html │ ├── testimonials.pug │ └── testimonials │ │ ├── testimonials-01.html │ │ ├── testimonials-02.html │ │ ├── testimonials-03.html │ │ ├── testimonials-04.html │ │ ├── testimonials-05.html │ │ ├── testimonials-06.html │ │ ├── testimonials-07.html │ │ ├── testimonials-08.html │ │ ├── testimonials-09.html │ │ └── testimonials-10.html ├── imgs │ ├── customers │ │ ├── adobe.svg │ │ ├── amazon.svg │ │ ├── apple.svg │ │ ├── cisco.svg │ │ ├── discovery.svg │ │ ├── ebay.svg │ │ ├── ibm.svg │ │ ├── intel.svg │ │ ├── orange.svg │ │ ├── panasonic.svg │ │ ├── salesforce.svg │ │ └── samsung.svg │ ├── draws │ │ ├── android.svg │ │ ├── basketball.svg │ │ ├── browsers.svg │ │ ├── celebration.svg │ │ ├── chat.svg │ │ ├── chatting.svg │ │ ├── code.svg │ │ ├── customer-survey.svg │ │ ├── design-community.svg │ │ ├── design-life.svg │ │ ├── designer.svg │ │ ├── developer.svg │ │ ├── development.svg │ │ ├── email.svg │ │ ├── features.svg │ │ ├── git.svg │ │ ├── group-chat.svg │ │ ├── hosting.svg │ │ ├── ipad-report.svg │ │ ├── ipad.svg │ │ ├── iphone-hand.svg │ │ ├── mobile-marketing.svg │ │ ├── morning-essentials.svg │ │ ├── opened.svg │ │ ├── product-tour.svg │ │ ├── rocket.svg │ │ ├── scrum.svg │ │ ├── simple-iphone.svg │ │ ├── smile.svg │ │ ├── social-media.svg │ │ ├── sync.svg │ │ ├── sync2.svg │ │ ├── tabs.svg │ │ └── tenis.svg │ ├── hero │ │ ├── blue.svg │ │ ├── purple.svg │ │ ├── red.svg │ │ └── yellow.svg │ ├── icons │ │ ├── cloud.svg │ │ ├── coffee.svg │ │ ├── compass.svg │ │ ├── gift.svg │ │ ├── github.svg │ │ ├── layers.svg │ │ ├── layout.svg │ │ ├── life-buoy.svg │ │ ├── mail.svg │ │ ├── map-pin.svg │ │ ├── map.svg │ │ ├── monitor.svg │ │ ├── navigation.svg │ │ ├── package.svg │ │ └── phone.svg │ ├── logo.png │ ├── people │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ ├── 6.jpg │ │ ├── 7.jpg │ │ ├── 8.jpg │ │ └── 9.jpg │ ├── photos │ │ ├── fireworks-1.jpg │ │ ├── fireworks-2.jpg │ │ ├── map-1.jpg │ │ ├── map-2.jpg │ │ └── map-3.jpg │ └── shapes │ │ ├── 1.svg │ │ ├── 10.svg │ │ ├── 2.svg │ │ ├── 4.svg │ │ ├── 5.svg │ │ ├── 6.svg │ │ ├── 7.svg │ │ ├── 8.svg │ │ └── 9.svg └── scss │ ├── _brands.scss │ ├── _mixins.scss │ ├── _variables.scss │ └── froala_blocks.scss └── utils └── index.js /.gitignore: -------------------------------------------------------------------------------- 1 | # Folders to ignore 2 | node_modules/* 3 | .gulp-scss-cache/* 4 | .sass-cache/* 5 | .tmp/* 6 | 7 | # OS or Editor folders 8 | ._* 9 | .cache 10 | .DS_Store 11 | .idea 12 | .project 13 | .settings 14 | .tmproj 15 | *.esproj 16 | *.sublime-project 17 | *.sublime-workspace 18 | nbproject 19 | Thumbs.db 20 | 21 | 22 | # Files 23 | package-lock.json 24 | npm-debug.log -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | design-blocks-demo.froala.com -------------------------------------------------------------------------------- /assets/logo-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/assets/logo-html.png -------------------------------------------------------------------------------- /assets/logo-psd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/assets/logo-psd.png -------------------------------------------------------------------------------- /assets/logo-sketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/assets/logo-sketch.png -------------------------------------------------------------------------------- /assets/psds/psd-pages.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/assets/psds/psd-pages.zip -------------------------------------------------------------------------------- /assets/sketch/froala-design-blocks.sketch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/assets/sketch/froala-design-blocks.sketch -------------------------------------------------------------------------------- /design-blocks.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/design-blocks.jpg -------------------------------------------------------------------------------- /dist/imgs/customers/apple.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /dist/imgs/hero/blue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 11 10 | 11 | 12 | 13 | 14 | 15 | 17 | 20 | 21 | -------------------------------------------------------------------------------- /dist/imgs/hero/purple.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 11 10 | 11 | 12 | 13 | 14 | 15 | 17 | 19 | 20 | -------------------------------------------------------------------------------- /dist/imgs/hero/yellow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 11 10 | 11 | 12 | 13 | 14 | 15 | 16 | 18 | 20 | 21 | -------------------------------------------------------------------------------- /dist/imgs/icons/cloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /dist/imgs/icons/coffee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /dist/imgs/icons/compass.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/imgs/icons/gift.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /dist/imgs/icons/github.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /dist/imgs/icons/layers.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/imgs/icons/layout.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/imgs/icons/life-buoy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /dist/imgs/icons/mail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /dist/imgs/icons/map-pin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /dist/imgs/icons/map.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/imgs/icons/monitor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /dist/imgs/icons/navigation.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /dist/imgs/icons/package.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /dist/imgs/icons/phone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /dist/imgs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/logo.png -------------------------------------------------------------------------------- /dist/imgs/people/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/people/1.jpg -------------------------------------------------------------------------------- /dist/imgs/people/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/people/2.jpg -------------------------------------------------------------------------------- /dist/imgs/people/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/people/3.jpg -------------------------------------------------------------------------------- /dist/imgs/people/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/people/4.jpg -------------------------------------------------------------------------------- /dist/imgs/people/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/people/5.jpg -------------------------------------------------------------------------------- /dist/imgs/people/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/people/6.jpg -------------------------------------------------------------------------------- /dist/imgs/people/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/people/7.jpg -------------------------------------------------------------------------------- /dist/imgs/people/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/people/8.jpg -------------------------------------------------------------------------------- /dist/imgs/people/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/people/9.jpg -------------------------------------------------------------------------------- /dist/imgs/photos/fireworks-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/photos/fireworks-1.jpg -------------------------------------------------------------------------------- /dist/imgs/photos/fireworks-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/photos/fireworks-2.jpg -------------------------------------------------------------------------------- /dist/imgs/photos/map-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/photos/map-1.jpg -------------------------------------------------------------------------------- /dist/imgs/photos/map-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/photos/map-2.jpg -------------------------------------------------------------------------------- /dist/imgs/photos/map-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/dist/imgs/photos/map-3.jpg -------------------------------------------------------------------------------- /dist/imgs/shapes/1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | 18 | 19 | 21 | 22 | -------------------------------------------------------------------------------- /dist/imgs/shapes/10.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /dist/imgs/shapes/2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /dist/imgs/shapes/4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /dist/imgs/shapes/5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /dist/imgs/shapes/6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 11 | -------------------------------------------------------------------------------- /dist/imgs/shapes/7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /dist/imgs/shapes/8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /dist/imgs/shapes/9.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 11 | -------------------------------------------------------------------------------- /froala-design-blocks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/froala-design-blocks.zip -------------------------------------------------------------------------------- /screenshots/call-to-action/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/1.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/10.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/11.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/12.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/13.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/14.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/15.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/16.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/17.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/18.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/19.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/2.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/20.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/21.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/22.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/3.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/4.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/5.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/6.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/7.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/8.jpg -------------------------------------------------------------------------------- /screenshots/call-to-action/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/call-to-action/9.jpg -------------------------------------------------------------------------------- /screenshots/contacts/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contacts/1.jpg -------------------------------------------------------------------------------- /screenshots/contacts/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contacts/10.jpg -------------------------------------------------------------------------------- /screenshots/contacts/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contacts/2.jpg -------------------------------------------------------------------------------- /screenshots/contacts/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contacts/3.jpg -------------------------------------------------------------------------------- /screenshots/contacts/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contacts/4.jpg -------------------------------------------------------------------------------- /screenshots/contacts/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contacts/5.jpg -------------------------------------------------------------------------------- /screenshots/contacts/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contacts/6.jpg -------------------------------------------------------------------------------- /screenshots/contacts/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contacts/7.jpg -------------------------------------------------------------------------------- /screenshots/contacts/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contacts/8.jpg -------------------------------------------------------------------------------- /screenshots/contacts/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contacts/9.jpg -------------------------------------------------------------------------------- /screenshots/contents/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/1.jpg -------------------------------------------------------------------------------- /screenshots/contents/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/10.jpg -------------------------------------------------------------------------------- /screenshots/contents/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/11.jpg -------------------------------------------------------------------------------- /screenshots/contents/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/12.jpg -------------------------------------------------------------------------------- /screenshots/contents/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/13.jpg -------------------------------------------------------------------------------- /screenshots/contents/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/14.jpg -------------------------------------------------------------------------------- /screenshots/contents/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/15.jpg -------------------------------------------------------------------------------- /screenshots/contents/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/16.jpg -------------------------------------------------------------------------------- /screenshots/contents/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/17.jpg -------------------------------------------------------------------------------- /screenshots/contents/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/18.jpg -------------------------------------------------------------------------------- /screenshots/contents/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/19.jpg -------------------------------------------------------------------------------- /screenshots/contents/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/2.jpg -------------------------------------------------------------------------------- /screenshots/contents/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/20.jpg -------------------------------------------------------------------------------- /screenshots/contents/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/21.jpg -------------------------------------------------------------------------------- /screenshots/contents/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/22.jpg -------------------------------------------------------------------------------- /screenshots/contents/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/23.jpg -------------------------------------------------------------------------------- /screenshots/contents/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/24.jpg -------------------------------------------------------------------------------- /screenshots/contents/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/25.jpg -------------------------------------------------------------------------------- /screenshots/contents/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/26.jpg -------------------------------------------------------------------------------- /screenshots/contents/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/27.jpg -------------------------------------------------------------------------------- /screenshots/contents/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/28.jpg -------------------------------------------------------------------------------- /screenshots/contents/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/29.jpg -------------------------------------------------------------------------------- /screenshots/contents/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/3.jpg -------------------------------------------------------------------------------- /screenshots/contents/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/30.jpg -------------------------------------------------------------------------------- /screenshots/contents/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/31.jpg -------------------------------------------------------------------------------- /screenshots/contents/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/32.jpg -------------------------------------------------------------------------------- /screenshots/contents/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/33.jpg -------------------------------------------------------------------------------- /screenshots/contents/34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/34.jpg -------------------------------------------------------------------------------- /screenshots/contents/35.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/35.jpg -------------------------------------------------------------------------------- /screenshots/contents/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/4.jpg -------------------------------------------------------------------------------- /screenshots/contents/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/5.jpg -------------------------------------------------------------------------------- /screenshots/contents/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/6.jpg -------------------------------------------------------------------------------- /screenshots/contents/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/7.jpg -------------------------------------------------------------------------------- /screenshots/contents/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/8.jpg -------------------------------------------------------------------------------- /screenshots/contents/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/contents/9.jpg -------------------------------------------------------------------------------- /screenshots/features/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/1.jpg -------------------------------------------------------------------------------- /screenshots/features/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/10.jpg -------------------------------------------------------------------------------- /screenshots/features/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/11.jpg -------------------------------------------------------------------------------- /screenshots/features/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/12.jpg -------------------------------------------------------------------------------- /screenshots/features/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/13.jpg -------------------------------------------------------------------------------- /screenshots/features/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/14.jpg -------------------------------------------------------------------------------- /screenshots/features/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/15.jpg -------------------------------------------------------------------------------- /screenshots/features/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/16.jpg -------------------------------------------------------------------------------- /screenshots/features/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/17.jpg -------------------------------------------------------------------------------- /screenshots/features/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/18.jpg -------------------------------------------------------------------------------- /screenshots/features/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/19.jpg -------------------------------------------------------------------------------- /screenshots/features/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/2.jpg -------------------------------------------------------------------------------- /screenshots/features/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/20.jpg -------------------------------------------------------------------------------- /screenshots/features/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/21.jpg -------------------------------------------------------------------------------- /screenshots/features/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/22.jpg -------------------------------------------------------------------------------- /screenshots/features/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/23.jpg -------------------------------------------------------------------------------- /screenshots/features/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/24.jpg -------------------------------------------------------------------------------- /screenshots/features/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/25.jpg -------------------------------------------------------------------------------- /screenshots/features/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/26.jpg -------------------------------------------------------------------------------- /screenshots/features/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/27.jpg -------------------------------------------------------------------------------- /screenshots/features/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/28.jpg -------------------------------------------------------------------------------- /screenshots/features/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/29.jpg -------------------------------------------------------------------------------- /screenshots/features/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/3.jpg -------------------------------------------------------------------------------- /screenshots/features/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/30.jpg -------------------------------------------------------------------------------- /screenshots/features/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/31.jpg -------------------------------------------------------------------------------- /screenshots/features/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/32.jpg -------------------------------------------------------------------------------- /screenshots/features/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/33.jpg -------------------------------------------------------------------------------- /screenshots/features/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/4.jpg -------------------------------------------------------------------------------- /screenshots/features/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/5.jpg -------------------------------------------------------------------------------- /screenshots/features/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/6.jpg -------------------------------------------------------------------------------- /screenshots/features/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/7.jpg -------------------------------------------------------------------------------- /screenshots/features/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/8.jpg -------------------------------------------------------------------------------- /screenshots/features/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/features/9.jpg -------------------------------------------------------------------------------- /screenshots/footers/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/1.jpg -------------------------------------------------------------------------------- /screenshots/footers/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/10.jpg -------------------------------------------------------------------------------- /screenshots/footers/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/11.jpg -------------------------------------------------------------------------------- /screenshots/footers/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/12.jpg -------------------------------------------------------------------------------- /screenshots/footers/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/2.jpg -------------------------------------------------------------------------------- /screenshots/footers/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/3.jpg -------------------------------------------------------------------------------- /screenshots/footers/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/4.jpg -------------------------------------------------------------------------------- /screenshots/footers/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/5.jpg -------------------------------------------------------------------------------- /screenshots/footers/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/6.jpg -------------------------------------------------------------------------------- /screenshots/footers/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/7.jpg -------------------------------------------------------------------------------- /screenshots/footers/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/8.jpg -------------------------------------------------------------------------------- /screenshots/footers/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/footers/9.jpg -------------------------------------------------------------------------------- /screenshots/forms/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/1.jpg -------------------------------------------------------------------------------- /screenshots/forms/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/10.jpg -------------------------------------------------------------------------------- /screenshots/forms/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/11.jpg -------------------------------------------------------------------------------- /screenshots/forms/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/12.jpg -------------------------------------------------------------------------------- /screenshots/forms/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/2.jpg -------------------------------------------------------------------------------- /screenshots/forms/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/3.jpg -------------------------------------------------------------------------------- /screenshots/forms/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/4.jpg -------------------------------------------------------------------------------- /screenshots/forms/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/5.jpg -------------------------------------------------------------------------------- /screenshots/forms/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/6.jpg -------------------------------------------------------------------------------- /screenshots/forms/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/7.jpg -------------------------------------------------------------------------------- /screenshots/forms/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/8.jpg -------------------------------------------------------------------------------- /screenshots/forms/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/forms/9.jpg -------------------------------------------------------------------------------- /screenshots/headers/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/1.jpg -------------------------------------------------------------------------------- /screenshots/headers/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/10.jpg -------------------------------------------------------------------------------- /screenshots/headers/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/11.jpg -------------------------------------------------------------------------------- /screenshots/headers/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/12.jpg -------------------------------------------------------------------------------- /screenshots/headers/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/13.jpg -------------------------------------------------------------------------------- /screenshots/headers/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/14.jpg -------------------------------------------------------------------------------- /screenshots/headers/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/15.jpg -------------------------------------------------------------------------------- /screenshots/headers/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/16.jpg -------------------------------------------------------------------------------- /screenshots/headers/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/17.jpg -------------------------------------------------------------------------------- /screenshots/headers/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/18.jpg -------------------------------------------------------------------------------- /screenshots/headers/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/19.jpg -------------------------------------------------------------------------------- /screenshots/headers/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/2.jpg -------------------------------------------------------------------------------- /screenshots/headers/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/20.jpg -------------------------------------------------------------------------------- /screenshots/headers/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/3.jpg -------------------------------------------------------------------------------- /screenshots/headers/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/4.jpg -------------------------------------------------------------------------------- /screenshots/headers/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/5.jpg -------------------------------------------------------------------------------- /screenshots/headers/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/6.jpg -------------------------------------------------------------------------------- /screenshots/headers/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/7.jpg -------------------------------------------------------------------------------- /screenshots/headers/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/8.jpg -------------------------------------------------------------------------------- /screenshots/headers/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/headers/9.jpg -------------------------------------------------------------------------------- /screenshots/pricings/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/pricings/1.jpg -------------------------------------------------------------------------------- /screenshots/pricings/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/pricings/10.jpg -------------------------------------------------------------------------------- /screenshots/pricings/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/pricings/2.jpg -------------------------------------------------------------------------------- /screenshots/pricings/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/pricings/3.jpg -------------------------------------------------------------------------------- /screenshots/pricings/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/pricings/4.jpg -------------------------------------------------------------------------------- /screenshots/pricings/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/pricings/5.jpg -------------------------------------------------------------------------------- /screenshots/pricings/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/pricings/6.jpg -------------------------------------------------------------------------------- /screenshots/pricings/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/pricings/7.jpg -------------------------------------------------------------------------------- /screenshots/pricings/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/pricings/8.jpg -------------------------------------------------------------------------------- /screenshots/pricings/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/pricings/9.jpg -------------------------------------------------------------------------------- /screenshots/teams/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/teams/1.jpg -------------------------------------------------------------------------------- /screenshots/teams/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/teams/2.jpg -------------------------------------------------------------------------------- /screenshots/teams/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/teams/3.jpg -------------------------------------------------------------------------------- /screenshots/teams/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/teams/4.jpg -------------------------------------------------------------------------------- /screenshots/teams/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/teams/5.jpg -------------------------------------------------------------------------------- /screenshots/teams/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/teams/6.jpg -------------------------------------------------------------------------------- /screenshots/teams/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/teams/7.jpg -------------------------------------------------------------------------------- /screenshots/teams/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/teams/8.jpg -------------------------------------------------------------------------------- /screenshots/testimonials/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/testimonials/1.jpg -------------------------------------------------------------------------------- /screenshots/testimonials/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/testimonials/10.jpg -------------------------------------------------------------------------------- /screenshots/testimonials/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/testimonials/2.jpg -------------------------------------------------------------------------------- /screenshots/testimonials/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/testimonials/3.jpg -------------------------------------------------------------------------------- /screenshots/testimonials/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/testimonials/4.jpg -------------------------------------------------------------------------------- /screenshots/testimonials/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/testimonials/5.jpg -------------------------------------------------------------------------------- /screenshots/testimonials/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/testimonials/6.jpg -------------------------------------------------------------------------------- /screenshots/testimonials/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/testimonials/7.jpg -------------------------------------------------------------------------------- /screenshots/testimonials/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/testimonials/8.jpg -------------------------------------------------------------------------------- /screenshots/testimonials/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/screenshots/testimonials/9.jpg -------------------------------------------------------------------------------- /src/html/call-to-action.pug: -------------------------------------------------------------------------------- 1 | //- layout.jade 2 | 3 | extends layout 4 | block vars 5 | - var blockName = 'Call to Action' 6 | - var blocks = locals.blocks['call-to-action'] 7 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-01.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

6 | "Separated they live in Bookmarksgrove right at the coast of the Semantics, far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast." 7 |

8 | 9 |

10 | Download 11 |

12 |
13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-02.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Call to Action

6 |

7 | Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts 8 |

9 |

10 | Download 11 |

12 |
13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-03.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

6 | Right at the coast of the Semantics, a large language ocean. 7 |

8 |

9 | Download 10 |

11 |
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-05.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Far far away, behind the word mountains, far from

6 |

7 | Download 8 |

9 |
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-06.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

6 | Follow us and ask more on: 7 |

8 |

9 | 10 | 11 | 12 | 13 | 14 |

15 |
16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-07.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Call to action

6 |
7 |
8 |
9 |
10 | image 11 |

First Action

12 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts

13 |

Button

14 |
15 | 16 |
17 | image 18 |

Second Action

19 |

Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.

20 |

Button

21 |
22 |
23 |
24 |
25 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-08.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |

Call to Action

7 |

8 | Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts 9 |

10 |

11 | Download 12 |

13 |
14 |
15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-09.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Use Froala Design Blocks for free in your project

6 |
7 |
8 | Download 9 |
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-10.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |

Call to Action

7 |

8 | When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove 9 |

10 |

11 | Download 12 |

13 |
14 |
15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-11.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | Download 6 |
7 | 8 |
9 |

Use Froala Design Blocks for free in your project

10 |
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-12.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |

7 | Far far away, behind the word mountains, far from. 8 |

9 |
10 |
11 | 12 |
13 |
14 |

Call to action

15 |

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.

16 |

Take a Tour

17 |
18 | 19 |
20 | image 21 |
22 |
23 |
24 |
25 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-13.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |

Froala Design Blocks

7 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

8 |

Call to Action

9 |
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-14.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Call to Action

6 |

7 | A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth. 8 |

9 |

10 | Download 11 |

12 |
13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-15.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |
7 | 8 |
9 |

Call to action

10 |

On her way she met a copy. The copy warned the Little Blind Text, that where it came from it would have been rewritten a thousand times and everything that was left from its origin would be the word "and" and the Little Blind Text should turn 11 | around and return to its own, safe country.

12 |

Take a Tour

13 |
14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-16.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks is Open Source and free to use in your apps

6 |

Call to Action

7 |
8 |
9 |
10 |
11 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-17.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |

7 | Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by 8 | their place and supplies it with the necessary regelialia. 9 |

10 |
11 |
12 | 13 |
14 |
15 | image 16 |
17 |
18 |

Bootstrap

19 |

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life.

20 |
21 |
22 |

Take a Tour

23 |

Start Now

24 |

Some foo text

25 |
26 |
27 |
28 |
29 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-18.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

image

6 |

Design Blocks

7 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.

8 |

Call to Action

9 |
10 | 11 |
12 | image 13 |
14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-19.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |
7 | 8 |
9 |

Froala Design Blocks

10 |

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.

11 |

Call to Action

12 |
13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-20.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove.

7 |
8 |
9 |

Call to Action

10 |
11 |
12 | 13 |
14 |
15 | image 16 |
17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/html/call-to-action/call-to-action-21.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks is build on Boostrap Framework

6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there.

7 |

8 | Call to Action 9 | Button 10 |

11 |
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /src/html/contacts.pug: -------------------------------------------------------------------------------- 1 | //- layout.jade 2 | 3 | extends layout 4 | block vars 5 | - var blockName = 'Contacts' 6 | - var blocks = locals.blocks.contacts 7 | -------------------------------------------------------------------------------- /src/html/contacts/contacts-09.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

support@website.com

6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

7 |


8 |

9 | 10 | 11 | 12 | 13 | 14 |

15 |
16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/html/contents.pug: -------------------------------------------------------------------------------- 1 | //- layout.jade 2 | 3 | extends layout 4 | block vars 5 | - var blockName = 'Contents' 6 | - var blocks = locals.blocks.contents 7 | -------------------------------------------------------------------------------- /src/html/contents/contents-01.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |
7 |
8 |
9 |
10 | -------------------------------------------------------------------------------- /src/html/contents/contents-02.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language 6 | ocean.

7 |
8 |
9 |
10 |
11 | -------------------------------------------------------------------------------- /src/html/contents/contents-03.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.

7 |
8 |
9 |
10 |
11 | -------------------------------------------------------------------------------- /src/html/contents/contents-04.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.

6 |
7 |
8 |
9 |
10 | -------------------------------------------------------------------------------- /src/html/contents/contents-05.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.

6 |
7 |
8 |
9 |
10 | -------------------------------------------------------------------------------- /src/html/contents/contents-06.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Far far away...

6 | 7 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast 8 | of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

9 | 10 |

On her way she met a copy. The copy warned the Little Blind Text, that where it came from it would have been rewritten a thousand times and everything that was left from its origin would be the word "and" and the Little Blind Text should turn around and return to its own, safe country. But nothing the copy said could convince her and so it didn’t take long until a few insidious Copy Writers ambushed her, made her drunk with Longe and Parole and dragged her into their 11 | agency, where they abused her for their.

12 |
13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/html/contents/contents-07.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 | 7 |
8 |
9 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden 10 | flows by their place far far away.

11 |
12 |
13 |

Separated they live in Bookmarksgrove right at the coast of the Semantics, far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at 14 | the coast.

15 |
16 |
17 |
18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/html/contents/contents-08.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |

Subtitle text about launch comes here.

7 |

8 | Learn More 9 | Buy 10 |

11 |
12 |
13 |
14 |
15 | image 16 |
17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/html/contents/contents-09.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |
7 |
8 | 9 |
10 |
11 | image 12 |
13 |
14 | image 15 |
16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/html/contents/contents-10.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |
7 |
8 |
9 |
10 | image 11 |
12 |
13 | image 14 |
15 |
16 | image 17 |
18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/html/contents/contents-11.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |
7 |
8 | 9 |
10 |
11 | image 12 |
13 |
14 | image 15 |
16 |
17 | image 18 |
19 |
20 | image 21 |
22 |
23 |
24 |
25 | -------------------------------------------------------------------------------- /src/html/contents/contents-12.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Design Blocks

6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

7 |
8 |
9 | image 10 |
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /src/html/contents/contents-13.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.

7 |
8 |
9 |
10 |
11 | -------------------------------------------------------------------------------- /src/html/contents/contents-14.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |
7 |
8 |

Froala Blocks

9 |

A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

10 |

Download

11 |
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /src/html/contents/contents-15.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |

Design Blocks

7 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

8 |
9 |
10 | image 11 |
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /src/html/contents/contents-16.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
image
7 |
image
8 |
image
9 |
10 | 11 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.

12 |
13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/html/contents/contents-17.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |
7 | 8 |
9 |

Design Blocks

10 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

11 |

Download

12 |
13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/html/contents/contents-18.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Design Blocks

6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

7 | 8 |

Works in every browser:

9 |

10 | 11 | 12 | 13 | 14 |

15 |
16 |
17 | image 18 |
19 |
20 |
21 |
22 | -------------------------------------------------------------------------------- /src/html/contents/contents-19.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |

Awesome Things

7 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Far from the countries Vokalia and Consonantia.

8 |
9 |
10 | image 11 |

More Awesomeness

12 |

Separated they live in Bookmarksgrove right at the coast of the Semantics, far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

13 |
14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /src/html/contents/contents-20.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |

Froala Design Blocks

9 |

When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove

10 | 11 |

Learn More

12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/html/contents/contents-21.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |

Froala Design Blocks

9 |

When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove

10 | 11 |

Register

12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/html/contents/contents-22.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |

Froala Design Blocks

7 |

Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies

8 | 9 |

Download Now

10 |

Latest Version: 2.3.5

11 |
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /src/html/contents/contents-23.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |
7 | 8 |
9 | image 10 |

Design Blocks

11 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts

12 |

13 | Download 14 | Register 15 |

16 |
17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /src/html/contents/contents-24.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Design Blocks

6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts

7 | 8 |

9 | image 10 | image 11 | image 12 |

13 |
14 | 15 |
16 | image 17 |
18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/html/contents/contents-25.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 |

Froala Design Blocks is Open Source and free to use

8 |
9 |
10 |
11 |
12 |
13 |
14 | image 15 |
16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/html/contents/contents-26.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 |
6 |
7 |
8 |

Froala Blocks

9 |

When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove

10 | 11 |

Learn More

12 |
13 |
14 |
15 |
16 | -------------------------------------------------------------------------------- /src/html/contents/contents-27.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 |
6 |
7 |
8 |

Froala Blocks

9 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

10 |

Button

11 | 12 |

Follow us on

13 |

14 | 15 | 16 | 17 | 18 | 19 |

20 |
21 |
22 |
23 |
24 | -------------------------------------------------------------------------------- /src/html/contents/contents-28.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Made with by Froala

6 |
7 |
8 |
9 |
10 | -------------------------------------------------------------------------------- /src/html/contents/contents-29.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |
7 | 8 |
9 |
10 |
11 | image 12 |
13 |
14 | 15 |
16 |
17 | image 18 |
19 |
20 |
21 | 22 |
23 | image 24 |

Design Blocks

25 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia.

26 |
27 |
28 |
29 |
30 | -------------------------------------------------------------------------------- /src/html/contents/contents-30.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |
7 | 8 |
9 | image 10 |
11 | 12 |
13 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove.

14 |

Right at the coast of the Semantics, a large language ocean. A small river named Duden. [Read More]

15 |
16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/html/contents/contents-31.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Your Website

6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

7 |

Read More

8 |
9 | 10 |
11 |

Amazing Design

12 |

Right at the coast of the Semantics, a large language ocean. A small river named Dude a rge language ocean there live the blind.

13 |

Read More

14 |
15 | 16 |
17 | image 18 |
19 |
20 |
21 |
22 | -------------------------------------------------------------------------------- /src/html/contents/contents-32.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |

Right at the coast of the Semantics, a large language ocean.

7 |
8 |
9 | 10 |
11 |
12 | image 13 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia.

14 |
15 | 16 |
17 | image 18 |

Right at the coast of the Semantics, a large language ocean. A small river named Duden.

19 |
20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /src/html/contents/contents-33.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |

Design Blocks

7 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics

8 |

Read More

9 |
10 |
11 |
12 |
13 |
14 | -------------------------------------------------------------------------------- /src/html/contents/contents-34.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |

Design Blocks

7 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

8 | 9 |

Read More

10 |
11 |
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /src/html/contents/contents-35.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |
7 | 8 |
9 |

Froala Design Blocks

10 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics.

11 | 12 |
13 |
14 |

Open Source

15 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia.

16 |
17 | 18 |
19 |

Bootstrap

20 |

Right at the coast of the Semantics, a large language ocean. A small river named Duden.

21 |
22 |
23 |
24 |
25 |
26 |
27 | -------------------------------------------------------------------------------- /src/html/features.pug: -------------------------------------------------------------------------------- 1 | //- layout.jade 2 | 3 | extends layout 4 | block vars 5 | - var blockName = 'Feature' 6 | - var blocks = locals.blocks.features 7 | -------------------------------------------------------------------------------- /src/html/features/features-05.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Design Blocks

6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.

7 | 8 |
9 |
10 |

Feature One

11 |

A small river named Duden flows

12 |
13 |
14 |

Feature Two

15 |

Separated they live in Bookmarksgrove

16 |
17 |
18 |
19 |
20 | image 21 |
22 |
23 |
24 |
25 | -------------------------------------------------------------------------------- /src/html/features/features-06.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |
7 |
8 |

Design Blocks

9 | 10 |
11 |
12 |

Feature One

13 |

Far far away, behind the word mountains

14 |
15 |
16 |

Feature Two

17 |

Separated they live in Bookmarksgrove

18 |
19 |
20 | 21 |
22 |
23 |

Feature Three

24 |

A small river named Duden flows by me

25 |
26 |
27 |

Feature Four

28 |

Separated they live in Bookmarksgrove

29 |
30 |
31 |
32 |
33 |
34 |
35 | -------------------------------------------------------------------------------- /src/html/features/features-07.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |

Feature 1

7 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts

8 |
9 | 10 |
11 | image 12 |

Feature 2

13 |

Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.

14 |
15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/html/features/features-08.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Features

6 | image 7 |
8 |
9 | 10 |
11 |
12 | image 13 |

Feature 1

14 |
15 | 16 |
17 | image 18 |

Feature 2

19 |
20 | 21 |
22 | image 23 |

Feature 3

24 |
25 |
26 |
27 |
28 | -------------------------------------------------------------------------------- /src/html/features/features-09.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Features

6 |
7 |
8 | 9 |
10 |
11 | image 12 |

Feature 1

13 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia

14 |
15 | 16 |
17 | image 18 |

Feature 2

19 |

Separated they live in Bookmarksgrove right at the coast of the Semantics, a large ocean.

20 |
21 | 22 |
23 | image 24 |

Feature 3

25 |

A small river named Duden flows by their place and supplies it with the necessary regelialia

26 |
27 |
28 |
29 |
30 | -------------------------------------------------------------------------------- /src/html/features/features-25.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

There is a feature for everyone

6 |

See all features 7 |

8 |
9 |
10 | 11 |
12 |
13 | image 14 |

Feature One

15 |
16 |
17 | image 18 |

Feature Two

19 |
20 | 21 |
22 | image 23 |

Feature Three

24 |
25 | 26 |
27 | image 28 |

Feature Four

29 |
30 |
31 |
32 |
33 | -------------------------------------------------------------------------------- /src/html/features/features-27.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 | image 7 |
8 |
9 | 10 |
11 |
12 |
13 |
14 | image 15 |
16 |
17 |

Feature One

18 |

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life.

19 |
20 |
21 |
22 |
23 |
24 |
25 | image 26 |
27 |
28 |

Feature Two

29 |

Separated they live in Bookmarksgrove, right at the coast of the Semantics, a large language ocean.

30 |
31 |
32 |
33 |
34 |
35 |
36 | -------------------------------------------------------------------------------- /src/html/features/features-28.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Features

6 |
7 |
8 |
9 |
10 |

Feature 1

11 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia

12 |
13 | 14 |
15 |

Feature 2

16 |

Separated they live in Bookmarksgrove right at the coast, a large language ocean.

17 |
18 | 19 |
20 |

Feature 3

21 |

A small river named Duden flows by their place and supplies it with the necessary regelialia

22 |
23 |
24 |
25 |
26 | -------------------------------------------------------------------------------- /src/html/features/features-29.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Froala Design Blocks

6 |
7 |
8 | 9 |
10 |
11 | image 12 |

Feature one longer Text

13 |
14 | 15 |
16 | image 17 |

Feature two shorter

18 |
19 |
20 | 21 |
22 |
23 | image 24 |

Coming this fall

25 |
26 |
27 |
28 |
29 | -------------------------------------------------------------------------------- /src/html/features/features-31.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 | image 7 |

Feature 1

8 |

Far far away, behind the word mountains, far from the countries.

9 |
10 |
11 | 12 |
13 |
14 | image 15 |

Feature 2

16 |

Separated they live in Bookmarksgrove right at the coast.

17 |
18 |
19 | 20 |
21 |
22 | image 23 |

Feature 3

24 |

A small river named Duden flows by their place and supplies.

25 |
26 |
27 |
28 |
29 |
30 | -------------------------------------------------------------------------------- /src/html/features/features-32.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |

Feature 1

7 |

Far far away, behind the word mountains, far from the country Vokalia, there live the blind texts.

8 |

Read more

9 |
10 |
11 |
12 |
13 |

Feature 2

14 |

Separated they live in Bookmarks right at the coast of the Semantics, a large language ocean.

15 |

Read more

16 |
17 |
18 |
19 |
20 |

Feature 3

21 |

A small river named Duden flows by their small place and supplies it with the necessary regelialia.

22 |

Read more

23 |
24 |
25 |
26 |
27 |
28 | -------------------------------------------------------------------------------- /src/html/features/features-33.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Feature One

6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

7 |
8 | 9 |
10 |

Feature Two

11 |

A small river named Duden flows by their place and supplies it with the necessary regelialia.

12 |
13 | 14 |
15 |

Feature Three

16 |

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life.

17 |
18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/html/footers.pug: -------------------------------------------------------------------------------- 1 | //- layout.jade 2 | 3 | extends layout 4 | block vars 5 | - var blockName = 'Footers' 6 | - var blocks = locals.blocks.footers 7 | -------------------------------------------------------------------------------- /src/html/footers/footers-01.html: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /src/html/footers/footers-02.html: -------------------------------------------------------------------------------- 1 | 27 | -------------------------------------------------------------------------------- /src/html/footers/footers-03.html: -------------------------------------------------------------------------------- 1 | 30 | -------------------------------------------------------------------------------- /src/html/footers/footers-04.html: -------------------------------------------------------------------------------- 1 | 22 | -------------------------------------------------------------------------------- /src/html/footers/footers-06.html: -------------------------------------------------------------------------------- 1 | 28 | -------------------------------------------------------------------------------- /src/html/footers/footers-08.html: -------------------------------------------------------------------------------- 1 | 27 | -------------------------------------------------------------------------------- /src/html/footers/footers-10.html: -------------------------------------------------------------------------------- 1 | 31 | -------------------------------------------------------------------------------- /src/html/footers/footers-11.html: -------------------------------------------------------------------------------- 1 | 28 | -------------------------------------------------------------------------------- /src/html/footers/footers-12.html: -------------------------------------------------------------------------------- 1 | 25 | -------------------------------------------------------------------------------- /src/html/forms.pug: -------------------------------------------------------------------------------- 1 | //- layout.jade 2 | 3 | extends layout 4 | block vars 5 | - var blockName = 'Forms' 6 | - var blocks = locals.blocks.forms 7 | -------------------------------------------------------------------------------- /src/html/forms/forms-01.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Subscribe

6 |
7 | 8 |
9 | 10 |
11 |
12 | 13 |

Find us on Facebook and Twitter.

14 |
15 |
16 |
17 |
18 | -------------------------------------------------------------------------------- /src/html/forms/forms-02.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |

Join us!

7 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia.

8 |
9 |
10 |
11 | 12 |
13 | 14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/html/forms/forms-03.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 |

Register

8 |

When she reached the first hills, she had a last view back on the skyline of her hometown.

9 |
10 |
11 |
12 |
13 | 14 |
15 |
16 | 17 |
18 |
19 | 20 |
21 |
22 |
23 |
24 |
25 |
26 | -------------------------------------------------------------------------------- /src/html/forms/forms-04.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 |

Sign Up

8 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia.

9 |
10 |
11 |
12 |
13 | 14 |
15 |
16 |
17 |
18 | 19 |
20 |
21 |
22 |
23 | 24 |
25 |
26 |
27 |
28 |
29 |
30 | -------------------------------------------------------------------------------- /src/html/forms/forms-05.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |

Log In

9 |

Right at the coast of the Semantics, a large language ocean. A small river named Duden.

10 |
11 |
12 |
13 |
14 | 15 |
16 |
17 |
18 |
19 | 20 |
21 |
22 |
23 |
24 | 25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | -------------------------------------------------------------------------------- /src/html/forms/forms-07.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |

Log In

9 |
10 |
11 |
12 |
13 | 14 |
15 |
16 |
17 |
18 | 19 |

Recover Password

20 |
21 |
22 |
23 |
24 | 25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 | -------------------------------------------------------------------------------- /src/html/forms/forms-08.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |

Register

9 |
10 |
11 |
12 |
13 | 14 |
15 |
16 |
17 |
18 | 19 |
20 |
21 |
22 |
23 | 24 |

Already have an account?

25 |
26 |
27 |
28 |
29 | 30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 | -------------------------------------------------------------------------------- /src/html/forms/forms-09.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |

Never miss an update

7 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

8 |
9 | 10 |
11 | 12 |
13 |
14 |

*Your email address is safe with us. We never share your email address.

15 |
16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/html/forms/forms-10.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Company Name

6 |

When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown.

7 |
8 | 9 |
10 | 11 |
12 |
13 |

14 | 15 | 16 | 17 | 18 | 19 |

20 |
21 |
22 |
23 |
24 | -------------------------------------------------------------------------------- /src/html/forms/forms-11.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 |
7 |
8 |
9 |
10 |

Subscribe

11 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia.

12 |
13 |
14 |
15 |
16 |
17 | 18 |
19 | 20 |
21 |
22 |
23 |
24 | 25 |
26 |
27 |

* Leave your email address to be notified first.

28 |
29 |
30 |
31 |
32 |
33 |
34 | -------------------------------------------------------------------------------- /src/html/forms/forms-12.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |

Subscribe

9 |

When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove.

10 |
11 |
12 |
13 |
14 |
15 | 16 |
17 | 18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 | -------------------------------------------------------------------------------- /src/html/headers.pug: -------------------------------------------------------------------------------- 1 | //- layout.jade 2 | 3 | extends layout 4 | block vars 5 | - var blockName = 'Headers' 6 | - var blocks = locals.blocks.headers 7 | -------------------------------------------------------------------------------- /src/html/headers/headers-01.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 8 |
9 |
10 | -------------------------------------------------------------------------------- /src/html/headers/headers-02.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 8 |
9 |
10 | -------------------------------------------------------------------------------- /src/html/headers/headers-03.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 25 |
26 |
27 | -------------------------------------------------------------------------------- /src/html/headers/headers-11.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 8 |
9 |
10 | -------------------------------------------------------------------------------- /src/html/headers/headers-12.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 8 |
9 |
10 | -------------------------------------------------------------------------------- /src/html/headers/headers-13.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 25 |
26 |
27 | -------------------------------------------------------------------------------- /src/html/layout.pug: -------------------------------------------------------------------------------- 1 | doctype html 2 | html 3 | block vars 4 | head 5 | title Froala Design Blocks - #{blockName} 6 | meta(name='viewport', content='width=device-width, height=device-height, initial-scale=1.0') 7 | link(rel='stylesheet', href='https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css', integrity='sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO', crossorigin='anonymous') 8 | link(href='https://fonts.googleapis.com/css?family=Lato', rel='stylesheet') 9 | link(rel='stylesheet', href='https://use.fontawesome.com/releases/v5.3.1/css/all.css') 10 | link(type='text/css', rel='stylesheet', href='css/froala_blocks.css') 11 | style. 12 | .fdb-block { 13 | border-bottom: 1px solid var(--light); 14 | } 15 | body 16 | include nav.html 17 | 18 | - var i = 1 19 | each blockHTML in blocks 20 | | 21 | 22 | | 23 | | !{blockHTML} 24 | -------------------------------------------------------------------------------- /src/html/pricings.pug: -------------------------------------------------------------------------------- 1 | //- layout.jade 2 | 3 | extends layout 4 | block vars 5 | - var blockName = 'Pricings' 6 | - var blocks = locals.blocks.pricings 7 | -------------------------------------------------------------------------------- /src/html/teams.pug: -------------------------------------------------------------------------------- 1 | //- layout.jade 2 | 3 | extends layout 4 | block vars 5 | - var blockName = 'Teams' 6 | - var blocks = locals.blocks.teams 7 | -------------------------------------------------------------------------------- /src/html/teams/teams-02.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Meet Our Team

6 |
7 |
8 | 9 |
10 | 11 |
12 |
13 | image 14 | 15 |

Sara Doe

16 |

Founder

17 |
18 | 19 |
20 | image 21 | 22 |

Sara Doe

23 |

Founder

24 |
25 | 26 |
27 | image 28 | 29 |

Sara Doe

30 | 31 |

Founder

32 |
33 |
34 |
35 |
36 | -------------------------------------------------------------------------------- /src/html/teams/teams-04.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Team

6 |
7 |
8 | 9 |
10 |
11 | image 12 |

John Smith

13 |

Position

14 |

A wonderful serenity has taken possession of my entire soul.

15 |
16 | 17 |
18 | image 19 |

John Smith

20 |

Position

21 |

Pityful a rethoric question ran over her cheek.

22 |
23 | 24 |
25 | image 26 |

John Smith

27 |

Position

28 |

And if she hasn’t been rewritten, then they are still using her.

29 |
30 | 31 |
32 | image 33 |

John Smith

34 |

Position

35 |

Wild Question Marks, but the Little Blind Text didn’t listen.

36 |
37 |
38 |
39 |
40 | -------------------------------------------------------------------------------- /src/html/teams/teams-06.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

Team

6 |
7 |
8 | 9 |
10 |
11 | image 12 |

John Smith

13 |

Position

14 |

Separated they live in Bookmarksgrove right at the coast of the Semantics.

15 |
16 | 17 |
18 | image 19 |

John Smith

20 |

Position

21 |

One morning, when Gregor Samsa woke from troubled dreams.

22 |
23 | 24 |
25 | image 26 |

John Smith

27 |

Position

28 |

A small river named Duden flows by their place and supplies it.

29 |
30 |
31 |
32 |
33 | -------------------------------------------------------------------------------- /src/html/testimonials.pug: -------------------------------------------------------------------------------- 1 | //- layout.jade 2 | 3 | extends layout 4 | block vars 5 | - var blockName = 'Testimonials' 6 | - var blocks = locals.blocks.testimonials 7 | -------------------------------------------------------------------------------- /src/html/testimonials/testimonials-01.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

6 | "Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean." 7 |

8 | 9 |

Person Name Co-founder at Company

10 |
11 |
12 | image 13 |
14 |
15 |
16 |
17 | -------------------------------------------------------------------------------- /src/html/testimonials/testimonials-02.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 | image 7 |
8 | 9 |
10 |

11 | "Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar." 12 |

13 | 14 |

Person Name

15 |

Co-founder at Company

16 |
17 |
18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /src/html/testimonials/testimonials-04.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |

"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics."

7 | 8 |

9 | image 10 | Person Name 11 |

12 |
13 |
14 | 15 |
16 |
17 |

"A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth."

18 | 19 |

20 | image 21 | Person Name 22 |

23 |
24 |
25 |
26 |
27 |
28 | -------------------------------------------------------------------------------- /src/html/testimonials/testimonials-06.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |

You are in good company

6 |

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.

7 |
8 | image 9 | image 10 | image 11 | image 12 | image 13 | image 14 |
15 |
16 |
17 |
18 |
19 | -------------------------------------------------------------------------------- /src/html/testimonials/testimonials-07.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | image 6 | image 7 | image 8 | image 9 | image 10 | image 11 |
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /src/imgs/customers/apple.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /src/imgs/hero/blue.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 11 10 | 11 | 12 | 13 | 14 | 15 | 17 | 20 | 21 | -------------------------------------------------------------------------------- /src/imgs/hero/purple.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 11 10 | 11 | 12 | 13 | 14 | 15 | 17 | 19 | 20 | -------------------------------------------------------------------------------- /src/imgs/hero/yellow.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 11 10 | 11 | 12 | 13 | 14 | 15 | 16 | 18 | 20 | 21 | -------------------------------------------------------------------------------- /src/imgs/icons/cloud.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/imgs/icons/coffee.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/imgs/icons/compass.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/imgs/icons/gift.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /src/imgs/icons/github.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /src/imgs/icons/layers.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/imgs/icons/layout.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/imgs/icons/life-buoy.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /src/imgs/icons/mail.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/imgs/icons/map-pin.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /src/imgs/icons/map.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/imgs/icons/monitor.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /src/imgs/icons/navigation.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/imgs/icons/package.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/imgs/icons/phone.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 11 | 12 | -------------------------------------------------------------------------------- /src/imgs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/logo.png -------------------------------------------------------------------------------- /src/imgs/people/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/people/1.jpg -------------------------------------------------------------------------------- /src/imgs/people/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/people/2.jpg -------------------------------------------------------------------------------- /src/imgs/people/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/people/3.jpg -------------------------------------------------------------------------------- /src/imgs/people/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/people/4.jpg -------------------------------------------------------------------------------- /src/imgs/people/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/people/5.jpg -------------------------------------------------------------------------------- /src/imgs/people/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/people/6.jpg -------------------------------------------------------------------------------- /src/imgs/people/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/people/7.jpg -------------------------------------------------------------------------------- /src/imgs/people/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/people/8.jpg -------------------------------------------------------------------------------- /src/imgs/people/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/people/9.jpg -------------------------------------------------------------------------------- /src/imgs/photos/fireworks-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/photos/fireworks-1.jpg -------------------------------------------------------------------------------- /src/imgs/photos/fireworks-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/photos/fireworks-2.jpg -------------------------------------------------------------------------------- /src/imgs/photos/map-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/photos/map-1.jpg -------------------------------------------------------------------------------- /src/imgs/photos/map-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/photos/map-2.jpg -------------------------------------------------------------------------------- /src/imgs/photos/map-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/froala/design-blocks/000427352ad89da7fb4325037c116a3b06745608/src/imgs/photos/map-3.jpg -------------------------------------------------------------------------------- /src/imgs/shapes/1.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 9 | 10 | 11 | 12 | 13 | 15 | 16 | 17 | 18 | 19 | 21 | 22 | -------------------------------------------------------------------------------- /src/imgs/shapes/10.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /src/imgs/shapes/2.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /src/imgs/shapes/4.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /src/imgs/shapes/5.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 14 | 15 | -------------------------------------------------------------------------------- /src/imgs/shapes/6.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 11 | -------------------------------------------------------------------------------- /src/imgs/shapes/7.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /src/imgs/shapes/8.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /src/imgs/shapes/9.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 10 | 11 | -------------------------------------------------------------------------------- /src/scss/_brands.scss: -------------------------------------------------------------------------------- 1 | // popular brands 2 | // https://brandcolors.net 3 | $brand-popular: ( 4 | "amazon": #ff9900, 5 | "apple": #999999, 6 | "behance": #1769ff, 7 | "bitcoin": #f7931a, 8 | "dribbble": #ea4c89, 9 | "facebook": #3b5998, 10 | "github": #333333, 11 | "google": #4285f4, 12 | "googleplus": #dd4b39, 13 | "heart": #df584e, 14 | "instagram": #405de6, 15 | "linkedin": #007bb5, 16 | "medium": #00ab6c, 17 | "pinterest": #cb2027, 18 | "reddit": #ff4500, 19 | "rss": #ff6600, 20 | "slack": #6ecadc, 21 | "snapchat": #fffc00, 22 | "twitter": #55acee, 23 | "whatsapp": #4dc247, 24 | "youtube": #bb0000, 25 | "xbrand": #7d7d7d 26 | ); 27 | 28 | @each $name, $color in $brand-popular { 29 | @include text-emphasis-variant(".text-#{$name}", $color); 30 | } 31 | -------------------------------------------------------------------------------- /src/scss/_mixins.scss: -------------------------------------------------------------------------------- 1 | @mixin font-smoothing($value: false) { 2 | @if $value { 3 | -webkit-font-smoothing: antialiased; 4 | -moz-osx-font-smoothing: grayscale; 5 | } 6 | @else { 7 | -webkit-font-smoothing: subpixel-antialiased; 8 | -moz-osx-font-smoothing: auto; 9 | } 10 | } 11 | --------------------------------------------------------------------------------