From 0072d3bf593f78dddba6093f3dffc098d759f4a9 Mon Sep 17 00:00:00 2001 From: Thomas Rientjes <synzvato@protonmail.com> Date: Tue, 9 Jan 2018 01:36:03 -0300 Subject: [PATCH] Update welcome page --- pages/welcome/welcome.html | 70 +++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/pages/welcome/welcome.html b/pages/welcome/welcome.html index c2f06ad..df79c62 100644 --- a/pages/welcome/welcome.html +++ b/pages/welcome/welcome.html @@ -2,71 +2,71 @@ <html> -<head> + <head> - <title>2.0 Says Hello - Decentraleyes</title> + <title>2.0 Says Hello - Decentraleyes</title> - <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> - <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> + <meta charset="utf-8"> - <link rel="stylesheet" type="text/css" href="welcome.css"> + <link rel="stylesheet" type="text/css" href="welcome.css"> - <script defer src="../../modules/fontawesome/packs/solid.js"></script> - <script defer src="../../modules/fontawesome/fontawesome.js"></script> + <script defer src="../../modules/fontawesome/icon-bundle.min.js"></script> + <script defer src="../../modules/fontawesome/fontawesome.min.js"></script> - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> - <link rel="icon" href="favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> + <link rel="icon" href="favicon.ico" type="image/x-icon"> -</head> + </head> -<body> + <body> - <img src="logo.svg" alt="Decentraleyes" class="logo"/> + <img src="logo.svg" alt="Decentraleyes" class="logo"/> - <div class="container"> + <div class="container"> - <h1>For a smoother experience</h1> + <h1>For a smoother experience</h1> - <div class="notice"> + <div class="notice"> - <span class="subtle-hint"><span class="topic-label">Configure HTTPS Everywhere</span><br>There's no need to read any further, unless you actually use Decentraleyes in combination with the HTTPS Everywhere extension. If you do, please follow this <a href="https://decentraleyes.org/configure-https-everywhere/" target="_blank">short guide</a> to prevent, or resolve, any conflicts.</span> + <span class="subtle-hint"><span class="topic-label">Configure HTTPS Everywhere</span><br>There's no need to read any further, unless you actually use Decentraleyes in combination with the HTTPS Everywhere extension. If you do, please follow this <a href="https://decentraleyes.org/configure-https-everywhere/" target="_blank">short guide</a> to prevent, or resolve, any conflicts.</span> - </div> + </div> - <h1>What's new in version 2.0?</h1> + <h1>What's new in version 2.0?</h1> - <div class="notice"> + <div class="notice"> - <span class="subtle-hint"><span class="topic-label">Improved Configurability</span><br>The options screen has been updated to give you more control over the extension. Settings that impact privacy, or website functionality, are now explicitly labeled as advanced.</span> + <span class="subtle-hint"><span class="topic-label">Improved Configurability</span><br>The options screen has been updated to give you more control over the extension. Settings that impact privacy, or website functionality, are now explicitly labeled as advanced.</span> - <div class="topic-badge"><i class="fas fa-cog"></i></div> + <div class="topic-badge"><i class="fai fa-cog"></i></div> - </div> + </div> - <div class="notice"> + <div class="notice"> - <div class="topic-badge color-purple"><i class="fas fa-power-off"></i></div> + <div class="topic-badge color-purple"><i class="fai fa-power-off"></i></div> - <span class="subtle-hint"><span class="topic-label color-purple">Simplified Whitelist Management</span><br>Excluding the domain you're visiting from inspections is now easier than ever. Just open up the popup panel, and use the dedicated button, to disable protection for said site.</span> + <span class="subtle-hint"><span class="topic-label color-purple">Simplified Whitelist Management</span><br>Excluding the domain you're visiting from inspections is now easier than ever. Just open up the popup panel, and use the dedicated button, to disable protection for said site.</span> - </div> + </div> - <h1>Learn more, or contribute</h1> + <h1>Learn more, or contribute</h1> - <div class="btn-panel"> + <div class="btn-panel"> - <a class="btn btn-website" href="https://decentraleyes.org" target="_blank"><i class="btn-icon fas fa-globe" data-fa-transform="grow-2"></i><span class="btn-text">Website</span></a> + <a class="btn btn-website" href="https://decentraleyes.org" target="_blank"><i class="btn-icon fai fa-globe" data-fa-transform="grow-2"></i><span class="btn-text">Website</span></a> - <a class="btn btn-github" href="https://github.com/Synzvato/decentraleyes" target="_blank"><i class="btn-icon fas fa-github-alt" data-fa-transform="grow-2"></i><span class="btn-text">GitHub</span></a> + <a class="btn btn-github" href="https://github.com/Synzvato/decentraleyes" target="_blank"><i class="btn-icon fai fa-github-alt" data-fa-transform="grow-2"></i><span class="btn-text">GitHub</span></a> - <a class="btn btn-bitcoin" href="https://decentraleyes.org/donate/bitcoin/" target="_blank"><i class="btn-icon fas fa-btc" data-fa-transform="grow-2"></i><span class="btn-text">Bitcoin</span></a> + <a class="btn btn-bitcoin" href="https://decentraleyes.org/donate/bitcoin/" target="_blank"><i class="btn-icon fai fa-btc" data-fa-transform="grow-2"></i><span class="btn-text">Bitcoin</span></a> - <a class="btn btn-monero" href="https://decentraleyes.org/donate/monero/" target="_blank"><i class="btn-icon fas fa-monero" data-fa-transform="grow-2"></i><span class="btn-text">Monero</span></a> + <a class="btn btn-monero" href="https://decentraleyes.org/donate/monero/" target="_blank"><i class="btn-icon fai fa-monero" data-fa-transform="grow-2"></i><span class="btn-text">Monero</span></a> - </div> + </div> - </div> + </div> -</body> + </body> </html> -- GitLab