Use Org, not Com

This commit is contained in:
Korbs 2024-05-14 00:22:07 -04:00
parent 84cf215908
commit bcb0a362da
6 changed files with 18 additions and 18 deletions

View file

@ -3,7 +3,7 @@
const { MobileTitle, NoSubHeader } = Astro.props; const { MobileTitle, NoSubHeader } = Astro.props;
// Netweak Status // Netweak Status
const NetweakPing = await fetch('https://status.sudovanilla.com/json'); const NetweakPing = await fetch('https://status.sudovanilla.org/json');
const NetweakStatus = await NetweakPing.json(); const NetweakStatus = await NetweakPing.json();
if (NetweakStatus.status === 'minor_outage') { if (NetweakStatus.status === 'minor_outage') {

View file

@ -7,7 +7,7 @@ const { WithLogo, OnlyLogo } = Astro.props;
WithLogo ? ( WithLogo ? (
<img <img
alt="SudoVanilla Logo" alt="SudoVanilla Logo"
src="https://md.sudovanilla.com/images/sv-logo-4.png" src="https://md.sudovanilla.org/images/sv-logo-4.png"
/> />
) : null ) : null
} }
@ -31,7 +31,7 @@ const { WithLogo, OnlyLogo } = Astro.props;
} }
} }
img[src="https://md.sudovanilla.com/images/sv-logo-4.png"] img[src="https://md.sudovanilla.org/images/sv-logo-4.png"]
{ {
width: 32px; width: 32px;
height: 30px; height: 30px;

View file

@ -1,7 +1,7 @@
--- ---
title: Introducing SudoVanilla.org title: Introducing SudoVanilla.org
url: introducing-sudovanilla-org url: introducing-sudovanilla-org
image: https://md.sudovanilla.com/images/m4d5t7.png image: https://md.sudovanilla.org/images/m4d5t7.png
date: 2024-04-23 date: 2024-04-23
--- ---
New website! New logo! New domain! New stuff!&#x20; New website! New logo! New domain! New stuff!&#x20;
@ -52,7 +52,7 @@ Also, a CMS has finally been integrated to the website...locally that is.
## Keystatic CMS ## Keystatic CMS
<img src="https://md.sudovanilla.com/images/Screenshot%20from%202024-04-23%2009-48-15.png" /> <img src="https://md.sudovanilla.org/images/Screenshot%20from%202024-04-23%2009-48-15.png" />
The Keystatic CMS has been added to the website's source code, this can be used when running the website locally. This makes creating contributions to the docs and Init Privacy much more easier and faster. The Keystatic CMS has been added to the website's source code, this can be used when running the website locally. This makes creating contributions to the docs and Init Privacy much more easier and faster.

View file

@ -29,8 +29,8 @@ import { BookmarkBook, ReportColumns, Search } from "iconoir-react";
<Hero <Hero
Title="Ark" Title="Ark"
Description="The heart of SudoVanilla" Description="The heart of SudoVanilla"
VideoSrc="https://md.sudovanilla.com/videos/mp4/3783818-hd_1920_1080_24fps.mp4" VideoSrc="https://md.sudovanilla.org/videos/mp4/3783818-hd_1920_1080_24fps.mp4"
VideoPoster="https://md.sudovanilla.com/images/vlcsnap-2024-05-02-17h23m53s431.png" VideoPoster="https://md.sudovanilla.org/images/vlcsnap-2024-05-02-17h23m53s431.png"
VideoCredit="Drone Footage Of The Island And The Sea By Taryn Elliott Taryn Elliott on Pexels" VideoCredit="Drone Footage Of The Island And The Sea By Taryn Elliott Taryn Elliott on Pexels"
/> />
</Fragment> </Fragment>

View file

@ -22,8 +22,8 @@ import { BookmarkBook, ReportColumns } from "iconoir-react";
<Hero <Hero
Title="SudoVanilla" Title="SudoVanilla"
Description="Counting on the Open Web" Description="Counting on the Open Web"
VideoSrc="https://md.sudovanilla.com/videos/mp4/hero.mp4" VideoSrc="https://md.sudovanilla.org/videos/mp4/hero.mp4"
VideoPoster="https://md.sudovanilla.com/images/hero-poster.png" VideoPoster="https://md.sudovanilla.org/images/hero-poster.png"
VideoCredit="Drone Footage of Limmernsee in Switzerland by SwissHumanity Stories on Pexels" VideoCredit="Drone Footage of Limmernsee in Switzerland by SwissHumanity Stories on Pexels"
/> />
<Heading Title="Blog" Description="Tips, Tricks, and Updates"> <Heading Title="Blog" Description="Tips, Tricks, and Updates">
@ -40,7 +40,7 @@ import { BookmarkBook, ReportColumns } from "iconoir-react";
<LargeCard <LargeCard
Title="Init Privacy" Title="Init Privacy"
Description="Taking Back Control" Description="Taking Back Control"
Image="https://md.sudovanilla.com/images/smartmockups_lvh9a29d.jpg" Image="https://md.sudovanilla.org/images/smartmockups_lvh9a29d.jpg"
CTA_Primary="View" CTA_Primary="View"
CTA_Primary_Link="/init/" CTA_Primary_Link="/init/"
Label="New" Label="New"
@ -49,21 +49,21 @@ import { BookmarkBook, ReportColumns } from "iconoir-react";
<LargeCard <LargeCard
Title="Zorn Player" Title="Zorn Player"
Description="HTML5 Web Player" Description="HTML5 Web Player"
Image="https://md.sudovanilla.com/images/pl.png" Image="https://md.sudovanilla.org/images/pl.png"
CTA_Primary="Documentation" CTA_Primary="Documentation"
CTA_Primary_Link="/docs/zorn/introduction/" CTA_Primary_Link="/docs/zorn/introduction/"
/> />
<LargeCard <LargeCard
Title="Penpot Desktop" Title="Penpot Desktop"
Description="A Desktop-Like Experience" Description="A Desktop-Like Experience"
Image="https://md.sudovanilla.com/images/Z1.webp" Image="https://md.sudovanilla.org/images/Z1.webp"
CTA_Primary="Documentation" CTA_Primary="Documentation"
CTA_Primary_Link="/docs/penpot-desktop/introduction/" CTA_Primary_Link="/docs/penpot-desktop/introduction/"
/> />
<LargeCard <LargeCard
Title="MinPluto" Title="MinPluto"
Description="Yet Another YouTube Frontend" Description="Yet Another YouTube Frontend"
Image="https://md.sudovanilla.com/images/mp.webp" Image="https://md.sudovanilla.org/images/mp.webp"
Label="Discontinued" Label="Discontinued"
LabelVarient="Warning" LabelVarient="Warning"
CTA_Primary="Try Poke" CTA_Primary="Try Poke"

View file

@ -25,26 +25,26 @@ import { BookmarkBook, ReportColumns } from "iconoir-react";
<Hero <Hero
Title="Init Privacy" Title="Init Privacy"
Description="Your data is your business" Description="Your data is your business"
VideoSrc="https://md.sudovanilla.com/videos/mp4/init-hero.mp4" VideoSrc="https://md.sudovanilla.org/videos/mp4/init-hero.mp4"
VideoPoster="https://md.sudovanilla.com/images/init-poster.png" VideoPoster="https://md.sudovanilla.org/images/init-poster.png"
VideoCredit="Video By George Morina on Pexels" VideoCredit="Video By George Morina on Pexels"
/> />
<LargeCard <LargeCard
Title="User Freedom" Title="User Freedom"
Description="Switching to free and open source solutions means better security and privacy. These options are more transparent, can be contributed to by the community and developers, and be audited by third-parties. Proprietary options are closed source and we don't know how they work." Description="Switching to free and open source solutions means better security and privacy. These options are more transparent, can be contributed to by the community and developers, and be audited by third-parties. Proprietary options are closed source and we don't know how they work."
Image="https://md.sudovanilla.com/images/init/osi.png" Image="https://md.sudovanilla.org/images/init/osi.png"
CTA_Primary="Explore Alternatives" CTA_Primary="Explore Alternatives"
CTA_Primary_Link="/init/softwares/browsers/" CTA_Primary_Link="/init/softwares/browsers/"
/> />
<LargeCard <LargeCard
Title="Taking Back Control" Title="Taking Back Control"
Description="There is a lot of distrust in big tech because of the amount of power we've let these big companies accumlate. Your data is up for grab and being sold to advertisers, it's time to stop this." Description="There is a lot of distrust in big tech because of the amount of power we've let these big companies accumlate. Your data is up for grab and being sold to advertisers, it's time to stop this."
Image="https://md.sudovanilla.com/images/init/data-and-privacy.png" Image="https://md.sudovanilla.org/images/init/data-and-privacy.png"
/> />
<LargeCard <LargeCard
Title="Campaigns and Websites" Title="Campaigns and Websites"
Description="You can view other websites besides from SudoVanilla to view other options on protecting yourself online and choosing what software to use. There are many websites that do this and do resesarch on options for you like Offshore.CAT, Privacy Guides, and more. There are also campaigns for the open source community from Free Software Foundation." Description="You can view other websites besides from SudoVanilla to view other options on protecting yourself online and choosing what software to use. There are many websites that do this and do resesarch on options for you like Offshore.CAT, Privacy Guides, and more. There are also campaigns for the open source community from Free Software Foundation."
Image="https://md.sudovanilla.com/images/init/sites-sp.png" Image="https://md.sudovanilla.org/images/init/sites-sp.png"
/> />
</Fragment> </Fragment>
</Default> </Default>