Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
isradeleon committed Jul 22, 2019
1 parent 115a483 commit c079514
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 17 deletions.
6 changes: 3 additions & 3 deletions components.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SocialiteUI: A responsive framework for WEB design.</title>
<link rel="stylesheet" href="socialiteui-v0.4.1/socialiteui.css">
<link rel="stylesheet" href="socialiteui-v0.4.2/socialiteui.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.8/styles/atom-one-light.min.css">
Expand Down Expand Up @@ -466,7 +466,7 @@ <h3 id="staggered" class="header-below-navbar text-salmon">Staggered grid view</

<p>For the staggered grid to work, you'll need to import the javascript
file from socialiteui framework at the bottom of your html document.</p>
<pre><code class="html"><script src="socialiteui-v0.4.1/socialiteui.js"></script></code></pre>
<pre><code class="html"><script src="socialiteui-v0.4.2/socialiteui.js"></script></code></pre>

<br>

Expand Down Expand Up @@ -664,7 +664,7 @@ <h3 style="text-align: center;">Posts</h3>
<script>hljs.initHighlightingOnLoad();</script>


<script src="socialiteui-v0.4.1/socialiteui.js"></script>
<script src="socialiteui-v0.4.2/socialiteui.js"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SocialiteUI</title>
<link rel="stylesheet" href="socialiteui-v0.4.1/socialiteui.css">
<link rel="stylesheet" href="socialiteui-v0.4.2/socialiteui.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css">
<style>
.cols>.col,
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SocialiteUI: A responsive framework for WEB design.</title>
<link rel="stylesheet" href="socialiteui-v0.4.1/socialiteui.css">
<link rel="stylesheet" href="socialiteui-v0.4.2/socialiteui.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.8/styles/atom-one-light.min.css">
Expand Down Expand Up @@ -38,7 +38,7 @@
<h1>A responsive framework for WEB design with some social interface focused components.</h1>
<div>
<a class="btn salmon"
href="https://github.com/Isradeleon/socialiteui/archive/0.4.1.zip">Download current version (0.4.1)</a>
href="https://github.com/Isradeleon/socialiteui/archive/0.4.2.zip">Download current version (0.4.2)</a>
<a target="_blank" rel="noopener noreferrer" class="btn"
href="https://github.com/Isradeleon/socialiteui"><i class="fab fa-github"></i> View on Github</a>
<a class="btn" href="./components.html"><i class="fa fa-code"></i> Docs</a>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socialiteui",
"version": "0.4.1",
"version": "0.4.2",
"description": "Responsive WEB framework for social interfaces",
"main": "main.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
SocialiteUI v0.4.2
*/

p{
font-size: 0.9rem;
}
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions staggered.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SocialiteUI</title>
<link rel="stylesheet" href="socialiteui-v0.4.1/socialiteui.css">
<link rel="stylesheet" href="socialiteui-v0.4.2/socialiteui.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css">
</head>

Expand Down Expand Up @@ -288,7 +288,7 @@ <h3>Staggered</h3>
</section>
</section>

<script src="socialiteui-v0.4.1/socialiteui.js"></script>
<script src="socialiteui-v0.4.2/socialiteui.js"></script>
<script>
(function () {
function addStaggeredItemTest(timeout, height) {
Expand Down
4 changes: 2 additions & 2 deletions website/components.njk.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ <h3 id="staggered" class="header-below-navbar text-salmon">Staggered grid view</

<p>For the staggered grid to work, you'll need to import the javascript
file from socialiteui framework at the bottom of your html document.</p>
<pre><code class="html"><script src="socialiteui-v0.4.1/socialiteui.js"></script></code></pre>
<pre><code class="html"><script src="socialiteui-v0.4.2/socialiteui.js"></script></code></pre>

<br>

Expand Down Expand Up @@ -450,5 +450,5 @@ <h3 id="staggered" class="header-below-navbar text-salmon">Staggered grid view</
{% endblock %}

{% block js %}
<script src="socialiteui-v0.4.1/socialiteui.js"></script>
<script src="socialiteui-v0.4.2/socialiteui.js"></script>
{% endblock %}
2 changes: 1 addition & 1 deletion website/index.njk.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1>A responsive framework for WEB design with some social interface focused components.</h1>
<div>
<a class="btn salmon"
href="https://github.com/Isradeleon/socialiteui/archive/0.4.1.zip">Download current version (0.4.1)</a>
href="https://github.com/Isradeleon/socialiteui/archive/0.4.2.zip">Download current version (0.4.2)</a>
<a target="_blank" rel="noopener noreferrer" class="btn"
href="https://github.com/Isradeleon/socialiteui"><i class="fab fa-github"></i> View on Github</a>
<a class="btn" href="./components.html"><i class="fa fa-code"></i> Docs</a>
Expand Down
2 changes: 1 addition & 1 deletion website/root.njk.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SocialiteUI: A responsive framework for WEB design.</title>
<link rel="stylesheet" href="socialiteui-v0.4.1/socialiteui.css">
<link rel="stylesheet" href="socialiteui-v0.4.2/socialiteui.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.8/styles/atom-one-light.min.css">
Expand Down

0 comments on commit c079514

Please sign in to comment.