Skip to content

Commit

Permalink
feat: copy updates (#201)
Browse files Browse the repository at this point in the history
* feat: copy updates

* feat: copy updates

* chore: improved text spacing in hero

* chore: some other minor improvements

* fix: copy
  • Loading branch information
lmammino authored Nov 18, 2024
1 parent d2b1da1 commit 741b614
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/_data/settings.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const settings = {
now: new Date(),
website: 'https://awsbites.com',
description: 'AWS Bites is a weekly podcast where we answer interesting questions about AWS and cloud computing.',
description: 'AWS Bites podcast is where we share our experience with AWS and the cloud, we discuss what\'s new and share our opinions. Brought to you by Eoin Shanaghy and Luciano Mammino',
rss_link: 'https://anchor.fm/s/6a3312a0/podcast/rss',
analytics_id: 'G-LZHZ86B8SZ',
links: [
Expand Down
15 changes: 9 additions & 6 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ is_generic: true
<div class="bg-slate-300 dark:bg-slate-900 py-4">
<div class="max-w-6xl mx-auto p-3">
<h2 class="text-gray-900 dark:text-gray-100 text-4xl lg:text-5xl font-bold leading-normal text-center">
Quick bites of AWS <span class="text-primary-600 dark:text-secondary-400">every week!</span>
Insights and opinions about <span class="text-primary-600 dark:text-secondary-400">AWS</span> and <span class="text-primary-600 dark:text-secondary-400">the cloud</span>
</h2>
<hr class="w-8 my-2 border-2 bg-secondary-500 border-secondary-500 dark:bg-primary-100 dark:border-primary-100 text-center mx-auto"/>
<hr class="w-8 mt-6 border-2 bg-secondary-500 border-secondary-500 dark:bg-primary-100 dark:border-primary-100 text-center mx-auto"/>
</div>
<p class="my-2 px-4 prose prose-lg md:prose-xl lg:prose-2xl dark:prose-dark mx-auto">
AWS Bites is a weekly <strong>podcast</strong> where we answer interesting questions about <strong>AWS</strong> and <strong>cloud computing</strong>.
A new episode goes live <strong>every Friday morning</strong>.
Brought to you by <a href="https://twitter.com/eoins">@eoins</a> and <a href="https://twitter.com/loige">@loige</a>.
AWS Bites is the <strong>podcast</strong> for <strong>cloud practitioners</strong>, hosted by <a href="https://twitter.com/eoins">Eoin Shanaghy</a> and <a href="https://twitter.com/loige">Luciano Mammino</a>.
</p>
<p class="text-gray-900 dark:text-gray-100 text-center px-4 text-sm">Listen to AWS Bites on:</p>
<p class="my-2 px-4 prose prose-lg md:prose-xl lg:prose-2xl dark:prose-dark mx-auto">
Every second Friday, we share <strong>insights</strong>, real-world <strong>case studies</strong>, and <strong>candid opinions</strong> about <strong>AWS</strong> and the fast-paced world of <strong>cloud computing</strong>.
</p>
<p class="my-2 px-4 prose prose-lg md:prose-xl lg:prose-2xl dark:prose-dark mx-auto">Join us to level up your AWS game with fresh perspectives and actionable takeaways!</p>

<p class="mt-8 text-gray-900 dark:text-gray-100 text-center px-4 text-sm">Listen to AWS Bites on:</p>

<div class="flex flex-wrap items-center justify-center space-x-3 space-y-3 mt-3 px-4">

Expand Down

0 comments on commit 741b614

Please sign in to comment.