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, 9 insertions, 5 deletions
diff --git a/build-member.sh b/build-member.sh
index 3dea3fd..329be0e 100755
--- a/build-member.sh
+++ b/build-member.sh
@@ -27,14 +27,18 @@ EOF
generate-main ()
{
read fullname
- read h1
- read dt
+ read instrument
+ read emph1
+ read emph2
local -r name=$(firstname "${fullname}")
cat <<EOF
-<main>
- <h1 style="${h1}">${fullname}</h1>
- <div id="bio" style="${dt}">
+<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">
EOF
while read line