Skip to content

Commit

Permalink
updated index
Browse files Browse the repository at this point in the history
  • Loading branch information
hunzaboy committed Nov 15, 2017
1 parent 0d847b5 commit 58effe9
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 15 deletions.
2 changes: 1 addition & 1 deletion dist/css/bulma-radio-checkbox.css
@@ -1,5 +1,5 @@
/*!
cool-checkboxes-for-bulma.io v1.0.0: Cool Checkboxes for Bulma.io
cool-checkboxes-for-bulma.io v1.1.0: Cool Checkboxes for Bulma.io
(c) 2017
MIT License
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bulma-radio-checkbox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 44 additions & 12 deletions index.html
Expand Up @@ -14,15 +14,26 @@
<section class="hero is-medium is-info is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title">Cool Checboxes for <a href="http://bulma.io" target="_blank">Bulma.io</a></h1>
<h2 class="subtitle">Change the uncool checkboxes into something cooler.</h2>
<a class="button is-info is-inverted" href="https://github.com/hunzaboy/Cool-Checkboxes-for-Bulma.io">
<div class="columns">
<div class="column">
<h1 class="title">Cool Checboxes for <a href="http://bulma.io" target="_blank">Bulma.io</a></h1>
<h2 class="subtitle">Change the uncool checkboxes into something cooler.</h2>
<a class="button is-info is-inverted" href="https://github.com/hunzaboy/Cool-Checkboxes-for-Bulma.io">
<span class="icon">
<i class="fa fa-github"></i>
</span>
<span>View on Github</span>
</a>

</div>
<div class="column">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Bulma Ad -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6403491308890107" data-ad-slot="1627278884" data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
</div>
</div>
</section>
Expand Down Expand Up @@ -64,7 +75,6 @@ <h3 class="title is-4">Also supports <code>is-circular</code> to make the checkb
Is Success
</label>
</div>

</p>
</div>
<div class="field">
Expand Down Expand Up @@ -202,8 +212,8 @@ <h3 class="title is-4">Also supports <code>is-circular</code> to make the checkb
</div>
<div class="columns">
<div class="column">
<p class="title is-4">Inline Cool Checkboxes</p>
<div class="field">
<p class="title is-4">Inline Cool Checkboxes</p>
<div class="field">
<div class="b-checkbox is-primary is-inline">
<input id="checkbox1-inline" class="styled" type="checkbox">
<label for="checkbox1-inline">
Expand All @@ -217,7 +227,6 @@ <h3 class="title is-4">Also supports <code>is-circular</code> to make the checkb
</label>
</div>
</div>

</div>
</div>
</div>
Expand Down Expand Up @@ -276,7 +285,7 @@ <h3 class="title is-4">Markup</h3>
<div class="field">
<p class="control">
<div class="b-checkbox is-info is-inline">
<input id="checkboxsample1-inline" class="styled" type="checkbox">
<input id="checkboxsample1-inline" class="styled" type="checkbox">
<label for="checkboxsample1-inline">
Is Primary Inline Cool Checkbox
</label>
Expand Down Expand Up @@ -306,11 +315,34 @@ <h3 class="title is-4">Markup</h3>
&lt;/p&gt;
&lt;/div&gt;</code></pre>
</div>

</div>

</div>
</section>
<section>
<div class="container">
<div class="columns">
<div class="column">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Bulma Ad -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6403491308890107" data-ad-slot="1627278884" data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
</div>
</section>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-105402107-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-105402107-3');
</script>

</body>

</html>
</html>
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cool-checkboxes-for-bulma.io",
"version": "1.0.0",
"version": "1.1.0",
"description": "Cool Checkboxes for Bulma.io",
"main": "dist/css/bulma-radio-checkbox.css",
"scripts": {
Expand Down

0 comments on commit 58effe9

Please sign in to comment.