├── LICENSE ├── README.md ├── hero-product_v0.html └── index.html /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 Tailwind Toolbox 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # [Tailwind Toolbox](https://www.tailwindtoolbox.com/) - [Hero Product](https://www.tailwindtoolbox.com/templates/hero-product) 2 | 3 | [Hero Product Template](https://www.tailwindtoolbox.com/templates/hero-product) is an open source HTML template with a hero section for a product for [Tailwind CSS](https://tailwindcss.com/) created by [Tailwind Toolbox](https://www.tailwindtoolbox.com/). 4 | 5 | ![Hero Product](https://www.tailwindtoolbox.com/templates/hero-product.png) 6 | 7 | ## Getting Started 8 | 9 | Choose one of the following options to get started: 10 | * [Download the latest release](https://github.com/tailwindtoolbox/Hero-Product/archive/master.zip) 11 | * Clone the repo: `git clone https://github.com/tailwindtoolbox/Hero-Product.git` 12 | * Fork the repo 13 | 14 | ## Using the Template 15 | 16 | The template is just a HTML file using a full CDN hosted Tailwind CSS file. 17 | 18 | To get the best out of Tailwind CSS, you need to really start customising it. 19 | Take a look at our [setup guide](https://www.tailwindtoolbox.com/setup) to start tweaking! 20 | 21 | ## Bugs and Issues 22 | 23 | Have a bug or an issue with this template? [Open a new issue](https://github.com/tailwindtoolbox/Hero-Product/issues/new) here on GitHub. 24 | 25 | ## Creator 26 | 27 | [Tailwind Toolbox](https://www.tailwindtoolbox.com/) was created by and is maintained by **[Amrit Nagi](https://amritnagi.info/)**, Co-owner of [Astrava.Solutions](https://astrava.solutions). 28 | 29 | * https://twitter.com/tailwindtoolbox 30 | * https://twitter.com/amritnagi 31 | * https://github.com/tailwindtoolbox 32 | 33 | Tailwind Toolbox is based on the [Tailwind CSS](https://www.tailwindcss.com/) framework created by [Adam Wathan](https://twitter.com/adamwathan), [Jonathan Reinink](https://twitter.com/reinink), [David Hemphill](https://twitter.com/davidhemphill) and [Steve Schoger](https://twitter.com/steveschoger) 34 | 35 | 36 | 37 | 38 | ## Copyright and License 39 | 40 | Copyright 2018-2019 Astrava.Solutions Ltd. Code released under the MIT license. -------------------------------------------------------------------------------- /hero-product_v0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Tailwind Starter Template - Hero Product : Tailwind Toolbox 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 43 | 44 | 45 |
46 | 47 |
48 |

Witty Tagline

49 |

My Super App

50 |

Enter your super app's description here... The key is to find the right length. Don't want it to be too long, but then don't want it to be too short so that it looks weird between the title and button below.

51 | 52 |
53 | 54 |
55 | 56 | 57 |
58 |
59 | 60 | 61 |
62 |
63 |

Tailwind Starter Templates - Hero Product

64 |

65 |

This starter template contains:

66 |

67 | 68 |
69 | 70 | 71 | 72 | Header 73 |
74 |
75 | 76 | 77 | 78 | Nav List which wraps onto the next row for small screens 79 |
80 |
81 | 82 | 83 | 84 | Hero section - two columns for large screens and two rows for small screens 85 |
86 | 87 |

88 |

89 |

Find more templates at: www.TailwindToolbox.com/templates

90 |

91 | GitHub 92 | Twitter - @tailwindtoolbox 93 |

94 |
95 |
96 | 97 | 98 | 99 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Tailwind Starter Template - Hero Product : Tailwind Toolbox 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 43 | 44 | 45 |
46 | 47 |
48 |

Witty Tagline

49 |

My Super App

50 |

Enter your super app's description here... The key is to find the right length. Don't want it to be too long, but then don't want it to be too short so that it looks weird between the title and button below.

51 | 52 |
53 | 54 |
55 | 56 | 57 |
58 |
59 | 60 | 61 |
62 |
63 |

64 |
65 |
66 | 67 | 68 | 69 | --------------------------------------------------------------------------------