Added FAQs, slight css change

This commit is contained in:
Gladiator 2020-07-03 13:59:23 -04:00
parent 895c8dbd94
commit 5e757e2312
2 changed files with 9 additions and 2 deletions

View File

@ -55,7 +55,7 @@
}
#actions{
grid-column:span 2;
padding:2% 0;
padding:2% 0 5%;
min-height: 10em;
}

View File

@ -53,7 +53,14 @@ temp = {
{
title:"FAQs",
callback: function(){
write("No Questions submitted so far!!!")
addBuffer("FAQs")
addBuffer("<span class='txt sm'>Q: How do I progress?</span>")
addBuffer("<span class='txt sm'>A: Don't forget to click your cores!</span>")
addBuffer("<span class='txt sm'>Q: Why does my timeline restart?</span>")
addBuffer("<span class='txt sm'>A: This is the way of the universe.</span>")
addBuffer("<span class='txt sm'>Q: What is my purpouse?</span>")
addBuffer("<span class='txt sm'>A: Your purpouse is yours to make. No fate.</span>")
writeBuffer()
}
},
{