diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93be449 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Folders to ignore +node_modules/* +.gulp-scss-cache/* +.sass-cache/* + +# OS or Editor folders +._* +.cache +.DS_Store +.idea +.project +.settings +.tmproj +*.esproj +*.sublime-project +*.sublime-workspace +nbproject +Thumbs.db + + +# Files +package-lock.json \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8373d21 --- /dev/null +++ b/LICENSE @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +(This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.) + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + {description} + Copyright (C) 2017 Froala Labs + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random + Hacker. + + {signature of Ty Coon}, 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/README.md b/README.md new file mode 100644 index 0000000..8c4e54e --- /dev/null +++ b/README.md @@ -0,0 +1,139 @@ +

Froala Design Blocks

+ +

Over 170 popular design blocks ready to be used in your next project to create beautiful modern websites. All blocks are based on Bootstrap Library and they adapt based on the screen size. +

Explore Design Blocks »

+

WYSIWYG HTML Editor · Pages · Blog · Download

+ +## Table of contents [![npm](https://img.shields.io/npm/v/froala-design-blocks.svg)](https://www.npmjs.com/package/froala-design-blocks) [![License: LGPL v2.1](https://img.shields.io/badge/License-LGPL%20v2.1-blue.svg)](https://www.gnu.org/licenses/lgpl-2.1) [![CDNJS](https://img.shields.io/cdnjs/v/froala-design-blocks.svg)](https://cdnjs.com/libraries/froala-design-blocks) [![GitHub tag](https://img.shields.io/github/tag/froala/design-blocks.svg)]() + +- [Quick start](https://github.com/froala/design-blocks#quick-start) +- [What's included?](https://github.com/froala/design-blocks#whats-included) +- [Bugs and feature requests](https://github.com/froala/design-blocks#bugs-and-feature-requests) +- [Dependencies](https://github.com/froala/design-blocks#dependencies) +- [Categories](https://github.com/froala/design-blocks#categories) +- [Browser support](https://github.com/froala/design-blocks#browser-support) +- [Community](https://github.com/froala/design-blocks#community) +- [Development](https://github.com/froala/design-blocks#development) +- [Contributors](https://github.com/froala/design-blocks#contributors) +- [Copyright and license](https://github.com/froala/design-blocks#copyright-and-license) + + +## Quick start + +Several quick start options are available: + +- [Download the latest release.](https://github.com/froala/design-blocks/archive/1.0.0-beta.zip) +- Clone the repo: `git clone https://github.com/froala/design-blocks.git` +- Install with [npm](https://www.npmjs.com/): `npm install froala-design-blocks` + + + +## What's included + +Within the download archive you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: + +``` +design-blocks/ +├── dist/ +│ ├── css/ +│ │ ├── froala_blocks.css +│ │ └── froala_blocks.min.css +│ └── imgs/ +│ │── call_to_action.html +│ │── contacts.html +│ │── contents.html +│ │── features.html +│ │── footers.html +│ │── forms.html +│ │── headers.html +│ │── index.html +│ │── pricings.html +│ │── teams.html +│ └── testimonials.html +├── psds/ +├── screenshots/ +└── src/ +``` + +We provide compiled CSS (`froala_blocks.css`), as well as compiled and minified CSS (`froala_blocks.min.css`). Also, in the downloaded archive you will find useful images and PSD files that you can use to create new backgrounds. In the `screenhots` folder, there are the screenshots of all design blocks. + +## Bugs and feature requests + +Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/froala/design-blocks/issues/new). + +## Dependencies + +- **Bootstrap**. Froala Design Blocks is built on Bootstrap 4 library and fully supports it. It uses the Javascript files only for the header design blocks, so if you don't need them, we recommend not to include the Bootstrap JS files in order to reduce your bundle size. + +- **Font Awesome**. We're using the amazing Font Awesome library for the social network icons. + +- **Google Fonts**. By default, the Design Blocks toolkit is built using the Roboto font, however that can easily be changed to other fonts. + + +## Categories + +- Call to action - https://github.com/froala/design-blocks/blob/master/dist/call_to_action.html +- Contacts - https://github.com/froala/design-blocks/blob/master/dist/contacts.html +- Contents - https://github.com/froala/design-blocks/blob/master/dist/contents.html +- Features - https://github.com/froala/design-blocks/blob/master/dist/features.html +- Footers - https://github.com/froala/design-blocks/blob/master/dist/footers.html +- Forms - https://github.com/froala/design-blocks/blob/master/dist/forms.html +- Headers - https://github.com/froala/design-blocks/blob/master/dist/headers.html +- Pricings - https://github.com/froala/design-blocks/blob/master/dist/pricings.html +- Teams - https://github.com/froala/design-blocks/blob/master/dist/teams.html +- Testimonials - https://github.com/froala/design-blocks/blob/master/dist/testimonials.html + + + +## Browser Support + +At present, we officially aim to support the last two versions of the following browsers: + +- Chrome +- Edge +- Firefox +- Safari +- Opera +- Internet Explorer 10+ +- Safari iOS +- Chrome, Firefox and Default Browser Android + + +## Community + +Get updates on Froala Design Blocks' development and chat with the project maintainers and community members. + +- Follow [@froala on Twitter](https://twitter.com/froala). +- Read and subscribe to [The Official Froala Blog](https://www.froala.com/blog). +- Check the [Official Website](https://www.froala.com/design-blocks). + + +## Development + +#### Get code + +```bash +git clone git@github.com:froala/design-blocks.git +cd design-blocks +``` + + + +#### Install dependencies and run project + +```bash +npm install +gulp +``` + +## Contributors + +Special thanks to everyone who contributed to getting the Froala Design Blocks to the current state. + +- [ Shourav Chowdhury](https://dribbble.com/shourav_chy01) - source of inspiration for images + + + +## Copyright and license + +Code and documentation copyright 2017 [Froala Labs](https://www.froala.com/). Code released under the [LGPL-2.1 License](https://github.com/froala/design-blocks/blob/master/LICENSE). diff --git a/dist/call_to_action.html b/dist/call_to_action.html new file mode 100644 index 0000000..a524ad4 --- /dev/null +++ b/dist/call_to_action.html @@ -0,0 +1,433 @@ + + + Froala Design Blocks - Call to Action + + + + + + + + + + + +
+
+
+
+

+ "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." +

+ +

+ Download +

+
+
+
+
+ +
+
+
+
+

Call to Action

+

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

+

+ Download +

+
+
+
+
+ +
+
+
+
+

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

+

+ Download +

+
+
+
+
+ +
+
+
+
+

Call to Action

+

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

+

+ Download +

+
+
+ +
+
+

Fortune 100 companies are using our products

+
+
+
+
+ + + + + + +
+
+
+
+ +
+
+
+
+

Far far away, behind the word mountains, far from

+

+ Download +

+
+
+
+
+ +
+
+
+
+

+ Follow us and ask more on: +

+

+     +     +     +     + +

+
+
+
+
+ +
+
+
+
+

Call to action

+
+
+
+
+ +

First Action

+

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

+

Button

+
+ +
+ +

Second Action

+

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

+

Button

+
+
+
+
+ +
+
+
+
+
+

Call to Action

+

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

+

+ Download +

+
+
+
+
+
+ +
+
+
+
+

Use Froala Design Blocks for free in your project

+
+
+ Download +
+
+
+
+ +
+
+
+
+
+

Call to Action

+

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

+

+ Download +

+
+
+
+
+
+ +
+
+
+
+ Download +
+ +
+

Use Froala Design Blocks for free in your project

+
+
+
+
+ +
+
+
+
+

Call to Action

+

+ 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. +

+

+ Download +

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

+ 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 their place and supplies it with the necessary regelialia. +

+
+
+ +
+
+ +
+
+

Bootstrap

+

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

+
+
+

Take a Tour

+

Start Now

+

Some foo text

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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

+
+
+ +
+
+

Call to action

+

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.

+

Take a Tour

+
+ +
+ +
+
+
+
+ +
+
+
+
+ +
+ +
+

Call to action

+

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.

+

Take a Tour

+
+
+
+
+ +
+
+
+
+

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

+

Call to Action

+
+
+
+
+ +
+
+
+
+ +

Froala Design Blocks

+

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

+

Call to Action

+
+
+
+
+ +
+
+
+
+

+

Design Blocks

+

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.

+

Call to Action

+
+ +
+ +
+
+
+
+ +
+
+
+
+ +
+ +
+

Froala Design Blocks

+

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.

+

Call to Action

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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

+
+ +
+ +
+
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks is build on Boostrap Framework

+

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

+

Call to Action Button

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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

+

Call to Action

+
+
+ +
+
+ + +

Feature One

+ +

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

+
+
+ + +

Feature Two

+ +

Separated they live in Bookmarksgrove right at the coast

+
+ +
+ + +

Feature Three

+ +

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

+
+ +
+ + +

Feature Four

+ +

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

+
+
+
+
+ + \ No newline at end of file diff --git a/dist/contacts.html b/dist/contacts.html new file mode 100644 index 0000000..a80413c --- /dev/null +++ b/dist/contacts.html @@ -0,0 +1,576 @@ + + + Froala Design Blocks - Contacts + + + + + + + + + + + +
+
+ +
+
+
+
+

Contact Us

+

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

+ +

+ It is a paradisematic country, in which roasted parts of sentences fly into your mouth. +

+ + +

+ Email: hello@website.com +

+

+ Phone: +44 123 123 1232 +

+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+

Contact Us

+

We love to hear from you!

+
+
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+

Contact Us

+

One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.

+
+
+ +
+
+ +
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Contact Us

+

Pityful a rethoric question ran over her cheek, then she continued her way. On her way she met a copy.

+
+
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+

Contact Us

+
+
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +

+44 (112) 123 752

+
+ +
+ +

123 6th St.
Melbourne, FL 32904

+
+ +
+ +

support@website.com

+
+
+
+
+
+ +
+
+
+
+

+     +     +     +     + +

+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+
+
+ + +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+

Contact Us

+

If you’re already an active user, please sign in before contacting us.

+
+
+
+
+
+
+
+
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+
+
+
+ +
+ +
+
+ +
+
+
+
+
+
+

Contact Us

+

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

+
+
+
+
+
+
+
+
+
+

Call or email

+

Support, Sales, and Account Management services are currently available in English

+ +

+ Support +

+

+ +800 3005 4300 +

+

+ Contact Support +

+

+ Our technical support is available by phone or email from 11am to 11pm BST, Monday through Friday. +

+ +

+ Sales +

+

+ +800 3005 4300 +

+

+ Contact Sales +

+

+ Our technical support is available by phone or email from 11am to 11pm BST, Monday through Friday. +

+ +

+ General inquiries +

+

+ hello@website.com +

+
+ +
+

Drop us a line

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+

support@website.com

+

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

+


+

+     +     +     +     + +

+
+
+
+ + +
+ +
+
+
+
+

Contact Us

+

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

+
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+ + +

Showroom

+

+ 71 Pilgrim Avenue
Chevy Chase, MD 20815 +

+
+
+
+
+ + diff --git a/dist/contents.html b/dist/contents.html new file mode 100644 index 0000000..85b4609 --- /dev/null +++ b/dist/contents.html @@ -0,0 +1,615 @@ + + + Froala Design Blocks - Contents + + + + + + + + + + + +
+
+
+
+

Froala Design Blocks

+
+
+
+
+ +
+
+
+
+

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.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+
+
+
+
+ +
+
+
+
+

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.

+
+
+
+
+ +
+
+
+
+

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.

+
+
+
+
+ +
+
+
+
+

Far far away...

+ +

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 their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

+ +

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 agency, where they abused her for their.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+ +
+
+

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 their place far far away.

+
+
+

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.

+
+
+
+
+
+
+ + +
+
+
+
+

Froala Design Blocks

+

Subtitle comes here.

+

Learn More >    Buy >

+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+

Design Blocks

+

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

+
+
+ +
+
+
+
+ +
+
+
+
+ +

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.

+
+
+
+
+ +
+
+
+
+ +
+
+

Froala Blocks

+

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.

+

Download

+
+
+
+
+ +
+
+
+
+ +

Design Blocks

+

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

+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +

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.

+
+
+
+
+ +
+
+
+
+ +
+ +
+

Design Blocks

+

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

+

Download

+
+
+
+
+ +
+
+
+
+

Design Blocks

+

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

+ +

Works in every browser:

+

+ + + +

+
+
+ +
+
+
+
+ +
+
+
+
+ +

Awesome Things

+

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.

+
+
+ +

More Awesomeness

+

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.

+
+
+
+
+ +
+
+
+
+
+
+
+

Froala Design Blocks

+

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

+ +

Learn More >

+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Froala Design Blocks

+

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

+ +

Register

+
+
+
+
+
+
+
+ +
+
+
+
+ +

Froala Design Blocks

+

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

+ +

Download Now

+

Latest Version: 2.3.5

+
+
+
+
+ +
+
+
+
+ +
+ +
+ +

Design Blocks

+

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

+

DownloadRegister

+
+
+
+
+ +
+
+
+
+

Design Blocks

+

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

+ +

+ + + +

+
+ +
+ +
+
+
+
+ +
+
+
+
+
+
+

Froala Design Blocks is Open Source and free to use

+
+
+ + +
+
+
+
+ +
+
+
+
+

Froala Blocks

+

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

+ +

Learn More >

+
+
+
+ +
+
+
+ +
+
+
+
+

Froala Blocks

+

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

+

Button

+ +

Follow us on

+

+    +    +    +    + +

+
+
+
+ +
+
+
+ +
+
+
+
+

Made with by Froala

+
+
+
+
+ +
+
+
+
+ +
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+ +

Design Blocks

+

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

+
+
+
+
+ +
+
+
+
+ +
+ +
+ +
+ +
+

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. [Read More]

+
+
+
+
+ +
+
+
+
+

Your Website

+

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

+

Read More

+
+ +
+

Amazing Design

+

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

+

Read More

+
+ +
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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

+
+
+ +
+
+ +

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

+
+ +
+ +

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

+
+
+
+
+ +
+
+
+
+
+

Design Blocks

+

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

+

Read More

+
+
+
+
+
+ +
+
+
+
+
+

Design Blocks

+

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

+ +

Read More

+
+
+
+
+
+ +
+
+
+
+ +
+ +
+

Froala Design Blocks

+

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.

+ +
+
+

Open Source

+

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

+
+ +
+

Bootstrap

+

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

+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/dist/css.html b/dist/css.html new file mode 100644 index 0000000..96ac0f9 --- /dev/null +++ b/dist/css.html @@ -0,0 +1,56 @@ + + + + + + + + +
+

Heading 1

+

Heading 2

+

Heading 3

+

Heading 4

+
Heading 5
+
Heading 6
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent varius dolor purus, et eleifend lectus congue id. Quisque tempor metus ligula, lacinia rutrum enim ultrices eget. Etiam vitae sem massa. Pellentesque vestibulum ex lectus, nec cursus tortor sollicitudin ut. Nullam volutpat ligula ut odio condimentum, sit amet facilisis nulla tempus. Morbi et hendrerit diam, sit amet luctus orci. Quisque egestas, lacus ac iaculis accumsan, quam eros tempus sem, ac ultrices felis eros porttitor nibh. Nunc condimentum mauris dapibus, pretium ipsum ac, lacinia nisi. Nulla facilisi.

+

+ Button + Button Empty + Button Black + Button Black Empty + Button White + Button White Empty +

+

+ Button + Button Empty + Button Black + Button Black Empty + Button White + Button White Empty + Link +

+

+ Button + Button Empty + Button Black + Button Black Empty + Button White + Button White Empty +

+

Heading 1 + P

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

Heading 2 + P

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

Heading 3 + P

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

Heading 4 + P

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+
Heading 5 + P
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+
Heading 6 + P
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+
+ + \ No newline at end of file diff --git a/dist/css/froala_blocks.css b/dist/css/froala_blocks.css new file mode 100644 index 0000000..23f4975 --- /dev/null +++ b/dist/css/froala_blocks.css @@ -0,0 +1,261 @@ +.btn { + padding: 9px 26px; + background-color: #528bff; + color: #FFF; + display: inline-block; + box-sizing: border-box; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + text-decoration: none; + border: solid 2px #528bff; + border-radius: 2px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; } + .btn + .btn { + margin-left: 30px; } + .btn.btn-empty { + background-color: transparent; + color: #528bff; } + .btn:hover { + color: #FFF; + background-color: #1f69ff; + border-color: #1f69ff; } + .btn.btn-black { + color: #FFFFFF; + background-color: #444444; + border-color: #444444; } + .btn.btn-black.btn-empty { + background-color: transparent; + color: #444444; } + .btn.btn-black:hover { + color: #FFF; + background-color: #515151; + border-color: #515151; } + .btn.btn-white { + color: #444444; + background-color: #FFFFFF; + border-color: #FFFFFF; } + .btn.btn-white.btn-empty { + background-color: transparent; + color: #FFFFFF; } + .btn.btn-white:hover { + color: #444444; + background-color: #DEDEDE; + border-color: #DEDEDE; } + .btn.btn-shadow { + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } + .btn.btn-round { + border-radius: 20px; + -moz-border-radius: 20px; + -webkit-border-radius: 20px; + min-width: 150px; } + +.team-1.fdb-block img { + border-bottom: solid 5px #528bff; + border-radius: 0 !important; + -moz-border-radius: 0 !important; + -webkit-border-radius: 0 !important; } +.team-1.fdb-block .fdb-box { + padding: 0; } + .team-1.fdb-block .fdb-box .content { + padding: 20px; } + +.team-2.fdb-block img { + border-radius: 100% !important; + -moz-border-radius: 100% !important; + -webkit-border-radius: 100% !important; } + +.team-3.fdb-block img { + border-radius: 100% !important; + -moz-border-radius: 100% !important; + -webkit-border-radius: 100% !important; + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } + +.fdb-block { + font-family: 'Roboto', sans-serif; + font-size: 16px; + line-height: 1.5; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-rendering: optimizelegibility; + padding: 100px 0; + border-bottom: solid 1px #EEE; + color: #444; + position: relative; + background-size: cover; + background-position: center; + overflow: hidden; + background-color: #FFF; } + .fdb-block.fdb-viewport { + min-height: calc(100% - 200px); } + .fdb-block.fdb-viewport .container { + min-height: calc(100% - 200px); } + .fdb-block.fdb-image-bg { + color: #f2f2f2; } + .fdb-block .fdb-box { + background: #FFF; + color: #444; + padding: 60px 40px; + border-radius: 4px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + overflow: hidden; } + .fdb-block .fdb-touch { + border-top: solid 5px #528bff; } + .fdb-block h1, .fdb-block .text-h1 { + font-size: 2.75rem; + margin-bottom: .5em; + margin-top: .3em; + font-weight: 400; } + .fdb-block h2, .fdb-block .text-h2 { + font-size: 2rem; + margin-bottom: .5em; + margin-top: .3em; + font-weight: 400; } + .fdb-block h3, .fdb-block .text-h3 { + font-size: 1.125rem; + margin-bottom: .5em; + margin-top: .3em; + font-weight: 400; } + .fdb-block h4, .fdb-block .text-h4 { + font-size: 1rem; + margin-bottom: .5em; + margin-top: .3em; + font-weight: 400; } + .fdb-block h5, .fdb-block .text-h5 { + font-size: 0.9rem; + margin-bottom: .5em; + margin-top: .3em; + font-weight: 400; } + .fdb-block h6, .fdb-block .text-h6 { + font-size: 0.75rem; + margin-bottom: .5em; + margin-top: .3em; + font-weight: 400; } + .fdb-block .font-weight-light { + font-weight: 300; } + .fdb-block p { + font-size: 1em; + margin-bottom: 10px; } + .fdb-block img { + border-radius: 4px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; } + .fdb-block img + p, .fdb-block img + h3, .fdb-block img + h4 { + margin-top: 20px; } + .fdb-block img + h1, .fdb-block img + h2 { + margin-top: 40px; } + .fdb-block img + img { + margin-left: 40px; } + .fdb-block .col-fill-left { + width: 50%; + position: absolute; + left: 0; + top: 0; + bottom: 0; + background-size: cover; + background-position: center; } + .fdb-block .col-fill-right { + width: 50%; + position: absolute; + right: 0; + top: 0; + bottom: 0; + background-size: cover; + background-position: center; } + .fdb-block img.fdb-icon { + width: auto; + width: 60px; } + .fdb-block img.fdb-icon-round { + width: auto; + width: 60px; + border-radius: 60px; + -moz-border-radius: 60px; + -webkit-border-radius: 60px; } + .fdb-block .row-100 { + height: 100px; + width: 100%; } + .fdb-block .row-50 { + height: 50px; + width: 100%; } + .fdb-block .row-70 { + height: 70px; + width: 100%; } + +footer { + padding: 30px 0 !important; } + footer.footer-large { + padding: 100px 0 !important; } + footer .flex-column .nav-link { + padding-left: 0; } + footer.bg-dark { + background: #2d313c; + color: #f2f2f2; } + footer.bg-dark a { + color: #f2f2f2; } + footer a { + color: #444; } + +header { + background-color: #FFF; } + header .navbar-nav a.nav-link { + color: #777; } + header .navbar-nav a.nav-link:hover { + color: #528bff; } + header .navbar-nav .active a.nav-link { + color: #444; } + header .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#444' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } + header.bg-dark .navbar-nav a.nav-link { + color: #dcdcdc; } + header.bg-dark .navbar-nav a.nav-link:hover { + color: #528bff; } + header.bg-dark .navbar-nav .active a.nav-link { + color: #fff; } + header.bg-dark .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); } + +header + header { + border-top: solid 1px #EEE; } + +.bg-dark { + background-color: #2d313c; + color: #f2f2f2; } + +.bg-gray { + background-color: #fafafa; + color: #444; } + +.br { + border-radius: 4px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + overflow: hidden; } + +.br-0 { + border-radius: 0 !important; + -moz-border-radius: 0 !important; + -webkit-border-radius: 0 !important; } + +.heart { + color: #df584e; + font-weight: bold; } + +*.text-light { + font-weight: 300 !important; } + +.sl-1 { + -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); + z-index: 2; } + +table tr.no-border th, table tr.no-border td { + border-top: 0; } \ No newline at end of file diff --git a/dist/features.html b/dist/features.html new file mode 100644 index 0000000..a840fb2 --- /dev/null +++ b/dist/features.html @@ -0,0 +1,1230 @@ + + + Froala Design Blocks - Features + + + + + + + + + + + +
+
+
+
+

Feature 1

+

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

+
+ +
+

Feature 2

+

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

+
+ +
+

Feature 3

+

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

+
+
+ +
+
+

Feature 4

+

It is a paradisematic country, in which roasted parts of sentences fly into your mouth

+
+ +
+

Feature 5

+

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

+
+ +
+

Feature 6

+

The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks

+
+
+
+
+ +
+
+
+
+

Feature 1

+

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

+
+
+

Feature 2

+

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

+
+
+

Feature 3

+

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

+
+ +
+

Feature 4

+

But nothing the copy said could convince her and so it didn’t take long

+
+
+ +
+
+

Feature 5

+

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

+
+
+

Feature 6

+

It is a paradisematic country, in which roasted parts of sentences fly

+
+
+

Feature 7

+

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

+
+
+

Feature 8

+

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

+
+
+
+
+ +
+
+
+
+

Features

+
+
+ +
+
+

Feature One

+ +

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

+
+
+

Feature Two

+ +

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line.

+
+
+ +
+
+

Feature Three

+ +

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.

+
+
+

Feature Four

+ +

A small river named Duden flows by their place far far away, behind the word mountains, far from the countries Vokalia and Consonantia.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+ +
+ +
+
+
+

Feature 1

+

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

+

Learn More >

+
+
+
+
+

Feature 2

+

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

+

Learn More >

+
+
+
+
+

Feature 3

+

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

+

Learn More >

+
+
+
+
+
+ +
+
+
+
+

Design Blocks

+

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.

+ +
+
+

Feature One

+

A small river named Duden flows

+
+
+

Feature Two

+

Separated they live in Bookmarksgrove

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+

Design Blocks

+ +
+
+

Feature One

+

Far far away, behind the word mountains

+
+
+

Feature Two

+

Separated they live in Bookmarksgrove

+
+
+ +
+
+

Feature Three

+

A small river named Duden flows by me

+
+
+

Feature Four

+

Separated they live in Bookmarksgrove

+
+
+
+
+
+
+ +
+
+
+
+ +

Feature 1

+

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

+
+ +
+ +

Feature 2

+

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

+
+
+
+
+ +
+
+
+
+

Features

+ +
+
+ +
+
+ +

Feature 1

+
+ +
+ +

Feature 2

+
+ +
+ +

Feature 3

+
+
+
+
+ +
+
+
+
+

Features

+
+
+ +
+
+ +

Feature 1

+

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

+
+ +
+ +

Feature 2

+

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

+
+ +
+ +

Feature 3

+

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

+
+
+
+
+ +
+
+
+
+

Features

+
+
+
+
+ +

Feature One

+

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

+
+ +
+ +

Feature Two

+

Separated they live in Bookmarksgrove right at the coast

+
+ +
+ +

Feature Three

+

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

+
+ +
+ +

Feature Four

+

Duden flows by their place far far away, behind the word mountains.

+
+
+
+
+ +
+
+
+
+

Features

+
+
+
+
+
+
+ +
+
+

Feature One

+

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

+
+
+
+ +
+
+
+ +
+
+

Feature Two

+

Even the all-powerful Pointing has no control about the blind texts.

+
+
+
+ +
+
+
+ +
+
+

Feature Three

+

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

+
+
+
+
+ +
+
+
+
+ +
+
+

Feature Four

+

Duden flows by their place far far away, behind the word mountains.

+
+
+
+ +
+
+
+ +
+
+

Feature Five

+

Separated they live in Bookmarksgrove right at the coast

+
+
+
+ +
+
+
+ +
+
+

Feature Six

+

On her way she met a copy. The copy warned the Little Blind Text.

+
+
+
+
+
+
+ +
+
+
+
+

Features

+
+
+
+
+
+
+ +
+
+

Feature One

+

Even the all-powerful Pointing has no control about the blind texts

+
+
+
+
+
+
+ +
+
+

Feature Two

+

Separated they live in Bookmarksgrove right at the coast

+
+
+
+
+
+
+ +
+
+

Feature Three

+

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

+
+
+
+
+
+
+ +
+
+

Feature Four

+

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

+
+
+
+
+ +
+
+
+
+ +
+
+

Feature Five

+

On her way she met a copy. The copy warned the Little Blind Text.

+
+
+
+
+
+
+ +
+
+

Feature Six

+

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

+
+
+
+
+
+
+ +
+
+

Feature Seven

+

Duden flows by their place far far away, behind the word mountains.

+
+
+
+
+
+
+ +
+
+

Feature Eight

+

Separated they live in Bookmarksgrove right at the coast

+
+
+
+
+
+
+ +
+
+
+
+ +

Feature One

+

Far far away, behind the word mountains is hope.

+ + +

Feature Two

+

On her way she met a copy of the Little Blind Text.

+ + +

Feature Three

+

Even the all-powerful has no control about the blind texts

+
+ +
+ +

Feature Four

+

Duden flows by their place, behind the word mountains.

+ + +

Feature Five

+

Separated they live in Bookmark right at the coast

+ + +

Feature Six

+

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

+
+ +
+ +
+
+
+
+ +
+
+
+
+ +
+ +
+
+
+ +
+
+

Feature Seven

+

Even the all-powerful Pointing has no control about the blind texts.

+
+
+ +
+
+ +
+
+

Feature Seven

+

Duden flows by their place far far away, behind the word mountains.

+
+
+ + +
+
+ +
+
+

Feature Seven

+

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

+
+
+
+
+
+
+ +
+
+
+
+

Features

+

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 their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences.

+
+
+ +
+
+

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

+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+
+
+ +
+
+ +
+ +
+

Feature One

+

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.

+ +

Feature Two

+

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

+ +

Feature Three

+

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.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+ +
+
+ +
+
+
+
+ +
+
+

Feature One

+

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

+
+
+
+ +
+
+
+ +
+
+

Feature Two

+

Separated they live in Bookmarksgrove right at the coast

+
+
+
+ +
+
+
+ +
+
+

Feature Three

+

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

+
+
+
+
+
+
+ +
+
+
+
+

Features

+
+
+ +
+
+ +

Feature One

+

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

+
+ +
+ +

Feature Two

+

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

+
+ +
+ +

Feature Three

+

A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country,

+
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+
+
+ +
+
+ +

Feature One

+

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.

+
+ +
+ +

Feature Two

+

It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life.

+
+ +
+ +

Feature Three

+

The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+ + +
+
+ +
+
+

Feature One

+ +

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 their place and supplies it with the necessary regelialia. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.

+ +

Learn More >

+
+
+

Feature Two

+ +

It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life. The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli. 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.

+ +

Learn More >

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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. 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.

+
+
+ +
+
+ +

Feature One

+

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.

+
+ +
+ +

Feature Two

+

It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+ +
+
+ +
+ +
+

Feature One

+

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.

+

Learn More >

+
+
+ +
+
+ +
+ +
+

Feature Two

+

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.

+

Learn More >

+
+
+ +
+
+ +
+ +
+

Feature Three

+

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.

+

Learn More >

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks is simply ahead the word mountains

+

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.

+ +

Explore all features >

+
+
+ +
+
+
+
+ +

Feature One

+
+
+ +

Feature Two

+
+
+ +

Feature Three

+
+
+ +

Feature Four

+
+
+
+
+
+
+ +
+
+
+
+

Learn more about the Froala Design Blocks you love

+
+ +
+
+
+ +

One >

+
+
+ +

Two >

+
+
+ +

Three >

+
+
+ +
+
+ +

Four >

+
+
+ +

Five >

+
+
+
+
+
+
+ +
+
+
+
+

There is a feature for everyone

+

See all features > +

+
+ +
+
+ +

Feature One

+
+
+ +

Feature Two

+
+ +
+ +

Feature Three

+
+ +
+ +

Feature Four

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+
+
+ +
+
+ +
+
+

Feature One

+

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

+
+ +
+

Feature Two

+

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

+
+ +
+

Feature Three

+

It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

+
+ +
+

Feature Four

+

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

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+ +
+
+ +
+
+
+
+ +
+
+

Feature One

+

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

+
+
+
+
+
+
+ +
+
+

Feature Two

+

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

+
+
+
+
+
+
+ +
+
+
+
+

Features

+
+
+
+
+

Feature 1

+

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

+
+ +
+

Feature 2

+

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

+
+ +
+

Feature 3

+

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

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+ +
+
+ +

Feature one longer Text

+
+ +
+ +

Feature two shorter

+
+
+ +
+
+ +

Coming this fall

+
+
+
+
+ +
+
+
+
+ +

The all-powerful Pointing has no control

+

Learn

+
+ +
+ +

Far far away, behind the word mountains

+

Learn

+
+ +
+ +

The Big Oxmox advised her not to do so

+

Learn

+
+ +
+ +

The copy warned the Little Blind Text

+

Learn

+
+
+
+
+ +
+
+
+
+
+ +

Feature 1

+

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

+
+
+ +
+
+ +

Feature 2

+

Separated they live in Bookmarksgrove right at the coast.

+
+
+ +
+
+ +

Feature 3

+

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

+
+
+
+
+
+ +
+
+
+
+
+

Feature 1

+

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

+

Read more

+
+
+
+
+

Feature 2

+

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

+

Read more

+
+
+
+
+

Feature 3

+

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

+

Read more

+
+
+
+
+
+ +
+
+
+
+

Feature One

+

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

+
+ +
+

Feature Two

+

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

+
+ +
+

Feature Three

+

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

+
+
+
+
+ + \ No newline at end of file diff --git a/dist/footers.html b/dist/footers.html new file mode 100644 index 0000000..9612e66 --- /dev/null +++ b/dist/footers.html @@ -0,0 +1,366 @@ + + + Froala Design Blocks - Footers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dist/forms.html b/dist/forms.html new file mode 100644 index 0000000..a7ff2f7 --- /dev/null +++ b/dist/forms.html @@ -0,0 +1,359 @@ + + + Froala Design Blocks - Forms + + + + + + + + + + + +
+
+
+
+

Subscribe

+
+ + + + +
+ +

Find us on Facebook and Twitter.

+
+
+
+
+ +
+
+
+
+
+

Join us!

+

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

+
+
+
+ + + + +
+
+
+
+
+ +
+
+
+
+
+
+

Register

+

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

+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+

Sign Up

+

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

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Log In

+

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

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+

Register

+

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

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+ + +
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Log In

+
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Register

+
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+ +

Never miss an update

+

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

+
+ + + + +
+

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

+
+
+
+
+ +
+
+
+
+

Company Name

+

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

+
+ + + + +
+

+     +     +     +     + +

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+

Subscribe

+

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

+
+
+
+
+
+ + + + +
+
+
+ +
+
+

* Leave your email address to be notified first.

+
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Subscribe

+

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

+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/dist/headers.html b/dist/headers.html new file mode 100644 index 0000000..a0cf0f9 --- /dev/null +++ b/dist/headers.html @@ -0,0 +1,723 @@ + + + Froala Design Blocks - Headers + + + + + + + + + + + + +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/dist/imgs/alt_wide_1.jpg b/dist/imgs/alt_wide_1.jpg new file mode 100644 index 0000000..2c28baa Binary files /dev/null and b/dist/imgs/alt_wide_1.jpg differ diff --git a/dist/imgs/alt_wide_2.jpg b/dist/imgs/alt_wide_2.jpg new file mode 100644 index 0000000..46cd169 Binary files /dev/null and b/dist/imgs/alt_wide_2.jpg differ diff --git a/dist/imgs/alt_wide_3.jpg b/dist/imgs/alt_wide_3.jpg new file mode 100644 index 0000000..9287933 Binary files /dev/null and b/dist/imgs/alt_wide_3.jpg differ diff --git a/dist/imgs/bg_0.jpg b/dist/imgs/bg_0.jpg new file mode 100644 index 0000000..67140be Binary files /dev/null and b/dist/imgs/bg_0.jpg differ diff --git a/dist/imgs/bg_1.jpg b/dist/imgs/bg_1.jpg new file mode 100644 index 0000000..a2790c5 Binary files /dev/null and b/dist/imgs/bg_1.jpg differ diff --git a/dist/imgs/bg_2.jpg b/dist/imgs/bg_2.jpg new file mode 100644 index 0000000..ba32246 Binary files /dev/null and b/dist/imgs/bg_2.jpg differ diff --git a/dist/imgs/bg_3.jpg b/dist/imgs/bg_3.jpg new file mode 100644 index 0000000..1554c78 Binary files /dev/null and b/dist/imgs/bg_3.jpg differ diff --git a/dist/imgs/bg_4.jpg b/dist/imgs/bg_4.jpg new file mode 100644 index 0000000..d38646f Binary files /dev/null and b/dist/imgs/bg_4.jpg differ diff --git a/dist/imgs/bg_c_1.jpg b/dist/imgs/bg_c_1.jpg new file mode 100644 index 0000000..c8ec76f Binary files /dev/null and b/dist/imgs/bg_c_1.jpg differ diff --git a/dist/imgs/bg_c_2.jpg b/dist/imgs/bg_c_2.jpg new file mode 100644 index 0000000..315c7ce Binary files /dev/null and b/dist/imgs/bg_c_2.jpg differ diff --git a/dist/imgs/bg_c_3.jpg b/dist/imgs/bg_c_3.jpg new file mode 100644 index 0000000..6d31a67 Binary files /dev/null and b/dist/imgs/bg_c_3.jpg differ diff --git a/dist/imgs/colors_wide_1.jpg b/dist/imgs/colors_wide_1.jpg new file mode 100644 index 0000000..bc8e7d2 Binary files /dev/null and b/dist/imgs/colors_wide_1.jpg differ diff --git a/dist/imgs/colors_wide_2.jpg b/dist/imgs/colors_wide_2.jpg new file mode 100644 index 0000000..bac7b09 Binary files /dev/null and b/dist/imgs/colors_wide_2.jpg differ diff --git a/dist/imgs/colors_wide_3.jpg b/dist/imgs/colors_wide_3.jpg new file mode 100644 index 0000000..7cb4840 Binary files /dev/null and b/dist/imgs/colors_wide_3.jpg differ diff --git a/dist/imgs/customers/adobe.svg b/dist/imgs/customers/adobe.svg new file mode 100644 index 0000000..cb8f1e5 --- /dev/null +++ b/dist/imgs/customers/adobe.svg @@ -0,0 +1,40 @@ + + + + + + + + diff --git a/dist/imgs/customers/amazon.svg b/dist/imgs/customers/amazon.svg new file mode 100644 index 0000000..6b05cbe --- /dev/null +++ b/dist/imgs/customers/amazon.svg @@ -0,0 +1,118 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/imgs/customers/apple.svg b/dist/imgs/customers/apple.svg new file mode 100644 index 0000000..46538e7 --- /dev/null +++ b/dist/imgs/customers/apple.svg @@ -0,0 +1,4 @@ + + + + diff --git a/dist/imgs/customers/cisco.svg b/dist/imgs/customers/cisco.svg new file mode 100644 index 0000000..e5cbc61 --- /dev/null +++ b/dist/imgs/customers/cisco.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/imgs/customers/discovery.svg b/dist/imgs/customers/discovery.svg new file mode 100644 index 0000000..6785d0a --- /dev/null +++ b/dist/imgs/customers/discovery.svg @@ -0,0 +1,180 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Created by Neevia Document Converter trial version + + + + + + + + + + + + + + + + + diff --git a/dist/imgs/customers/ebay.svg b/dist/imgs/customers/ebay.svg new file mode 100644 index 0000000..5b20838 --- /dev/null +++ b/dist/imgs/customers/ebay.svg @@ -0,0 +1,20 @@ + + + + + + + + + diff --git a/dist/imgs/customers/ibm.svg b/dist/imgs/customers/ibm.svg new file mode 100644 index 0000000..9626da8 --- /dev/null +++ b/dist/imgs/customers/ibm.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/dist/imgs/customers/intel.svg b/dist/imgs/customers/intel.svg new file mode 100644 index 0000000..e321e5d --- /dev/null +++ b/dist/imgs/customers/intel.svg @@ -0,0 +1,37 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/dist/imgs/customers/orange.svg b/dist/imgs/customers/orange.svg new file mode 100644 index 0000000..9aebcd6 --- /dev/null +++ b/dist/imgs/customers/orange.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + diff --git a/dist/imgs/customers/panasonic.svg b/dist/imgs/customers/panasonic.svg new file mode 100644 index 0000000..feb660d --- /dev/null +++ b/dist/imgs/customers/panasonic.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/dist/imgs/customers/salesforce.svg b/dist/imgs/customers/salesforce.svg new file mode 100644 index 0000000..6f14c33 --- /dev/null +++ b/dist/imgs/customers/salesforce.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/imgs/customers/samsung.svg b/dist/imgs/customers/samsung.svg new file mode 100644 index 0000000..c59c103 --- /dev/null +++ b/dist/imgs/customers/samsung.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dist/imgs/img_bg.jpg b/dist/imgs/img_bg.jpg new file mode 100644 index 0000000..1f76c94 Binary files /dev/null and b/dist/imgs/img_bg.jpg differ diff --git a/dist/imgs/img_logo.png b/dist/imgs/img_logo.png new file mode 100644 index 0000000..f2f84d3 Binary files /dev/null and b/dist/imgs/img_logo.png differ diff --git a/dist/imgs/img_round.png b/dist/imgs/img_round.png new file mode 100644 index 0000000..eb53ac0 Binary files /dev/null and b/dist/imgs/img_round.png differ diff --git a/dist/imgs/img_square_1.jpg b/dist/imgs/img_square_1.jpg new file mode 100644 index 0000000..15c9c67 Binary files /dev/null and b/dist/imgs/img_square_1.jpg differ diff --git a/dist/imgs/img_square_2.jpg b/dist/imgs/img_square_2.jpg new file mode 100644 index 0000000..819cf31 Binary files /dev/null and b/dist/imgs/img_square_2.jpg differ diff --git a/dist/imgs/img_square_3.jpg b/dist/imgs/img_square_3.jpg new file mode 100644 index 0000000..3256a53 Binary files /dev/null and b/dist/imgs/img_square_3.jpg differ diff --git a/dist/imgs/img_square_4.jpg b/dist/imgs/img_square_4.jpg new file mode 100644 index 0000000..87c35f2 Binary files /dev/null and b/dist/imgs/img_square_4.jpg differ diff --git a/dist/imgs/img_tall.png b/dist/imgs/img_tall.png new file mode 100644 index 0000000..65d53c3 Binary files /dev/null and b/dist/imgs/img_tall.png differ diff --git a/dist/imgs/img_very_tall.png b/dist/imgs/img_very_tall.png new file mode 100644 index 0000000..87459e4 Binary files /dev/null and b/dist/imgs/img_very_tall.png differ diff --git a/dist/imgs/img_very_wide.jpg b/dist/imgs/img_very_wide.jpg new file mode 100644 index 0000000..1a11b00 Binary files /dev/null and b/dist/imgs/img_very_wide.jpg differ diff --git a/dist/imgs/iphone_x.jpg b/dist/imgs/iphone_x.jpg new file mode 100644 index 0000000..d92b14e Binary files /dev/null and b/dist/imgs/iphone_x.jpg differ diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..ccd3edd --- /dev/null +++ b/dist/index.html @@ -0,0 +1,99 @@ + + + Froala Design Blocks + + + + + + + + + + + + + +
+
+
+
+

Froala Design Blocks

+

Over 170 popular design blocks ready to be used in your next project to create beautiful modern websites. All blocks are based on Bootstrap Library and they adapt based on the screen size. Choose one of the following categories to browse them.

+

+ Github Docs + Official Website +

+
+
+
+
+ + + +
+
+ + + + \ No newline at end of file diff --git a/dist/pricings.html b/dist/pricings.html new file mode 100644 index 0000000..18174d3 --- /dev/null +++ b/dist/pricings.html @@ -0,0 +1,796 @@ + + + Froala Design Blocks - Pricings + + + + + + + + + + + +
+
+
+
+

Pricing

+
+
+ +
+
+
+

Hobby

+

$9 / month

+

Even the all-powerful Pointing has no control about the blind texts.

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Subscribe

+
+
+ +
+
+

Professional

+

$19 / month

+

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

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Subscribe

+
+
+ +
+
+

Business

+

$49 / month

+

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

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Subscribe

+
+
+
+
+
+ +
+
+
+
+

Pricing

+
+
+ +
+
+
+

Hobby $99

+

Copy Writers ambushed her, made her drunk with Longe.

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Buy Now

+
+
+ +
+
+

Advanced $349

+

Separated they live in Bookmarks right at the coast.

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Buy Now

+
+
+ +
+
+

Business $849

+

A small river named Duden flows by their place.

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Buy Now

+
+
+
+
+
+ +
+
+
+
+

Pricing

+
+
+ +
+
+
+

Hobby

+

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

+ +

$99

+ +

Buy Now

+
+
+ +
+
+

Advanced

+

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

+ +

$299

+ +

Buy Now

+
+
+ +
+
+

Business

+

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

+ +

$799

+ +

Buy Now

+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+
+

Startup

+
+

$9.90

+

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

+
+

Unlimited calls

+

Free hosting

+

40MB of storage

+


+


+


+

Choose Plan

+
+
+ +
+
+

Standard

+
+

$29.90

+

The copy warned the Blind Text, that it would have been rewritten

+
+

Unlimited calls

+

Free hosting

+

1GB of storage

+

10 hours of support

+

Custom domain

+


+

Choose Plan

+
+
+ +
+
+

Professional

+
+

$59.90

+

the headline of Alphabet Village and the subline of her own road.

+
+

Unlimited calls

+

Free hosting

+

1GB of storage

+

20 hours of support

+

Custom domain

+

Analytics and SEO

+ +

Choose Plan

+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+
+

Basic

+ +

$19 /month

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Choose Plan

+
+
+ +
+
+

Standard

+ +

$49 /month

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Choose Plan

+
+
+ +
+
+

OEM

+ +

$99 /month

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Choose Plan

+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+
+
+

Startup

+

$9.90

+
+ +
+

+

For small companies

+


+

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+
+
+ +
+
+
+

Standard

+

$19.90

+
+ +
+

+

For medium companies

+


+

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+
+
+ +
+
+
+

Business

+

$29.90

+
+ +
+

+

For large companies

+


+

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+
+

Startup

+

< 10 employees

+ +

$9.90 / month

+

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

+
+

Unlimited calls

+

Free hosting

+

40MB of storage

+ +

Subscribe

+
+
+ +
+
+

Agency

+

10-100 employees

+ +

$19.90 / month

+

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

+
+

Unlimited calls

+

Free hosting

+

40MB of storage

+ +

Subscribe

+
+
+ +
+
+

Business

+

>100 employees

+ +

$99.90 / month

+

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

+
+

Unlimited calls

+

Free hosting

+

40MB of storage

+ +

Subscribe

+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+ +

Startup

+

$9 / month

+ +

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+ +
+ +

Advanced

+

$19 / month

+ +

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+ +
+ +

Business

+

$29 / month

+ +

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+
+

Startup

+

$99

+

Buy Now

+ +
+ +

10 hours of support

+

40MB of storage

+

Subdomain

+
+
+ +
+
+

Advanced

+

$399

+

Buy Now

+ +
+ +

10 hours of support

+

40MB of storage

+

Subdomain

+
+
+ +
+
+

Business

+

$999

+

Buy Now

+ +
+ +

10 hours of support

+

40MB of storage

+

Subdomain

+
+
+ +
+
+

Enterprise

+

Call Us

+

Contact

+ +
+ +

10 hours of support

+

40MB of storage

+

Subdomain

+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Hobby

+

$99

+

Buy Now

+
+

Professional

+

$399

+

Buy Now

+
+

Business

+

$899

+

Buy Now

+
+

Enterprise

+

Call us

+

Contact

+
Support3 months6 months12 monthsCustom
Full source code
SaaS / Subscription
Intranet
Downloadable Software
Redistribute
Custom code
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Hobby

+

$99

+

Buy Now

+
Support3 months
Full source code
SaaS / Subscription
Intranet
Downloadable Software
Redistribute
Custom code
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Professional

+

$399

+

Buy Now

+
Support6 months
Full source code
SaaS / Subscription
Intranet
Downloadable Software
Redistribute
Custom code
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Business

+

$899

+

Buy Now

+
Support12 months
Full source code
SaaS / Subscription
Intranet
Downloadable Software
Redistribute
Custom code
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Enterprise

+

Call us

+

Contact

+
SupportCustom
Full source code
SaaS / Subscription
Intranet
Downloadable Software
Redistribute
Custom code
+
+
+ + diff --git a/dist/teams.html b/dist/teams.html new file mode 100644 index 0000000..9006a82 --- /dev/null +++ b/dist/teams.html @@ -0,0 +1,536 @@ + + + Froala Design Blocks - Teams + + + + + + + + + + + +
+
+
+
+

Our Team

+

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

+
+
+ +
+ +
+
+
+ + +
+

Sara Doe

+

Founder

+
+
+
+ +
+
+ + +
+

Sara Doe

+

Founder

+
+
+
+
+
+ + +
+

Sara Doe

+

Founder

+
+
+
+
+
+ + +
+

Sara Doe

+

Founder

+
+
+
+
+
+
+ +
+
+
+
+

Meet Our Team

+
+
+ +
+ +
+
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+ +

Founder

+
+
+
+
+ +
+
+
+
+

Meet Our Team

+
+
+ +
+ +
+
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+
+ +
+
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+
+
+
+ +
+
+
+
+

Team

+
+
+ +
+
+ +

John Smith

+

Position

+

A wonderful serenity has taken possession of my entire soul.

+
+ +
+ +

John Smith

+

Position

+

Pityful a rethoric question ran over her cheek.

+
+ +
+ +

John Smith

+

Position

+

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

+
+ +
+ +

John Smith

+

Position

+

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

+
+
+
+
+ +
+
+
+
+

Meet Our Team

+
+
+ +
+ +
+
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+
+ +
+
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+
+
+
+ +
+
+
+
+

Team

+
+
+ +
+
+ +

John Smith

+

Position

+

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

+
+ +
+ +

John Smith

+

Position

+

One morning, when Gregor Samsa woke from troubled dreams.

+
+ +
+ +

John Smith

+

Position

+

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

+
+
+
+
+ +
+
+
+
+

Team

+
+
+ +
+ +
+
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+
+ +
+ +
+
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+
+ +
+ +
+
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+
+
+
+ +
+
+
+
+

Our Amazing Team

+

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.

+
+
+ +
+ +
+
+
+
+ +
+ +
+

Employee Name

+

Position

+ +

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

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+ +

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

+
+
+
+
+ +
+ +
+
+
+
+ +
+ +
+

Employee Name

+

Position

+ +

One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+ +

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

+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/dist/testimonials.html b/dist/testimonials.html new file mode 100644 index 0000000..d23ee47 --- /dev/null +++ b/dist/testimonials.html @@ -0,0 +1,351 @@ + + + Froala Design Blocks - Testimonials + + + + + + + + + + + +
+
+
+
+

+ "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." +

+ +

Person Name    Co-founder at Company

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+ +
+

+ "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." +

+


+ +

Person Name

+

Co-founder at Company

+
+
+
+
+ +
+
+
+
+

You are in good company

+
+
+
+
+ + + + + + +
+
+
+
+ + + + + +
+
+
+
+ +
+
+
+
+
+

"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."

+


+

+ + Person Name +

+
+
+ +
+
+

"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."

+


+

+ + Person Name +

+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+ +
+

+ "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." +

+


+ +

Person Name

+

Co-founder at Company

+
+
+
+
+ +
+
+
+
+ +
+ +
+

+ "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." +

+


+ +

Person Name

+

Co-founder at Company

+
+
+
+
+
+
+
+ +
+
+
+
+

You are in good company

+

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

+
+
+
+
+ + + + + + +
+
+
+
+ +
+
+
+
+ + + + + + +
+
+
+
+ +
+
+
+
+

Testimonials

+
+
+ +
+ +
+
+ +

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

+


+

Person Name

+

Co-founder at Company

+
+ +
+ +

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

+


+

Person Name

+

Co-founder at Company

+
+ +
+ +

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

+


+

Person Name

+

Co-founder at Company

+
+
+
+
+ +
+
+
+
+

Testimonials

+

A small river named Duden flows by their place and supplies it with the necessary regelialia. Separated they live in Bookmarksgrove right at the coast of the Semantics.

+
+
+ +
+ +
+
+
+
+
+ +
+
+

+ Person Name
+ Co-founder at Company +

+
+
+
+
+

+ "Even the all-powerful Pointing has no control about the blind texts it is an 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." +

+
+
+
+
+ +
+
+
+
+ +
+
+

+ Person Name
+ Co-founder at Company +

+
+
+
+
+

+ "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." +

+
+
+
+
+ +
+
+
+
+ +
+
+

+ Person Name
+ Co-founder at Company +

+
+
+
+
+

+ "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." +

+
+
+
+
+
+
+
+ +
+
+
+
+

Testimonials

+
+
+ +
+ +
+
+

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

+


+

+

Person Name

+

Co-founder, Company

+
+ +
+

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

+


+

+

Person Name

+

Co-founder, Company

+
+ +
+

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

+


+

+

Person Name

+

Co-founder, Company

+
+
+
+
+ + \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..c4d635b --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,53 @@ +var gulp = require('gulp'); +var watch = require('gulp-watch'); +var scss = require("gulp-scss"); +var copy = require('gulp-copy'); +var connect = require('gulp-connect'); +var del = require('del'); +var vinylPaths = require('vinyl-paths'); + +gulp.task('clean', function () { + del.sync('dist/**/*'); +}) + +gulp.task('scss', function () { + gulp.src(['src/scss/froala_blocks.scss']) + .pipe(scss()) + .pipe(gulp.dest("dist/css")) +}); + +gulp.task('html', function () { + gulp.src(['src/html/**/*.html']) + .pipe(gulp.dest('dist')) +}) + +gulp.task('imgs', function () { + gulp.src(['src/imgs/**/*']) + .pipe(gulp.dest('dist/imgs')) +}) + +gulp.task('watch', [], function() { + watch('dist').pipe(connect.reload()); + watch('src/html', function () { + gulp.start(['html']); + }) + watch('src/imgs', function () { + gulp.start(['imgs']); + }) + watch('src/scss', function () { + gulp.start(['scss']); + }); +}) + +gulp.task('connect', function () { + connect.server({ + root: ['dist', 'node_modules', 'screenshots'], + port: 8001, + livereload: true + }); +}); + +gulp.task('build', ['clean', 'html', 'imgs', 'scss']); + +gulp.task('default', ['clean', 'html', 'imgs', 'scss', 'connect', 'watch'], function () { +}); \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..02f7a90 --- /dev/null +++ b/package.json @@ -0,0 +1,55 @@ +{ + "name": "froala-design-blocks", + "version": "1.0.0", + "description": "An amazing collection of HTML and CSS ready to use design blocks based on Bootstrap.", + "keywords": [ + "froala", + "froala design blocks", + "html design", + "bootstrap", + "material design", + "html templates" + ], + "homepage": "https://www.froala.com/design-blocks", + "license": "LGPL-2.1", + "repository": { + "type": "git", + "url": "git://github.com/froala/design-blocks.git" + }, + "maintainers": [ + { + "name": "Froala Labs" + } + ], + "devDependencies": { + "del": "^3.0.0", + "gulp": "^3.9.1", + "gulp-connect": "^5.0.0", + "gulp-copy": "^1.0.0", + "gulp-livereload": "^3.8.1", + "gulp-open": "^2.0.0", + "gulp-scss": "^1.4.0", + "gulp-watch": "^4.3.11", + "node-sass": "^4.5.3" + }, + "dependencies": { + "bootstrap": "^4.0.0-beta", + "jquery": "^3.0.0", + "popper.js": "^1.11.0", + "vinyl-paths": "^2.1.0" + }, + "main": "dist/html/index.html", + "npmName": "froala-design-blocks", + "npmFileMap": [ + { + "basePath": "/dist", + "files": [ + "*.html", + "css/*.css", + "imgs/*.jpg", + "imgs/*.png", + "imgs/*.svg" + ] + } + ] +} diff --git a/psds/square.psd b/psds/square.psd new file mode 100644 index 0000000..a1f4d87 Binary files /dev/null and b/psds/square.psd differ diff --git a/psds/wave1.psd b/psds/wave1.psd new file mode 100644 index 0000000..1b7ddd7 Binary files /dev/null and b/psds/wave1.psd differ diff --git a/psds/wave2.psd b/psds/wave2.psd new file mode 100644 index 0000000..4352c0e Binary files /dev/null and b/psds/wave2.psd differ diff --git a/psds/wave3.psd b/psds/wave3.psd new file mode 100644 index 0000000..25ca8c2 Binary files /dev/null and b/psds/wave3.psd differ diff --git a/psds/wave4.psd b/psds/wave4.psd new file mode 100644 index 0000000..6821587 Binary files /dev/null and b/psds/wave4.psd differ diff --git a/psds/wave5.psd b/psds/wave5.psd new file mode 100644 index 0000000..f039e6c Binary files /dev/null and b/psds/wave5.psd differ diff --git a/psds/wide_wave.psd b/psds/wide_wave.psd new file mode 100644 index 0000000..512f04d Binary files /dev/null and b/psds/wide_wave.psd differ diff --git a/screenshots/call_to_action/1.jpg b/screenshots/call_to_action/1.jpg new file mode 100644 index 0000000..c435350 Binary files /dev/null and b/screenshots/call_to_action/1.jpg differ diff --git a/screenshots/call_to_action/10.jpg b/screenshots/call_to_action/10.jpg new file mode 100644 index 0000000..58033fd Binary files /dev/null and b/screenshots/call_to_action/10.jpg differ diff --git a/screenshots/call_to_action/11.jpg b/screenshots/call_to_action/11.jpg new file mode 100644 index 0000000..831ed73 Binary files /dev/null and b/screenshots/call_to_action/11.jpg differ diff --git a/screenshots/call_to_action/12.jpg b/screenshots/call_to_action/12.jpg new file mode 100644 index 0000000..1ac4f43 Binary files /dev/null and b/screenshots/call_to_action/12.jpg differ diff --git a/screenshots/call_to_action/13.jpg b/screenshots/call_to_action/13.jpg new file mode 100644 index 0000000..b3e1021 Binary files /dev/null and b/screenshots/call_to_action/13.jpg differ diff --git a/screenshots/call_to_action/14.jpg b/screenshots/call_to_action/14.jpg new file mode 100644 index 0000000..937eb93 Binary files /dev/null and b/screenshots/call_to_action/14.jpg differ diff --git a/screenshots/call_to_action/15.jpg b/screenshots/call_to_action/15.jpg new file mode 100644 index 0000000..d37a4ee Binary files /dev/null and b/screenshots/call_to_action/15.jpg differ diff --git a/screenshots/call_to_action/16.jpg b/screenshots/call_to_action/16.jpg new file mode 100644 index 0000000..f2a8329 Binary files /dev/null and b/screenshots/call_to_action/16.jpg differ diff --git a/screenshots/call_to_action/17.jpg b/screenshots/call_to_action/17.jpg new file mode 100644 index 0000000..7283a35 Binary files /dev/null and b/screenshots/call_to_action/17.jpg differ diff --git a/screenshots/call_to_action/18.jpg b/screenshots/call_to_action/18.jpg new file mode 100644 index 0000000..2028819 Binary files /dev/null and b/screenshots/call_to_action/18.jpg differ diff --git a/screenshots/call_to_action/19.jpg b/screenshots/call_to_action/19.jpg new file mode 100644 index 0000000..a9940de Binary files /dev/null and b/screenshots/call_to_action/19.jpg differ diff --git a/screenshots/call_to_action/2.jpg b/screenshots/call_to_action/2.jpg new file mode 100644 index 0000000..aaee924 Binary files /dev/null and b/screenshots/call_to_action/2.jpg differ diff --git a/screenshots/call_to_action/20.jpg b/screenshots/call_to_action/20.jpg new file mode 100644 index 0000000..78a95e4 Binary files /dev/null and b/screenshots/call_to_action/20.jpg differ diff --git a/screenshots/call_to_action/21.jpg b/screenshots/call_to_action/21.jpg new file mode 100644 index 0000000..6cdf87d Binary files /dev/null and b/screenshots/call_to_action/21.jpg differ diff --git a/screenshots/call_to_action/22.jpg b/screenshots/call_to_action/22.jpg new file mode 100644 index 0000000..ad31691 Binary files /dev/null and b/screenshots/call_to_action/22.jpg differ diff --git a/screenshots/call_to_action/3.jpg b/screenshots/call_to_action/3.jpg new file mode 100644 index 0000000..ab1f40f Binary files /dev/null and b/screenshots/call_to_action/3.jpg differ diff --git a/screenshots/call_to_action/4.jpg b/screenshots/call_to_action/4.jpg new file mode 100644 index 0000000..ff4942b Binary files /dev/null and b/screenshots/call_to_action/4.jpg differ diff --git a/screenshots/call_to_action/5.jpg b/screenshots/call_to_action/5.jpg new file mode 100644 index 0000000..6215233 Binary files /dev/null and b/screenshots/call_to_action/5.jpg differ diff --git a/screenshots/call_to_action/6.jpg b/screenshots/call_to_action/6.jpg new file mode 100644 index 0000000..41d3015 Binary files /dev/null and b/screenshots/call_to_action/6.jpg differ diff --git a/screenshots/call_to_action/7.jpg b/screenshots/call_to_action/7.jpg new file mode 100644 index 0000000..383f8a0 Binary files /dev/null and b/screenshots/call_to_action/7.jpg differ diff --git a/screenshots/call_to_action/8.jpg b/screenshots/call_to_action/8.jpg new file mode 100644 index 0000000..7d7c534 Binary files /dev/null and b/screenshots/call_to_action/8.jpg differ diff --git a/screenshots/call_to_action/9.jpg b/screenshots/call_to_action/9.jpg new file mode 100644 index 0000000..8439699 Binary files /dev/null and b/screenshots/call_to_action/9.jpg differ diff --git a/screenshots/contacts/1.jpg b/screenshots/contacts/1.jpg new file mode 100644 index 0000000..e99f504 Binary files /dev/null and b/screenshots/contacts/1.jpg differ diff --git a/screenshots/contacts/10.jpg b/screenshots/contacts/10.jpg new file mode 100644 index 0000000..0dc6d39 Binary files /dev/null and b/screenshots/contacts/10.jpg differ diff --git a/screenshots/contacts/2.jpg b/screenshots/contacts/2.jpg new file mode 100644 index 0000000..4232ff5 Binary files /dev/null and b/screenshots/contacts/2.jpg differ diff --git a/screenshots/contacts/3.jpg b/screenshots/contacts/3.jpg new file mode 100644 index 0000000..fcf1658 Binary files /dev/null and b/screenshots/contacts/3.jpg differ diff --git a/screenshots/contacts/4.jpg b/screenshots/contacts/4.jpg new file mode 100644 index 0000000..a758800 Binary files /dev/null and b/screenshots/contacts/4.jpg differ diff --git a/screenshots/contacts/5.jpg b/screenshots/contacts/5.jpg new file mode 100644 index 0000000..8fbe22c Binary files /dev/null and b/screenshots/contacts/5.jpg differ diff --git a/screenshots/contacts/6.jpg b/screenshots/contacts/6.jpg new file mode 100644 index 0000000..2bf67ba Binary files /dev/null and b/screenshots/contacts/6.jpg differ diff --git a/screenshots/contacts/7.jpg b/screenshots/contacts/7.jpg new file mode 100644 index 0000000..764a286 Binary files /dev/null and b/screenshots/contacts/7.jpg differ diff --git a/screenshots/contacts/8.jpg b/screenshots/contacts/8.jpg new file mode 100644 index 0000000..a6407d0 Binary files /dev/null and b/screenshots/contacts/8.jpg differ diff --git a/screenshots/contacts/9.jpg b/screenshots/contacts/9.jpg new file mode 100644 index 0000000..4533b7d Binary files /dev/null and b/screenshots/contacts/9.jpg differ diff --git a/screenshots/contents/1.jpg b/screenshots/contents/1.jpg new file mode 100644 index 0000000..9e45056 Binary files /dev/null and b/screenshots/contents/1.jpg differ diff --git a/screenshots/contents/10.jpg b/screenshots/contents/10.jpg new file mode 100644 index 0000000..37d62e2 Binary files /dev/null and b/screenshots/contents/10.jpg differ diff --git a/screenshots/contents/11.jpg b/screenshots/contents/11.jpg new file mode 100644 index 0000000..0c7a5b8 Binary files /dev/null and b/screenshots/contents/11.jpg differ diff --git a/screenshots/contents/12.jpg b/screenshots/contents/12.jpg new file mode 100644 index 0000000..92a3224 Binary files /dev/null and b/screenshots/contents/12.jpg differ diff --git a/screenshots/contents/13.jpg b/screenshots/contents/13.jpg new file mode 100644 index 0000000..1a7d932 Binary files /dev/null and b/screenshots/contents/13.jpg differ diff --git a/screenshots/contents/14.jpg b/screenshots/contents/14.jpg new file mode 100644 index 0000000..4013946 Binary files /dev/null and b/screenshots/contents/14.jpg differ diff --git a/screenshots/contents/15.jpg b/screenshots/contents/15.jpg new file mode 100644 index 0000000..b2e05b7 Binary files /dev/null and b/screenshots/contents/15.jpg differ diff --git a/screenshots/contents/16.jpg b/screenshots/contents/16.jpg new file mode 100644 index 0000000..a3637a6 Binary files /dev/null and b/screenshots/contents/16.jpg differ diff --git a/screenshots/contents/17.jpg b/screenshots/contents/17.jpg new file mode 100644 index 0000000..b927351 Binary files /dev/null and b/screenshots/contents/17.jpg differ diff --git a/screenshots/contents/18.jpg b/screenshots/contents/18.jpg new file mode 100644 index 0000000..d93af10 Binary files /dev/null and b/screenshots/contents/18.jpg differ diff --git a/screenshots/contents/19.jpg b/screenshots/contents/19.jpg new file mode 100644 index 0000000..c6ddc91 Binary files /dev/null and b/screenshots/contents/19.jpg differ diff --git a/screenshots/contents/2.jpg b/screenshots/contents/2.jpg new file mode 100644 index 0000000..0ec74a8 Binary files /dev/null and b/screenshots/contents/2.jpg differ diff --git a/screenshots/contents/20.jpg b/screenshots/contents/20.jpg new file mode 100644 index 0000000..afd3517 Binary files /dev/null and b/screenshots/contents/20.jpg differ diff --git a/screenshots/contents/21.jpg b/screenshots/contents/21.jpg new file mode 100644 index 0000000..ebb1ec6 Binary files /dev/null and b/screenshots/contents/21.jpg differ diff --git a/screenshots/contents/22.jpg b/screenshots/contents/22.jpg new file mode 100644 index 0000000..d698c67 Binary files /dev/null and b/screenshots/contents/22.jpg differ diff --git a/screenshots/contents/23.jpg b/screenshots/contents/23.jpg new file mode 100644 index 0000000..e4febcd Binary files /dev/null and b/screenshots/contents/23.jpg differ diff --git a/screenshots/contents/24.jpg b/screenshots/contents/24.jpg new file mode 100644 index 0000000..7487592 Binary files /dev/null and b/screenshots/contents/24.jpg differ diff --git a/screenshots/contents/25.jpg b/screenshots/contents/25.jpg new file mode 100644 index 0000000..bef35ff Binary files /dev/null and b/screenshots/contents/25.jpg differ diff --git a/screenshots/contents/26.jpg b/screenshots/contents/26.jpg new file mode 100644 index 0000000..10d4d87 Binary files /dev/null and b/screenshots/contents/26.jpg differ diff --git a/screenshots/contents/27.jpg b/screenshots/contents/27.jpg new file mode 100644 index 0000000..c7be14e Binary files /dev/null and b/screenshots/contents/27.jpg differ diff --git a/screenshots/contents/28.jpg b/screenshots/contents/28.jpg new file mode 100644 index 0000000..967614d Binary files /dev/null and b/screenshots/contents/28.jpg differ diff --git a/screenshots/contents/29.jpg b/screenshots/contents/29.jpg new file mode 100644 index 0000000..135f4e5 Binary files /dev/null and b/screenshots/contents/29.jpg differ diff --git a/screenshots/contents/3.jpg b/screenshots/contents/3.jpg new file mode 100644 index 0000000..eb449e0 Binary files /dev/null and b/screenshots/contents/3.jpg differ diff --git a/screenshots/contents/30.jpg b/screenshots/contents/30.jpg new file mode 100644 index 0000000..cd548d4 Binary files /dev/null and b/screenshots/contents/30.jpg differ diff --git a/screenshots/contents/31.jpg b/screenshots/contents/31.jpg new file mode 100644 index 0000000..e5c0de2 Binary files /dev/null and b/screenshots/contents/31.jpg differ diff --git a/screenshots/contents/32.jpg b/screenshots/contents/32.jpg new file mode 100644 index 0000000..dcbfdc9 Binary files /dev/null and b/screenshots/contents/32.jpg differ diff --git a/screenshots/contents/33.jpg b/screenshots/contents/33.jpg new file mode 100644 index 0000000..e71149f Binary files /dev/null and b/screenshots/contents/33.jpg differ diff --git a/screenshots/contents/34.jpg b/screenshots/contents/34.jpg new file mode 100644 index 0000000..5539d19 Binary files /dev/null and b/screenshots/contents/34.jpg differ diff --git a/screenshots/contents/35.jpg b/screenshots/contents/35.jpg new file mode 100644 index 0000000..57f7f6d Binary files /dev/null and b/screenshots/contents/35.jpg differ diff --git a/screenshots/contents/4.jpg b/screenshots/contents/4.jpg new file mode 100644 index 0000000..33fe89f Binary files /dev/null and b/screenshots/contents/4.jpg differ diff --git a/screenshots/contents/5.jpg b/screenshots/contents/5.jpg new file mode 100644 index 0000000..564dcd1 Binary files /dev/null and b/screenshots/contents/5.jpg differ diff --git a/screenshots/contents/6.jpg b/screenshots/contents/6.jpg new file mode 100644 index 0000000..0af1d69 Binary files /dev/null and b/screenshots/contents/6.jpg differ diff --git a/screenshots/contents/7.jpg b/screenshots/contents/7.jpg new file mode 100644 index 0000000..c624c1f Binary files /dev/null and b/screenshots/contents/7.jpg differ diff --git a/screenshots/contents/8.jpg b/screenshots/contents/8.jpg new file mode 100644 index 0000000..e138848 Binary files /dev/null and b/screenshots/contents/8.jpg differ diff --git a/screenshots/contents/9.jpg b/screenshots/contents/9.jpg new file mode 100644 index 0000000..b12f5c5 Binary files /dev/null and b/screenshots/contents/9.jpg differ diff --git a/screenshots/run.html b/screenshots/run.html new file mode 100644 index 0000000..5a41317 --- /dev/null +++ b/screenshots/run.html @@ -0,0 +1,69 @@ + + + + + + + + /call_to_action.html
+ /contacts.html
+ /contents.html
+ /features.html
+ /footers.html
+ /forms.html
+ /headers.html
+ /pricings.html
+ /teams.html
+ /testimonials.html + + + + + \ No newline at end of file diff --git a/src/html/call_to_action.html b/src/html/call_to_action.html new file mode 100644 index 0000000..a524ad4 --- /dev/null +++ b/src/html/call_to_action.html @@ -0,0 +1,433 @@ + + + Froala Design Blocks - Call to Action + + + + + + + + + + + +
+
+
+
+

