File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ <template >
2
+ <div class =" flex justify-between items-center" >
3
+ <div >
4
+ <p >12</p >
5
+ <span >Years of experience</span >
6
+ </div >
7
+ <div >
8
+ <p >20k+</p >
9
+ <span >Stars on GitHub</span >
10
+ </div >
11
+ <div >
12
+ <p >92%</p >
13
+ <span >Positive feedback</span >
14
+ </div >
15
+ <div >
16
+ <p >77</p >
17
+ <span >Projects completed</span >
18
+ </div >
19
+ </div >
20
+ </template >
21
+
22
+ <script >
23
+ export default {
24
+ setup () {},
25
+ };
26
+ </script >
Original file line number Diff line number Diff line change
1
+ <template >
2
+ <div >
3
+ <div class =" w-full sm:w-1/3" >
4
+ <img src =" " alt =" " />
5
+ </div >
6
+ <div class =" w-full sm:w-2/3" >
7
+ <p >
8
+ Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nihil
9
+ vel illum asperiores dignissimos cumque quibusdam et fugiat
10
+ voluptatem nobis suscipit explicabo, eaque consequatur nesciunt,
11
+ fugit eligendi corporis laudantium adipisci soluta?
12
+ </p >
13
+ </div >
14
+ </div >
15
+ </template >
16
+
17
+ <script >
18
+ export default {
19
+ setup () {},
20
+ };
21
+ </script >
You can’t perform that action at this time.
0 commit comments