Skip to content

Commit

Permalink
2.6 update - improve demo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniker committed Oct 12, 2017
1 parent e36e49c commit e4920f7
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ __Demo__ http://www.framycss.org/demo
Just include a specific version like this:
```
// CSS
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.5/dist/css/framy.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.6/dist/css/framy.min.css">
// JS
<script src="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.5/dist/js/framy.js"></script>
<script src="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.6/dist/js/framy.js"></script>
```

Or just the CSS flexbox grid:
```
// Just the CSS flexbox grid
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/aaroniker/framy-css@2.6/dist/css/framy.grid.min.css">
```

https://www.jsdelivr.com/package/gh/aaroniker/framy-css
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "framy-css",
"description": "Framy is a free and very simple CSS Framework for developing responsive & modern websites.",
"main": "dist/css/framy.min.css",
"version": "2.5.0",
"version": "2.6.0",
"keywords": [
"css",
"sass",
Expand Down
2 changes: 1 addition & 1 deletion demo/demo.min.css

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

10 changes: 9 additions & 1 deletion demo/demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,16 @@
display: block;
margin: 18px 0 0 0;
float: right;
img {
color: $dark80;
text-align: center;
.icon-github {
display: block;
width: 24px;
font-size: 24px;
&:before {
line-height: 24px;
display: block;
}
}
}
.logo {
Expand Down
8 changes: 0 additions & 8 deletions demo/img/github.svg

This file was deleted.

4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<section id="sidebar">

<h1>Framy CSS</h1>
<span class="info">Version <strong>2.5</strong></span>
<span class="info">Version <strong>2.6</strong></span>

<hr>

Expand Down Expand Up @@ -60,7 +60,7 @@ <h1>Colors</h1>
</a>

<a class="github" href="https://github.com/aaroniker/framy-css" target="_blank">
<img src="img/github.svg" alt="GitHub">
<i class="icon-github"></i>
</a>

<div class="menu">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "https://github.com/aaroniker/framy-css.git"
},
"version": "2.5.0",
"version": "2.6.0",
"keywords": [
"css",
"sass",
Expand Down

0 comments on commit e4920f7

Please sign in to comment.