summaryrefslogtreecommitdiff
path: root/build-member.sh
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-20 12:30:59 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-20 12:32:11 +0100
commita8ce5a48853ec51216d20aa382233448fd8e4cfe (patch)
tree5d3181d6ee492e267667b7ce6828e6ce8f4e7aeb /build-member.sh
parentbc14b7c434701a811213d3284f18a42ae4b99589 (diff)
downloadquatuorbellefeuille.com-a8ce5a48853ec51216d20aa382233448fd8e4cfe.tar.xz
Tweak emphasis on instrument
Diffstat (limited to 'build-member.sh')
-rwxr-xr-xbuild-member.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/build-member.sh b/build-member.sh
index d4b04e7..329be0e 100755
--- a/build-member.sh
+++ b/build-member.sh
@@ -28,17 +28,17 @@ generate-main ()
{
read fullname
read instrument
- read h1
- read dt
+ read emph1
+ read emph2
local -r name=$(firstname "${fullname}")
cat <<EOF
-<main>
- <div class="bio-title" style="${h1}">
- <h1>${fullname}</h1>
- <h2>${instrument}</h2>
+<main style="--emph1-color: ${emph1}; --emph2-color: ${emph2}">
+ <div class="bio-title">
+ <h1 class="name">${fullname}</h1>
+ <h2 class="instrument">${instrument}</h2>
</div>
- <div class="bio" style="${dt}">
+ <div class="bio">
EOF
while read line