+ "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." +

+ +

+ Download +

+
+
+
+
+ +
+
+
+
+

Call to Action

+

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

+

+ Download +

+
+
+
+
+ +
+
+
+
+

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

+

+ Download +

+
+
+
+
+ +
+
+
+
+

Call to Action

+

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

+

+ Download +

+
+
+ +
+
+

Fortune 100 companies are using our products

+
+
+
+
+ + + + + + +
+
+
+
+ +
+
+
+
+

Far far away, behind the word mountains, far from

+

+ Download +

+
+
+
+
+ +
+
+
+
+

+ Follow us and ask more on: +

+

+     +     +     +     + +

+
+
+
+
+ +
+
+
+
+

Call to action

+
+
+
+
+ +

First Action

+

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

+

Button

+
+ +
+ +

Second Action

+

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

+

Button

+
+
+
+
+ +
+
+
+
+
+

Call to Action

+

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

+

+ Download +

+
+
+
+
+
+ +
+
+
+
+

Use Froala Design Blocks for free in your project

+
+
+ Download +
+
+
+
+ +
+
+
+
+
+

Call to Action

+

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

+

+ Download +

+
+
+
+
+
+ +
+
+
+
+ Download +
+ +
+

Use Froala Design Blocks for free in your project

+
+
+
+
+ +
+
+
+
+

