From 21c5458b2751940cb0d97e16bb14fe2b8cf28211 Mon Sep 17 00:00:00 2001 From: Kendall Pinto Date: Sat, 12 Mar 2022 23:09:11 +0530 Subject: [PATCH] Rate song button (#245) fixes #244 * Basic button in main page, add basic form to rate. Need to add the button in all song pages in lyrics directory. * chore: Add font awesome to every page in the lyrics directory. * chore: Add rate song btn to all pages in lyrics directory. * Basic test for Netlify forms. * Add option value as song name. The song name currently shows as [song] on netlify, instead of the song name rated. --- index.html | 5 ++- lyrics/alliwantforchristmas/index.html | 4 +++ lyrics/babyitscoldoutside/index.html | 5 +++ lyrics/christmassong/index.html | 4 +++ lyrics/lastchristmas/index.html | 6 +++- lyrics/littlesaintnick/index.html | 4 +++ lyrics/wonderfultimeoftheyear/index.html | 4 +++ rating/index.html | 35 +++++++++++++++++++ rating/styles.css | 44 ++++++++++++++++++++++++ styles.css | 23 +++++++++++++ 10 files changed, 132 insertions(+), 2 deletions(-) create mode 100644 rating/index.html create mode 100644 rating/styles.css diff --git a/index.html b/index.html index ea1fedb5..4a3d737c 100644 --- a/index.html +++ b/index.html @@ -61,13 +61,16 @@

A very Mogul Christmas

If you liked this album, You May Also Like

+
+

Rate Song

+

Other Similar Projects

+
-
diff --git a/lyrics/alliwantforchristmas/index.html b/lyrics/alliwantforchristmas/index.html index 62d98bec..a4ee4481 100644 --- a/lyrics/alliwantforchristmas/index.html +++ b/lyrics/alliwantforchristmas/index.html @@ -6,6 +6,7 @@ Lyrics - All I Want For Christmas +