Skip to content

Commit 2509667

Browse files
committed
Add fa2png project
1 parent 3cc12c6 commit 2509667

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

_data/projects.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
1+
- slug: fa2png
2+
title: fa2png.io
3+
subtitle: Font-Awesome to PNG online converter
4+
has_gallery: false
5+
has_changelog: false
6+
has_github: false
7+
18
- slug: bootstrap-progressbar
29
title: bootstrap-progressbar
310
subtitle: jQuery plugin for twitter bootstrap's progressbar (v2 & v3) for displaying text and animations
411
has_gallery: false
512
has_changelog: true
13+
has_github: true
14+
github: https://github.com/minddust/bootstrap-progressbar
615

716
- slug: jquery-pjaxr
817
title: jQuery-pjaxr
918
subtitle: Pushstate aJAX eXtended Replacements
1019
has_gallery: false
1120
has_changelog: true
21+
has_github: https://github.com/minddust/jquery-pjaxr
1222

1323
- slug: campusnews
1424
title: Campusnews
1525
subtitle: university information system for mobile devices including cafeteria, bus connections, courses, map, news feeds, mailing
1626
has_gallery: true
1727
has_changelog: false
28+
has_github: false
1829
gallery:
1930
- campusnews_01_splashscreen.jpg
2031
- campusnews_02_initial_swipe_menu.jpg
@@ -54,3 +65,4 @@
5465
subtitle: Spaceless With Preserved Pre Formatting
5566
has_gallery: false
5667
has_changelog: false
68+
has_github: false

_layouts/project.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ <h1 id="post-title">{{ project.title }}</h1>
3131
<li><a href="/project/{{ project.slug }}/changelog/">Changelog</a></li>
3232
{% endif %}
3333
{% endif %}
34+
{% if project.has_github %}
35+
<li><a href="{{ project.github }}">GitHub</a></li>
36+
{% endif %}
3437
</ul>
3538
{{ content }}
3639
</div>

project/fa2png/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: project_overview
3+
title: fa2png
4+
project: fa2png
5+
---
6+
7+
[fa2png](http://fa2png.io/) is a Font-Awesome-To-PNG-Online-Converter. Nothing more to say =)
8+
9+
10+
Well.. maybe a little bit.
11+
12+
A [friend](http://jannikweyrich.com/) of mine came up with the idea of this online-icon-font-to-image-generation-tool.
13+
14+
There are services like [flaticon.com](http://www.flaticon.com/) but he wanted something else:
15+
16+
* easy simple setup
17+
* possibility to choose different sizes
18+
* possibility to choose different colors
19+
* plain font-awesome
20+
21+
So after a 12 hour hackathon we came up with [fa2png.io](http://fa2png.io/)
22+
23+
Yea! That's it. Hope you like it.

0 commit comments

Comments
 (0)