-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change name Jozef Havelka to Josef Havelka
- Loading branch information
1 parent
dcfc49c
commit d3de675
Showing
6 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import type { InterviewData } from "$src/types"; | ||
|
||
export const data: InterviewData = { | ||
slug: "josef-havelka", | ||
lang: "cs", | ||
title: "Rozhovor s Josefem Havelkou", | ||
// audio_file: "herni-archiv-rozhovor-stanislav-hrda.m4a", | ||
// audio_duration: 7266, // duration must be correct | ||
narrator: { | ||
name: "Josef Havelka", | ||
birth_year: "TODO TODO TODO TODO", | ||
gender: "M", | ||
bio: "Josef Havelka studoval a následně i pracoval v rámci zemědělství. K prvnímu počítači se dostal, když mu první manželka přivezla z Francie počítač značky Sinclair. Během svého působení v rámci zemědělství založil Atari klub při místním JZD a začal se věnovat tisku (ke kterému pak zcela utekl od meliorací půdy). Klub byl umístěn v budově, které pan Havelka říkal ,,první škola“ a fungoval od roku 1986 až do revoluce roku 1989. Kromě obecného fungování v prostorech školy, klub dělal i různé akce jako byl „Atari bál“ nebo akce, kde s počítači seznamoval pedagogy.", | ||
photo: { | ||
url: "/interviews/josef-havelka.jpg", | ||
} | ||
}, | ||
interview: { | ||
date: new Date("2023-05-03"), | ||
place: "TODO TODO TODO TODO", | ||
interviewer: "Rudolf Jan Suchý", | ||
// length: "", | ||
project: "Počítačové kluby v ČSR", | ||
informed_agreement: true, | ||
// transcriber: "Rudolf Jan Suchý", | ||
// verifier: null | ||
}, | ||
complete: false, | ||
tags: [] | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes