Update /docs, add Christmas cover

master
DavidDGTNT 2022-02-01 18:02:04 +00:00
parent 0fec448dc7
commit 1ceffebb24
4 changed files with 37 additions and 1 deletions

View File

@ -1,5 +1,7 @@
## Lyza the Sheepdog: Christmas
![Lyza the Sheepdog: Christmas cover](../assets/img/book1cover.png)
Hey look, a baby has been born! Wait, what is that star?
In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself.

View File

@ -1,6 +1,36 @@
body {
margin: 0px;
background-color: #ff7f50;
}
body {
background: linear-gradient(270deg, #a52a2a, #d2691e, #ee6e40, #ff7f50, #ff7f61, #ff8f61);
background-size: 1200% 1200%;
-webkit-animation: BackgroundGradientChange 6s ease infinite;
-moz-animation: BackgroundGradientChange 6s ease infinite;
-o-animation: BackgroundGradientChange 6s ease infinite;
animation: BackgroundGradientChange 6s ease infinite;
}
@-webkit-keyframes BackgroundGradientChange {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@-moz-keyframes BackgroundGradientChange {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@-o-keyframes BackgroundGradientChange {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
@keyframes BackgroundGradientChange {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
header {

View File

@ -20,6 +20,8 @@
<main>
<h2>Lyza the Sheepdog: Christmas</h2>
<p><img src="../assets/img/book1cover.png" alt="Lyza the Sheepdog: Christmas cover" title="" /></p>
<p>Hey look, a baby has been born! Wait, what is that star? </p>
<p>In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself. </p>

View File

@ -20,6 +20,8 @@
<main>
<h2>Lyza the Sheepdog: Christmas</h2>
<p><img src="../assets/img/book1cover.png" alt="Lyza the Sheepdog: Christmas cover" title="" /></p>
<p>Hey look, a baby has been born! Wait, what is that star? </p>
<p>In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself. </p>