Skip to content

Commit

Permalink
Update website for Psalm 84
Browse files Browse the repository at this point in the history
  • Loading branch information
Correct-Syntax committed Sep 17, 2024
1 parent ff47ee9 commit 4e18342
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/psalms.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{
"psalm": 84,
"title": "Psalm 84 | \"A day in Thy courts is better than a thousand\"",
"date": "Sep. 17th, 2024 (upcoming)",
"date": "Sep. 17th, 2024",
"location": "Central Colorado",
"time_of_day": "Afternoon",
"image": "/images/thumbs/Psalms-84-thumbnail.jpg",
Expand Down Expand Up @@ -3161,7 +3161,7 @@
],
"progress_log": [
{
"title": "Psalm 84 (upcoming)",
"title": "Psalm 84",
"date": "9/17/2024",
"notes": "<a class='underline' href='/readings/84/'>Psalm 84</a>, our eighteenth Psalm video, is now published."
},
Expand All @@ -3183,7 +3183,7 @@
{
"title": "Psalm 131",
"date": "8/25/2024",
"notes": "<a class='underline' href='/readings/131/'>Psalm 131</a>, a Song of Ascents by David, is now published."
"notes": "<a class='underline' href='/readings/131/'>Psalm 131</a>, a Song of Ascents by David, is now published. While we were reading, a deer came up close so we were able to include it in this Psalm video."
},
{
"title": "Psalm 67",
Expand Down
6 changes: 3 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<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 134
Psalm 84
</h1>
<p class="font-secondary italic text-white/90 text-xl mt-2 max-w-sm leading-6">
"Bless ye Yahweh, all ye servants of Yahweh"
"A day in Thy courts is better than a thousand"
</p>
<div class="flex mt-10">
<a href="/readings/134/" class=" text-navybluedark font-semibold rounded-lg px-5 py-3 bg-white hover:bg-white/80 duration-300">
<a href="/readings/84/" 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-134.jpg')",
'featured-psalm': "url('/images/covers/psalm-84.jpg')",
'about': "url('/images/covers/psalm-49.jpg')",
}
},
Expand Down

0 comments on commit 4e18342

Please sign in to comment.