File tree Expand file tree Collapse file tree 3 files changed +45
-3
lines changed
apps/codingcatdev/src/routes Expand file tree Collapse file tree 3 files changed +45
-3
lines changed Original file line number Diff line number Diff line change 39
39
<Icon src ={ArrowRight } theme =" mini" class =" w-6" />
40
40
</button >
41
41
</div >
42
- <div >
43
- <p >Join 5,000+ students and level up your skills</p >
44
- </div >
45
42
<!-- TODO: Replace with actual users -->
46
43
<div class =" flex" >
47
44
<div >
87
84
/>
88
85
</div >
89
86
</div >
87
+ <div >
88
+ <p >Join 5,000+ students and level up your skills</p >
89
+ </div >
90
90
</div >
91
91
</div >
92
92
</div >
Original file line number Diff line number Diff line change
1
+ <script >
2
+ import { Icon } from ' @steeze-ui/svelte-icon' ;
3
+ import { VideoCamera , Star } from ' @steeze-ui/heroicons' ;
4
+ </script >
5
+
6
+ <section class =" relative pt-20" >
7
+ <div class =" bg-surface-300 h-96" >
8
+ <div class =" flex gap-8 absolute top-0 -left-20" >
9
+ <div class =" bcu-card max-w-sm -rotate-2" >
10
+ <div class =" p-4 space-y-4" >
11
+ <article >
12
+ <p >The CSS Animations course is phenomenal. Very beginner-friendly!</p >
13
+ </article >
14
+ <footer class =" flex justify-between" >
15
+ <a href =" /course/css-animations" >CSS Animations</a >
16
+ <Icon src ={VideoCamera } theme =" mini" class =" w-6" />
17
+ </footer >
18
+ </div >
19
+ </div >
20
+ <div class =" bcu-card max-w-sm rotate-2" >
21
+ <div class =" p-4 space-y-4" >
22
+ <div class =" flex" >
23
+ <Icon src ={Star } theme =" mini" class =" w-6" />
24
+ <Icon src ={Star } theme =" mini" class =" w-6" />
25
+ <Icon src ={Star } theme =" mini" class =" w-6" />
26
+ <Icon src ={Star } theme =" mini" class =" w-6" />
27
+ <Icon src ={Star } theme =" mini" class =" w-6" />
28
+ </div >
29
+ <article >
30
+ <p >The CSS Animations course is phenomenal. Very beginner-friendly!</p >
31
+ </article >
32
+ <footer class =" flex justify-between" >
33
+ <a href =" /course/css-animations" >CSS Animations</a >
34
+ <Icon src ={VideoCamera } theme =" mini" class =" w-6" />
35
+ </footer >
36
+ </div >
37
+ </div >
38
+ </div >
39
+ </div >
40
+ </section >
Original file line number Diff line number Diff line change 1
1
<script >
2
2
import HomeCampaign from ' ./(home-partials)/(home-campaign)/HomeCampaign.svelte' ;
3
+ import HomeReviews from ' ./(home-partials)/(home-reviews)/HomeReviews.svelte' ;
3
4
</script >
4
5
5
6
<HomeCampaign />
7
+ <HomeReviews />
You can’t perform that action at this time.
0 commit comments