6-20-23-1a
This commit is contained in:
parent
399fc69dda
commit
0645010f7f
@ -14,6 +14,6 @@ faqItem:
|
|||||||
show:
|
show:
|
||||||
|
|
||||||
- question: Is this thing really private?
|
- question: Is this thing really private?
|
||||||
answer: Yes. You own your keys. We don't. We back up your Federated Core (it's encrypted), and we can fix and update the software, but we don't have access to your data, and don't really care about it. In fact, we don't want to "know our customer" unless you're friendly and would like to chew the fat. This said, we do plan to offer a way for your to install Federated products on your own hardware in the future.
|
answer: Yes. You own your keys. We don't. We back up your Federated Core (it's encrypted), and we can fix and update the software, but we don't have access to your data, and don't really care about it. In fact, we don't want to "know our customer" unless you're friendly and would like to chew the fat. This said, we do plan to offer a way for you to install Federated products on your own hardware in the future.
|
||||||
dataTarget: Three
|
dataTarget: Three
|
||||||
show:
|
show:
|
||||||
|
@ -1,10 +1 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html><html><head><title>https://www.federated.computer/blog/</title><link rel="canonical" href="https://www.federated.computer/blog/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://www.federated.computer/blog/" /></head></html>
|
||||||
<html lang="en-us">
|
|
||||||
<head>
|
|
||||||
<title>https://www.federated.computer/blog/</title>
|
|
||||||
<link rel="canonical" href="https://www.federated.computer/blog/">
|
|
||||||
<meta name="robots" content="noindex">
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta http-equiv="refresh" content="0; url=https://www.federated.computer/blog/">
|
|
||||||
</head>
|
|
||||||
</html>
|
|
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="Hugo 0.111.3">
|
<meta name="generator" content="Hugo 0.92.2" />
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Federated Computer | A fast, responsive replacement for Google Workplace and much more</title>
|
<title>Federated Computer | A fast, responsive replacement for Google Workplace and much more</title>
|
||||||
|
|
||||||
@ -560,7 +560,7 @@
|
|||||||
data-parent="#faqAccordion"
|
data-parent="#faqAccordion"
|
||||||
>
|
>
|
||||||
<div class="body">
|
<div class="body">
|
||||||
Yes. You own your keys. We don't. We back up your Federated Core (it's encrypted), and we can fix and update the software, but we don't have access to your data, and don't really care about it. In fact, we don't want to "know our customer" unless you're friendly and would like to chew the fat. This said, we do plan to offer a way for your to install Federated products on your own hardware in the future.
|
Yes. You own your keys. We don't. We back up your Federated Core (it's encrypted), and we can fix and update the software, but we don't have access to your data, and don't really care about it. In fact, we don't want to "know our customer" unless you're friendly and would like to chew the fat. This said, we do plan to offer a way for you to install Federated products on your own hardware in the future.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -157,7 +157,8 @@ Single-sign-on User Management to manage users and access in one place. Mail wit
|
|||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://www.federated.computer/merchandise/</guid>
|
<guid>https://www.federated.computer/merchandise/</guid>
|
||||||
<description>Want to live the Federated lifestyle? Then you&rsquo;ll need a &ldquo;founder&rsquo;s 2022 belt buckle&rdquo;. These buckles are limited edition, made to order, and will tell everyone in the room &ldquo;Hey, I think &lsquo;centralization sucks!&rsquo;&rdquo;. The belt buckle is four and a half inches across, made from silver, studded with costume cubic zarconia &ldquo;jewels&rdquo; and on-of-a-kind. These won&rsquo;t last long. US$120.
|
<description>Want to live the Federated lifestyle? Then you&rsquo;ll need a &ldquo;founder&rsquo;s 2022 belt buckle&rdquo;. These buckles are limited edition, made to order, and will tell everyone in the room &ldquo;Hey, I think &lsquo;centralization sucks!'&rdquo;. The belt buckle is four and a half inches across, made from silver, studded with costume cubic zarconia &ldquo;jewels&rdquo; and on-of-a-kind. These won&rsquo;t last long. US$120.
|
||||||
|
|
||||||
Please click on the Buckle up! link or the image to buy.</description>
|
Please click on the Buckle up! link or the image to buy.</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
2
public/js/form-handler.min.js
vendored
2
public/js/form-handler.min.js
vendored
@ -1 +1 @@
|
|||||||
window.addEventListener("DOMContentLoaded",function(){var e=document.getElementById("contact-form"),n=document.getElementById("contact-form-button"),t=document.getElementById("contact-form-status");function s(){e.reset(),n.style="display: none",t.innerHTML="Thanks! Contact form is submitted successfully."}function o(){t.innerHTML="Oops! There was a problem."}e!=null&&e.addEventListener("submit",function(t){t.preventDefault();var n=new FormData(e);ajax(e.method,e.action,n,s,o)})});function ajax(e,t,n,s,o){var i=new XMLHttpRequest;i.open(e,t),i.setRequestHeader("Accept","application/json"),i.onreadystatechange=function(){if(i.readyState!==XMLHttpRequest.DONE)return;i.status===200?s(i.response,i.responseType):o(i.status,i.response,i.responseType)},i.send(n)}
|
window.addEventListener("DOMContentLoaded",function(){var a=document.getElementById("contact-form"),c=document.getElementById("contact-form-button"),b=document.getElementById("contact-form-status");function d(){a.reset(),c.style="display: none",b.innerHTML="Thanks! Contact form is submitted successfully."}function e(){b.innerHTML="Oops! There was a problem."}a!=null&&a.addEventListener("submit",function(b){b.preventDefault();var c=new FormData(a);ajax(a.method,a.action,c,d,e)})});function ajax(b,c,d,e,f){var a=new XMLHttpRequest;a.open(b,c),a.setRequestHeader("Accept","application/json"),a.onreadystatechange=function(){if(a.readyState!==XMLHttpRequest.DONE)return;a.status===200?e(a.response,a.responseType):f(a.status,a.response,a.responseType)},a.send(d)}
|
2
public/js/script.min.js
vendored
2
public/js/script.min.js
vendored
@ -1 +1 @@
|
|||||||
$(document).ready(function(){"use strict";$(".main-nav").headroom(),$("a[href='#top']").click(function(){return $("html, body").animate({scrollTop:0},"slow"),!1}),$(".popup-youtube, .popup-vimeo, .popup-gmaps").magnificPopup({disableOn:700,type:"iframe",mainClass:"mfp-fade",removalDelay:160,preloader:!1,fixedContentPos:!1}),$("a.scroll-to").on("click",function(e){var t=$(this);$("html, body").stop().animate({scrollTop:$(t.attr("href")).offset().top-50},1e3),e.preventDefault()}),window.innerWidth>767&&($(".service-item").matchHeight({byRow:0}),$(".blog-post-item").matchHeight({byRow:0})),$(".testimonial-slider-item").matchHeight({byRow:0}),$(".screenshots-slider").slick({infinite:!0,slidesToShow:5,slidesToScroll:1,dots:!0,arrows:!1,centerMode:!0,centerPadding:"0px",autoplay:!0,speed:500,responsive:[{breakpoint:992,settings:{slidesToShow:3,slidesToScroll:1}},{breakpoint:576,settings:{slidesToShow:1,slidesToScroll:1}}]}),$(".testimonial-slider").slick({infinite:!0,slidesToShow:3,slidesToScroll:1,dots:!1,arrows:!1,centerMode:!0,centerPadding:"-100px",autoplay:!0,speed:500,vertical:!0,verticalSwiping:!0}),$(".slick-slider").on("click",".slick-slide",function(e){e.stopPropagation();var t=$(this).data("slick-index");$(".testimonial-slider").slick("slickCurrentSlide")!==t&&$(".testimonial-slider").slick("slickGoTo",t)}),AOS.init({disable:"mobile"}),$(".footer-tooltip").tooltip()}),$(window).on("scroll",function(){$(window).scrollTop()?$("nav").addClass("nav-bg"):$("nav").removeClass("nav-bg")})
|
$(document).ready(function(){"use strict";$(".main-nav").headroom(),$("a[href='#top']").click(function(){return $("html, body").animate({scrollTop:0},"slow"),!1}),$(".popup-youtube, .popup-vimeo, .popup-gmaps").magnificPopup({disableOn:700,type:"iframe",mainClass:"mfp-fade",removalDelay:160,preloader:!1,fixedContentPos:!1}),$("a.scroll-to").on("click",function(a){var b=$(this);$("html, body").stop().animate({scrollTop:$(b.attr("href")).offset().top-50},1e3),a.preventDefault()}),window.innerWidth>767&&($(".service-item").matchHeight({byRow:0}),$(".blog-post-item").matchHeight({byRow:0})),$(".testimonial-slider-item").matchHeight({byRow:0}),$(".screenshots-slider").slick({infinite:!0,slidesToShow:5,slidesToScroll:1,dots:!0,arrows:!1,centerMode:!0,centerPadding:"0px",autoplay:!0,speed:500,responsive:[{breakpoint:992,settings:{slidesToShow:3,slidesToScroll:1}},{breakpoint:576,settings:{slidesToShow:1,slidesToScroll:1}}]}),$(".testimonial-slider").slick({infinite:!0,slidesToShow:3,slidesToScroll:1,dots:!1,arrows:!1,centerMode:!0,centerPadding:"-100px",autoplay:!0,speed:500,vertical:!0,verticalSwiping:!0}),$(".slick-slider").on("click",".slick-slide",function(b){b.stopPropagation();var a=$(this).data("slick-index");$(".testimonial-slider").slick("slickCurrentSlide")!==a&&$(".testimonial-slider").slick("slickGoTo",a)}),AOS.init({disable:"mobile"}),$(".footer-tooltip").tooltip()}),$(window).on("scroll",function(){$(window).scrollTop()?$("nav").addClass("nav-bg"):$("nav").removeClass("nav-bg")})
|
4
public/js/vendor.min.js
vendored
4
public/js/vendor.min.js
vendored
File diff suppressed because one or more lines are too long
@ -141,7 +141,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-10 mx-auto">
|
<div class="col-lg-10 mx-auto">
|
||||||
<article class="blog-single-post">
|
<article class="blog-single-post">
|
||||||
<p>Want to live the Federated lifestyle? Then you’ll need a “founder’s 2022 belt buckle”. These buckles are limited edition, made to order, and will tell everyone in the room “Hey, I think ‘centralization sucks!’”. The belt buckle is four and a half inches across, made from silver, studded with costume cubic zarconia “jewels” and on-of-a-kind. These won’t last long. US$120.</p>
|
<p>Want to live the Federated lifestyle? Then you’ll need a “founder’s 2022 belt buckle”. These buckles are limited edition, made to order, and will tell everyone in the room “Hey, I think ‘centralization sucks!'”. The belt buckle is four and a half inches across, made from silver, studded with costume cubic zarconia “jewels” and on-of-a-kind. These won’t last long. US$120.</p>
|
||||||
<p><a href="https://ee620c.myshopify.com/cart/45448097825086:1?channel=buy_button"><img src="/images/general/beltbuckle.jpg" alt="image"></a></p>
|
<p><a href="https://ee620c.myshopify.com/cart/45448097825086:1?channel=buy_button"><img src="/images/general/beltbuckle.jpg" alt="image"></a></p>
|
||||||
<p>Please click on the <strong><a href="https://ee620c.myshopify.com/cart/45448097825086:1?channel=buy_button">Buckle up!</a></strong> link or the image to buy. Bitcoin payments are accepted.</p>
|
<p>Please click on the <strong><a href="https://ee620c.myshopify.com/cart/45448097825086:1?channel=buy_button">Buckle up!</a></strong> link or the image to buy. Bitcoin payments are accepted.</p>
|
||||||
<p>Belt <em>not</em> included.</p>
|
<p>Belt <em>not</em> included.</p>
|
||||||
|
2
public/scss/critical.min.css
vendored
2
public/scss/critical.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user