Call to Action

+

+ 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. +

+

+ Download +

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

+ 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 their place and supplies it with the necessary regelialia. +

+
+
+ +
+
+ +
+
+

Bootstrap

+

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

+
+
+

Take a Tour

+

Start Now

+

Some foo text

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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

+
+
+ +
+
+

Call to action

+

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.

+

Take a Tour

+
+ +
+ +
+
+
+
+ +
+
+
+
+ +
+ +
+

Call to action

+

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.

+

Take a Tour

+
+
+
+
+ +
+
+
+
+

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

+

Call to Action

+
+
+
+
+ +
+
+
+
+ +

Froala Design Blocks

+

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

+

Call to Action

+
+
+
+
+ +
+
+
+
+

+

Design Blocks

+

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.

+

Call to Action

+
+ +
+ +
+
+
+
+ +
+
+
+
+ +
+ +
+

Froala Design Blocks

+

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.

+

Call to Action

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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

+
+ +
+ +
+
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks is build on Boostrap Framework

+

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

+

Call to Action Button

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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

+

Call to Action

+
+
+ +
+
+ + +

Feature One

+ +

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

+
+
+ + +

Feature Two

+ +

Separated they live in Bookmarksgrove right at the coast

+
+ +
+ + +

Feature Three

+ +

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

