summaryrefslogtreecommitdiff
path: root/build-member.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-member.sh')
-rwxr-xr-xbuild-member.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/build-member.sh b/build-member.sh
index 3dea3fd..d4b04e7 100755
--- a/build-member.sh
+++ b/build-member.sh
@@ -27,14 +27,18 @@ EOF
generate-main ()
{
read fullname
+ read instrument
read h1
read dt
local -r name=$(firstname "${fullname}")
cat <<EOF
<main>
- <h1 style="${h1}">${fullname}</h1>
- <div id="bio" style="${dt}">
+ <div class="bio-title" style="${h1}">
+ <h1>${fullname}</h1>
+ <h2>${instrument}</h2>
+ </div>
+ <div class="bio" style="${dt}">
EOF
while read line