Use Org, not Com
This commit is contained in:
parent
84cf215908
commit
bcb0a362da
6 changed files with 18 additions and 18 deletions
|
@ -3,7 +3,7 @@
|
|||
const { MobileTitle, NoSubHeader } = Astro.props;
|
||||
|
||||
// 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();
|
||||
|
||||
if (NetweakStatus.status === 'minor_outage') {
|
||||
|
|
|
@ -7,7 +7,7 @@ const { WithLogo, OnlyLogo } = Astro.props;
|
|||
WithLogo ? (
|
||||
<img
|
||||
alt="SudoVanilla Logo"
|
||||
src="https://md.sudovanilla.com/images/sv-logo-4.png"
|
||||
src="https://md.sudovanilla.org/images/sv-logo-4.png"
|
||||
/>
|
||||
) : 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;
|
||||
height: 30px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: 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
|
||||
---
|
||||
New website! New logo! New domain! New stuff! 
|
||||
|
@ -52,7 +52,7 @@ Also, a CMS has finally been integrated to the website...locally that is.
|
|||
|
||||
## 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.
|
||||
|
||||
|
|
|
@ -29,8 +29,8 @@ import { BookmarkBook, ReportColumns, Search } from "iconoir-react";
|
|||
<Hero
|
||||
Title="Ark"
|
||||
Description="The heart of SudoVanilla"
|
||||
VideoSrc="https://md.sudovanilla.com/videos/mp4/3783818-hd_1920_1080_24fps.mp4"
|
||||
VideoPoster="https://md.sudovanilla.com/images/vlcsnap-2024-05-02-17h23m53s431.png"
|
||||
VideoSrc="https://md.sudovanilla.org/videos/mp4/3783818-hd_1920_1080_24fps.mp4"
|
||||
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"
|
||||
/>
|
||||
</Fragment>
|
||||
|
|
|
@ -22,8 +22,8 @@ import { BookmarkBook, ReportColumns } from "iconoir-react";
|
|||
<Hero
|
||||
Title="SudoVanilla"
|
||||
Description="Counting on the Open Web"
|
||||
VideoSrc="https://md.sudovanilla.com/videos/mp4/hero.mp4"
|
||||
VideoPoster="https://md.sudovanilla.com/images/hero-poster.png"
|
||||
VideoSrc="https://md.sudovanilla.org/videos/mp4/hero.mp4"
|
||||
VideoPoster="https://md.sudovanilla.org/images/hero-poster.png"
|
||||
VideoCredit="Drone Footage of Limmernsee in Switzerland by SwissHumanity Stories on Pexels"
|
||||
/>
|
||||
<Heading Title="Blog" Description="Tips, Tricks, and Updates">
|
||||
|
@ -40,7 +40,7 @@ import { BookmarkBook, ReportColumns } from "iconoir-react";
|
|||
<LargeCard
|
||||
Title="Init Privacy"
|
||||
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_Link="/init/"
|
||||
Label="New"
|
||||
|
@ -49,21 +49,21 @@ import { BookmarkBook, ReportColumns } from "iconoir-react";
|
|||
<LargeCard
|
||||
Title="Zorn 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_Link="/docs/zorn/introduction/"
|
||||
/>
|
||||
<LargeCard
|
||||
Title="Penpot Desktop"
|
||||
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_Link="/docs/penpot-desktop/introduction/"
|
||||
/>
|
||||
<LargeCard
|
||||
Title="MinPluto"
|
||||
Description="Yet Another YouTube Frontend"
|
||||
Image="https://md.sudovanilla.com/images/mp.webp"
|
||||
Image="https://md.sudovanilla.org/images/mp.webp"
|
||||
Label="Discontinued"
|
||||
LabelVarient="Warning"
|
||||
CTA_Primary="Try Poke"
|
||||
|
|
|
@ -25,26 +25,26 @@ import { BookmarkBook, ReportColumns } from "iconoir-react";
|
|||
<Hero
|
||||
Title="Init Privacy"
|
||||
Description="Your data is your business"
|
||||
VideoSrc="https://md.sudovanilla.com/videos/mp4/init-hero.mp4"
|
||||
VideoPoster="https://md.sudovanilla.com/images/init-poster.png"
|
||||
VideoSrc="https://md.sudovanilla.org/videos/mp4/init-hero.mp4"
|
||||
VideoPoster="https://md.sudovanilla.org/images/init-poster.png"
|
||||
VideoCredit="Video By George Morina on Pexels"
|
||||
/>
|
||||
<LargeCard
|
||||
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."
|
||||
Image="https://md.sudovanilla.com/images/init/osi.png"
|
||||
Image="https://md.sudovanilla.org/images/init/osi.png"
|
||||
CTA_Primary="Explore Alternatives"
|
||||
CTA_Primary_Link="/init/softwares/browsers/"
|
||||
/>
|
||||
<LargeCard
|
||||
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."
|
||||
Image="https://md.sudovanilla.com/images/init/data-and-privacy.png"
|
||||
Image="https://md.sudovanilla.org/images/init/data-and-privacy.png"
|
||||
/>
|
||||
<LargeCard
|
||||
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."
|
||||
Image="https://md.sudovanilla.com/images/init/sites-sp.png"
|
||||
Image="https://md.sudovanilla.org/images/init/sites-sp.png"
|
||||
/>
|
||||
</Fragment>
|
||||
</Default>
|
||||
|
|
Loading…
Reference in a new issue