+
+ +
+ + +

Feature Four

+ +

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

+
+
+
+
+ + \ No newline at end of file diff --git a/src/html/contacts.html b/src/html/contacts.html new file mode 100644 index 0000000..a80413c --- /dev/null +++ b/src/html/contacts.html @@ -0,0 +1,576 @@ + + + Froala Design Blocks - Contacts + + + + + + + + + + + +
+
+ +
+
+
+
+

Contact Us

+

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

+ +

+ It is a paradisematic country, in which roasted parts of sentences fly into your mouth. +

+ + +

+ Email: hello@website.com +

+

+ Phone: +44 123 123 1232 +

+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+

Contact Us

+

We love to hear from you!

+
+
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+

Contact Us

+

One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.

+
+
+ +
+
+ +
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Contact Us

+

Pityful a rethoric question ran over her cheek, then she continued her way. On her way she met a copy.

+
+
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+

Contact Us

+
+
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +

+44 (112) 123 752

+
+ +
+ +

123 6th St.
Melbourne, FL 32904

+
+ +
+ +

support@website.com

+
+
+
+
+
+ +
+
+
+
+

+     +     +     +     + +

+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+
+
+ + +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+

Contact Us

+

If you’re already an active user, please sign in before contacting us.

+
+
+
+
+
+
+
+
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+
+
+ +
+
+
+
+
+
+
+ +
+ +
+
+ +
+
+
+
+
+
+

