Skip to content

Commit d3ed2d7

Browse files
committed
push update
1 parent 72db46e commit d3ed2d7

File tree

2 files changed

+21
-12
lines changed
  • apps/codingcatdev/src/routes

2 files changed

+21
-12
lines changed

apps/codingcatdev/src/routes/(content-single)/(non-course)/podcast/3-holiday-special/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sponsors:
3030
- stickermule
3131
spotify: https://open.spotify.com/show/2kiOI0PCB2jXMU0cdqUy4z?si=1a7d7b4c975e47e3
3232
start: 'Dec 17, 2023'
33-
title: CodingCat.dev Podcast - Holiday Special
33+
title: CodingCat.dev Podcast - Holiday Special Live December 20 9a ET
3434
youtube: 'https://youtube.com/live/UsjKVJWXkLg?feature=share'
3535
---
3636

apps/codingcatdev/src/routes/(layout-partials)/CcdFooter.svelte

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,37 @@
11
<script lang="ts">
22
import { LightSwitch } from '@skeletonlabs/skeleton';
33
import { Icon } from '@steeze-ui/svelte-icon';
4-
import { Github, Twitter, Youtube } from '@steeze-ui/simple-icons';
4+
import { Discord, Github, Twitter, Youtube } from '@steeze-ui/simple-icons';
55
</script>
66

77
<hr />
8-
<footer class="grid justify-center grid-cols-1 px-8 pt-12 mx-auto gap-2 2xl:gap-10 max-w-7xl">
8+
<footer class="grid justify-center grid-cols-1 gap-2 px-8 pt-12 mx-auto 2xl:gap-10 max-w-7xl">
99
<div class="flex flex-col gap-6 md:gap-10">
10-
<section class="flex flex-col md:flex-row justify-between gap-8 md:space-y-0 items-center">
10+
<section class="flex flex-col items-center justify-between gap-8 md:flex-row md:space-y-0">
1111
<p class="text-xs">
1212
<a class="btn variant-soft" href="https://alexpatterson.dev">Made by Alex Patterson</a>
1313
</p>
14-
<p class="text-xs flex gap-2">
14+
<p class="flex gap-2 text-xs">
1515
Mode <LightSwitch />
1616
</p>
1717
<div class="flex gap-2">
18+
<a
19+
class="btn variant-soft"
20+
href="https://discord.com/invite/fRJTRjR"
21+
target="_blank"
22+
rel="noreferrer"
23+
>
24+
<Icon src={Discord} class="w-4" />
25+
<span class="hidden ml-2 md:inline-block">Discord</span>
26+
</a>
1827
<a
1928
class="btn variant-soft"
2029
href="https://github.com/codingcatdev/codingcat.dev"
2130
target="_blank"
2231
rel="noreferrer"
2332
>
2433
<Icon src={Github} class="w-4" />
25-
<span class="hidden md:inline-block ml-2">GitHub</span>
34+
<span class="hidden ml-2 md:inline-block">GitHub</span>
2635
</a>
2736
<a
2837
class="btn variant-soft"
@@ -31,7 +40,7 @@
3140
rel="noreferrer"
3241
>
3342
<Icon src={Twitter} class="w-4" />
34-
<span class="hidden md:inline-block ml-2">Twitter</span>
43+
<span class="hidden ml-2 md:inline-block">Twitter</span>
3544
</a>
3645
<a
3746
class="btn variant-soft"
@@ -40,16 +49,16 @@
4049
rel="noreferrer"
4150
>
4251
<Icon src={Youtube} class="w-4" />
43-
<span class="hidden md:inline-block ml-2">YouTube</span>
52+
<span class="hidden ml-2 md:inline-block">YouTube</span>
4453
</a>
4554
</div>
4655
</section>
4756

4857
<!-- Links -->
4958
<section
50-
class="flex flex-col md:flex-row justify-between items-center md:items-start space-y-5 md:space-y-0 gap-4 md:gap-8 card p-8"
59+
class="flex flex-col items-center justify-between gap-4 p-8 space-y-5 md:flex-row md:items-start md:space-y-0 md:gap-8 card"
5160
>
52-
<div class="hidden md:grid grid-cols-2 gap-8">
61+
<div class="hidden grid-cols-2 gap-8 md:grid">
5362
<div class="space-y-6">
5463
<h6>Stuff</h6>
5564
<ul class="space-y-3">
@@ -70,10 +79,10 @@
7079
action="https://buttondown.email/api/emails/embed-subscribe/codingcatdev"
7180
method="post"
7281
target="popupwindow"
73-
class="embeddable-buttondown-form flex flex-col flex-1 space-y-3"
82+
class="flex flex-col flex-1 space-y-3 embeddable-buttondown-form"
7483
>
7584
<label for="email" class="label"><h6>Email</h6></label>
76-
<div class="flex gap-4 md:gap-8 flex-col md:flex-row">
85+
<div class="flex flex-col gap-4 md:gap-8 md:flex-row">
7786
<input type="email" name="email" placeholder="[email protected]" class="text-black input" />
7887
<input type="hidden" value="1" name="embed" />
7988
<button class="btn variant-filled-primary" type="submit">Subscribe</button>

0 commit comments

Comments
 (0)