From 39fc10a6d2799d33d7d45a749f2122f5b2059cb1 Mon Sep 17 00:00:00 2001 From: Quentin DECAUNES <le.storm1er@gmail.com> Date: Tue, 6 Aug 2019 14:06:11 +0200 Subject: [PATCH] fix: Added a donation link. --- index.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 171a9f8..eb98f67 100644 --- a/index.html +++ b/index.html @@ -16,10 +16,17 @@ #experimental-tab h3 label { cursor: pointer; } + #donation { + background: rgb(232, 91, 70); + } </style> </head> <body class="uk-animation-fade" uk-height-viewport="expand: true"> - <h1>Ryzen Controller <span id="version" class="uk-badge"></span></h1> + <h1> + Ryzen Controller + <span id="version" class="uk-badge"></span> + <a class="uk-badge" id="donation" title="By us some beers ❤️" href="#" onClick="require('electron').shell.openExternal('https://www.patreon.com/ryzencontrollerteam')">Patreon</a> + </h1> <ul uk-switcher="animation: uk-animation-fade" uk-tab uk-sticky class="uk-background-default uk-margin-remove" id="main-container-selector"> <li><a href="#">Presets</a></li>