Add some more content to the home page
parent
22b1be6e43
commit
4f81ca33c8
|
@ -156,3 +156,24 @@ main a:hover {
|
||||||
flex: 100%
|
flex: 100%
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sec {
|
||||||
|
padding: 10px;
|
||||||
|
margin: 10px;
|
||||||
|
background-color: #a52a2a;
|
||||||
|
border-radius: 25px;
|
||||||
|
width: 45%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec p {
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-left {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sec-right {
|
||||||
|
float: right;
|
||||||
|
}
|
|
@ -22,6 +22,17 @@
|
||||||
|
|
||||||
<p>With the Lyza the Sheepdog series of books, you can go back in time and see what the animals in the time of Bible stories with animals thought about the events and what they thought was happening. You can learn more about the books on their respective pages accessible in the Books section of the title bar.</p>
|
<p>With the Lyza the Sheepdog series of books, you can go back in time and see what the animals in the time of Bible stories with animals thought about the events and what they thought was happening. You can learn more about the books on their respective pages accessible in the Books section of the title bar.</p>
|
||||||
|
|
||||||
|
<div class="flex-w">
|
||||||
|
<div>
|
||||||
|
<h2>Learn more about Bible stories in a unique way!</h2>
|
||||||
|
<p>Seeing what the animals are thinking is an interesting thing to see, and while we may know the stories already, we can see them in new ways through the perspective of the confused animals.</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h2>Learn more about things happening at the time!</h2>
|
||||||
|
<p>It's hard to know what's happening without knowing what's happening before! For this reason, we include more context relating to the story that is around the time of the story.</p>
|
||||||
|
</div>
|
||||||
|
</div><br><br>
|
||||||
|
|
||||||
<div class="flex-w">
|
<div class="flex-w">
|
||||||
<div>
|
<div>
|
||||||
<h2>Where to buy</h2>
|
<h2>Where to buy</h2>
|
||||||
|
|
Loading…
Reference in New Issue