Skip to content

Commit

Permalink
Normalize naming of a projects and Make readme for naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Brambora2022 committed Dec 19, 2024
1 parent 5d6f87d commit dcfc49c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lib/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
submenu: [
{ url: "/projects", cs: "Časová osa", en: "Timeline" },
{ url: "/gallery/emil-fafek", cs: "Fotografie Emila Fafka", en: "Emil Fafek photography" },
{ url: "/projects/videostop", cs: "Hra z televizního pořadu Videostop", en: "Project Videostop" },
{ url: "/projects/videostop", cs: "Videostop", en: "Videostop" },
]
}, {
url: "/interviews", cs: "Rozhovory", en: "Interviews"
Expand Down
12 changes: 12 additions & 0 deletions src/routes/projects/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Header.svelte
Use just name of a project/fond withou prefix (ex: "Videostop")

+page.svelte
Meta title
Just name (ex: "Videostop")

Headline 2
Use name and prefix (ex: "Projekt Videostop")

Název projektu
Just name (ex: "Videostop")
6 changes: 3 additions & 3 deletions src/routes/projects/videostop/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
let assets: AssetData[] = [asset07859_data, asset07860_data, asset08077_data, asset08107_data];
</script>

<Meta title="Hra z televizního pořadu Videostop" />
<Meta title="Videostop" />

<article class="thin">
<h2>Hra z televizního pořadu Videostop</h2>
<h2>Projekt Videostop</h2>
<div>
<p><strong>Název projektu</strong>: Hra z televizního pořadu Videostop
<p><strong>Název projektu</strong>: Videostop
<p><strong>Jména zpracovatelů</strong>: Rudolf Jan Suchý, Karel Ondráček, Vojtěch Straka, Roman Bórik
<p><strong>Rok dokončení projektu</strong>: 2024

Expand Down

0 comments on commit dcfc49c

Please sign in to comment.