From 321f7fc290a2c452cc787e3333d044ca093453eb Mon Sep 17 00:00:00 2001 From: David Young Date: Sun, 4 Jun 2023 16:19:48 -0600 Subject: [PATCH] 6-4-23-1a --- config.toml | 78 +++-- content/blog/Freelancing-and-corona.md | 31 -- content/blog/How-solve-coding-problem.md | 31 -- content/blog/Hugo and It's future.md | 31 -- .../blog/Is-working-from-home-effective.md | 31 -- content/blog/Know-when-to-take-break.md | 31 -- content/blog/_index.md | 6 +- ...-year-a-new-website-introducing-apsho-1.md | 31 -- content/blog/announcing-our-2016-roadmap.md | 31 -- content/blog/announcing-our-2019-roadmap.md | 31 -- content/blog/dark-side-of-centralization.md | 13 + content/blog/digital-sovereign-toolbox.md | 12 + ...erated-founders-and-our-joyent-history.md} | 4 +- content/blog/how-we-built-federated-core.md | 13 + content/blog/in-praise-of-thunderbird.md | 13 + content/blog/introducing-federated-core.md | 13 + content/blog/power-of-free-and-open-source.md | 12 + content/blog/stop-being-a-bitch.md | 13 + ...ng.md => the-future-of-cloud-computing.md} | 8 +- .../we-built-federated-using-federated.md | 11 + content/team.md | 15 + data/faq.yml | 10 +- data/feature.yml | 6 +- data/hero.yml | 4 +- data/screenshots.yml | 4 +- data/services.yml | 10 +- data/testimonial.yml | 6 +- data/video.yml | 4 +- .../dark-side-of-centralization/index.html | 311 +++++++++++++++++ .../blog/digital-sovereign-toolbox/index.html | 311 +++++++++++++++++ .../index.html | 325 ++++++++++++++++++ .../how-we-built-federated-core/index.html | 311 +++++++++++++++++ .../blog/in-praise-of-thunderbird/index.html | 311 +++++++++++++++++ public/blog/index.html | 228 ++++++------ public/blog/index.xml | 142 ++++---- .../introducing-federated-core/index.html | 311 +++++++++++++++++ public/blog/page/2/index.html | 202 +++++------ .../power-of-free-and-open-source/index.html | 311 +++++++++++++++++ public/blog/stop-being-a-bitch/index.html | 311 +++++++++++++++++ .../the-future-of-cloud-computing/index.html | 325 ++++++++++++++++++ .../index.html | 311 +++++++++++++++++ public/contact/index.html | 70 ++-- public/images/author/david_young.png | Bin 0 -> 13972 bytes public/images/logo.png | Bin 16638 -> 6334 bytes public/images/team/team.jpg | Bin 0 -> 191422 bytes public/index.html | 170 +++++---- public/index.xml | 159 +++++---- public/privacy/index.html | 68 ++-- public/sitemap.xml | 63 ++-- public/team/index.html | 301 ++++++++++++++++ public/team/index.xml | 10 + static/images/author/david_young.png | Bin 0 -> 13972 bytes static/images/logo.png | Bin 16638 -> 6334 bytes static/images/team/team.jpg | Bin 0 -> 191422 bytes themes/apsho/layouts/index.html | 2 - themes/apsho/layouts/partials/feature.html | 2 +- themes/apsho/layouts/partials/footer.html | 3 - themes/apsho/layouts/partials/head.html | 1 + themes/apsho/layouts/partials/header.html | 4 +- 59 files changed, 4225 insertions(+), 841 deletions(-) delete mode 100644 content/blog/Freelancing-and-corona.md delete mode 100644 content/blog/How-solve-coding-problem.md delete mode 100644 content/blog/Hugo and It's future.md delete mode 100644 content/blog/Is-working-from-home-effective.md delete mode 100644 content/blog/Know-when-to-take-break.md delete mode 100644 content/blog/a-new-year-a-new-website-introducing-apsho-1.md delete mode 100644 content/blog/announcing-our-2016-roadmap.md delete mode 100644 content/blog/announcing-our-2019-roadmap.md create mode 100644 content/blog/dark-side-of-centralization.md create mode 100644 content/blog/digital-sovereign-toolbox.md rename content/blog/{Corona-and-future-of-coders.md => federated-founders-and-our-joyent-history.md} (97%) create mode 100644 content/blog/how-we-built-federated-core.md create mode 100644 content/blog/in-praise-of-thunderbird.md create mode 100644 content/blog/introducing-federated-core.md create mode 100644 content/blog/power-of-free-and-open-source.md create mode 100644 content/blog/stop-being-a-bitch.md rename content/blog/{Future-of-cloud-computing.md => the-future-of-cloud-computing.md} (95%) create mode 100644 content/blog/we-built-federated-using-federated.md create mode 100644 content/team.md create mode 100644 public/blog/dark-side-of-centralization/index.html create mode 100644 public/blog/digital-sovereign-toolbox/index.html create mode 100644 public/blog/federated-founders-and-our-joyent-history/index.html create mode 100644 public/blog/how-we-built-federated-core/index.html create mode 100644 public/blog/in-praise-of-thunderbird/index.html create mode 100644 public/blog/introducing-federated-core/index.html create mode 100644 public/blog/power-of-free-and-open-source/index.html create mode 100644 public/blog/stop-being-a-bitch/index.html create mode 100644 public/blog/the-future-of-cloud-computing/index.html create mode 100644 public/blog/we-built-federated-using-federated/index.html create mode 100644 public/images/author/david_young.png create mode 100644 public/images/team/team.jpg create mode 100644 public/team/index.html create mode 100644 public/team/index.xml create mode 100644 static/images/author/david_young.png create mode 100644 static/images/team/team.jpg diff --git a/config.toml b/config.toml index 3361a65c..b0105724 100644 --- a/config.toml +++ b/config.toml @@ -8,7 +8,7 @@ theme = "apsho" [[menu.main]] identifier = "home" name = "Home" - url = "#hero" + url = "/#hero" weight = 1 [[menu.main]] identifier = "product" @@ -16,32 +16,56 @@ theme = "apsho" url = "#" weight = 2 [[menu.main]] - identifier = "product1" - name = "product 1" - url = "#blog" + identifier = "description" + name = "Description" + url = "/description" parent = "product" weight = 1 [[menu.main]] - identifier = "product2" - name = "product 2" - url = "#feature" + identifier = "comparison" + name = "Comparison" + url = "/comparison" parent = "product" weight = 2 [[menu.main]] - identifier = "manifesto" - name = "Manifesto" - url = "#faq" + identifier = "support" + name = "Support" + url = "/support" weight = 3 [[menu.main]] - identifier = "blog" - name = "Blog" - url = "#blog" + identifier = "documentation" + name = "Docs" + url = "/documentation" weight = 4 [[menu.main]] identifier = "community" name = "Community" url = "#" weight = 5 +[[menu.main]] + identifier = "merchandise" + name = "Merchandise" + url = "/merchandise" + parent = "community" + weight = 1 +[[menu.main]] + identifier = "blog" + name = "Federated Blog" + url = "/blog" + parent = "community" + weight = 2 +[[menu.main]] + identifier = "sovereignreset" + name = "Sovereign Reset" + url = "/sovereignreset" + parent = "community" + weight = 3 +[[menu.main]] + identifier = "projectswelove" + name = "Projects We Love" + url = "/projectswelove" + parent = "community" + weight = 4 # Footer Sitemap [[menu.sitemap]] @@ -56,43 +80,47 @@ theme = "apsho" name = "Privacy & Policy" url = "/privacy" weight = 3 +[[menu.sitemap]] + name = "Team" + url = "/team" + weight = 4 [[menu.sitemap]] name = "Contact" url = "/contact" - weight = 4 + weight = 5 # Footer Sitemap1 [[menu.sitemap1]] name = "Developers" - url = "#" + url = "/developers" weight = 1 [[menu.sitemap1]] name = "Community" - url = "#" + url = "/community" weight = 2 [[menu.sitemap1]] name = "Gitea repo" - url = "#" + url = "/documentation" weight = 3 [[menu.sitemap1]] name = "Careers" - url = "#" + url = "/careers" weight = 4 [[menu.sitemap1]] name = "Resellers & Partners" - url = "#" + url = "/partners" weight = 5 # Footer Address [params.address] address = "RXR5+83" -email = "contact@federated.computer" -phone = "+1 415 222 333" +email = "support@federated.computer" +phone = "+1-970-722-8715" # Footer Social [params.social] @@ -108,12 +136,12 @@ nostr = "#" # Header logo = "images/logo.png" fabFormURL = "https://fabform.io/f/zWMBVeW" -googleAnalytics = "UA-175025671-2" +# googleAnalytics = "UA-175025671-2" # Footer footerTitle = "Support Digital Sovereignty" -copyright1 = "All right reserved" -copyright2 = "Copyright © Federated Computer {year}" +copyright1 = "All rights reserved" +copyright2 = "Copyright © Federated Computer, Inc. {year}" #contact -email = "contact@federated.computer" +email = "support@federated.computer" diff --git a/content/blog/Freelancing-and-corona.md b/content/blog/Freelancing-and-corona.md deleted file mode 100644 index c680f27e..00000000 --- a/content/blog/Freelancing-and-corona.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Freelancing and corona" -date: 2020-09-02T20:18:07+06:00 -featureImage: images/blog/blog-post-4.jpg -author: Juhair Islam -authorThumb: images/client/client-3.png ---- - -A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home. - -Working from home can be one of the greatest perks of doing freelance work. But as appealing as remote work sounds, it comes with several challenges. What if you need something important from the office that you have no access to? What if loneliness takes over and you experience time management problems? What if you lose connection with colleagues? What if you’re overwhelmed by other home-related distractions like family members, pets, and electronics? - -![blog image](/images/blog/single-blog-6.jpg) - -If you need inspiration, we've compiled some awesome information from the top-performing professionals in the industry. These are answers to commonly asked questions from artists you may never get to meet in person, and we combined them in one freaking sweet book. - -Download Experiment. Fail. Repeat and discover the secrets of the universe! Or, you know, just get encouraged, which ever you most prefer is totally fine. - -## Working from Home: Healthy Practices to Stay Productive - -- Setting a Healthy Routine -- Proper Ergonomics -- Exercise Regularly -- Find Work-Life Balance When Working from Home -- Dealing with Family Members and Coworkers - -![blog image](/images/blog/single-blog-5.jpg) - -We are creatures of habit – and that is because routine helps us both mentally and physically to prepare for things. One of the benefits of working from home is flexibility. It might be tempting to roll out of bed and onto your couch and starting checking emails or browsing through social media, but you’ll need to establish a schedule when it comes to working remotely. - -What’s goes into your schedule is a guide on what you’re supposed to do at a specific time. Get up early in the morning, take a shower, prepare a cup of coffee and take breakfast, then get dressed as if you’re actually reporting to work. You don’t have to wear a suit and a tie, but you’ll need to prepare for the day the same way you do while going to the office. Set regular working hours and include breaks and meal times. In the end, a routine can be extremely powerful at helping you get started every day. diff --git a/content/blog/How-solve-coding-problem.md b/content/blog/How-solve-coding-problem.md deleted file mode 100644 index ce23057f..00000000 --- a/content/blog/How-solve-coding-problem.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "How solve coding problem" -date: 2020-09-03T20:18:07+06:00 -featureImage: images/blog/blog-post-3.jpg -author: Randy Roman -authorThumb: images/client/client-2.png ---- - -A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home. - -Working from home can be one of the greatest perks of doing freelance work. But as appealing as remote work sounds, it comes with several challenges. What if you need something important from the office that you have no access to? What if loneliness takes over and you experience time management problems? What if you lose connection with colleagues? What if you’re overwhelmed by other home-related distractions like family members, pets, and electronics? - -![blog image](/images/blog/single-blog-1.jpg) - -If you need inspiration, we've compiled some awesome information from the top-performing professionals in the industry. These are answers to commonly asked questions from artists you may never get to meet in person, and we combined them in one freaking sweet book. - -Download Experiment. Fail. Repeat and discover the secrets of the universe! Or, you know, just get encouraged, which ever you most prefer is totally fine. - -## Working from Home: Healthy Practices to Stay Productive - -- Setting a Healthy Routine -- Proper Ergonomics -- Exercise Regularly -- Find Work-Life Balance When Working from Home -- Dealing with Family Members and Coworkers - -![blog image](/images/blog/single-blog-4.jpg) - -We are creatures of habit – and that is because routine helps us both mentally and physically to prepare for things. One of the benefits of working from home is flexibility. It might be tempting to roll out of bed and onto your couch and starting checking emails or browsing through social media, but you’ll need to establish a schedule when it comes to working remotely. - -What’s goes into your schedule is a guide on what you’re supposed to do at a specific time. Get up early in the morning, take a shower, prepare a cup of coffee and take breakfast, then get dressed as if you’re actually reporting to work. You don’t have to wear a suit and a tie, but you’ll need to prepare for the day the same way you do while going to the office. Set regular working hours and include breaks and meal times. In the end, a routine can be extremely powerful at helping you get started every day. diff --git a/content/blog/Hugo and It's future.md b/content/blog/Hugo and It's future.md deleted file mode 100644 index dc0aa65d..00000000 --- a/content/blog/Hugo and It's future.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Federated Core and It's Future" -date: 2020-09-07T20:18:07+06:00 -featureImage: images/blog/blog-post-5.jpg -author: Juhair Islam -authorThumb: images/client/client-3.png ---- - -A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home. - -Working from home can be one of the greatest perks of doing freelance work. But as appealing as remote work sounds, it comes with several challenges. What if you need something important from the office that you have no access to? What if loneliness takes over and you experience time management problems? What if you lose connection with colleagues? What if you’re overwhelmed by other home-related distractions like family members, pets, and electronics? - -![blog image](/images/blog/single-blog-1.jpg) - -If you need inspiration, we've compiled some awesome information from the top-performing professionals in the industry. These are answers to commonly asked questions from artists you may never get to meet in person, and we combined them in one freaking sweet book. - -Download Experiment. Fail. Repeat and discover the secrets of the universe! Or, you know, just get encouraged, which ever you most prefer is totally fine. - -## Working from Home: Healthy Practices to Stay Productive - -- Setting a Healthy Routine -- Proper Ergonomics -- Exercise Regularly -- Find Work-Life Balance When Working from Home -- Dealing with Family Members and Coworkers - -![blog image](/images/blog/single-blog-4.jpg) - -We are creatures of habit – and that is because routine helps us both mentally and physically to prepare for things. One of the benefits of working from home is flexibility. It might be tempting to roll out of bed and onto your couch and starting checking emails or browsing through social media, but you’ll need to establish a schedule when it comes to working remotely. - -What’s goes into your schedule is a guide on what you’re supposed to do at a specific time. Get up early in the morning, take a shower, prepare a cup of coffee and take breakfast, then get dressed as if you’re actually reporting to work. You don’t have to wear a suit and a tie, but you’ll need to prepare for the day the same way you do while going to the office. Set regular working hours and include breaks and meal times. In the end, a routine can be extremely powerful at helping you get started every day. diff --git a/content/blog/Is-working-from-home-effective.md b/content/blog/Is-working-from-home-effective.md deleted file mode 100644 index 0c2cfd9e..00000000 --- a/content/blog/Is-working-from-home-effective.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "We Build Federated Using Federated" -date: 2020-09-05T20:18:07+06:00 -featureImage: images/blog/blog-post-3.jpg -author: Filthy Frank -authorThumb: images/client/client-2.png ---- - -A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home. - -Working from home can be one of the greatest perks of doing freelance work. But as appealing as remote work sounds, it comes with several challenges. What if you need something important from the office that you have no access to? What if loneliness takes over and you experience time management problems? What if you lose connection with colleagues? What if you’re overwhelmed by other home-related distractions like family members, pets, and electronics? - -![blog image](/images/blog/single-blog-1.jpg) - -If you need inspiration, we've compiled some awesome information from the top-performing professionals in the industry. These are answers to commonly asked questions from artists you may never get to meet in person, and we combined them in one freaking sweet book. - -Download Experiment. Fail. Repeat and discover the secrets of the universe! Or, you know, just get encouraged, which ever you most prefer is totally fine. - -## Working from Home: Healthy Practices to Stay Productive - -- Setting a Healthy Routine -- Proper Ergonomics -- Exercise Regularly -- Find Work-Life Balance When Working from Home -- Dealing with Family Members and Coworkers - -![blog image](/images/blog/single-blog-4.jpg) - -We are creatures of habit – and that is because routine helps us both mentally and physically to prepare for things. One of the benefits of working from home is flexibility. It might be tempting to roll out of bed and onto your couch and starting checking emails or browsing through social media, but you’ll need to establish a schedule when it comes to working remotely. - -What’s goes into your schedule is a guide on what you’re supposed to do at a specific time. Get up early in the morning, take a shower, prepare a cup of coffee and take breakfast, then get dressed as if you’re actually reporting to work. You don’t have to wear a suit and a tie, but you’ll need to prepare for the day the same way you do while going to the office. Set regular working hours and include breaks and meal times. In the end, a routine can be extremely powerful at helping you get started every day. diff --git a/content/blog/Know-when-to-take-break.md b/content/blog/Know-when-to-take-break.md deleted file mode 100644 index a7033a32..00000000 --- a/content/blog/Know-when-to-take-break.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Know when to take break" -date: 2020-09-04T20:18:07+06:00 -featureImage: images/blog/blog-post-6.jpg -author: Filthy Frank -authorThumb: images/client/client-2.png ---- - -A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home. - -Working from home can be one of the greatest perks of doing freelance work. But as appealing as remote work sounds, it comes with several challenges. What if you need something important from the office that you have no access to? What if loneliness takes over and you experience time management problems? What if you lose connection with colleagues? What if you’re overwhelmed by other home-related distractions like family members, pets, and electronics? - -![blog image](/images/blog/single-blog-1.jpg) - -If you need inspiration, we've compiled some awesome information from the top-performing professionals in the industry. These are answers to commonly asked questions from artists you may never get to meet in person, and we combined them in one freaking sweet book. - -Download Experiment. Fail. Repeat and discover the secrets of the universe! Or, you know, just get encouraged, which ever you most prefer is totally fine. - -## Working from Home: Healthy Practices to Stay Productive - -- Setting a Healthy Routine -- Proper Ergonomics -- Exercise Regularly -- Find Work-Life Balance When Working from Home -- Dealing with Family Members and Coworkers - -![blog image](/images/blog/single-blog-4.jpg) - -We are creatures of habit – and that is because routine helps us both mentally and physically to prepare for things. One of the benefits of working from home is flexibility. It might be tempting to roll out of bed and onto your couch and starting checking emails or browsing through social media, but you’ll need to establish a schedule when it comes to working remotely. - -What’s goes into your schedule is a guide on what you’re supposed to do at a specific time. Get up early in the morning, take a shower, prepare a cup of coffee and take breakfast, then get dressed as if you’re actually reporting to work. You don’t have to wear a suit and a tie, but you’ll need to prepare for the day the same way you do while going to the office. Set regular working hours and include breaks and meal times. In the end, a routine can be extremely powerful at helping you get started every day. diff --git a/content/blog/_index.md b/content/blog/_index.md index 5481068c..61a62fd1 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -1,5 +1,5 @@ --- -title: "Our Blog" -date: 2020-08-31T20:33:11+06:00 -description: "Lorem, ipsum dolor sit amet consectetur adipisicing elit. Iusto sequi, dicta placeat aliquam nostrum quo quas cum recusandae numquam odit vitae autem libero corrupti natus quae suscipit animi accusamus praesentium?" +title: "Federated Blog" +date: 2023-05-30 +description: "Articles and talk about Federated products, products we love, and our wider industry and how to live digital sovereignty with Federated. For broader topics of health, money, relationships, technology, surveillance, see our sister blog at Sovereign Reset: https://www.sovereignreset.com." --- diff --git a/content/blog/a-new-year-a-new-website-introducing-apsho-1.md b/content/blog/a-new-year-a-new-website-introducing-apsho-1.md deleted file mode 100644 index 6b97833b..00000000 --- a/content/blog/a-new-year-a-new-website-introducing-apsho-1.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "A New Year, A New Website. Introducing Apsho 1.2" -date: 2020-09-01T12:57:56+06:00 -featureImage: images/blog/blog-post-5.jpg -author: William Rick -authorThumb: images/client/client-2.png ---- - -A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home. - -Working from home can be one of the greatest perks of doing freelance work. But as appealing as remote work sounds, it comes with several challenges. What if you need something important from the office that you have no access to? What if loneliness takes over and you experience time management problems? What if you lose connection with colleagues? What if you’re overwhelmed by other home-related distractions like family members, pets, and electronics? - -![blog image](/images/blog/single-blog-1.jpg) - -If you need inspiration, we've compiled some awesome information from the top-performing professionals in the industry. These are answers to commonly asked questions from artists you may never get to meet in person, and we combined them in one freaking sweet book. - -Download Experiment. Fail. Repeat and discover the secrets of the universe! Or, you know, just get encouraged, which ever you most prefer is totally fine. - -## Working from Home: Healthy Practices to Stay Productive - -- Setting a Healthy Routine -- Proper Ergonomics -- Exercise Regularly -- Find Work-Life Balance When Working from Home -- Dealing with Family Members and Coworkers - -![blog image](/images/blog/single-blog-3.jpg) - -We are creatures of habit – and that is because routine helps us both mentally and physically to prepare for things. One of the benefits of working from home is flexibility. It might be tempting to roll out of bed and onto your couch and starting checking emails or browsing through social media, but you’ll need to establish a schedule when it comes to working remotely. - -What’s goes into your schedule is a guide on what you’re supposed to do at a specific time. Get up early in the morning, take a shower, prepare a cup of coffee and take breakfast, then get dressed as if you’re actually reporting to work. You don’t have to wear a suit and a tie, but you’ll need to prepare for the day the same way you do while going to the office. Set regular working hours and include breaks and meal times. In the end, a routine can be extremely powerful at helping you get started every day. diff --git a/content/blog/announcing-our-2016-roadmap.md b/content/blog/announcing-our-2016-roadmap.md deleted file mode 100644 index a290c18b..00000000 --- a/content/blog/announcing-our-2016-roadmap.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Announcing Our 2016 Roadmap" -date: 2020-09-01T20:18:07+06:00 -featureImage: images/blog/blog-post-6.jpg -author: Jackson Wick -authorThumb: images/client/client-1.png ---- - -A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home. - -Working from home can be one of the greatest perks of doing freelance work. But as appealing as remote work sounds, it comes with several challenges. What if you need something important from the office that you have no access to? What if loneliness takes over and you experience time management problems? What if you lose connection with colleagues? What if you’re overwhelmed by other home-related distractions like family members, pets, and electronics? - -![blog image](/images/blog/single-blog-1.jpg) - -If you need inspiration, we've compiled some awesome information from the top-performing professionals in the industry. These are answers to commonly asked questions from artists you may never get to meet in person, and we combined them in one freaking sweet book. - -Download Experiment. Fail. Repeat and discover the secrets of the universe! Or, you know, just get encouraged, which ever you most prefer is totally fine. - -## Working from Home: Healthy Practices to Stay Productive - -- Setting a Healthy Routine -- Proper Ergonomics -- Exercise Regularly -- Find Work-Life Balance When Working from Home -- Dealing with Family Members and Coworkers - -![blog image](/images/blog/single-blog-4.jpg) - -We are creatures of habit – and that is because routine helps us both mentally and physically to prepare for things. One of the benefits of working from home is flexibility. It might be tempting to roll out of bed and onto your couch and starting checking emails or browsing through social media, but you’ll need to establish a schedule when it comes to working remotely. - -What’s goes into your schedule is a guide on what you’re supposed to do at a specific time. Get up early in the morning, take a shower, prepare a cup of coffee and take breakfast, then get dressed as if you’re actually reporting to work. You don’t have to wear a suit and a tie, but you’ll need to prepare for the day the same way you do while going to the office. Set regular working hours and include breaks and meal times. In the end, a routine can be extremely powerful at helping you get started every day. diff --git a/content/blog/announcing-our-2019-roadmap.md b/content/blog/announcing-our-2019-roadmap.md deleted file mode 100644 index dc5a47a6..00000000 --- a/content/blog/announcing-our-2019-roadmap.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: "Announcing Our 2019 Roadmap" -date: 2020-09-01T12:59:58+06:00 -featureImage: images/blog/blog-post-3.jpg -author: Kausar Pial -authorThumb: images/client/client-2.png ---- - -A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home. - -Working from home can be one of the greatest perks of doing freelance work. But as appealing as remote work sounds, it comes with several challenges. What if you need something important from the office that you have no access to? What if loneliness takes over and you experience time management problems? What if you lose connection with colleagues? What if you’re overwhelmed by other home-related distractions like family members, pets, and electronics? - -![blog image](/images/blog/single-blog-3.jpg) - -If you need inspiration, we've compiled some awesome information from the top-performing professionals in the industry. These are answers to commonly asked questions from artists you may never get to meet in person, and we combined them in one freaking sweet book. - -Download Experiment. Fail. Repeat and discover the secrets of the universe! Or, you know, just get encouraged, which ever you most prefer is totally fine. - -## Working from Home: Healthy Practices to Stay Productive - -- Setting a Healthy Routine -- Proper Ergonomics -- Exercise Regularly -- Find Work-Life Balance When Working from Home -- Dealing with Family Members and Coworkers - -![blog image](/images/blog/single-blog-2.jpg) - -We are creatures of habit – and that is because routine helps us both mentally and physically to prepare for things. One of the benefits of working from home is flexibility. It might be tempting to roll out of bed and onto your couch and starting checking emails or browsing through social media, but you’ll need to establish a schedule when it comes to working remotely. - -What’s goes into your schedule is a guide on what you’re supposed to do at a specific time. Get up early in the morning, take a shower, prepare a cup of coffee and take breakfast, then get dressed as if you’re actually reporting to work. You don’t have to wear a suit and a tie, but you’ll need to prepare for the day the same way you do while going to the office. Set regular working hours and include breaks and meal times. In the end, a routine can be extremely powerful at helping you get started every day. diff --git a/content/blog/dark-side-of-centralization.md b/content/blog/dark-side-of-centralization.md new file mode 100644 index 00000000..c07d444d --- /dev/null +++ b/content/blog/dark-side-of-centralization.md @@ -0,0 +1,13 @@ +--- +title: "Dark Side of Centralization" +date: 2023-05-01T12:57:56+06:00 +featureImage: images/blog/blog-post-5.jpg +author: Blake Burris +authorThumb: images/author/david_young.png +--- + +Think piece on the dark side of centralization. + +![blog image](/images/blog/single-blog-1.jpg) + + diff --git a/content/blog/digital-sovereign-toolbox.md b/content/blog/digital-sovereign-toolbox.md new file mode 100644 index 00000000..428dbc70 --- /dev/null +++ b/content/blog/digital-sovereign-toolbox.md @@ -0,0 +1,12 @@ +--- +title: "Digital Sovereign Toolbox" +date: 2023-05-26T20:18:07+06:00 +featureImage: images/blog/blog-post-6.jpg +author: David Young +authorThumb: images/author/david_young.png +--- + +Using Pop OS, Graphene, Federated Core and other Open Source tools + +![blog image](/images/blog/single-blog-1.jpg) + diff --git a/content/blog/Corona-and-future-of-coders.md b/content/blog/federated-founders-and-our-joyent-history.md similarity index 97% rename from content/blog/Corona-and-future-of-coders.md rename to content/blog/federated-founders-and-our-joyent-history.md index 2a183f3c..ea445a0b 100644 --- a/content/blog/Corona-and-future-of-coders.md +++ b/content/blog/federated-founders-and-our-joyent-history.md @@ -2,8 +2,8 @@ title: "Federated Founders and Our Joyent History" date: 2020-09-06T20:18:07+06:00 featureImage: images/blog/blog-post-2.jpg -author: Mia Khalifa -authorThumb: images/client/client-1.png +author: David Young +authorThumb: images/author/david_young.png --- A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home. diff --git a/content/blog/how-we-built-federated-core.md b/content/blog/how-we-built-federated-core.md new file mode 100644 index 00000000..bf456908 --- /dev/null +++ b/content/blog/how-we-built-federated-core.md @@ -0,0 +1,13 @@ +--- +title: "How We Built Federated Core" +date: 2023-04-15T20:18:07+06:00 +featureImage: images/blog/blog-post-3.jpg +author: David Young +authorThumb: images/author/david_young.png +--- + +Buildinf Federated Core + +![blog image](/images/blog/single-blog-1.jpg) + + diff --git a/content/blog/in-praise-of-thunderbird.md b/content/blog/in-praise-of-thunderbird.md new file mode 100644 index 00000000..cb39c700 --- /dev/null +++ b/content/blog/in-praise-of-thunderbird.md @@ -0,0 +1,13 @@ +--- +title: "In Praise of Thunderbird" +date: 2023-05-02T20:18:07+06:00 +featureImage: images/blog/blog-post-6.jpg +author: Blake Burris +authorThumb: images/author/david_young.png +--- + +Why the new Thunderbird deserves our respect. + +![blog image](/images/blog/single-blog-1.jpg) + + diff --git a/content/blog/introducing-federated-core.md b/content/blog/introducing-federated-core.md new file mode 100644 index 00000000..9ce29a70 --- /dev/null +++ b/content/blog/introducing-federated-core.md @@ -0,0 +1,13 @@ +--- +title: "Introducing Federated Core" +date: 2023-06-03T20:18:07+06:00 +featureImage: images/blog/blog-post-4.jpg +author: David Young +authorThumb: images/author/david_young.png +--- + +Introduction to Federated Core. + +![blog image](/images/blog/single-blog-6.jpg) + + diff --git a/content/blog/power-of-free-and-open-source.md b/content/blog/power-of-free-and-open-source.md new file mode 100644 index 00000000..86e59cda --- /dev/null +++ b/content/blog/power-of-free-and-open-source.md @@ -0,0 +1,12 @@ +--- +title: "Power of Free and Open-Source" +date: 2023-04-27T12:59:58+06:00 +featureImage: images/blog/blog-post-3.jpg +author: Blake Burris +authorThumb: images/author/david_young.png +--- + +Thinkpiece on free and open source software. + +![blog image](/images/blog/single-blog-3.jpg) + diff --git a/content/blog/stop-being-a-bitch.md b/content/blog/stop-being-a-bitch.md new file mode 100644 index 00000000..740ac4f2 --- /dev/null +++ b/content/blog/stop-being-a-bitch.md @@ -0,0 +1,13 @@ +--- +title: "Stop Being a Bitch" +date: 2023-05-027T20:18:07+06:00 +featureImage: images/blog/blog-post-5.jpg +author: David Young +authorThumb: images/author/david_young.png +--- + +Change to open-source solutions means a change in workflow. + +![blog image](/images/blog/single-blog-1.jpg) + + diff --git a/content/blog/Future-of-cloud-computing.md b/content/blog/the-future-of-cloud-computing.md similarity index 95% rename from content/blog/Future-of-cloud-computing.md rename to content/blog/the-future-of-cloud-computing.md index b97dad7d..ead4140d 100644 --- a/content/blog/Future-of-cloud-computing.md +++ b/content/blog/the-future-of-cloud-computing.md @@ -1,9 +1,9 @@ --- -title: "Future of cloud computing" -date: 2020-09-03T20:18:07+06:00 +title: " The Future of Cloud Computing" +date: 2023-05-25T20:18:07+06:00 featureImage: images/blog/blog-post-1.jpg -author: Chicken Shorma -authorThumb: images/client/client-1.png +author: David Young +authorThumb: images/author/david_young.png --- A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home. diff --git a/content/blog/we-built-federated-using-federated.md b/content/blog/we-built-federated-using-federated.md new file mode 100644 index 00000000..0524e1b4 --- /dev/null +++ b/content/blog/we-built-federated-using-federated.md @@ -0,0 +1,11 @@ +--- +title: "We Build Federated Using Federated" +date: 2020-09-05T20:18:07+06:00 +featureImage: images/blog/blog-post-3.jpg +author: Derek Crudgington +authorThumb: images/author/david_young.png +--- + +hugo, gitea, caddy + +![blog image](/images/blog/single-blog-1.jpg) diff --git a/content/team.md b/content/team.md new file mode 100644 index 00000000..7ebfa83c --- /dev/null +++ b/content/team.md @@ -0,0 +1,15 @@ +--- +title: "Team" +description: "Meet the world-class team building Federated Computer." +--- +**David Young**: wow! Photoshop can make anyone appear thin and pant-suited. + +**Barry Goers**: professional hockey player, still a player. Will biz dev you until you giggle. + +**Blake Burris** we financed this ***ing company using that gold chain as collateral! + +**Derek Crudgington** (front row) the lifter in the bunch. I wonder what he sees, ladies? + +![image](/images/team/team.jpg) + +(c) whoever, whenever, whatever. \ No newline at end of file diff --git a/data/faq.yml b/data/faq.yml index 5d61cf40..5cfa9222 100644 --- a/data/faq.yml +++ b/data/faq.yml @@ -1,19 +1,19 @@ --- enable: true title: Frequently asked questions -description: Unlike all the "solutions" from the "big guys", at Federated we offer a real solution for a great price. You may have questions! +description: Unlike all the "solutions" from the "big guys", at Federated we offer a real solution for a great price. But you may have questions! faqItem: - question: How much does Federated cost? - answer: $35 a month, for as many team members as you want. Everything is included. Backups. Supports. Upgrades. Simple. If you need more storage, we offer that for $0.01 per gigabyte per month. Storage is shared among all your team. We do offer discounts for annual, supporter, and lifetime plans. And we are eager to work with you to find a way to ensure Federated Core fits your budget. Please, get in touch. + answer: $39 a month, for as many team members as you want. Everything is included. Backups. Human support. Upgrades. Simple. If you need more storage, we offer that for $0.01 per gigabyte per month. Storage is shared among all your team. We do offer discounts for annual, supporter, and lifetime plans. And we are eager to work with you to find a way to ensure Federated Core fits your budget. Please, get in touch. dataTarget: One show: show - question: What happens if I need help? - answer: This is the best part. We are humans helping humans. There are no AI robots frustrating you when something goes wrong. We offer human support and human solutions. Pick up the phone and call us at 888-Call-Fed or send us an email to customer@federated.computer. Even if you're not currently a paying customer, we want to speak with you. + answer: This is the best part. We are humans helping humans. There are no AI chat robots frustrating you when something goes wrong. We offer human support and human solutions. Pick up the phone and call us at 888-Call-Fed or send us an email to support@federated.computer. Even if you're not currently a paying customer, we want to speak with you. dataTarget: Two show: - - 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. + - 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. dataTarget: Three show: diff --git a/data/feature.yml b/data/feature.yml index 81d50527..30906052 100644 --- a/data/feature.yml +++ b/data/feature.yml @@ -1,9 +1,9 @@ --- enable: true -title: A fast, responsive replacement for Google Workplace and much more... -description: Email, calendar, contacts, files, kaban deck for project management, bookmarks, internal private chat, notes, tasks, and a dashboard. Federated Core integrates all the software you need for you team to work well. +title: A fast, responsive, private replacement for Google Workplace and much more... +description: Email, calendar, contacts, files, kanban deck for project management, bookmarks, internal/external chat, notes, tasks, dashboard, video conference, password management, website, source code control. Federated Computer includes all the software you need for you team in a nice, integrated, east-to-use package. description2: You have the control to add more from the hundreds of additional offerings from the Nextcloud showcase. Nextcloud is trusted worldwide by 100s of thousands of successful companies and teams. -buttonText: Sign In +buttonText: Buy now Title2nd: Professional Software Solving Real Problems description2nd: Federated Core integrates best-in-class open-source solutions so that you and your team can get things done with 100% security and privacy and without the headache of IT management. image1: images/feature/feature-illustration-one.svg diff --git a/data/hero.yml b/data/hero.yml index 1b964242..ec3ff234 100644 --- a/data/hero.yml +++ b/data/hero.yml @@ -1,8 +1,8 @@ --- enable: true -title: $35 month. 100% private. Full support included. Incredible. +title: $39 month. 100% private. Full support included. Incredible. caption: Federated Core -description: Replace Dropbox, Google Workplace, Zoom, Slack, Airtable, Mailchimp, 1Password, Netlify, Github, Calendy, and your VPN for the low price of $35 a month. You can have as many users of the system as you want. Not extra cost. Only pay for the storage you use. +description: Replace Dropbox, Google Workplace, Zoom, Slack, Airtable, Mailchimp, 1Password, Netlify, Github, Calendy, and your VPN for the low price of $39 a month. As many users as you want. Only pay for more storage when/if you need it. buttonName: Available on button1text: Apple Store button2text: Google Play diff --git a/data/screenshots.yml b/data/screenshots.yml index f7e81ac3..d7208160 100644 --- a/data/screenshots.yml +++ b/data/screenshots.yml @@ -1,7 +1,7 @@ --- enable: true -title: Showcasing the best software available today... -description: Federated Core brings together best-in-class software, fully integrated, single-sign-on, human support, for the amazing price of $35 a month for your entire team. +title: Built on the best open-source software available today... +description: Federated Core brings together best-in-class software, fully integrated, single-sign-on, human support, for the amazing price of $39 a month for your entire team. images: - url: images/screenshots/slider1.png diff --git a/data/services.yml b/data/services.yml index e32171e2..c63f2fe9 100644 --- a/data/services.yml +++ b/data/services.yml @@ -1,16 +1,16 @@ # icons can be found on https://themify.me/themify-icons --- enable: true -title: Federated Core is all you need +title: Federated Core is the complete offering for you services: - icon: ti-settings title: Support from People - description: You don't have to become an IT professional to benefit + description: You don't have to become an IT professional to benefit. The people who built global cloud computing operations watch over your private installation. - icon: ti-check-box title: Everything You Need - description: All the software you need for your team to be successful + description: All the software you need for you of your team to be successful. You'll pay 10X for this breadth of software solutions elsewhere. - icon: ti-key - title: Q100% Private - description: Federated doesn't scan your data to sell you stuff. + title: 100% Private + description: Federated doesn't scan your data to sell you data to advertisers. In fact, even though we support your software, we can see your data. diff --git a/data/testimonial.yml b/data/testimonial.yml index 9c920af2..1c269a1f 100644 --- a/data/testimonial.yml +++ b/data/testimonial.yml @@ -5,12 +5,12 @@ description: Our Customers are the best yardstick for judging our product and se comments: - text: I started living a sovereing lifestyle with regards to food. Federated allowed me to successfully extend this goal to my digital life. It's amazing! name: Tom Pickle - designation: Community Developer + designation: Bitcoin Developer image: images/client/client-2.png - text: Federated was easy to get set-up and more importantly, was dead simple for my team to use. If we don't like it, Federated allows us to leave with our applications and data. Awesome! name: Jona Raisha - designation: Manufacturing + designation: Consultant image: images/client/client-1.png - text: Best. customer. service. Seriously, I opened a ticket and they were so helpful and really seemed to care about my experience. Freedom never felt so good. @@ -21,4 +21,4 @@ comments: - text: Most of Federated is better than the stuff from the big companies. The video conferencing is amazing. And the VPN, mind-blowing. I can't say enough good things. name: Kerri Reece designation: Designer - image: images/client/client-1.png + image: images/client/client-4.png diff --git a/data/video.yml b/data/video.yml index 800e81dd..28dad253 100644 --- a/data/video.yml +++ b/data/video.yml @@ -1,7 +1,7 @@ --- enable: true -comment1: Learn more about the -comment2: global digital sovereignty movement and how you can help. +comment1: Federated Computer is committed to being part of the growing "digital self sovereignty movement." +comment2: We welcome your participation as a customer, a contributor to our documentation, or part of our "Sovereign Reset" initiative to highlight all the ways we can be more sovereign together. buttonName: Available on button1text: Apple Store button2text: Google Play diff --git a/public/blog/dark-side-of-centralization/index.html b/public/blog/dark-side-of-centralization/index.html new file mode 100644 index 00000000..0bc68649 --- /dev/null +++ b/public/blog/dark-side-of-centralization/index.html @@ -0,0 +1,311 @@ + + + + + Dark Side of Centralization + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+
+
+
+

