From 8a1240e99578f942d10ca61b71230e020885c03e Mon Sep 17 00:00:00 2001 From: Remi Collet <remi@remirepo.net> Date: Wed, 7 Aug 2019 17:51:03 +0200 Subject: add message about opverflow and new builder --- index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 00448eab..6ae54aeb 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ <style type="text/css"> /* Progress */ progress { - width: 25em; + width: 30em; background-color: #ff8484; border-radius: 1em; margin: 0 1em; @@ -56,14 +56,17 @@ <p class="msg"> --> <h2>Next year <strong>Web hosting</strong> budget, until August 2020: - <progress max="500" value="500">100%</progress> <strong>100% of 500€</strong>. + <progress max="500" value="500">100%</progress> <strong>100% of 500€</strong> + </h2> <!-- - <progress max="500" value="455">91%</progress> <strong>91% of 500€</strong>. + <progress max="500" value="455">91%</progress> <strong>91% of 500€</strong> --> <!-- </p>-<p class="msg" style="margin-bottom: 18em"> --> + <p class="msg">Overflow will be used to buy a <strong>new builder</strong> (Intel i9-9900K based). <a href="https://blog.remirepo.net/pages/MerciThanks">Thank you</a> for your support. + </p> <!-- and <a href="https://blog.remirepo.net/pages/MerciThanks">GET</a> the Sticker ! --> </h2> -- cgit