|
1 |
| -<section class="bg-white p-3 m-4 flex flex-col"> |
| 1 | +<section class="bg-white px-3 flex flex-col rounded-md"> |
| 2 | + <div class="text-xl font-bold pb-1">\{{faker-random "arrayElement" (array "Link" "Ganon" "Zelda")}}</div> |
| 3 | + <div>{{faker-random "arrayElement" (array "Link" "Ganon" "Zelda")}}</div> |
| 4 | +</section> |
| 5 | +<section class="bg-white p-3 flex flex-col rounded-md"> |
| 6 | + <div class="text-xl font-bold pb-1">\{{faker-fake "\{{name.lastName}}, \{{name.firstName}} \{{name.suffix}}"}}</div> |
| 7 | + <div>{{faker-fake "{{name.lastName}}, {{name.firstName}} {{name.suffix}}"}}</div> |
| 8 | +</section> |
| 9 | +<section class="bg-white p-3 flex flex-col rounded-md"> |
| 10 | + <div class="text-xl font-bold pb-1">\{{faker-fake "\{{hacker.phrase}}"}}</div> |
| 11 | + <div>{{faker-fake "{{hacker.phrase}}"}}</div> |
| 12 | +</section> |
| 13 | +<section class="bg-white p-3 flex flex-col rounded-md"> |
2 | 14 | <div class="text-xl font-bold pb-1">\{{faker-sentence 10}}</div>
|
3 | 15 | <div>{{faker-sentence 10}}</div>
|
4 | 16 | </section>
|
5 |
| -<section class="bg-white p-3 m-4 flex flex-col"> |
| 17 | +<section class="bg-white p-3 flex flex-col rounded-md"> |
6 | 18 | <div class="text-xl font-bold pb-1">\{{faker-sentences 5}}</div>
|
7 | 19 | <div>{{faker-sentences 5}}</div>
|
8 | 20 | </section>
|
9 |
| -<section class="bg-white p-3 m-4 flex flex-col"> |
| 21 | +<section class="bg-white p-3 flex flex-col rounded-md"> |
10 | 22 | <div class="text-xl font-bold pb-1">\{{faker-text}}</div>
|
11 | 23 | <div>{{faker-text}}</div>
|
12 | 24 | </section>
|
13 |
| -<section class="bg-white p-3 m-4 flex flex-col"> |
14 |
| - <div class="text-xl font-bold pb-1">\{{faker-fake "\{{name.lastName}}, \{{name.firstName}} \{{name.suffix}}"}}</div> |
15 |
| - <div>{{faker-fake "{{name.lastName}}, {{name.firstName}} {{name.suffix}}"}}</div> |
16 |
| -</section> |
17 |
| -<section class="bg-white p-3 m-4 flex flex-col"> |
18 |
| - <div class="text-xl font-bold pb-1">\{{faker-fake "\{{hacker.phrase}}"}}</div> |
19 |
| - <div>{{faker-fake "{{hacker.phrase}}"}}</div> |
20 |
| -</section> |
21 |
| - |
22 |
| -<section class="bg-white p-3 m-4 flex flex-col"> |
| 25 | +<section class="bg-white p-3 flex flex-col rounded-md"> |
23 | 26 | <div class="text-xl font-bold pb-1">\{{faker-fake "\{{internet.color}}"}}</div>
|
24 | 27 | {{#with (faker-fake "{{internet.color}}") as |color|}}
|
25 | 28 | <div class="py-4 px-1" style={{html-safe (concat "background-color: " color)}}>{{color}}</div>
|
26 | 29 | {{/with}}
|
27 | 30 | </section>
|
28 |
| - |
29 |
| -<section class="bg-white p-3 m-4 flex flex-col"> |
| 31 | +<section class="bg-white p-3 flex flex-col rounded-md"> |
30 | 32 | <div class="text-xl font-bold pb-1">\{{faker-fake "\{{image.cats}}"}}</div>
|
31 |
| - <div><img class="w-64" src={{faker-fake "{{image.cats}}"}} alt="fake"></div> |
| 33 | + <div><img class="w-32" src={{faker-fake "{{image.cats}}"}} alt="fake"></div> |
32 | 34 | </section>
|
0 commit comments