From 0d145eb824f964421454bcd94c35659e8d8114f5 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 9 Mar 2025 11:10:13 +0100 Subject: Update albums --- main.c | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index 2708b41..be5264b 100755 --- a/main.c +++ b/main.c @@ -926,10 +926,11 @@ static Doc docs[NUM_DOCS] = { .layout = LAYOUT_CENTER, }, { .scale = 80, - .text = "Apple / iTunes", + .text = "Apple", .href = "/apple/2021", }, { .type = TAG_CODE, + .unselectable = 1, .text = " | ", }, { .scale = 80, @@ -937,6 +938,7 @@ static Doc docs[NUM_DOCS] = { .href = "/spotify/2021", }, { .type = TAG_CODE, + .unselectable = 1, .text = " | ", }, { .scale = 80, @@ -1127,6 +1129,29 @@ static Doc docs[NUM_DOCS] = { .scale = 80, .text = "YouTube", .href = "https://www.youtube.com/playlist?list=PLcgDcJaNt0a-wSyZdGARyF3OMAqOQY36J", + }, { + .line_height = 100, + .text = "
\"Vertex\" single
", + }, { + .scale = 80, + .text = "Apple", + .href = "/apple/2020", + }, { + .type = TAG_CODE, + .unselectable = 1, + .text = " | ", + }, { + .scale = 80, + .text = "Spotify", + .href = "/spotify/2020", + }, { + .type = TAG_CODE, + .unselectable = 1, + .text = " | ", + }, { + .scale = 80, + .text = "Deezer", + .href = "/deezer/2020", }, { .type = TAG_END, }, { @@ -1190,7 +1215,7 @@ static Doc docs[NUM_DOCS] = { .unselectable = 1, .text = " 3.", }, { - .text = "Casual Track 020", + .text = "Casual Track 020 / Curl", }, { .width = 100, .layout = LAYOUT_FLOAT_RIGHT, @@ -1241,7 +1266,7 @@ static Doc docs[NUM_DOCS] = { .unselectable = 1, .text = " 5.", }, { - .text = "Casual Track 022", + .text = "Casual Track 022 / Vertex", }, { .width = 100, .layout = LAYOUT_FLOAT_RIGHT, -- cgit v1.2.3