Skip to content

Commit

Permalink
Make Martin Kadlčík interview visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Brambora2022 committed Dec 26, 2024
1 parent fb2df9c commit 30523a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
en="Latest interview"
/>:
</strong>
<a href="/interviews/zdenek-vodak/" class="plain">Zdeněk Vodák</a>,
<a href="/interviews/martin-kadlcik/" class="plain">Martin Kadlčík</a>,
<Loc
cs="autor <i>Videostopu</i>"
en="author of <i>Videostop</i>"
cs="autor <i>das ADLERNEST</i>"
en="author of <i>das ADLERNEST</i>"
/>
</p>
<Arrow href="/interviews">
Expand Down
4 changes: 2 additions & 2 deletions src/routes/interviews/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import type { InterviewData } from "$src/types";
import Box from "$lib/Box.svelte";
// import { data as bregant_data } from './michal-bregant/interview';
import { data as kadlcik_data } from './martin-kadlcik/interview';
import { data as kopecky_data } from './lubor-kopecky/interview';
import { data as hrda_data } from './stanislav-hrda/interview';
import { data as havelka_data } from './josef-havelka/interview';
Expand All @@ -14,7 +14,7 @@
import Loc from "$src/lib/Loc.svelte";
let interviews: InterviewData[] = [vodak_data, kopecky_data, hrda_data, robinett_data, havelka_data, bezdek_data, hurnikova_data];
let interviews: InterviewData[] = [kadlcik_data, vodak_data, kopecky_data, hrda_data, robinett_data, bezdek_data, hurnikova_data];
</script>

<Meta title="Rozhovory" />
Expand Down
7 changes: 7 additions & 0 deletions src/routes/interviews/martin-kadlcik/interview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ export const MK: Person = {
birth_place: "Uherské Hradiště",
gender: "M",
color: "darkblue",
photo: {
url: "/interviews/martin-kadlcik.JPG",
details_url: "",
// license_text: ""
},
bio: 'Martin Kadlčík - narozen roku 1972 v Uherském Hradišti - je tvůrce drobné textovky z 80. let jménem <a href="https://inventory.herniarchiv.cz/asset/8411-kazeta-das-adlernest"><em>das ADLERNEST</em></a>, kterou jsme tento rok zdigitalizovali. Mimo svých osobních projektů po revoluci také pracoval na několika nevydaných titulech v Ilusion Softworks a v současnosti pracuje na volné noze pro různá herní studia a v e-shopu sintech.'
}

Expand All @@ -18,9 +23,11 @@ export const data: InterviewData = {
title: "Dotazník: Martin Kadlčík",
narrator: MK,
interview: {
length: "N/A",
type: "questionnaire",
date: new Date("2024-12-13"),
project: {name: "Tvůrci z 80. let"},
publication_date: new Date("2024-12-18"),
// publication_date: new Date(""),
// verifier: null
},
Expand Down

0 comments on commit 30523a0

Please sign in to comment.