Think piece on the dark side of centralization.

+

blog image

+ +
+
+
+
+
+ + +
+ + + + + + + + + + + + diff --git a/public/blog/digital-sovereign-toolbox/index.html b/public/blog/digital-sovereign-toolbox/index.html new file mode 100644 index 00000000..4390a756 --- /dev/null +++ b/public/blog/digital-sovereign-toolbox/index.html @@ -0,0 +1,311 @@ + + + + + Digital Sovereign Toolbox + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+
+
+
+

Using Pop OS, Graphene, Federated Core and other Open Source tools

+

blog image

+ +
+
+
+
+
+ + +
+ + + + + + + + + + + + diff --git a/public/blog/federated-founders-and-our-joyent-history/index.html b/public/blog/federated-founders-and-our-joyent-history/index.html new file mode 100644 index 00000000..85565a03 --- /dev/null +++ b/public/blog/federated-founders-and-our-joyent-history/index.html @@ -0,0 +1,325 @@ + + + + + Federated Founders and Our Joyent History + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+
+
+
+

A lot has changed about how we work, and most people have no choice but to transition to working from home. But even before the pandemic, an increasing number of people bid goodbye to their onerous commute to become freelancers and telecommuters. Thanks to ever-evolving technologies such as Skype, Zoom, Facetime, Google Hangouts, Slack, and cloud computing, it’s no longer necessary to be in an office to be productive. In fact, most tasks can be done just as effectively from home.

