diff options
author | Adam T. Carpenter <atc@53hor.net> | 2024-09-09 22:28:33 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2024-09-09 22:28:33 -0400 |
commit | 0213fd2dcd09ca4b1252cdc45415a765a887d679 (patch) | |
tree | 975beafb05ac296d87167e40c724cac0f9a9dc86 /templates/index.html | |
parent | f2bd378e1a8cdfa7d1520b3734a748dd1cd9de25 (diff) | |
download | carpentertutoring-0213fd2dcd09ca4b1252cdc45415a765a887d679.tar.xz carpentertutoring-0213fd2dcd09ca4b1252cdc45415a765a887d679.zip |
feat: teams and blurbs but lots of todos
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 48e85e8..c9b0e60 100644 --- a/templates/index.html +++ b/templates/index.html @@ -123,8 +123,7 @@ <div id="offering-music-lessons" class="modal"> <div class="card"> <p> - Instruments offered include piano, guitar, drums, and voice. - Instrument lessons include a combination of formal instruction and + Piano lessons include a combination of formal instruction and ear-training, which allows students to select the songs they'd like to learn. Music composition lessons focus on the techniques necessary for writing original songs, whether they be instrumental or singer/songwriter @@ -284,7 +283,7 @@ <div class="card"> <h2>Music Lessons</h2> - <p>Instrument and/or composition lessons for students of all ages</p> + <p>Piano and/or composition lessons for students of all ages</p> <a class="button" href="#offering-music-lessons"><img src="/assets/icons/dots-horizontal-circle.svg" alt="expand" /> Learn more</a> </div> |