add important notice to web browser recommendations & update changelog

development-2
Kasper ( git commits by Albert ) 1 year ago
parent fa67287c89
commit f5fec9b963

@ -108,10 +108,10 @@ body {
background-color: #123d6a !important;
}
.bg-warning {
background-color: #ffe161 !important;
background-color: #f8cd10 !important;
}
.bg-danger {
background-color: #0d6efd !important;
background-color: #ff3b4d !important;
}
.btn-primary,
.btn-primary:active {
@ -203,30 +203,30 @@ body {
}
.btn-warning,
.btn-warning:active {
background-color: #ffe161 !important;
border-color: #ffe161 !important;
color: #614f00 !important;
background-color: #f8cd10 !important;
border-color: #f8cd10 !important;
color: #090700 !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
color: #0a0800 !important;
background-color: #ffd10a !important;
border-color: #ffd10a !important;
color: #ffffff !important;
background-color: #ac8d05 !important;
border-color: #ac8d05 !important;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
color: #614f00 !important;
background-color: #ffd10a !important;
border-color: #ffd10a !important;
color: #090700 !important;
background-color: #ac8d05 !important;
border-color: #ac8d05 !important;
}
.btn-danger,
.btn-danger:active {
background-color: #0d6efd !important;
border-color: #0d6efd !important;
background-color: #ff3b4d !important;
border-color: #ff3b4d !important;
color: #ffffff !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
@ -235,15 +235,15 @@ body {
.btn-danger.focus,
.btn-danger.active {
color: #ffffff !important;
background-color: #0149b2 !important;
border-color: #0149b2 !important;
background-color: #e30015 !important;
border-color: #e30015 !important;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #ffffff !important;
background-color: #0149b2 !important;
border-color: #0149b2 !important;
background-color: #e30015 !important;
border-color: #e30015 !important;
}
.btn-white,
.btn-white:active {
@ -376,44 +376,44 @@ body {
.btn-warning-outline,
.btn-warning-outline:active {
background-color: transparent !important;
border-color: #ffe161;
color: #ffe161;
border-color: #f8cd10;
color: #f8cd10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
color: #ffd10a !important;
color: #ac8d05 !important;
background-color: transparent!important;
border-color: #ffd10a !important;
border-color: #ac8d05 !important;
box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
color: #614f00 !important;
background-color: #ffe161 !important;
border-color: #ffe161 !important;
color: #090700 !important;
background-color: #f8cd10 !important;
border-color: #f8cd10 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
background-color: transparent !important;
border-color: #0d6efd;
color: #0d6efd;
border-color: #ff3b4d;
color: #ff3b4d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
color: #0149b2 !important;
color: #e30015 !important;
background-color: transparent!important;
border-color: #0149b2 !important;
border-color: #e30015 !important;
box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
color: #ffffff !important;
background-color: #0d6efd !important;
border-color: #0d6efd !important;
background-color: #ff3b4d !important;
border-color: #ff3b4d !important;
}
.btn-black-outline,
.btn-black-outline:active {
@ -470,10 +470,10 @@ body {
color: #123d6a !important;
}
.text-warning {
color: #ffe161 !important;
color: #f8cd10 !important;
}
.text-danger {
color: #0d6efd !important;
color: #ff3b4d !important;
}
.text-white {
color: #fafafa !important;
@ -504,12 +504,12 @@ a.text-info.active {
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
color: #facb00 !important;
color: #9d8105 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
color: #0143a3 !important;
color: #d40013 !important;
}
a.text-white:hover,
a.text-white:focus,
@ -547,10 +547,10 @@ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-cap
background-color: #123d6a;
}
.alert-warning {
background-color: #ffe161;
background-color: #f8cd10;
}
.alert-danger {
background-color: #0d6efd;
background-color: #ff3b4d;
}
.mbr-section-btn a.btn:not(.btn-form) {
border-radius: 100px;
@ -587,11 +587,11 @@ a:hover {
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
color: #ffffff;
color: #fef6d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
color: #d7e7ff;
color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
@ -10174,6 +10174,11 @@ a {
text-align: left;
color: #fafafa;
}
.cid-sRIEhfPbeI {
padding-top: 4rem;
padding-bottom: 0rem;
background-color: #f2f2f2;
}
.cid-sQcrg1u6uo {
padding-top: 3rem;
padding-bottom: 3rem;

@ -101,7 +101,7 @@
<div class="col-12 col-md-12">
<blockquote>
<h5 class="mbr-section-title mbr-fonts-style mb-2 display-5">December, 2021<br></h5>
<p class="mbr-text mbr-fonts-style display-4"><strong>- </strong>Add CTemplar to email provider recommendation page<br><strong>- </strong>Update homepage header design<br><strong>- </strong>Update font size for menu/nav icons &amp; update nav items<br><strong>- </strong>Create Global Mass Surveillance Page &amp; add it to the navbar<br><strong>- </strong>Update button styling on Privacy Checklist Page<br><strong>-</strong> Add important details &amp; notes to all Email Client recommendations on the Email Clients page<br>
<p class="mbr-text mbr-fonts-style display-4"><strong>- </strong>Add notice to web browser recommendation page stating that we do not suggest Chromium browsers<br><strong>- </strong>Add CTemplar to email provider recommendation page<br><strong>- </strong>Update homepage header design<br><strong>- </strong>Update font size for menu/nav icons &amp; update nav items<br><strong>- </strong>Create Global Mass Surveillance Page &amp; add it to the navbar<br><strong>- </strong>Update button styling on Privacy Checklist Page<br><strong>-</strong> Add important details &amp; notes to all Email Client recommendations on the Email Clients page<br>
<strong>- </strong>Remove K-9 Mail from Email Client Recommendation Page<br><strong>-</strong> Add important details &amp; notes to all 2FA Authenticator recommendations on the 2FA Authenticator page
<br><strong>-</strong> Add important details &amp; notes to all File Encryption recommendations on the File Encryption page
<br><strong>-</strong> Add important details &amp; notes to all File Sharing recommendations on the File Sharing page

@ -310,7 +310,7 @@
</script>
</section>
<section class="mbr-section" id="witsec-modal-window-block-fx" data-rv-view="29">
<section class="mbr-section" id="witsec-modal-window-block-fx" data-rv-view="2933">
<style>
/* Let's not animate the contents of modal windows */

File diff suppressed because one or more lines are too long

@ -94,6 +94,22 @@
</div>
</section>
<section data-bs-version="5.1" class="content4 cid-sRIEhfPbeI" id="content4-ho">
<div class="container">
<div class="row justify-content-center">
<div class="container mbr-text mbr-fonts-style display-7" style="padding:10px;">
<div class="alert alert-danger" role="alert" style="text-align:left;">
<i class="fas fa-exclamation-circle"></i> Please note: No web browsers utilizing Google's Chromium Project are recommended. This is due to Chromium having hard-coded Google Integrations, allowing Google to track you on any Chromium-based browser.
</div>
</div>
</div>
</div>
</section>
<section data-bs-version="5.1" class="features8 cid-sQcrg1u6uo" xmlns="http://www.w3.org/1999/html" id="features9-cy">

Loading…
Cancel
Save