+

Working from home can be one of the greatest perks of doing freelance work. But as appealing as remote work sounds, it comes with several challenges. What if you need something important from the office that you have no access to? What if loneliness takes over and you experience time management problems? What if you lose connection with colleagues? What if you’re overwhelmed by other home-related distractions like family members, pets, and electronics?

+

blog image

+

If you need inspiration, we’ve compiled some awesome information from the top-performing professionals in the industry. These are answers to commonly asked questions from artists you may never get to meet in person, and we combined them in one freaking sweet book.

+

Download Experiment. Fail. Repeat and discover the secrets of the universe! Or, you know, just get encouraged, which ever you most prefer is totally fine.

+

Working from Home: Healthy Practices to Stay Productive

+
    +
  • Setting a Healthy Routine
  • +
  • Proper Ergonomics
  • +
  • Exercise Regularly
  • +
  • Find Work-Life Balance When Working from Home
  • +
  • Dealing with Family Members and Coworkers
  • +
+

blog image

+

We are creatures of habit – and that is because routine helps us both mentally and physically to prepare for things. One of the benefits of working from home is flexibility. It might be tempting to roll out of bed and onto your couch and starting checking emails or browsing through social media, but you’ll need to establish a schedule when it comes to working remotely.

+

What’s goes into your schedule is a guide on what you’re supposed to do at a specific time. Get up early in the morning, take a shower, prepare a cup of coffee and take breakfast, then get dressed as if you’re actually reporting to work. You don’t have to wear a suit and a tie, but you’ll need to prepare for the day the same way you do while going to the office. Set regular working hours and include breaks and meal times. In the end, a routine can be extremely powerful at helping you get started every day.

