File tree Expand file tree Collapse file tree 4 files changed +155
-0
lines changed Expand file tree Collapse file tree 4 files changed +155
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,29 @@ <h4>{{ app.name }}</h4>
211
211
</ div >
212
212
</ div >
213
213
</ div >
214
+
215
+ {% if page.apps.complementary %}
216
+ < h3 > Complementary</ h3 >
217
+ < p > {{ page.apps.complementary_intro }}</ p >
218
+ < div class ="row-fluid ">
219
+ < div class ="row ">
220
+ < div class ="features-grid apps ">
221
+ {% for app in page.apps.complementary %}
222
+ < div class ="feature ">
223
+ < a href ="{{ app.url }} ">
224
+ {% if app.logo contains "fa " %}
225
+ < span class ="{{ app.logo }} fa-3x "> </ span >
226
+ {% else %}
227
+ < img src ="{{ app.logo }} "/>
228
+ {% endif %}
229
+ < h4 > {{ app.name }}</ h4 >
230
+ </ a >
231
+ </ div >
232
+ {% endfor %}
233
+ </ div >
234
+ </ div >
235
+ </ div >
236
+ {% endif %}
214
237
</ div >
215
238
</ div >
216
239
Original file line number Diff line number Diff line change @@ -436,6 +436,10 @@ footer p em {
436
436
/****************************
437
437
* Misc.
438
438
*****************************/
439
+ .section .row-fluid + h3 {
440
+ margin-top : 32px ;
441
+ }
442
+
439
443
.danger > h5 {
440
444
padding-top : 8px ;
441
445
padding-bottom : 8px ;
Original file line number Diff line number Diff line change @@ -326,6 +326,12 @@ apps:
326
326
technologies :
327
327
- Python
328
328
329
+ complementary_intro : " These applications can further extend your device's functionality, but are not related to OpenRazer."
330
+ complementary :
331
+ - name : Input Remapper
332
+ url : https://github.com/sezanzeb/input-remapper
333
+ logo : /img/apps/input-remapper.svg
334
+
329
335
links :
330
336
- label : View Source
331
337
icon : fa-brands fa-github
You can’t perform that action at this time.
0 commit comments