Skip to content

Commit

Permalink
Quak kvaak
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkis committed Nov 13, 2023
1 parent 8584698 commit 0745463
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/services/audio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ import { random } from "./random";
export type QuackCastAudio = {
title: string;
url: string;
description: string;
attribution: string;
};

const quackCast: QuackCastAudio = {
title: "Kvaakcast",
url: "https://hardcore-react-training.s3.eu-north-1.amazonaws.com/kvaakcast.ogg",
description:
"Päivän kvaakcastissa toimitusjohtajat **Gaylord McAnkka**, **Kulta-Into Pii** ja **Kroisos Pennonen** keskustelevat talouden ennakoimattomista tapahtumista, niin kutsutuista mustista joutsenista.",
attribution:
"https://en.wikipedia.org/wiki/File:Mallard_(Anas_platyrhynchos)_(W1CDR0001518_BD17).ogg"
};
Expand Down
8 changes: 6 additions & 2 deletions src/services/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ export type QuackTubeVideo = {
title: string;
url: string;
attribution: string;
description: string;
};

export const videos: QuackTubeVideo[] = [
{
title: "Musta joutsen",
title: "Mustat joutsenet",
description:
"Taloustilanteen ennakoimattomat tapahtumat huolettavat monia. Toimittajamme kysyi mustilta joutsenilta, mitä he *itse* ajattelevat nykyisestä taloustilanteesta ja omasta vaikutuksestaan vuoden 2024 koronnostoihin Euroopan keskuspankissa.",
url: "https://hardcore-react-training.s3.eu-north-1.amazonaws.com/black-swan.webm",
attribution:
"The Nature Box, CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0>, via Wikimedia Commons"
},
{
title: "Quaak Quaak! Qaak!",
title: "Kvauppalehden työharjoittelijat",
description: "Kvauppalehden työharjoittelijat esittelyssä",
url: "https://hardcore-react-training.s3.eu-north-1.amazonaws.com/mallard.webm",
attribution:
"https://en.wikipedia.org/wiki/File:Canard_colvert_femelle_et_ses_petits_(Lac_Archambault,_Qc).webm"
Expand Down

1 comment on commit 0745463

@vercel
Copy link

@vercel vercel bot commented on 0745463 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.