├── LICENSE ├── README.md ├── index.html └── responsive-header_v0.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/) - [Responsive Header Template](https://www.tailwindtoolbox.com/templates/responsive-header) 2 | 3 | [Responsive Header Template](https://www.tailwindtoolbox.com/templates/responsive-header) is an open source HTML template with a toggle button responsive header for [Tailwind CSS](https://tailwindcss.com/) created by [Tailwind Toolbox](https://www.tailwindtoolbox.com/). 4 | 5 |  6 | 7 | ## Getting Started 8 | 9 | Choose one of the following options to get started: 10 | * [Download the latest release](https://github.com/tailwindtoolbox/Responsive-Header/archive/master.zip) 11 | * Clone the repo: `git clone https://github.com/tailwindtoolbox/Responsive-Header.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/Responsive-Header/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. 41 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |