Skip to content

Commit

Permalink
Merge pull request #2 from vishnucss/release-1.0.0-beta.1
Browse files Browse the repository at this point in the history
Release 1.0.0 beta.1
  • Loading branch information
alexandesigner authored Sep 23, 2017
2 parents 68165a3 + 81b4141 commit d74e799
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions examples/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<meta name="description" content="vishnucss provides a minimal setup of styles for a fast and clean starting point.">
<title>Vishnu | A simple and minimalist toolkit with modern css.</title>
<link rel="icon" href="../arts/logo.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
<link rel="stylesheet" href="../dist/vishnu.min.css">
<link rel="stylesheet" href="https://unpkg.com/vishnucss"/>
<link rel="stylesheet" href="./style.css">
</head>

Expand All @@ -23,7 +22,7 @@
<h1>Vishnu</h1>
<h5>A simple and minimalist toolkit with modern css</h5>
<a class="github-button" href="https://github.com/vishnucss/vishnu" data-icon="octicon-star" data-size="large" aria-label="Star vishnucss/vishnu on GitHub">Star</a>
<small class="full-width">Currently v1.0.0-beta.0</small>
<small class="full-width">Currently v1.0.0-beta.1</small>
</div>
</section>

Expand All @@ -32,9 +31,7 @@ <h5>A simple and minimalist toolkit with modern css</h5>
<section id="installation" class="container center">
<div>
<h2>Why should I use it?</h2>
<p>
<p>A simple style guide provides a setup of styles using Modern CSS for a fast and clean starting point. Everything you need to create a basic project is included.</p>
</p>
<p class="description">A simple style guide provides a setup of styles using Modern CSS for a fast and clean starting point. Everything you need to create a basic project is included.</p>
<h3 class="title">Install</h3>
<p class="description">You can install Vishnu in multiple ways, but it's as simple as adding a single <code>link</code> tag to your project.</p>

Expand Down Expand Up @@ -695,7 +692,7 @@ <h3 class="title">Utilities</h3>
<!-- Contributing -->
<section class="container" id="contributing">
<h2>Get Involved</h2>
<p>We'd love for you to help us build Vishnu. If you'd like to be a contributor, check out our <a href="https://github.com/vishnucss/vishnucss/blob/master/.github/contributing.md"
<p class="description">We'd love for you to help us build Vishnu. If you'd like to be a contributor, check out our <a href="https://github.com/vishnucss/vishnucss/blob/master/.github/contributing.md"
title="Contributing">Contributing docs</a>.</p>
</section>

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vishnucss",
"filename": "vishnu.min.css",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "A simple and minimalist toolkit with modern css",
"main": "./dist/vishnu.min.css",
"keywords": [
Expand Down

0 comments on commit d74e799

Please sign in to comment.