File tree 13 files changed +28
-21
lines changed
13 files changed +28
-21
lines changed Original file line number Diff line number Diff line change 2
2
layout : libossia-feature
3
3
title : " Unreal Engine bindings"
4
4
5
- permalink : /site-libossia/features/unreal .html
5
+ permalink : /site-libossia/features/c .html
6
6
category : " site-libossia"
7
- # image: /assets/bindings/qml .png
8
- description : " Using libossia with Unreal Engine "
7
+ image : /assets/logo/c .png
8
+ description : " Using libossia with C "
9
9
10
10
tag : " Bindings"
11
11
visible : true
@@ -18,4 +18,4 @@ visible: true
18
18
19
19
# Video tutorial
20
20
21
- TODO
21
+ TODO
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "Max/MSP bindings"
4
4
5
5
permalink : /site-libossia/features/max.html
6
6
category : " site-libossia"
7
- # image: /assets/bindings /max.png
7
+ image : /assets/logo /max.jpg
8
8
description : " Using libossia with Max/MSP"
9
9
10
10
tag : " Bindings"
@@ -18,4 +18,4 @@ visible: true
18
18
19
19
# Video tutorial
20
20
21
- TODO
21
+ TODO
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "OpenFrameworks bindings"
4
4
5
5
permalink : /site-libossia/features/openframeworks.html
6
6
category : " site-libossia"
7
- # image: /assets/bindings/openframeworks .png
7
+ image : /assets/logo/of .png
8
8
description : " Using libossia with OpenFrameworks"
9
9
10
10
tag : " Bindings"
@@ -18,4 +18,4 @@ visible: true
18
18
19
19
# Video tutorial
20
20
21
- TODO
21
+ TODO
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ visible: true
17
17
18
18
# Video tutorial
19
19
20
- TODO
20
+ TODO
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "PureData bindings"
4
4
5
5
permalink : /site-libossia/features/puredata.html
6
6
category : " site-libossia"
7
- # image: /assets/bindings/puredata .png
7
+ image : /assets/logo/pd .png
8
8
description : " Using libossia with PureData"
9
9
10
10
tag : " Bindings"
@@ -18,4 +18,4 @@ visible: true
18
18
19
19
# Video tutorial
20
20
21
- TODO
21
+ TODO
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "Processing bindings"
4
4
5
5
permalink : /site-libossia/features/processing.html
6
6
category : " site-libossia"
7
- # image: /assets/bindings /processing.png
7
+ image : /assets/logo /processing.jpg
8
8
description : " Using libossia with Processing"
9
9
10
10
tag : " Bindings"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "Python bindings"
4
4
5
5
permalink : /site-libossia/features/python.html
6
6
category : " site-libossia"
7
- # image: /assets/bindings/max .png
7
+ image : /assets/logo/python-logo .png
8
8
description : " Using libossia with Python"
9
9
10
10
tag : " Bindings"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "Qt / QML bindings"
4
4
5
5
permalink : /site-libossia/features/qml.html
6
6
category : " site-libossia"
7
- # image: /assets/bindings/qml .png
7
+ image : /assets/logo/qt-logo .png
8
8
description : " Using libossia with QML"
9
9
10
10
tag : " Bindings"
@@ -18,4 +18,4 @@ visible: true
18
18
19
19
# Video tutorial
20
20
21
- TODO
21
+ TODO
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "SuperCollider bindings"
4
4
5
5
permalink : /site-libossia/features/supercollider.html
6
6
category : " site-libossia"
7
- # image: /assets/bindings/puredata .png
7
+ image : /assets/logo/supercollider-logo .png
8
8
description : " Using libossia with SuperCollider"
9
9
10
10
tag : " Bindings"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "Unity3D bindings"
4
4
5
5
permalink : /site-libossia/features/unity.html
6
6
category : " site-libossia"
7
- # image: /assets/bindings/qml .png
7
+ image : /assets/logo/unity .png
8
8
description : " Using libossia with Unity3D"
9
9
10
10
tag : " Bindings"
@@ -18,4 +18,4 @@ visible: true
18
18
19
19
# Video tutorial
20
20
21
- TODO
21
+ TODO
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "Unreal Engine bindings"
4
4
5
5
permalink : /site-libossia/features/unreal.html
6
6
category : " site-libossia"
7
- # image: /assets/bindings/qml .png
7
+ image : /assets/logo/unreal_engine .png
8
8
description : " Using libossia with Unreal Engine"
9
9
10
10
tag : " Bindings"
@@ -18,4 +18,4 @@ visible: true
18
18
19
19
# Video tutorial
20
20
21
- TODO
21
+ TODO
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ libossia is distributed under the terms of the CeCILL-C license and of the LGPLv
81
81
<div class="features-list">
82
82
{% for post in site.libossia_features %}
83
83
<a href="{{post.url}}" class="thumbnail" >
84
- <img class="thumbnail-feature" src="/assets/blank.png" alt="{{post.title}}" data-echo="{{post.image}}" width="auto" />
84
+ <img class="thumbnail-feature-libossia " src="/assets/blank.png" data-echo="{{post.image}}" />
85
85
<h1 class="blog-title">{{post.title}} </h1>
86
86
<span class="feature-description">{{post.description}}</span>
87
87
</a>
Original file line number Diff line number Diff line change @@ -1230,6 +1230,13 @@ h2.blog-title{
1230
1230
.thumbnail-feature {
1231
1231
width : 300px ;
1232
1232
}
1233
+
1234
+ .thumbnail-feature-libossia {
1235
+ max-width : 100px ;
1236
+ max-height : 100px ;
1237
+ width : auto;
1238
+ height : auto;
1239
+ }
1233
1240
.feature-description {
1234
1241
font-weight : 400 ;
1235
1242
font-size : 18px ;
You can’t perform that action at this time.
0 commit comments