summaryrefslogtreecommitdiff
path: root/build-member.sh
diff options
context:
space:
mode:
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