diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a4438e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +node_modules +_site +*.lock diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..37f5eaa --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages', group: :jekyll_plugins diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 869751e..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2017 Jenil Gogari - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/doc-styles.css b/doc-styles.css new file mode 100644 index 0000000..ac735ce --- /dev/null +++ b/doc-styles.css @@ -0,0 +1,28 @@ +.hero { + display: flex; + flex-direction: column; +} + +.logo { + flex: 1; + flex-direction: column; +} + +.logo svg { + width: 100%; + max-width: 300px; +} + +.logo h3 { + font-weight: 300; +} + +footer { + background-color: #fafafa; + padding: 4rem; +} + +section { + max-width: 700px; + margin: 5rem auto; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..62ca613 --- /dev/null +++ b/index.html @@ -0,0 +1,55 @@ + + + +
+ + +All you need is 1 CSS file, chota.css
to be included in your webpage.
Link this CSS in your HTML:
+https://unpkg.com/chota+
You can download it from Github or install it from npm or yarn:
+npm install chota+