Skip to content

Commit

Permalink
v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
efraa committed Nov 7, 2018
1 parent 6a5b489 commit 0833f00
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -4,7 +4,7 @@
</a>
</p>
<p align="center">
🔔 <strong>eFrolicss</strong> | CSS framework which without using JavaScript is interactive and animated.
🔔 <strong>eFrolicss</strong> | CSS framework which without using JavaScript is interactive and animated.
</p>
<p align="center">
This framework is based on being simple and modern to develop web interfaces focused on mobile devices. Built in flexbox bases.
Expand Down Expand Up @@ -52,18 +52,18 @@ import 'efrolic/dist/css/efrolic.min.css'
Copy-paste the stylesheet <code>&lt;link></code> into your <code>&lt;head></code> before all other stylesheets to load our CSS.

```bash
<link rel="stylesheet" href="https://unpkg.com/efrolic@0.2.8/dist/css/efrolic.min.css">
<link rel="stylesheet" href="https://unpkg.com/efrolic@0.2.9/dist/css/efrolic.min.css">
```

#### Download

**📌 Compiled CSS**

<a href="https://efrolicss.com/assets/download/eFrolic.rar">Download 📉</a>
<a href="https://efrolicss.com/assets/download/eFrolic.zip">Download 📉</a>

**📌 Sass files**

<a href="https://efrolicss.com/assets/download/eFrolic-Sass.rar">Download 📈</a>
<a href="https://efrolicss.com/assets/download/eFrolic-Sass.zip">Download 📈</a>


### CSS file 50KB so far. 📦
Expand Down
8 changes: 4 additions & 4 deletions _config.yml
Expand Up @@ -16,12 +16,12 @@ donate: "https://www.paypal.me/efraperalta"


# CSS
css_cdn: "https://unpkg.com/efrolic@0.2.8/dist/css/efrolic.min.css"
css_cdn: "https://unpkg.com/efrolic@0.2.9/dist/css/efrolic.min.css"
css_github: "http://efrolicss.com/assets/css/dist/efrolic.min.css"
fontawesome: "https://use.fontawesome.com/releases/v5.3.1/css/all.css"
fontawesome_integrity: "sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
files_css: "/assets/download/eFrolic.rar"
files_sass: "/assets/download/eFrolic-Sass.rar"
files_css: "/assets/download/eFrolic.zip"
files_sass: "/assets/download/eFrolic-Sass.zip"

# Config
button: anime primary
Expand All @@ -37,7 +37,7 @@ lang: en
ref: hello

# Build settings
version: "V0.2.8"
version: "V0.2.9"
markdown: kramdown
url: "https://efrolicss.com"
permalink: pretty
Expand Down
8 changes: 4 additions & 4 deletions _posts/2018-11-02-official-launch-eFrolic.md
@@ -1,25 +1,25 @@
---
layout: post
description: "Officially we have released eFrolic V0.2.8 in its stable version..."
description: "Officially we have released eFrolic V0.2.9 in its stable version..."

# Post config
tag: Launch
color: "dark"
tag_color: "danger"
image: "/assets/images/post/bg-d.png"

title: " Official launch, eFrolic V0.2.8"
title: " Official launch, eFrolic V0.2.9"

# Short description
short_description: "Officially we have released eFrolic V0.2.8 in its stable version..."
short_description: "Officially we have released eFrolic V0.2.9 in its stable version..."

---

Welcome to the first official version for the public.

This is the first publication of the News section. Support us!

Officially we have released eFrolic V0.2.8 in its stable version, although we are constantly working to improve typographical errors and other things.
Officially we have released eFrolic V0.2.9 in its stable version, although we are constantly working to improve typographical errors and other things.

If you find any typographical or behavioral error feel free to inform us or open a problem on GitHub.

Expand Down
Binary file removed assets/download/eFrolic-Sass.rar
Binary file not shown.
Binary file added assets/download/eFrolic-Sass.zip
Binary file not shown.
Binary file removed assets/download/eFrolic.rar
Binary file not shown.
Binary file added assets/download/eFrolic.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "efrolic",
"version": "0.2.8",
"version": "0.2.9",
"description": "It is a CSS framework, which without using javascript is interactive and animated. This framework is based on being simple and modern to develop web interfaces focused on mobile devices.",
"keywords": [
"framework",
Expand Down

0 comments on commit 0833f00

Please sign in to comment.