Skip to content

Commit 060c7d5

Browse files
committed
misc improvements
1 parent c2dcd50 commit 060c7d5

32 files changed

+46
-76
lines changed

assets/css/audio.scss

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ol[data-type="playlist"] {
1212
position: relative;
1313
display: flex;
1414
flex-wrap: wrap;
15-
color: var(--f_low);
15+
color: var(--f_med);
1616
background: var(--b_low);
1717
background:
1818
linear-gradient(45deg, var(--b_low) 25%, transparent 25%, transparent 75%, var(--b_low) 75%),
1919
linear-gradient(45deg, var(--b_low) 25%, transparent 25%, transparent 75%, var(--b_low) 75%);
2020
background-size: 6px 6px;
2121
background-position: 0 0, 3px 3px;
22-
border: 1px solid var(--f_low);
22+
border: 1px solid var(--f_med);
2323
min-height: 300px;
2424
overflow: hidden;
2525
transition: border 0.2s;
@@ -44,7 +44,7 @@ ol[data-type="playlist"] {
4444
div.content {
4545
position: relative;
4646
z-index: 1000;
47-
/*text-shadow: 1px 1px black;*/
47+
//text-shadow: 1px 1px black;
4848
}
4949

5050
.title {
@@ -67,15 +67,14 @@ ol[data-type="playlist"] {
6767
color: var(--f_med);
6868
background: var(--b_high);
6969
border: 0.5rem solid var(--f_med);
70-
7170
// box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.2), -1rem -1rem 2rem rgba(0, 0, 0, 0.2);
7271
//transform: scale(1.05);
7372
//transition: transform 0.2s, box-shadow 0.2s;
7473
//z-index: 100000;
7574
img {
7675
filter: saturate(100%);
77-
/*transform: scale(2);*/
78-
/*transition: transform 600s;*/
76+
// transform: scale(2);
77+
// transition: transform 180s;
7978
}
8079

8180
audio {
@@ -84,12 +83,7 @@ ol[data-type="playlist"] {
8483
}
8584

8685
&:hover {
87-
img {
88-
/*filter: saturate(100%);*/
89-
}
90-
9186
audio {
92-
/*display: block;*/
9387
opacity: 0.9;
9488
}
9589
}

assets/js/audio.js

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ const ol = document.querySelector('ol[data-type="playlist"]');
55
const items = ol.querySelectorAll("li");
66
const info = document.getElementById("audio-info")
77

8-
ol.style.opacity = "0";
9-
window.onload = () => {
10-
ol.style.opacity = "1";
11-
}
8+
// ol.style.opacity = "0";
9+
// window.onload = () => {
10+
// ol.style.opacity = "1";
11+
// }
1212

1313
let activeItem;
1414

@@ -40,6 +40,7 @@ items.forEach(item => {
4040
audio.onpause = e => {
4141
//console.log("pause")
4242
item.classList.remove("active")
43+
//info.textContent = "";
4344
// activeItem = null;
4445
}
4546
// audio.onended = e => {
@@ -57,7 +58,7 @@ items.forEach(item => {
5758
}
5859
activeItem = item;
5960
item.classList.toggle("active")
60-
info.textContent = item.querySelector(".title").textContent;
61+
//info.textContent = item.querySelector(".title").textContent;
6162
}
6263
/*
6364
//console.log(item.getAttribute("href"));

content/audio/ACT_Pipedram.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: "Pipedream"
33
file: "ACT_Pipedream.mp3"
44
project: a_certain_trio
5-
65
rss_ignore: true
76
weight: 11
8-
97
---

content/audio/Beach_Egina.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ recorder:
55
details: ""
66
rss_ignore: true
77
weight: 50
8-
98
---

content/audio/DFDB_Donauinsel_L.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: "Kirschbaum - Donauinsel"
33
file: "DFDB_Donauinsel_L.mp3"
44
project: das_fluestern_der_baeume_in_wien
5-
65
rss_ignore: true
76
weight: 5
8-
97
---

content/audio/DFDB_Stadtpark_C.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: "Kaukasische Flügelnuss - Stadtpark"
33
file: "DFDB_Stadtpark_C.mp3"
44
project: das_fluestern_der_baeume_in_wien
5-
65
rss_ignore: true
76
weight: 7
8-
97
---

content/audio/DfdB_Neuwaldegg_E.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: "Buche - Neuwaldegg"
33
file: "DFDB_Neuwaldegg_E.mp3"
44
project: das_fluestern_der_baeume_in_wien
5-
65
rss_ignore: true
76
weight: 6
8-
97
---

content/audio/Torfinnsvatnet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ title: "Torfinnsvatnent - rec 2023"
33
file: "Torfinnsvatnent.mp3"
44
rss_ignore: true
55
weight: 52
6-
76
---
8-

content/audio/amt_files.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ recorder:
55
details: ""
66
rss_ignore: true
77
weight: 14
8-
98
---

content/audio/atlantic_avenue.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ recorder:
55
details: ""
66
rss_ignore: true
77
weight: 59
8-
98
---

content/audio/barrage_mettlach.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "Barrage, Saar - rec 2016"
33
file: "barrage_mettlach.mp3"
4-
54
rss_ignore: true
65
weight: 56
7-
86
---

content/audio/c-line.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "C-Line, Tokyo - rec 2019"
33
file: "c-line.mp3"
4-
54
rss_ignore: true
65
weight: 58
7-
86
---

content/audio/einsiedlerpark.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Einsiedlerpark"
33
file: "einsiedlerpark.mp3"
4-
image: "einsiedlerpark.jpg"
4+
#image: "einsiedlerpark.jpg"
55
microphone: ""
66
recorder: ""
77
details: "Soundscape Composition"

content/audio/image/kickers.jpg

214 KB
Loading

content/audio/image/pipedream.jpg

469 KB
Loading

content/audio/kickers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
---
33
title: "Kickers 2282"
44
file: "the_kickers_2282.mp3"
5+
image: "kickers.jpg"
56
project: kickers
67
rss_ignore: true
78
weight: 15
8-
99
---

content/audio/mettlach_woodpecker.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Woodpecker, Mettlach - rec 2019"
33
file: "mettlach_woodpecker_2019.mp3"
4-
54
rss_ignore: true
65
---

content/audio/rec_omv_mannswoerth.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ microphone: ""
66
details: ""
77
rss_ignore: true
88
weight:
9-
109
---

content/audio/takao_berg.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Takao Berg, Hachioji - rec 2019"
33
file: "takao_berg.mp3"
4-
54
rss_ignore: true
65
---

content/audio/triangeln.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ file: "Triangeln.mp3"
44
project: triangeln
55
rss_ignore: true
66
weight: 12
7-
87
---
98

content/audio/velak_bday_resonantplay_HP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "live Zacherlfabrik velak 20th bday<br>Vienna 2024"
2+
title: "live Zacherlfabrik velak 20th bday&gt;Vienna 2024"
33
file: "velak_bday_resonantplay_HP.mp3"
44
image: "velak20.jpg"
55
microphone: ""

content/project/das_fluestern_der_baeume_in_wien/index.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ weight: 1
55
video: { start: 0 }
66
rss_ignore: true
77
---
8-
Das Flüstern der Bäume in Wien
8+
> (The whispering of the trees in Vienna)
99
10-
(The whispering of the trees in Vienna)
1110

12-
Ongoing series
13-
Four Duets
11+
**Ongoing series**
12+
**Four Duets**
1413

1514
The Whispering of the Trees in Vienna are site-specific compositions. For each tree I selected
1615
an instrument and for three compositions I collaborated with a musician.
@@ -19,16 +18,16 @@ gating the specific sound of each tree, their surroundings, the history, the cul
1918
The series was created in the following constellations while each duet consists of a certain tree
2019
and the regarding musician
2120

22-
N°1 A cherry tree on the man-made nature reserve on the Danube Island
21+
* **N°1**: A cherry tree on the man-made nature reserve on the Danube Island
2322
Nava Hemyari (Voice)
2423

25-
N°2 The Caucasian wingnut in the heart of Vienna‘s inner city
24+
* **N°2**: The Caucasian wingnut in the heart of Vienna‘s inner city
2625
Vincent Singer (Cello)
2726

28-
N°3 A beech tree with a view of Vienna in Hernals, Neuwaldegg
27+
* **N°3**: A beech tree with a view of Vienna in Hernals, Neuwaldegg
2928
Frederic Stritter (Synthesizer)
3029

31-
N°4 A 196 years old gray poplar
30+
* **N°4**: A 196 years old gray poplar
3231
Nina Bauer (Gitarre)
3332

3433
A print of the tree bark serves as a graphic notation. It is played with processed sounds of the
@@ -46,14 +45,11 @@ The impressions, drawings and the sound material of the respective tree serves a
4645
tion for the compositions of each duet. These approaches are supplemented by the respective
4746
musician.
4847

49-
I am pleased that the graphic notation of the cherry tree was interpreted by the Punctum Col-
50-
lective. (https://punctum-collective.art/)
51-
48+
I am pleased that the graphic notation of the cherry tree was interpreted by the [Punctum Collective](https://punctum-collective.art/).
5249

5350
- Vocals: [Nava Hemyari](https://www.navahemyari.com/)
5451
- Nina Bauer: Gitarre
55-
![](das_fluestern_der_baeume-1.jpg)
5652
- Cello: Vinzent Singer
5753
- Synthesizer: Frederic Stritter
5854

59-
Gefördert von der Stadt Wien Kultur.
55+
Gefördert von der Stadt Wien Kultur.
7.14 MB
Loading

layouts/audio/list.html

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,41 +16,33 @@
1616
{{ end }}
1717
{{ end }}
1818
{{ end }}
19-
{{/*<link rel="stylesheet" href="{{ (resources.Get "css/audio.css").Permalink }}">*/}}
20-
<script src="{{ (resources.Get "js/audio.js").Permalink }}" async></script>
19+
<script src="{{ (resources.Get "js/audio.js" | minify).Permalink }}" async></script>
2120
{{ end }}
2221

2322
{{ define "main" }}
23+
{{ $baseURL:= .Site.BaseURL }}
2424
<ol data-type="playlist">
2525
{{ range $rec := .RegularPages }}
2626
<li>
2727
{{ $img := .Params.image }}
2828
{{ if eq $img nil }}
29-
{{/*{{ .Params.project }}*/}}
30-
{{ end }}
31-
{{ with .Params.image }}
32-
{{/*{{ $res_id := print "image/" . }}*/}}
33-
{{/*{{ $res := resources.Get $res_id }}*/}}
34-
{{/*{{ with $res }}*/}}
35-
{{/*<img src="{{ $res.RelPermalink}}"></img>*/}}
36-
{{/*{{ else }}*/}}
37-
{{/* {{ warnf "image [%s] not found" $res_id }}*/}}
38-
{{/*{{ end }}*/}}
39-
<img src="image/{{ . }}">
29+
{{/*{{ with .Params.project }}*/}}
30+
{{/*{{ $img = print "/project/" . "/" "feature.jpg" }}*/}}
31+
{{/*{{ end }}*/}}
32+
{{/*{{with .Resources.Get $img }}*/}}
33+
{{/*{{.}}*/}}
34+
{{/*{{ end }}*/}}
35+
{{ else }}
36+
{{ $img = print "image/" $img }}
4037
{{ end }}
38+
{{ if ne $img nil }}<img src="{{ $img }}">{{ end }}
4139
<div class="content">
4240
{{ $path := print "file/" .Params.file }}
4341
<h6 class="title">{{ .Title | safeHTML }}</h6>
4442
{{ with .Params.project }}
45-
<a href="/project/{{.}}" class="project">{{.}}</a>
43+
<a href="{{ $baseURL }}project/{{.}}" class="project">{{.}}</a>
4644
{{ end }}
47-
<div class="text">{{ .Content }}</div>
48-
{{/*{{ with .Params.project }}*/}}
49-
{{/*<div>*/}}
50-
{{/* <span>Project:</span>*/}}
51-
{{/* <a href="/project/{{- . -}}"><strong>{{- . -}}</strong></a>*/}}
52-
{{/*</div>*/}}
53-
{{/*{{ end }}*/}}
45+
<div class="text">{{- .Content -}}</div>
5446
</div>
5547
<audio src="{{ $path }}" controls></audio>
5648
</li>

style/stritter/_site.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,12 @@ body {
129129
>div.content {
130130
max-width: 700px;
131131
}
132-
132+
// a {
133+
// border-bottom: 1px solid var(--f_med);
134+
// &:hover, &:focus {
135+
// border-bottom: 1px solid var(--f_high);
136+
// }
137+
// }
133138
>section {
134139
width: 100%;
135140
padding: 1rem 0 2rem 0;

style/stritter/_typography.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--font-mono: "RobotoMono";
77

88
--line-height: 1.5;
9-
--text-base-size: 16px;
9+
--text-base-size: 14px;
1010
--text-scale-ratio: 1.25;
1111
--body-font-weight: 500;
1212
--heading-line-height: 2;
@@ -36,6 +36,9 @@
3636
--space-xxxl: calc(8.5 * var(--space-unit));
3737
--space-xxxxl: calc(13.75 * var(--space-unit));
3838

39+
@media screen and (min-width: breakpoint.$desktop) {
40+
--text-base-size: 16px;
41+
}
3942
// @media screen and (min-width: breakpoint.$tablet) {
4043
// --text-base-size: 14px;
4144
// }

0 commit comments

Comments
 (0)