Contact Us

+

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

+
+
+
+
+
+
+
+
+
+

Call or email

+

Support, Sales, and Account Management services are currently available in English

+ +

+ Support +

+

+ +800 3005 4300 +

+

+ Contact Support +

+

+ Our technical support is available by phone or email from 11am to 11pm BST, Monday through Friday. +

+ +

+ Sales +

+

+ +800 3005 4300 +

+

+ Contact Sales +

+

+ Our technical support is available by phone or email from 11am to 11pm BST, Monday through Friday. +

+ +

+ General inquiries +

+

+ hello@website.com +

+
+ +
+

Drop us a line

+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+

support@website.com

+

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

+


+

+     +     +     +     + +

+
+
+
+ + +
+ +
+
+
+
+

Contact Us

+

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

+
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+ + +

Showroom

+

+ 71 Pilgrim Avenue
Chevy Chase, MD 20815 +

+
+
+
+
+ + diff --git a/src/html/contents.html b/src/html/contents.html new file mode 100644 index 0000000..85b4609 --- /dev/null +++ b/src/html/contents.html @@ -0,0 +1,615 @@ + + + Froala Design Blocks - Contents + + + + + + + + + + + +
+
+
+
+

Froala Design Blocks

+
+
+
+
+ +
+
+
+
+

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.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+
+
+
+
+ +
+
+
+
+

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.

