File tree 3 files changed +14
-20
lines changed
3 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import Layout from " ~/layouts/Standalone.astro"
3
- import Houston from " ../_assets/houston_peep .webp"
3
+ import Houston from " ../_assets/houston-happy .webp"
4
4
---
5
5
6
6
<Layout title =" Signup" >
7
7
<div class =" bg-grid absolute inset-0 z-grid" ></div >
8
8
<div class =" mx-8 my-auto flex h-full flex-col items-center justify-center" >
9
+ <img
10
+ src ={ Houston .src }
11
+ width ={ Houston .width }
12
+ height ={ Houston .height }
13
+ class =" mb-12 h-24 w-auto md:h-28 lg:h-32"
14
+ alt =" "
15
+ />
9
16
<h1 class =" font-obviously text-3xl font-semibold text-white md:text-6xl" >Confirmed!</h1 >
10
17
<p class =" my-6 text-astro-gray-200 md:body-large lg:text-3xl" >
11
18
Thanks for signing up to The Astro Newsletter! You'll hear from us soon.
@@ -19,14 +26,4 @@ import Houston from "../_assets/houston_peep.webp"
19
26
>
20
27
</div >
21
28
</div >
22
-
23
- <div class =" flex w-full justify-center overflow-clip" >
24
- <img
25
- src ={ Houston .src }
26
- width ={ Houston .width }
27
- height ={ Houston .height }
28
- class =" absolute bottom-0 h-24 w-auto md:h-28 lg:h-32"
29
- alt =" "
30
- />
31
- </div >
32
29
</Layout >
Original file line number Diff line number Diff line change 1
1
---
2
2
import Layout from " ~/layouts/Standalone.astro"
3
- import Houston from " ../_assets/houston_peep .webp"
3
+ import Houston from " ../_assets/houston_love .webp"
4
4
---
5
5
6
6
<Layout title =" Signup" >
7
7
<div class =" bg-grid absolute inset-0 z-grid" ></div >
8
8
<div class =" mx-8 my-auto flex h-full flex-col items-center justify-center" >
9
- <h1 class =" font-obviously text-3xl font-semibold text-white md:text-6xl" >Almost there!</h1 >
10
- <p class =" my-6 text-astro-gray-200 md:body-large lg:text-3xl" >
11
- Check your inbox to confirm the subscription.
12
- </p >
13
- </div >
14
-
15
- <div class =" flex w-full justify-center overflow-clip" >
16
9
<img
17
10
src ={ Houston .src }
18
11
width ={ Houston .width }
19
12
height ={ Houston .height }
20
- class =" absolute bottom-0 h-24 w-auto md:h-28 lg:h-32"
13
+ class =" mb-12 h-24 w-auto md:h-28 lg:h-32"
21
14
alt =" "
22
15
/>
16
+ <h1 class =" font-obviously text-3xl font-semibold text-white md:text-6xl" >Almost there!</h1 >
17
+ <p class =" my-6 text-astro-gray-200 md:body-large lg:text-3xl" >
18
+ Check your inbox to confirm the subscription.
19
+ </p >
23
20
</div >
24
21
</Layout >
You can’t perform that action at this time.
0 commit comments