Skip to content

Commit

Permalink
Update for Psalm 42
Browse files Browse the repository at this point in the history
  • Loading branch information
Correct-Syntax committed Oct 29, 2024
1 parent 48ac659 commit 2e72c8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/psalms.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"psalm": 42,
"title": "Psalm 42 | \"As the hart panteth after the water brooks\"",
"date": "(Upcoming), 2024",
"date": "Oct. 29th, 2024",
"location": "Southern Missouri",
"time_of_day": "Afternoon",
"image": "/images/thumbs/Psalms-42-thumbnail.jpg",
Expand Down Expand Up @@ -3198,7 +3198,7 @@
"progress_log": [
{
"title": "Psalm 42",
"date": "(Upcoming)",
"date": "10/29/2024",
"notes": "<a class='underline' href='/readings/42/'>Psalm 42</a>, filmed near a river on a beautiful day, is now published."
},
{
Expand Down
8 changes: 4 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
<div class="mx-3">
<!-- Latest video -->
<div class="flex flex-col bg-featured-psalm bg-cover bg-center rounded-2xl max-w-7xl mx-auto">
<div class="flex flex-col px-8 md:px-24 py-36 rounded-2xl bg-gradient-to-r from-black/20 to-transparent">
<div class="flex flex-col px-8 md:px-24 py-36 rounded-2xl bg-gradient-to-r from-black/40 to-transparent">
<p class="text-white text-sm uppercase">Latest Video</p>
<div class="mt-20">
<h1 class="text-5xl lg:text-6xl font-serif font-medium text-white mt-5">
Psalm 107
Psalm 42
</h1>
<p class="font-secondary italic text-white/90 text-xl mt-2 max-w-md leading-6">
"O give thanks unto Yahweh, for He is good"
"As the hart panteth after the water brooks"
</p>
<div class="flex mt-10">
<a href="/readings/107/" class=" text-navybluedark font-semibold rounded-lg px-5 py-3 bg-white hover:bg-white/80 duration-300">
<a href="/readings/42/" class=" text-navybluedark font-semibold rounded-lg px-5 py-3 bg-white hover:bg-white/80 duration-300">
Watch Video
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const config = {
},
backgroundImage: {
'birch-tree': "url('/images/birch-tree.jpg')",
'featured-psalm': "url('/images/covers/psalm-107.jpg')",
'featured-psalm': "url('/images/covers/psalm-42.jpg')",
'about': "url('/images/covers/psalm-49.jpg')",
}
},
Expand Down

0 comments on commit 2e72c8c

Please sign in to comment.