diff --git a/_layouts/base.html b/_layouts/base.html
index ccc9842..5ced238 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -207,6 +207,27 @@
{{ app.name }}
{% endfor %}
+
+ {% if page.apps.complementary %}
+ Complementary
+ {{ page.apps.complementary_intro }}
+
+
+ {% for app in page.apps.complementary %}
+
+ {% endfor %}
+
+
+ {% endif %}
diff --git a/css/openrazer.css b/css/openrazer.css
index 34b31d1..b9b169b 100644
--- a/css/openrazer.css
+++ b/css/openrazer.css
@@ -448,6 +448,10 @@ footer p em {
/****************************
* Misc.
*****************************/
+.section .row-fluid + h3 {
+ margin-top: 32px;
+}
+
.danger > h5 {
padding-top: 8px;
padding-bottom: 8px;
diff --git a/img/apps/input-remapper.svg b/img/apps/input-remapper.svg
new file mode 100644
index 0000000..b620d4e
--- /dev/null
+++ b/img/apps/input-remapper.svg
@@ -0,0 +1,122 @@
+
+
diff --git a/index.md b/index.md
index bab173c..f1e1ec5 100644
--- a/index.md
+++ b/index.md
@@ -322,6 +322,12 @@ apps:
technologies:
- Python
+ complementary_intro: "These applications can further extend your device's functionality, but are not related to OpenRazer."
+ complementary:
+ - name: Input Remapper
+ url: https://github.com/sezanzeb/input-remapper
+ logo: /img/apps/input-remapper.svg
+
links:
- label: View Source
icon: fa-brands fa-github