Skip to content

Commit

Permalink
add table-layout to showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed Nov 21, 2021
1 parent 0a7193f commit c8b3bd4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 12 deletions.
8 changes: 4 additions & 4 deletions _doc/showcase.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Showcase
excerpt: Maps and Libraries achieved with WurstScript.
date: 2021-10-26
date: 2021-11-21
icon:
name: icon_genius
name: icon_genius
color: primary
sections:
- /showcase/mapshowcase
- /showcase/libshowcase
- /showcase/mapshowcase
- /showcase/libshowcase
---

<div class="jumbotron" markdown="1">
Expand Down
38 changes: 30 additions & 8 deletions _doc/showcase/libshowcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ title: Libraries
<div class="card-block" markdown="1">

{: .card-title}

#### Frentity

{: .card-text}
Lightweight entity framework for a sleek, bootstrapped map development experience.

[*&nbsp;*{: .fa .fa-external-link-square} Git Repo](https://github.com/Frotty/Frentity)
[_&nbsp;_{: .fa .fa-external-link-square} Git Repo](https://github.com/Frotty/Frentity)

</div>


</div>
</div>
<!-- End Card -->
Expand All @@ -37,16 +37,16 @@ Lightweight entity framework for a sleek, bootstrapped map development experienc
<div class="card-block" markdown="1">

{: .card-title}

#### Wurst Lodash

{: .card-text}
Functional Programming Utilities for WurstScript inspired by Lodash.

[*&nbsp;*{: .fa .fa-external-link-square} Git Repo](https://github.com/theQuazz/wurst-lodash)
[_&nbsp;_{: .fa .fa-external-link-square} Git Repo](https://github.com/theQuazz/wurst-lodash)

</div>


</div>
</div>
<!-- End Card -->
Expand All @@ -61,25 +61,47 @@ Functional Programming Utilities for WurstScript inspired by Lodash.
<div class="col-sm-6 col-xs-12">
<div class="card" markdown="1">

[![screenshot](/assets/images/showcase/wursttablelayout.png){: .img-responsive .center-block}](https://github.com/Frotty/wurst-table-layout)

<div class="card-block" markdown="1">

{: .card-title}

#### Wurst Table Layout

{: .card-text}
A lightweight and easy to use API for creating stunning custom user interfaces. Frames without the hassle.

[_&nbsp;_{: .fa .fa-external-link-square} Git Repo](https://github.com/Frotty/wurst-table-layout)

</div>

</div>
</div>
<!-- End Card -->

<!-- Begin Card -->
<div class="col-sm-6 col-xs-12">
<div class="card" markdown="1">

[![screenshot](/assets/images/showcase/itemshop2.png){: .img-responsive .center-block}](https://github.com/Frotty/wurst-item-shop)

<div class="card-block" markdown="1">

{: .card-title}

#### Wurst Item Shop

{: .card-text}
A minimal non-intrusive shop UI and item management system.
A minimal, non-intrusive shop UI and item management system. Uses wurst-table-layout.

[*&nbsp;*{: .fa .fa-external-link-square} Git Repo](https://github.com/Frotty/wurst-item-shop)
[_&nbsp;_{: .fa .fa-external-link-square} Git Repo](https://github.com/Frotty/wurst-item-shop)

</div>


</div>
</div>
<!-- End Card -->


</div>
<!-- End Row -->
Binary file added assets/images/showcase/wursttablelayout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8b3bd4

Please sign in to comment.