Skip to content

Commit

Permalink
Up version to 0.3.3, Fix copy on homepage, add plugins section Adjust…
Browse files Browse the repository at this point in the history
…s ans links fix
  • Loading branch information
konrad-k committed Oct 25, 2023
1 parent b5ad3fd commit 6444007
Show file tree
Hide file tree
Showing 9 changed files with 208 additions and 201 deletions.
8 changes: 7 additions & 1 deletion _includes/docs/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header class="header fixed body-content">
<div class="header-content">
<a href="/" class="logo logo-s"><img src="/img/logo/formir-64.png"/><span>formir / docs <small>v0.3.0</small></span></a>
<a href="/" class="logo logo-s"><img src="/img/logo/formir-64.png"/><span>formir / docs <small>v0.3.3</small></span></a>
<nav>
<input id="nav-mobile" type="checkbox" class="mobile-toggle"/>
<label for="nav-mobile" class="mobile-toggle-label">
Expand All @@ -13,12 +13,18 @@
<input type="checkbox"/>
<a class="anchor">Plugins</a>
<ul class="popup bottom menu">
<li class="item">
<a class="anchor" href="/plugins/slider/index.html">Slider</a>
</li>
<li class="item">
<a class="anchor" href="/plugins/room/index.html">Room - 3D Gallery</a>
</li>
<li class="item">
<a class="anchor" href="/plugins/table-fluid/index.html">Table fluid - columns sider</a>
</li>
<li class="item">
<a class="anchor" href="/room-gallery/">React Comp. Room Gallery</a>
</li>
</ul>
</li>
<li class="item active"><a class="anchor" href="/docs/index.html">Documentations</a></li>
Expand Down
5 changes: 4 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@
<li class="item">
<a class="anchor" href="/plugins/table-fluid/index.html">Table fluid - rwd slider for table</a>
</li>
<li class="item">
<a class="anchor" href="/room-gallery/">React Comp. Room Gallery</a>
</li>
</ul>
</li>
<li class="item"><a class="anchor" href="/docs/index.html">Documentations</a></li>
<li class="item"><a class="anchor" href="https://github.com/formir/formir/archive/v0.3.0.zip" target="_blank">Download</a></li>
<li class="item"><a class="anchor" href="https://github.com/formir/formir/archive/v0.3.3.zip" target="_blank">Download</a></li>
<li class="item"><a class="anchor" href="https://github.com/formir/formir/issues/new" target="_blank">Report issue</a></li>
<li class="item">
<a class="anchor button inverse transparent" href="https://paypal.me/formir" target="_blank">Support author</a>
Expand Down
3 changes: 3 additions & 0 deletions _includes/plugins/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<li class="item">
<a class="anchor" href="/plugins/table-fluid/index.html">Table fluid - rwd slider for table</a>
</li>
<li class="item">
<a class="anchor" href="/room-gallery/">React Comp. Room Gallery</a>
</li>
</ul>
</li>
<li class="item"><a class="anchor" href="/docs/index.html">Documentations</a></li>
Expand Down
3 changes: 3 additions & 0 deletions _includes/plugins/room/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<li class="item">
<a class="anchor" href="/plugins/table-fluid/index.html">Table fluid - rwd slider for table</a>
</li>
<li class="item">
<a class="anchor" href="/room-gallery/">React Comp. Room Gallery</a>
</li>
</ul>
</li>
<li class="item divider">
Expand Down
3 changes: 3 additions & 0 deletions _includes/plugins/slider/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<li class="item">
<a class="anchor" href="/plugins/table-fluid/index.html">Table fluid - rwd slider for table</a>
</li>
<li class="item">
<a class="anchor" href="/room-gallery/">React Comp. Room Gallery</a>
</li>
</ul>
</li>
<li class="item divider">
Expand Down
3 changes: 3 additions & 0 deletions _includes/plugins/table-fluid/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<li class="item">
<a class="anchor" href="/plugins/table-fluid/index.html">Table fluid - rwd slider for table</a>
</li>
<li class="item">
<a class="anchor" href="/room-gallery/">React Comp. Room Gallery</a>
</li>
</ul>
</li>
<li class="item divider">
Expand Down
378 changes: 182 additions & 196 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formir-home",
"version": "0.3.0",
"version": "0.3.3",
"description": "Homepage of formir framework - formir.io",
"main": "index.html",
"directories": {
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"formir": "^0.3.0",
"gh-pages": "^2.2.0",
"less": "^3.11.1"
"less": ">=3.7.0 <=3.13.1"
},
"devDependencies": {},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/table-fluid/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>Table fluid examples</h1>
{% include plugins/table-fluid/examples/base.html %}
</div>

<div class="content-holder text-center padding-top-5 padding-bottom-3">
<div class="content-holder text-center padding-bottom-3">
<a href="/plugins/table-fluid/docs.html" class="button button-l">Go to Documentation</a>
</div>
</article>
Expand Down

0 comments on commit 6444007

Please sign in to comment.