+ +
+
+
+
+
+ + +
+ + + + + + + + + + + + diff --git a/public/blog/how-we-built-federated-core/index.html b/public/blog/how-we-built-federated-core/index.html new file mode 100644 index 00000000..06e1a71b --- /dev/null +++ b/public/blog/how-we-built-federated-core/index.html @@ -0,0 +1,311 @@ + + + + + How We Built Federated Core + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+
+
+
+

Buildinf Federated Core

+

blog image

+ +
+
+
+
+
+ + +
+ + + + + + + + + + + + diff --git a/public/blog/in-praise-of-thunderbird/index.html b/public/blog/in-praise-of-thunderbird/index.html new file mode 100644 index 00000000..76f0b759 --- /dev/null +++ b/public/blog/in-praise-of-thunderbird/index.html @@ -0,0 +1,311 @@ + + + + + In Praise of Thunderbird + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+
+
+
+
+

Why the new Thunderbird deserves our respect.

+

blog image

+ +
+
+
+
+
+ + +
+ + + + + + + + + + + + diff --git a/public/blog/index.html b/public/blog/index.html index ecb2401d..c563cdf1 100644 --- a/public/blog/index.html +++ b/public/blog/index.html @@ -2,7 +2,7 @@ - Our Blog + Federated Blog @@ -20,16 +20,6 @@ - - - - @@ -60,7 +50,7 @@
  • - - Get in touch + + Buy now
  • @@ -116,9 +127,9 @@
    -

    Our Blog

    +

    Federated Blog

    - Lorem, ipsum dolor sit amet consectetur adipisicing elit. Iusto sequi, dicta placeat aliquam nostrum quo quas cum recusandae numquam odit vitae autem libero corrupti natus quae suscipit animi accusamus praesentium? + Articles and talk about Federated products, products we love, and our wider industry and how to live digital sovereignty with Federated. For broader topics of health, money, relationships, technology, surveillance, see our sister blog at Sovereign Reset: https://www.sovereignreset.com.

    @@ -132,23 +143,23 @@
    - - blog-thumb + blog-thumb

    - Federated Core and It's FutureIntroducing Federated Core

    @@ -158,75 +169,23 @@
    -
    - -
    - -
    - -
    -
    -
    - + blog-thumb

    - Know when to take breakDigital Sovereign Toolbox

    @@ -236,23 +195,23 @@
    - + blog-thumb

    - Future of cloud computing The Future of Cloud Computing

    @@ -262,23 +221,75 @@
    +
    + +
    + +
    + +
    +
    @@ -401,6 +412,8 @@
  • Privacy & Policy
  • +
  • Team
  • +
  • Contact
  • @@ -413,8 +426,8 @@ @@ -422,15 +435,12 @@
    @@ -349,6 +360,8 @@
  • Privacy & Policy
  • +
  • Team
  • +
  • Contact
  • @@ -361,8 +374,8 @@ @@ -370,15 +383,12 @@
    @@ -252,15 +263,15 @@
  • -
  • Developers
  • +
  • Developers
  • -
  • Community
  • +
  • Community
  • -
  • Gitea repo
  • +
  • Gitea repo
  • -
  • Careers
  • +
  • Careers
  • -
  • Resellers & Partners
  • +
  • Resellers & Partners
  • @@ -279,6 +290,8 @@
  • Privacy & Policy
  • +
  • Team
  • +
  • Contact
  • @@ -291,8 +304,8 @@ @@ -300,15 +313,12 @@

    Support from People

    -

    You don't have to become an IT professional to benefit

    +

    You don't have to become an IT professional to benefit. The people who built global cloud computing operations watch over your private installation.

    @@ -246,7 +257,7 @@

    Everything You Need

    -

    All the software you need for your team to be successful

    +

    All the software you need for you of your team to be successful. You'll pay 10X for this breadth of software solutions elsewhere.

    @@ -277,8 +288,8 @@
    -

    Q100% Private

    -

    Federated doesn't scan your data to sell you stuff.

    +

    100% Private

    +

    Federated doesn't scan your data to sell you data to advertisers. In fact, even though we support your software, we can see your data.

    @@ -317,16 +328,16 @@

    - A fast, responsive replacement for Google Workplace and much more... + A fast, responsive, private replacement for Google Workplace and much more...

    - Email, calendar, contacts, files, kaban deck for project management, bookmarks, internal private chat, notes, tasks, and a dashboard. Federated Core integrates all the software you need for you team to work well. + Email, calendar, contacts, files, kanban deck for project management, bookmarks, internal/external chat, notes, tasks, dashboard, video conference, password management, website, source code control. Federated Computer includes all the software you need for you team in a nice, integrated, east-to-use package.

    You have the control to add more from the hundreds of additional offerings from the Nextcloud showcase. Nextcloud is trusted worldwide by 100s of thousands of successful companies and teams.

    - - Sign In + + Buy now
    @@ -402,10 +413,10 @@

    - Showcasing the best software available today... + Built on the best open-source software available today...

    - Federated Core brings together best-in-class software, fully integrated, single-sign-on, human support, for the amazing price of $35 a month for your entire team. + Federated Core brings together best-in-class software, fully integrated, single-sign-on, human support, for the amazing price of $39 a month for your entire team.

    @@ -459,7 +470,7 @@ Frequently asked questions

    - Unlike all the "solutions" from the "big guys", at Federated we offer a real solution for a great price. You may have questions! + Unlike all the "solutions" from the "big guys", at Federated we offer a real solution for a great price. But you may have questions!

    @@ -489,7 +500,7 @@ data-parent="#faqAccordion" >
    - $35 a month, for as many team members as you want. Everything is included. Backups. Supports. Upgrades. Simple. If you need more storage, we offer that for $0.01 per gigabyte per month. Storage is shared among all your team. We do offer discounts for annual, supporter, and lifetime plans. And we are eager to work with you to find a way to ensure Federated Core fits your budget. Please, get in touch. + $39 a month, for as many team members as you want. Everything is included. Backups. Human support. Upgrades. Simple. If you need more storage, we offer that for $0.01 per gigabyte per month. Storage is shared among all your team. We do offer discounts for annual, supporter, and lifetime plans. And we are eager to work with you to find a way to ensure Federated Core fits your budget. Please, get in touch.
    @@ -519,7 +530,7 @@ data-parent="#faqAccordion" >
    - This is the best part. We are humans helping humans. There are no AI robots frustrating you when something goes wrong. We offer human support and human solutions. Pick up the phone and call us at 888-Call-Fed or send us an email to customer@federated.computer. Even if you're not currently a paying customer, we want to speak with you. + This is the best part. We are humans helping humans. There are no AI chat robots frustrating you when something goes wrong. We offer human support and human solutions. Pick up the phone and call us at 888-Call-Fed or send us an email to support@federated.computer. Even if you're not currently a paying customer, we want to speak with you.
    @@ -549,7 +560,7 @@ data-parent="#faqAccordion" >
    - 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. + 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.
    @@ -564,26 +575,6 @@ -
    -
    -
    - -
    -
    -

    - Learn more about the
    global digital sovereignty movement and how you can help. -

    - -
    -
    -
    -
    -
    - - - - -
    @@ -609,7 +600,7 @@

    Tom Pickle

    -

    Community Developer

    +

    Bitcoin Developer

    @@ -622,7 +613,7 @@

    Jona Raisha

    -

    Manufacturing

    +

    Consultant

    @@ -644,7 +635,7 @@

    Most of Federated is better than the stuff from the big companies. The video conferencing is amazing. And the VPN, mind-blowing. I can't say enough good things.

    - person-thumb + person-thumb

    Kerri Reece

    @@ -677,23 +668,23 @@
    - - post-thumb + post-thumb

    - Federated Core and It's FutureIntroducing Federated Core

    @@ -703,23 +694,23 @@
    - - post-thumb + post-thumb

    - Federated Founders and Our Joyent HistoryDigital Sovereign Toolbox

    @@ -729,23 +720,23 @@
    @@ -847,6 +838,8 @@
  • Privacy & Policy
  • +
  • Team
  • +
  • Contact
  • @@ -859,8 +852,8 @@ @@ -868,15 +861,12 @@
    @@ -245,6 +256,8 @@
  • Privacy & Policy
  • +
  • Team
  • +
  • Contact
  • @@ -257,8 +270,8 @@ @@ -266,15 +279,12 @@
    diff --git a/themes/apsho/layouts/partials/footer.html b/themes/apsho/layouts/partials/footer.html index a996dcd1..f505b73b 100644 --- a/themes/apsho/layouts/partials/footer.html +++ b/themes/apsho/layouts/partials/footer.html @@ -93,9 +93,6 @@