+
+
+
+
+ +
+
+
+
+

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.

+
+
+
+
+ +
+
+
+
+

Far far away...

+ +

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 their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

+ +

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 agency, where they abused her for their.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+ +
+
+

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 their place far far away.

+
+
+

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.

+
+
+
+
+
+
+ + +
+
+
+
+

Froala Design Blocks

+

Subtitle comes here.

+

Learn More >    Buy >

+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+

Design Blocks

+

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

+
+
+ +
+
+
+
+ +
+
+
+
+ +

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.

+
+
+
+
+ +
+
+
+
+ +
+
+

Froala Blocks

+

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.

+

Download

+
+
+
+
+ +
+
+
+
+ +

Design Blocks

+

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

+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +

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.

+
+
+
+
+ +
+
+
+
+ +
+ +
+

Design Blocks

+

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

+

Download

+
+
+
+
+ +
+
+
+
+

Design Blocks

+

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

+ +

Works in every browser:

+

+ + + +

+
+
+ +
+
+
+
+ +
+
+
+
+ +

Awesome Things

+

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.

+
+
+ +

More Awesomeness

+

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.

+
+
+
+
+ +
+
+
+
+
+
+
+

Froala Design Blocks

+

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

+ +

Learn More >

+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Froala Design Blocks

+

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

+ +

Register

+
+
+
+
+
+
+
+ +
+
+
+
+ +

Froala Design Blocks

+

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

+ +

Download Now

+

Latest Version: 2.3.5

+
+
+
+
+ +
+
+
+
+ +
+ +
+ +

Design Blocks

+

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

+

DownloadRegister

+
+
+
+
+ +
+
+
+
+

Design Blocks

+

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

+ +

+ + + +

+
+ +
+ +
+
+
+
+ +
+
+
+
+
+
+

Froala Design Blocks is Open Source and free to use

+
+
+ + +
+
+
+
+ +
+
+
+
+

Froala Blocks

+

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

+ +

Learn More >

+
+
+
+ +
+
+
+ +
+
+
+
+

Froala Blocks

+

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

+

Button

+ +

Follow us on

+

+    +    +    +    + +

+
+
+
+ +
+
+
+ +
+
+
+
+

Made with by Froala

+
+
+
+
+ +
+
+
+
+ +
+ +
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+ +

Design Blocks

+

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

+
+
+
+
+ +
+
+
+
+ +
+ +
+ +
+ +
+

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. [Read More]

+
+
+
+
+ +
+
+
+
+

Your Website

+

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

+

Read More

+
+ +
+

Amazing Design

+

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

+

Read More

+
+ +
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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

+
+
+ +
+
+ +

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

+
+ +
+ +

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

+
+
+
+
+ +
+
+
+
+
+

Design Blocks

+

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

+

Read More

+
+
+
+
+
+ +
+
+
+
+
+

Design Blocks

+

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

+ +

Read More

+
+
+
+
+
+ +
+
+
+
+ +
+ +
+

Froala Design Blocks

+

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.

+ +
+
+

Open Source

+

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

+
+ +
+

Bootstrap

+

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

+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/html/css.html b/src/html/css.html new file mode 100644 index 0000000..96ac0f9 --- /dev/null +++ b/src/html/css.html @@ -0,0 +1,56 @@ + + + + + + + + +
+

Heading 1

+

Heading 2

+

Heading 3

+

Heading 4

+
Heading 5
+
Heading 6
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent varius dolor purus, et eleifend lectus congue id. Quisque tempor metus ligula, lacinia rutrum enim ultrices eget. Etiam vitae sem massa. Pellentesque vestibulum ex lectus, nec cursus tortor sollicitudin ut. Nullam volutpat ligula ut odio condimentum, sit amet facilisis nulla tempus. Morbi et hendrerit diam, sit amet luctus orci. Quisque egestas, lacus ac iaculis accumsan, quam eros tempus sem, ac ultrices felis eros porttitor nibh. Nunc condimentum mauris dapibus, pretium ipsum ac, lacinia nisi. Nulla facilisi.

+

+ Button + Button Empty + Button Black + Button Black Empty + Button White + Button White Empty +

+

+ Button + Button Empty + Button Black + Button Black Empty + Button White + Button White Empty + Link +

+

+ Button + Button Empty + Button Black + Button Black Empty + Button White + Button White Empty +

+

Heading 1 + P

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

Heading 2 + P

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

Heading 3 + P

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+

Heading 4 + P

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+
Heading 5 + P
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+
Heading 6 + P
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+
+ + \ No newline at end of file diff --git a/src/html/features.html b/src/html/features.html new file mode 100644 index 0000000..a840fb2 --- /dev/null +++ b/src/html/features.html @@ -0,0 +1,1230 @@ + + + Froala Design Blocks - Features + + + + + + + + + + + +
+
+
+
+

Feature 1

+

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

+
+ +
+

Feature 2

+

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

+
+ +
+

Feature 3

+

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

+
+
+ +
+
+

Feature 4

+

It is a paradisematic country, in which roasted parts of sentences fly into your mouth

+
+ +
+

Feature 5

+

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

+
+ +
+

Feature 6

+

The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks

+
+
+
+
+ +
+
+
+
+

Feature 1

+

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

+
+
+

Feature 2

+

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

+
+
+

Feature 3

+

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

+
+ +
+

Feature 4

+

But nothing the copy said could convince her and so it didn’t take long

+
+
+ +
+
+

Feature 5

+

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

+
+
+

Feature 6

+

It is a paradisematic country, in which roasted parts of sentences fly

+
+
+

Feature 7

+

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

+
+
+

Feature 8

+

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

+
+
+
+
+ +
+
+
+
+

Features

+
+
+ +
+
+

Feature One

+ +

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

+
+
+

Feature Two

+ +

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line.

+
+
+ +
+
+

Feature Three

+ +

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.

+
+
+

Feature Four

+ +

A small river named Duden flows by their place far far away, behind the word mountains, far from the countries Vokalia and Consonantia.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+ +
+ +
+
+
+

Feature 1

+

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

+

Learn More >

+
+
+
+
+

Feature 2

+

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

+

Learn More >

+
+
+
+
+

Feature 3

+

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

+

Learn More >

+
+
+
+
+
+ +
+
+
+
+

Design Blocks

+

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.

+ +
+
+

Feature One

+

A small river named Duden flows

+
+
+

Feature Two

+

Separated they live in Bookmarksgrove

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+

Design Blocks

+ +
+
+

Feature One

+

Far far away, behind the word mountains

+
+
+

Feature Two

+

Separated they live in Bookmarksgrove

+
+
+ +
+
+

Feature Three

+

A small river named Duden flows by me

+
+
+

Feature Four

+

Separated they live in Bookmarksgrove

+
+
+
+
+
+
+ +
+
+
+
+ +

Feature 1

+

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

+
+ +
+ +

Feature 2

+

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

+
+
+
+
+ +
+
+
+
+

Features

+ +
+
+ +
+
+ +

Feature 1

+
+ +
+ +

Feature 2

+
+ +
+ +

Feature 3

+
+
+
+
+ +
+
+
+
+

Features

+
+
+ +
+
+ +

Feature 1

+

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

+
+ +
+ +

Feature 2

+

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

+
+ +
+ +

Feature 3

+

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

+
+
+
+
+ +
+
+
+
+

Features

+
+
+
+
+ +

Feature One

+

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

+
+ +
+ +

Feature Two

+

Separated they live in Bookmarksgrove right at the coast

+
+ +
+ +

Feature Three

+

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

+
+ +
+ +

Feature Four

+

Duden flows by their place far far away, behind the word mountains.

+
+
+
+
+ +
+
+
+
+

Features

+
+
+
+
+
+
+ +
+
+

Feature One

+

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

+
+
+
+ +
+
+
+ +
+
+

Feature Two

+

Even the all-powerful Pointing has no control about the blind texts.

+
+
+
+ +
+
+
+ +
+
+

Feature Three

+

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

+
+
+
+
+ +
+
+
+
+ +
+
+

Feature Four

+

Duden flows by their place far far away, behind the word mountains.

+
+
+
+ +
+
+
+ +
+
+

Feature Five

+

Separated they live in Bookmarksgrove right at the coast

+
+
+
+ +
+
+
+ +
+
+

Feature Six

+

On her way she met a copy. The copy warned the Little Blind Text.

+
+
+
+
+
+
+ +
+
+
+
+

Features

+
+
+
+
+
+
+ +
+
+

Feature One

+

Even the all-powerful Pointing has no control about the blind texts

+
+
+
+
+
+
+ +
+
+

Feature Two

+

Separated they live in Bookmarksgrove right at the coast

+
+
+
+
+
+
+ +
+
+

Feature Three

+

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

+
+
+
+
+
+
+ +
+
+

Feature Four

+

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

+
+
+
+
+ +
+
+
+
+ +
+
+

Feature Five

+

On her way she met a copy. The copy warned the Little Blind Text.

+
+
+
+
+
+
+ +
+
+

Feature Six

+

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

+
+
+
+
+
+
+ +
+
+

Feature Seven

+

Duden flows by their place far far away, behind the word mountains.

+
+
+
+
+
+
+ +
+
+

Feature Eight

+

Separated they live in Bookmarksgrove right at the coast

+
+
+
+
+
+
+ +
+
+
+
+ +

Feature One

+

Far far away, behind the word mountains is hope.

+ + +

Feature Two

+

On her way she met a copy of the Little Blind Text.

+ + +

Feature Three

+

Even the all-powerful has no control about the blind texts

+
+ +
+ +

Feature Four

+

Duden flows by their place, behind the word mountains.

+ + +

Feature Five

+

Separated they live in Bookmark right at the coast

+ + +

Feature Six

+

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

+
+ +
+ +
+
+
+
+ +
+
+
+
+ +
+ +
+
+
+ +
+
+

Feature Seven

+

Even the all-powerful Pointing has no control about the blind texts.

+
+
+ +
+
+ +
+
+

Feature Seven

+

Duden flows by their place far far away, behind the word mountains.

+
+
+ + +
+
+ +
+
+

Feature Seven

+

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

+
+
+
+
+
+
+ +
+
+
+
+

Features

+

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 their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences.

+
+
+ +
+
+

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

+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+
+
+ +
+
+ +
+ +
+

Feature One

+

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.

+ +

Feature Two

+

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

+ +

Feature Three

+

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.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+ +
+
+ +
+
+
+
+ +
+
+

Feature One

+

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

+
+
+
+ +
+
+
+ +
+
+

Feature Two

+

Separated they live in Bookmarksgrove right at the coast

+
+
+
+ +
+
+
+ +
+
+

Feature Three

+

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

+
+
+
+
+
+
+ +
+
+
+
+

Features

+
+
+ +
+
+ +

Feature One

+

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

+
+ +
+ +

Feature Two

+

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

+
+ +
+ +

Feature Three

+

A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country,

+
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+
+
+ +
+
+ +

Feature One

+

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.

+
+ +
+ +

Feature Two

+

It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life.

+
+ +
+ +

Feature Three

+

The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+ + +
+
+ +
+
+

Feature One

+ +

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 their place and supplies it with the necessary regelialia. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.

+ +

Learn More >

+
+
+

Feature Two

+ +

It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life. The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli. 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.

+ +

Learn More >

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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. 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.

+
+
+ +
+
+ +

Feature One

+

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.

+
+ +
+ +

Feature Two

+

It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life.

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+ +
+
+ +
+ +
+

Feature One

+

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.

+

Learn More >

+
+
+ +
+
+ +
+ +
+

Feature Two

+

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.

+

Learn More >

+
+
+ +
+
+ +
+ +
+

Feature Three

+

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.

+

Learn More >

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks is simply ahead the word mountains

+

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.

+ +

Explore all features >

+
+
+ +
+
+
+
+ +

Feature One

+
+
+ +

Feature Two

+
+
+ +

Feature Three

+
+
+ +

Feature Four

+
+
+
+
+
+
+ +
+
+
+
+

Learn more about the Froala Design Blocks you love

+
+ +
+
+
+ +

One >

+
+
+ +

Two >

+
+
+ +

Three >

+
+
+ +
+
+ +

Four >

+
+
+ +

Five >

+
+
+
+
+
+
+ +
+
+
+
+

There is a feature for everyone

+

See all features > +

+
+ +
+
+ +

Feature One

+
+
+ +

Feature Two

+
+ +
+ +

Feature Three

+
+ +
+ +

Feature Four

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+

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.

+
+
+ +
+
+ +
+
+

Feature One

+

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

+
+ +
+

Feature Two

+

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

+
+ +
+

Feature Three

+

It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

+
+ +
+

Feature Four

+

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

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+ +
+
+ +
+
+
+
+ +
+
+

Feature One

+

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

+
+
+
+
+
+
+ +
+
+

Feature Two

+

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

+
+
+
+
+
+
+ +
+
+
+
+

Features

+
+
+
+
+

Feature 1

+

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

+
+ +
+

Feature 2

+

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

+
+ +
+

Feature 3

+

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

+
+
+
+
+ +
+
+
+
+

Froala Design Blocks

+
+
+ +
+
+ +

Feature one longer Text

+
+ +
+ +

Feature two shorter

+
+
+ +
+
+ +

Coming this fall

+
+
+
+
+ +
+
+
+
+ +

The all-powerful Pointing has no control

+

Learn

+
+ +
+ +

Far far away, behind the word mountains

+

Learn

+
+ +
+ +

The Big Oxmox advised her not to do so

+

Learn

+
+ +
+ +

The copy warned the Little Blind Text

+

Learn

+
+
+
+
+ +
+
+
+
+
+ +

Feature 1

+

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

+
+
+ +
+
+ +

Feature 2

+

Separated they live in Bookmarksgrove right at the coast.

+
+
+ +
+
+ +

Feature 3

+

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

+
+
+
+
+
+ +
+
+
+
+
+

Feature 1

+

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

+

Read more

+
+
+
+
+

Feature 2

+

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

+

Read more

+
+
+
+
+

Feature 3

+

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

+

Read more

+
+
+
+
+
+ +
+
+
+
+

Feature One

+

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

+
+ +
+

Feature Two

+

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

+
+ +
+

Feature Three

+

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

+
+
+
+
+ + \ No newline at end of file diff --git a/src/html/footers.html b/src/html/footers.html new file mode 100644 index 0000000..9612e66 --- /dev/null +++ b/src/html/footers.html @@ -0,0 +1,366 @@ + + + Froala Design Blocks - Footers + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/html/forms.html b/src/html/forms.html new file mode 100644 index 0000000..a7ff2f7 --- /dev/null +++ b/src/html/forms.html @@ -0,0 +1,359 @@ + + + Froala Design Blocks - Forms + + + + + + + + + + + +
+
+
+
+

