diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-04 16:50:07 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-04 16:50:07 -0800 |
commit | 872188b0a0cb0482ebf732308309f9355e914cb7 (patch) | |
tree | 5e8edcb8a61f60013bd08e2856bf79d4d0ca38b1 | |
parent | 5f9bc8471b8ac68c8c8ae1f948d575b2106b2ffd (diff) |
Add Call to Action section
Add call to action box, with big and small text,
and a button in it.
-rw-r--r-- | index.html | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -74,7 +74,18 @@ </h3> </div> <div id="bottom"> - + <div id="call-to-action"> + <p> + <h3> + Call to action! It's time! + </h3> + <h6> + Sign up for our product by clicking that + button right over there! + </h6> + </p> + <button>Sign up</button> + </div> </div> <footer> |