mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-22 22:57:43 +01:00
Updated internal pages
This commit is contained in:
parent
525ea32a32
commit
4f3d9dda74
@ -9,3 +9,8 @@
|
||||
#table-bank-transfer > tbody > tr > td:nth-of-type(1) {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.div-donations {
|
||||
border-radius: 4px;
|
||||
border: 1px solid lightgrey;
|
||||
}
|
||||
|
@ -4,8 +4,7 @@
|
||||
<title>LocalCDN | Donate</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="../welcome/welcome.css">
|
||||
<link rel="stylesheet" type="text/css" href="../updates/updates.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||||
<link rel="stylesheet" type="text/css" href="donate.css">
|
||||
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="../images/favicon.ico" type="image/x-icon">
|
||||
@ -19,7 +18,7 @@
|
||||
<p>LocalCDN is free and open-source. If you like LocalCDN you can support continued development by making a donation. Any help would be greatly appreciated!</p>
|
||||
<p><b>Question:</b> <i>Why are the donation options only displayed here and no longer on the website?</i><br/><b>Answer:</b> I think it is better if your public IP address is rarely listed in any server log files.</p>
|
||||
</div>
|
||||
<div class="subtle-hint">
|
||||
<div class="subtle-hint div-donations">
|
||||
<h3>SEPA Bank Transfer</h3>
|
||||
<div id="div-bank-transfer">
|
||||
<table id="table-bank-transfer">
|
||||
@ -37,11 +36,11 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="subtle-hint">
|
||||
<div class="subtle-hint div-donations">
|
||||
<h3>Bitcoin</h3>
|
||||
<p class="mono-block">1C4GRNyuUFkp9dMDjUkV4TwDwdfxdgLzde</p>
|
||||
</div>
|
||||
<div class="subtle-hint">
|
||||
<div class="subtle-hint div-donations">
|
||||
<h3>Ether</h3>
|
||||
<p class="mono-block">0x2df49c1186f8b615c2059f29c3ed7f9f86d49552</p>
|
||||
</div>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<title>LocalCDN | Help</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="../welcome/welcome.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||||
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="../images/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
@ -14,8 +14,7 @@
|
||||
<h1>Help</h1>
|
||||
<div class="notice">
|
||||
<div class="subtle-hint"><div class="topic-label">Introduction</div>
|
||||
<p>LocalCDN is a web browser extension for your Firefox that emulates CDNs (Content Delivery Networks). It intercepts the network traffic between a website and remote CDNs, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required.</p>
|
||||
<p>For more information, please read this <a href="https://git.synz.io/Synzvato/decentraleyes/wikis/Simple-Introduction" rel="nofollow noopener noreferrer">basic introduction from Decentraleyes</a> or our <a href="https://codeberg.org/nobody/LocalCDN/wiki" rel="nofollow noopener noreferrer">Wiki pages</a>.</p>
|
||||
<p>LocalCDN is a web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use the following <a href="https://localcdn.de/test" rel="nofollow noopener noreferrer">testing utility</a> to find out if you are properly protected. For more information, please look at the graphic below or read the <a href="https://localcdn.de/tutorial" rel="nofollow noopener noreferrer">tutorial</a> or our <a href="https://codeberg.org/nobody/LocalCDN/wiki" target="_blank" rel="nofollow noopener noreferrer">Wiki pages</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="notice">
|
||||
|
@ -3,21 +3,26 @@
|
||||
*/
|
||||
|
||||
html {
|
||||
background-color: #f8fcee;
|
||||
background-color: #4e4e4e;
|
||||
box-sizing: border-box;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #eff4e2;
|
||||
background-color: #fafafa;
|
||||
box-sizing: border-box;
|
||||
color: #777;
|
||||
color: #555;
|
||||
font-size: 14px;
|
||||
margin: 0 auto;
|
||||
max-width: 982px;
|
||||
min-height: 100%;
|
||||
min-width: 256px;
|
||||
padding: 33px 18px;
|
||||
height: unset !important;
|
||||
-moz-box-shadow: 10px 10px 60px #111;
|
||||
-webkit-box-shadow: 10px 10px 60px #111;
|
||||
-khtml-box-shadow: 10px 10px 60px #111;
|
||||
box-shadow: 10px 10px 60px #111;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -112,6 +117,8 @@ hr {
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
-webkit-box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.5), 0px 5px 5px -5px #000000;
|
||||
box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.5), 0px 5px 5px -5px #000000;
|
||||
}
|
||||
|
||||
.btn-text {
|
||||
@ -148,36 +155,6 @@ hr {
|
||||
background-color: #f58700;
|
||||
}
|
||||
|
||||
.btn-donate {
|
||||
background-color: #007bbd;
|
||||
border-color: #00679e !important;
|
||||
}
|
||||
|
||||
.btn-donate:hover {
|
||||
background-color: #00679e;
|
||||
}
|
||||
|
||||
.btn-grid {
|
||||
background: #fff;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
display: grid;
|
||||
grid-gap: 16px;
|
||||
grid-template-columns: repeat(2,1fr);
|
||||
max-width: 752px;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.btn-decentraleyes {
|
||||
background-color: #777;
|
||||
border-color: #444 !important;
|
||||
}
|
||||
|
||||
.btn-decentraleyes:hover {
|
||||
background-color: #444;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Miscellaneous
|
||||
*/
|
||||
@ -198,9 +175,6 @@ hr {
|
||||
}
|
||||
|
||||
.subtle-hint {
|
||||
background-color: #fcfcfc;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #e6e6e6;
|
||||
color: #777;
|
||||
font-size: 14px;
|
||||
margin-bottom: 20px;
|
||||
@ -260,13 +234,26 @@ hr {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 550px) {
|
||||
@media screen and (max-width: 500px) {
|
||||
|
||||
.btn-grid {
|
||||
grid-template-columns: repeat(1,1fr);
|
||||
}
|
||||
|
||||
.btn-panel {
|
||||
flex-wrap: wrap;
|
||||
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: 13px 18px 12px
|
||||
padding: 13px 18px 12px;
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
max-width: 733px;
|
||||
}
|
||||
|
||||
.btn-text {
|
||||
display: none
|
||||
width: 100%;
|
||||
min-height: unset;
|
||||
}
|
||||
}
|
@ -4,7 +4,7 @@
|
||||
<title>LocalCDN release notes</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="../welcome/welcome.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||||
<link rel="stylesheet" type="text/css" href="../updates/updates.css">
|
||||
<script src="../../core/constants.js"></script>
|
||||
<script defer src="../../core/resources.js"></script>
|
||||
@ -28,7 +28,7 @@
|
||||
<li>Release notes: Open new tab in background (<a href="https://addons.mozilla.org/addon/localcdn-fork-of-decentraleyes/reviews/1554950/">Review</a>)</li>
|
||||
</ul>
|
||||
<div class="topic-label">
|
||||
Please update your uBlock/uMatrix rules
|
||||
Generate rule sets for uBlock or uMatrix
|
||||
</div>
|
||||
<div class="ruleset-generator">
|
||||
<input id="generate-ublock-rules" name="rule-sets" data-option="uBlock" type="radio" value="uBlock">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<title>LocalCDN says Hello - fork from Decentraleyes</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="welcome.css">
|
||||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||||
<script defer src="../../modules/internal/icons.js"></script>
|
||||
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon">
|
||||
<link rel="icon" href="../images/favicon.ico" type="image/x-icon">
|
||||
@ -13,10 +13,11 @@
|
||||
<script src="welcome.js"></script>
|
||||
<img src="../images/logo.svg" alt="Decentraleyes" class="logo"/>
|
||||
<div class="container">
|
||||
<h1>What's new in LocalCDN?</h1>
|
||||
<h1>Hello</h1>
|
||||
<div class="notice">
|
||||
<div class="subtle-hint">
|
||||
<div class="topic-label">Differences between LocalCDN and Decentraleyes</div>LocalCDN based on Decentraleyes. It includes more frameworks and more CDNs:
|
||||
<div class="topic-label">What is LocalCDN?</div>
|
||||
<p>LocalCDN is a web browser extension that emulates Content Delivery Networks to improve your online privacy. It intercepts traffic, finds supported resources locally, and injects them into the environment. All of this happens automatically, so no prior configuration is required. Feel free to use one of our <a href="https://localcdn.de/test/" rel="nofollow noopener noreferrer">testing utilities</a> to find out if you are properly protected. For a good start there is a short <a href="https://localcdn.de/tutorial" rel="nofollow noopener noreferrer">tutorial</a> and our <a href="https://codeberg.org/nobody/LocalCDN/wiki" rel="nofollow noopener noreferrer">Wiki pages</a>. LocalCDN supports more than 90 Libraries and 26 CDNs! Here is a very small selection of the advantages of LocalCDN:</p>
|
||||
<ul>
|
||||
<li>jQuery up to 3.4.1</li>
|
||||
<li>Bootstrap CSS (Delivered by StackPath, NetDNA and MaxCDN)</li>
|
||||
@ -24,7 +25,6 @@
|
||||
<li>AngularJS, AngularJS-Animate, AngularJS-Sanitize, AngularJS-Cookies and AngularJS-Touch</li>
|
||||
<li>Generator to create uBlock/uMatrix rules</li>
|
||||
</ul>
|
||||
<p>You can find a detailed overview on the add-on <a href="https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/versions/">version history</a> and on <a href="https://codeberg.org/nobody/LocalCDN/releases">Codeberg</a>.</p>
|
||||
<p id="p-donate">If you like LocalCDN, I would be happy about a small donation.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -36,20 +36,6 @@
|
||||
<p class="we-need-you-declaration">On behalf of everyone: Thank you!</p>
|
||||
</div></div>
|
||||
</div>
|
||||
<div class="notice">
|
||||
<hr>
|
||||
<div class="subtle-hint inherit"><div class="topic-label">From Decentraleyes:</div>
|
||||
</div>
|
||||
<div class="notice">
|
||||
<div class="subtle-hint"><div class="topic-label color-purple">A Clear User Interface</div>The extension is finally less shy about what it does to protect you. It shows you what exactly it injects into given pages, and puts all available features right at your fingertips.</div>
|
||||
</div>
|
||||
<div class="notice">
|
||||
<div class="subtle-hint"><div class="topic-label">Improved Configurability</div>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.</div>
|
||||
</div>
|
||||
<div class="notice">
|
||||
<div class="subtle-hint"><div class="topic-label color-purple">Simplified Whitelist Management</div>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.</div>
|
||||
</div>
|
||||
<h1>Learn more, or contribute</h1>
|
||||
<div class="btn-panel">
|
||||
<a class="btn btn-gitlab" href="https://codeberg.org/nobody/LocalCDN" target="_blank"><span class="btn-text">LocalCDN @Codeberg</span></a>
|
||||
<a class="btn btn-contact" href="https://localcdn.de/contact"><span class="btn-text">Contact</span></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user