Subscribe

+
+ + + + +
+ +

Find us on Facebook and Twitter.

+
+
+
+
+ +
+
+
+
+
+

Join us!

+

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

+
+
+
+ + + + +
+
+
+
+
+ +
+
+
+
+
+
+

Register

+

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

+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+

Sign Up

+

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

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Log In

+

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

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+

Register

+

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

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+ + +
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Log In

+
+
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Register

+
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+ +

Never miss an update

+

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

+
+ + + + +
+

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

+
+
+
+
+ +
+
+
+
+

Company Name

+

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

+
+ + + + +
+

+     +     +     +     + +

+
+
+
+
+ +
+
+
+
+ +
+
+
+
+

Subscribe

+

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

+
+
+
+
+
+ + + + +
+
+
+ +
+
+

* Leave your email address to be notified first.

+
+
+
+
+
+
+ +
+
+
+
+
+
+
+

Subscribe

+

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

+
+
+
+
+
+ + + + +
+
+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/html/headers.html b/src/html/headers.html new file mode 100644 index 0000000..a0cf0f9 --- /dev/null +++ b/src/html/headers.html @@ -0,0 +1,723 @@ + + + Froala Design Blocks - Headers + + + + + + + + + + + + +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + + + + + \ No newline at end of file diff --git a/src/html/index.html b/src/html/index.html new file mode 100644 index 0000000..ccd3edd --- /dev/null +++ b/src/html/index.html @@ -0,0 +1,99 @@ + + + Froala Design Blocks + + + + + + + + + + + + + +
+
+
+
+

Froala Design Blocks

+

Over 170 popular design blocks ready to be used in your next project to create beautiful modern websites. All blocks are based on Bootstrap Library and they adapt based on the screen size. Choose one of the following categories to browse them.

+

+ Github Docs + Official Website +

+
+
+
+
+ + + +
+
+ + + + \ No newline at end of file diff --git a/src/html/pricings.html b/src/html/pricings.html new file mode 100644 index 0000000..18174d3 --- /dev/null +++ b/src/html/pricings.html @@ -0,0 +1,796 @@ + + + Froala Design Blocks - Pricings + + + + + + + + + + + +
+
+
+
+

Pricing

+
+
+ +
+
+
+

Hobby

+

$9 / month

+

Even the all-powerful Pointing has no control about the blind texts.

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Subscribe

+
+
+ +
+
+

Professional

+

$19 / month

+

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

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Subscribe

+
+
+ +
+
+

Business

+

$49 / month

+

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

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Subscribe

+
+
+
+
+
+ +
+
+
+
+

Pricing

+
+
+ +
+
+
+

Hobby $99

+

Copy Writers ambushed her, made her drunk with Longe.

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Buy Now

+
+
+ +
+
+

Advanced $349

+

Separated they live in Bookmarks right at the coast.

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Buy Now

+
+
+ +
+
+

Business $849

+

A small river named Duden flows by their place.

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Buy Now

+
+
+
+
+
+ +
+
+
+
+

Pricing

+
+
+ +
+
+
+

Hobby

+

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

+ +

$99

+ +

Buy Now

+
+
+ +
+
+

Advanced

+

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

+ +

$299

+ +

Buy Now

+
+
+ +
+
+

Business

+

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

+ +

$799

+ +

Buy Now

+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+
+

Startup

+
+

$9.90

+

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

+
+

Unlimited calls

+

Free hosting

+

40MB of storage

+


+


+


+

Choose Plan

+
+
+ +
+
+

Standard

+
+

$29.90

+

The copy warned the Blind Text, that it would have been rewritten

+
+

Unlimited calls

+

Free hosting

+

1GB of storage

+

10 hours of support

+

Custom domain

+


+

Choose Plan

+
+
+ +
+
+

Professional

+
+

$59.90

+

the headline of Alphabet Village and the subline of her own road.

+
+

Unlimited calls

+

Free hosting

+

1GB of storage

+

20 hours of support

+

Custom domain

+

Analytics and SEO

+ +

Choose Plan

+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+
+

Basic

+ +

$19 /month

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Choose Plan

+
+
+ +
+
+

Standard

+ +

$49 /month

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Choose Plan

+
+
+ +
+
+

OEM

+ +

$99 /month

+ +
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+ +

Choose Plan

+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+
+
+

Startup

+

$9.90

+
+ +
+

+

For small companies

+


+

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+
+
+ +
+
+
+

Standard

+

$19.90

+
+ +
+

+

For medium companies

+


+

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+
+
+ +
+
+
+

Business

+

$29.90

+
+ +
+

+

For large companies

+


+

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+
+

Startup

+

< 10 employees

+ +

$9.90 / month

+

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

+
+

Unlimited calls

+

Free hosting

+

40MB of storage

+ +

Subscribe

+
+
+ +
+
+

Agency

+

10-100 employees

+ +

$19.90 / month

+

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

+
+

Unlimited calls

+

Free hosting

+

40MB of storage

+ +

Subscribe

+
+
+ +
+
+

Business

+

>100 employees

+ +

$99.90 / month

+

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

+
+

Unlimited calls

+

Free hosting

+

40MB of storage

+ +

Subscribe

+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+ +

Startup

+

$9 / month

+ +

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+ +
+ +

Advanced

+

$19 / month

+ +

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+ +
+ +

Business

+

$29 / month

+ +

10 hours of support

+

40MB of storage

+

Subdomain

+ +

Choose Plan

+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ +
+
+
+

Startup

+

$99

+

Buy Now

+ +
+ +

10 hours of support

+

40MB of storage

+

Subdomain

+
+
+ +
+
+

Advanced

+

$399

+

Buy Now

+ +
+ +

10 hours of support

+

40MB of storage

+

Subdomain

+
+
+ +
+
+

Business

+

$999

+

Buy Now

+ +
+ +

10 hours of support

+

40MB of storage

+

Subdomain

+
+
+ +
+
+

Enterprise

+

Call Us

+

Contact

+ +
+ +

10 hours of support

+

40MB of storage

+

Subdomain

+
+
+
+
+
+ +
+
+
+
+

Pricing Plans

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Hobby

+

$99

+

Buy Now

+
+

Professional

+

$399

+

Buy Now

+
+

Business

+

$899

+

Buy Now

+
+

Enterprise

+

Call us

+

Contact

+
Support3 months6 months12 monthsCustom
Full source code
SaaS / Subscription
Intranet
Downloadable Software
Redistribute
Custom code
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Hobby

+

$99

+

Buy Now

+
Support3 months
Full source code
SaaS / Subscription
Intranet
Downloadable Software
Redistribute
Custom code
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Professional

+

$399

+

Buy Now

+
Support6 months
Full source code
SaaS / Subscription
Intranet
Downloadable Software
Redistribute
Custom code
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Business

+

$899

+

Buy Now

+
Support12 months
Full source code
SaaS / Subscription
Intranet
Downloadable Software
Redistribute
Custom code
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Enterprise

+

Call us

+

Contact

+
SupportCustom
Full source code
SaaS / Subscription
Intranet
Downloadable Software
Redistribute
Custom code
+
+
+ + diff --git a/src/html/teams.html b/src/html/teams.html new file mode 100644 index 0000000..9006a82 --- /dev/null +++ b/src/html/teams.html @@ -0,0 +1,536 @@ + + + Froala Design Blocks - Teams + + + + + + + + + + + +
+
+
+
+

Our Team

+

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

+
+
+ +
+ +
+
+
+ + +
+

Sara Doe

+

Founder

+
+
+
+ +
+
+ + +
+

Sara Doe

+

Founder

+
+
+
+
+
+ + +
+

Sara Doe

+

Founder

+
+
+
+
+
+ + +
+

Sara Doe

+

Founder

+
+
+
+
+
+
+ +
+
+
+
+

Meet Our Team

+
+
+ +
+ +
+
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+ +

Founder

+
+
+
+
+ +
+
+
+
+

Meet Our Team

+
+
+ +
+ +
+
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+
+ +
+
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+ +
+ + +

Sara Doe

+

Founder

+
+
+
+
+ +
+
+
+
+

Team

+
+
+ +
+
+ +

John Smith

+

Position

+

A wonderful serenity has taken possession of my entire soul.

+
+ +
+ +

John Smith

+

Position

+

Pityful a rethoric question ran over her cheek.

+
+ +
+ +

John Smith

+

Position

+

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

+
+ +
+ +

John Smith

+

Position

+

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

+
+
+
+
+ +
+
+
+
+

Meet Our Team

+
+
+ +
+ +
+
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+
+ +
+
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+ +
+ + +

Sara Doe

+

"Wild Question Marks, but the Little Blind"

+
+
+
+
+ +
+
+
+
+

Team

+
+
+ +
+
+ +

John Smith

+

Position

+

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

+
+ +
+ +

John Smith

+

Position

+

One morning, when Gregor Samsa woke from troubled dreams.

+
+ +
+ +

John Smith

+

Position

+

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

+
+
+
+
+ +
+
+
+
+

Team

+
+
+ +
+ +
+
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+
+ +
+ +
+
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+
+ +
+ +
+
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+
+
+
+
+
+
+ +
+
+
+
+

Our Amazing Team

+

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.

+
+
+ +
+ +
+
+
+
+ +
+ +
+

Employee Name

+

Position

+ +

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

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+ +

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

+
+
+
+
+ +
+ +
+
+
+
+ +
+ +
+

Employee Name

+

Position

+ +

One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.

+
+
+
+ +
+
+
+ +
+ +
+

Employee Name

+

Position

+ +

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

+
+
+
+
+
+
+ + \ No newline at end of file diff --git a/src/html/testimonials.html b/src/html/testimonials.html new file mode 100644 index 0000000..d23ee47 --- /dev/null +++ b/src/html/testimonials.html @@ -0,0 +1,351 @@ + + + Froala Design Blocks - Testimonials + + + + + + + + + + + +
+
+
+
+

+ "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." +

+ +

Person Name    Co-founder at Company

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+ +
+

+ "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." +

+


+ +

Person Name

+

Co-founder at Company

+
+
+
+
+ +
+
+
+
+

You are in good company

+
+
+
+
+ + + + + + +
+
+
+
+ + + + + +
+
+
+
+ +
+
+
+
+
+

"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."

+


+

+ + Person Name +

+
+
+ +
+
+

"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."

+


+

+ + Person Name +

+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+ +
+

+ "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." +

+


+ +

Person Name

+

Co-founder at Company

+
+
+
+
+ +
+
+
+
+ +
+ +
+

+ "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." +

+


+ +

Person Name

+

Co-founder at Company

+
+
+
+
+
+
+
+ +
+
+
+
+

You are in good company

+

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

+
+
+
+
+ + + + + + +
+
+
+
+ +
+
+
+
+ + + + + + +
+
+
+
+ +
+
+
+
+

Testimonials

+
+
+ +
+ +
+
+ +

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

+


+

Person Name

+

Co-founder at Company

+
+ +
+ +

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

+


+

Person Name

+

Co-founder at Company

+
+ +
+ +

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

+


+

Person Name

+

Co-founder at Company

+
+
+
+
+ +
+
+
+
+

Testimonials

+

A small river named Duden flows by their place and supplies it with the necessary regelialia. Separated they live in Bookmarksgrove right at the coast of the Semantics.

+
+
+ +
+ +
+
+
+
+
+ +
+
+

+ Person Name
+ Co-founder at Company +

+
+
+
+
+

+ "Even the all-powerful Pointing has no control about the blind texts it is an 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." +

+
+
+
+
+ +
+
+
+
+ +
+
+

+ Person Name
+ Co-founder at Company +

+
+
+
+
+

+ "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." +

+
+
+
+
+ +
+
+
+
+ +
+
+

+ Person Name
+ Co-founder at Company +

+
+
+
+
+

+ "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." +

+
+
+
+
+
+
+
+ +
+
+
+
+

Testimonials

+
+
+ +
+ +
+
+

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

+


+

+

Person Name

+

Co-founder, Company

+
+ +
+

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

+


+

+

Person Name

+

Co-founder, Company

+
+ +
+

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

+


+

+

Person Name

+

Co-founder, Company

+
+
+
+
+ + \ No newline at end of file diff --git a/src/imgs/alt_wide_1.jpg b/src/imgs/alt_wide_1.jpg new file mode 100644 index 0000000..2c28baa Binary files /dev/null and b/src/imgs/alt_wide_1.jpg differ diff --git a/src/imgs/alt_wide_2.jpg b/src/imgs/alt_wide_2.jpg new file mode 100644 index 0000000..46cd169 Binary files /dev/null and b/src/imgs/alt_wide_2.jpg differ diff --git a/src/imgs/alt_wide_3.jpg b/src/imgs/alt_wide_3.jpg new file mode 100644 index 0000000..9287933 Binary files /dev/null and b/src/imgs/alt_wide_3.jpg differ diff --git a/src/imgs/bg_0.jpg b/src/imgs/bg_0.jpg new file mode 100644 index 0000000..67140be Binary files /dev/null and b/src/imgs/bg_0.jpg differ diff --git a/src/imgs/bg_1.jpg b/src/imgs/bg_1.jpg new file mode 100644 index 0000000..a2790c5 Binary files /dev/null and b/src/imgs/bg_1.jpg differ diff --git a/src/imgs/bg_2.jpg b/src/imgs/bg_2.jpg new file mode 100644 index 0000000..ba32246 Binary files /dev/null and b/src/imgs/bg_2.jpg differ diff --git a/src/imgs/bg_3.jpg b/src/imgs/bg_3.jpg new file mode 100644 index 0000000..1554c78 Binary files /dev/null and b/src/imgs/bg_3.jpg differ diff --git a/src/imgs/bg_4.jpg b/src/imgs/bg_4.jpg new file mode 100644 index 0000000..d38646f Binary files /dev/null and b/src/imgs/bg_4.jpg differ diff --git a/src/imgs/bg_c_1.jpg b/src/imgs/bg_c_1.jpg new file mode 100644 index 0000000..c8ec76f Binary files /dev/null and b/src/imgs/bg_c_1.jpg differ diff --git a/src/imgs/bg_c_2.jpg b/src/imgs/bg_c_2.jpg new file mode 100644 index 0000000..315c7ce Binary files /dev/null and b/src/imgs/bg_c_2.jpg differ diff --git a/src/imgs/bg_c_3.jpg b/src/imgs/bg_c_3.jpg new file mode 100644 index 0000000..6d31a67 Binary files /dev/null and b/src/imgs/bg_c_3.jpg differ diff --git a/src/imgs/colors_wide_1.jpg b/src/imgs/colors_wide_1.jpg new file mode 100644 index 0000000..bc8e7d2 Binary files /dev/null and b/src/imgs/colors_wide_1.jpg differ diff --git a/src/imgs/colors_wide_2.jpg b/src/imgs/colors_wide_2.jpg new file mode 100644 index 0000000..bac7b09 Binary files /dev/null and b/src/imgs/colors_wide_2.jpg differ diff --git a/src/imgs/colors_wide_3.jpg b/src/imgs/colors_wide_3.jpg new file mode 100644 index 0000000..7cb4840 Binary files /dev/null and b/src/imgs/colors_wide_3.jpg differ diff --git a/src/imgs/customers/adobe.svg b/src/imgs/customers/adobe.svg new file mode 100644 index 0000000..cb8f1e5 --- /dev/null +++ b/src/imgs/customers/adobe.svg @@ -0,0 +1,40 @@ + + + + + + + + diff --git a/src/imgs/customers/amazon.svg b/src/imgs/customers/amazon.svg new file mode 100644 index 0000000..6b05cbe --- /dev/null +++ b/src/imgs/customers/amazon.svg @@ -0,0 +1,118 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/imgs/customers/apple.svg b/src/imgs/customers/apple.svg new file mode 100644 index 0000000..46538e7 --- /dev/null +++ b/src/imgs/customers/apple.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/imgs/customers/cisco.svg b/src/imgs/customers/cisco.svg new file mode 100644 index 0000000..e5cbc61 --- /dev/null +++ b/src/imgs/customers/cisco.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/imgs/customers/discovery.svg b/src/imgs/customers/discovery.svg new file mode 100644 index 0000000..6785d0a --- /dev/null +++ b/src/imgs/customers/discovery.svg @@ -0,0 +1,180 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Created by Neevia Document Converter trial version + + + + + + + + + + + + + + + + + diff --git a/src/imgs/customers/ebay.svg b/src/imgs/customers/ebay.svg new file mode 100644 index 0000000..5b20838 --- /dev/null +++ b/src/imgs/customers/ebay.svg @@ -0,0 +1,20 @@ + + + + + + + + + diff --git a/src/imgs/customers/ibm.svg b/src/imgs/customers/ibm.svg new file mode 100644 index 0000000..9626da8 --- /dev/null +++ b/src/imgs/customers/ibm.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/src/imgs/customers/intel.svg b/src/imgs/customers/intel.svg new file mode 100644 index 0000000..e321e5d --- /dev/null +++ b/src/imgs/customers/intel.svg @@ -0,0 +1,37 @@ + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/src/imgs/customers/orange.svg b/src/imgs/customers/orange.svg new file mode 100644 index 0000000..9aebcd6 --- /dev/null +++ b/src/imgs/customers/orange.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + diff --git a/src/imgs/customers/panasonic.svg b/src/imgs/customers/panasonic.svg new file mode 100644 index 0000000..feb660d --- /dev/null +++ b/src/imgs/customers/panasonic.svg @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/imgs/customers/salesforce.svg b/src/imgs/customers/salesforce.svg new file mode 100644 index 0000000..6f14c33 --- /dev/null +++ b/src/imgs/customers/salesforce.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/imgs/customers/samsung.svg b/src/imgs/customers/samsung.svg new file mode 100644 index 0000000..c59c103 --- /dev/null +++ b/src/imgs/customers/samsung.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/imgs/img_bg.jpg b/src/imgs/img_bg.jpg new file mode 100644 index 0000000..1f76c94 Binary files /dev/null and b/src/imgs/img_bg.jpg differ diff --git a/src/imgs/img_logo.png b/src/imgs/img_logo.png new file mode 100644 index 0000000..f2f84d3 Binary files /dev/null and b/src/imgs/img_logo.png differ diff --git a/src/imgs/img_round.png b/src/imgs/img_round.png new file mode 100644 index 0000000..eb53ac0 Binary files /dev/null and b/src/imgs/img_round.png differ diff --git a/src/imgs/img_square_1.jpg b/src/imgs/img_square_1.jpg new file mode 100644 index 0000000..15c9c67 Binary files /dev/null and b/src/imgs/img_square_1.jpg differ diff --git a/src/imgs/img_square_2.jpg b/src/imgs/img_square_2.jpg new file mode 100644 index 0000000..819cf31 Binary files /dev/null and b/src/imgs/img_square_2.jpg differ diff --git a/src/imgs/img_square_3.jpg b/src/imgs/img_square_3.jpg new file mode 100644 index 0000000..3256a53 Binary files /dev/null and b/src/imgs/img_square_3.jpg differ diff --git a/src/imgs/img_square_4.jpg b/src/imgs/img_square_4.jpg new file mode 100644 index 0000000..87c35f2 Binary files /dev/null and b/src/imgs/img_square_4.jpg differ diff --git a/src/imgs/img_tall.png b/src/imgs/img_tall.png new file mode 100644 index 0000000..65d53c3 Binary files /dev/null and b/src/imgs/img_tall.png differ diff --git a/src/imgs/img_very_tall.png b/src/imgs/img_very_tall.png new file mode 100644 index 0000000..87459e4 Binary files /dev/null and b/src/imgs/img_very_tall.png differ diff --git a/src/imgs/img_very_wide.jpg b/src/imgs/img_very_wide.jpg new file mode 100644 index 0000000..1a11b00 Binary files /dev/null and b/src/imgs/img_very_wide.jpg differ diff --git a/src/imgs/iphone_x.jpg b/src/imgs/iphone_x.jpg new file mode 100644 index 0000000..d92b14e Binary files /dev/null and b/src/imgs/iphone_x.jpg differ diff --git a/src/scss/buttons.scss b/src/scss/buttons.scss new file mode 100644 index 0000000..e0f18eb --- /dev/null +++ b/src/scss/buttons.scss @@ -0,0 +1,71 @@ +@import './variables'; +@import './mixins'; + +.btn { + padding: $btn-padding; + background-color: $btn-bg-color; + color: $btn-text-color; + display: inline-block; + @include box-sizing(border-box); + text-decoration: none; + border: solid 2px $btn-bg-color; + @include border-radius(2px); + + + .btn { + margin-left: 30px; + } + + &.btn-empty { + background-color: transparent; + color: $btn-bg-color; + } + + &:hover { + color: $btn-hover-text-color; + background-color: $btn-hover-bg-color; + border-color: $btn-hover-bg-color; + } + + &.btn-black { + color: $btn-black-text-color; + background-color: $btn-black-bg-color; + border-color: $btn-black-bg-color; + + &.btn-empty { + background-color: transparent; + color: $btn-black-bg-color; + } + + &:hover { + color: $btn-black-hover-text-color; + background-color: $btn-black-hover-bg-color; + border-color: $btn-black-hover-bg-color; + } + } + + &.btn-white { + color: $btn-white-text-color; + background-color: $btn-white-bg-color; + border-color: $btn-white-bg-color; + + &.btn-empty { + background-color: transparent; + color: $btn-white-bg-color; + } + + &:hover { + color: $btn-white-hover-text-color; + background-color: $btn-white-hover-bg-color; + border-color: $btn-white-hover-bg-color; + } + } + + &.btn-shadow { + @include froala-box-shadow($btn-shadow); + } + + &.btn-round { + @include border-radius(20px); + min-width: 150px; + } +} \ No newline at end of file diff --git a/src/scss/froala_blocks.scss b/src/scss/froala_blocks.scss new file mode 100644 index 0000000..5ac6ec0 --- /dev/null +++ b/src/scss/froala_blocks.scss @@ -0,0 +1,244 @@ +@import './buttons'; +@import './teams'; +@import './mixins'; +@import './variables'; + +.fdb-block { + font-family: 'Roboto', sans-serif; + font-size: $font-size; + line-height: $line-height; + @include font-smoothing(on); + text-rendering: optimizelegibility; + padding: 100px 0; + border-bottom: solid 1px #EEE; + color: #444; + position: relative; + background-size: cover; + background-position: center; + overflow: hidden; + background-color: #FFF; + + &.fdb-viewport { + min-height: calc(100% - 200px); + + .container { + min-height: calc(100% - 200px); + } + } + + &.fdb-image-bg { + color: mix(#000, #FFF, 5%); + } + + .fdb-box { + background: #FFF; + color: #444; + padding: 60px 40px; + @include border-radius(4px); + @include froala-box-shadow(1); + overflow: hidden; + } + + .fdb-touch { + border-top: solid 5px $primary-color; + } + + // Headings + @each $h, $v in $headings { + #{$h}, .text-#{$h} { + font-size: $v; + margin-bottom: .5em; + margin-top: .3em; + font-weight: 400; + } + } + + .font-weight-light { + font-weight: 300; + } + + p { + font-size: 1em; + margin-bottom: 10px; + } + + img { + @include border-radius(4px); + + + p, + h3, + h4 { + margin-top: 20px; + } + + + h1, + h2 { + margin-top: 40px; + } + + + img { + margin-left: 40px; + } + } + + .col-fill-left { + width: 50%; + position: absolute; + left: 0; + top: 0; + bottom: 0; + background-size: cover; + background-position: center; + } + + .col-fill-right { + width: 50%; + position: absolute; + right: 0; + top: 0; + bottom: 0; + background-size: cover; + background-position: center; + } + + img.fdb-icon { + width: auto; + width: 60px; + } + + img.fdb-icon-round { + width: auto; + width: 60px; + @include border-radius(60px); + } + + .row-100 { + height: 100px; + width: 100%; + } + + .row-50 { + height: 50px; + width: 100%; + } + + .row-70 { + height: 70px; + width: 100%; + } +} + +footer { + padding: 30px 0 !important; + + &.footer-large { + padding: 100px 0 !important + } + + .flex-column { + .nav-link { + padding-left: 0; + } + } + + &.bg-dark { + background: #2d313c; + color: mix(#000, #FFF, 5%); + + a { + color: mix(#000, #FFF, 5%); + } + } + + a { + color: #444; + } +} + +header { + background-color: #FFF; + + .navbar-nav { + a.nav-link { + color: #777; + + &:hover { + color: $primary-color; + } + } + + .active { + a.nav-link { + color: #444; + } + } + } + + .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#444' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); + } + + &.bg-dark { + .navbar-nav { + a.nav-link { + color: #dcdcdc; + + &:hover { + color: $primary-color; + } + } + + .active { + a.nav-link { + color: #fff; + } + } + } + + .navbar-toggler-icon { + background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); + } + } +} + +header + header { + border-top: solid 1px #EEE; +} + +.bg-dark { + background-color: #2d313c; + color: mix(#000, #FFF, 5%); +} + +.bg-gray { + background-color: #fafafa; + color: #444; +} + +.br { + @include border-radius(4px); + overflow: hidden; +} + +.br-0 { + @include border-radius(0 !important); +} + +.heart { + color: #df584e; + font-weight: bold; +} + +*.text-light { + font-weight: 300 !important; +} + +.sl-1 { + @include froala-box-shadow(1); + z-index: 2; +} + +table { + tr.no-border { + th, td { + border-top: 0; + } + } +} \ No newline at end of file diff --git a/src/scss/mixins.scss b/src/scss/mixins.scss new file mode 100644 index 0000000..54e0371 --- /dev/null +++ b/src/scss/mixins.scss @@ -0,0 +1,70 @@ +@mixin box-sizing($sizing) { + box-sizing: $sizing; + -moz-box-sizing: $sizing; + -webkit-box-sizing: $sizing; +} + +@mixin border-radius($radius) { + border-radius: $radius; + -moz-border-radius: $radius; + -webkit-border-radius: $radius; +} + +@mixin box-sizing($val) { + box-sizing: $val; + -moz-box-sizing: $val; + -webkit-box-sizing: $val; +} + +@mixin box-shadow ($shadow: none) { + -webkit-box-shadow: $shadow; + -moz-box-shadow: $shadow; + box-shadow: $shadow; +} + +@mixin font-smoothing($value: on) { + @if $value == on { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } + + @else { + -webkit-font-smoothing: subpixel-antialiased; + -moz-osx-font-smoothing: auto; + } +} + +@mixin display-flex { + display: -webkit-box; + display: -webkit-flex; + display: -ms-flexbox; + display: flex; +} + +@mixin opacity($opacity) { + opacity: $opacity; + $opacity-ie: $opacity * 100; + filter: alpha(opacity=$opacity-ie); //IE8 +} + +@mixin froala-box-shadow ($level: 1, $direction: 1) { + $shadow: none; + + @if $level == 1 { + $shadow: 0 ($direction * 1px) 3px rgba(0,0,0,0.12), 0 ($direction * 1px) 2px rgba(0,0,0,0.24); + } + @else if $level == 2 { + $shadow: 0 ($direction * 3px) 6px rgba(0,0,0,0.16), 0 ($direction * 2px) 4px rgba(0,0,0,0.23); + } + @else if $level == 3 { + $shadow: 0 ($direction * 5px) 8px rgba(0,0,0,0.19), 0 ($direction * 4px) 6px rgba(0,0,0,0.23); + } + @else if $level == 4 { + $shadow: 0 ($direction * 8px) 12px rgba(0,0,0,0.25), 0 ($direction * 6px) 6px rgba(0,0,0,0.22); + } + @else if $level >= 5 { + $shadow: 0 ($direction * 10px) 16px rgba(0,0,0,0.30), 0 ($direction * 6px) 8px rgba(0,0,0,0.22); + } + + @include box-shadow($shadow); +} \ No newline at end of file diff --git a/src/scss/teams.scss b/src/scss/teams.scss new file mode 100644 index 0000000..4492789 --- /dev/null +++ b/src/scss/teams.scss @@ -0,0 +1,30 @@ +@import './mixins'; +@import './variables'; + +.team-1.fdb-block { + img { + border-bottom: solid 5px $primary-color; + @include border-radius(0 !important); + } + + .fdb-box { + padding: 0; + + .content { + padding: 20px; + } + } +} + +.team-2.fdb-block { + img { + @include border-radius(100% !important); + } +} + +.team-3.fdb-block { + img { + @include border-radius(100% !important); + @include froala-box-shadow(1); + } +} \ No newline at end of file diff --git a/src/scss/variables.scss b/src/scss/variables.scss new file mode 100644 index 0000000..83ab67b --- /dev/null +++ b/src/scss/variables.scss @@ -0,0 +1,48 @@ +// Colors. +$primary-color: #528bff; +$white: #FFFFFF; +$black: #444444; + +// Sizes. +$font-size: 16px; +$line-height: 1.5; +$heading-margin: 0.7em; + +// Buttons. +$btn-padding: 9px 26px; +$btn-bg-color: $primary-color; +$btn-text-color: #FFF; +$btn-hover-text-color: #FFF; +$btn-hover-bg-color: darken($btn-bg-color, 10%); + +$btn-white-bg-color: $white; +$btn-white-text-color: $black; +$btn-white-hover-text-color: $btn-white-text-color; +$btn-white-hover-bg-color: #DEDEDE; + +$btn-black-bg-color: $black; +$btn-black-text-color: $white; +$btn-black-hover-text-color: #FFF; +$btn-black-hover-bg-color: lighten($btn-black-bg-color, 5%); + +$btn-border-radius: 10px; + +$btn-shadow: 1; + +$headings: ( + h1: 2.75rem, + h2: 2rem, + h3: 1.125rem, + h4: 1rem, + h5: 0.9rem, + h6: 0.75rem +); + +$headings-margin-bottom: ( + h1: 1em, + h2: 1em, + h3: 1em, + h4: 10px, + h5: 10px, + h6: 10px +)