|
1 | 1 | <template>
|
2 | 2 | <div class="mt-10 sm:mt-20">
|
3 |
| - <p class="text-2xl sm:text-4xl text-gray-600 font-sans font-semibold"> |
| 3 | + <p |
| 4 | + class="text-2xl sm:text-4xl text-primary-dark dark:text-primary-light font-sans font-semibold" |
| 5 | + > |
4 | 6 | Some of the best companies I worked with
|
5 | 7 | </p>
|
6 | 8 | <div class="grid grid-cols-2 sm:grid-cols-4 mt-10 sm:mt-20 gap-2">
|
7 | 9 | <div>
|
8 | 10 | <img
|
9 | 11 | src="../../assets/images/brands/amazon_gray.png"
|
10 | 12 | alt="Amazon"
|
11 |
| - class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer" |
| 13 | + class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer" |
12 | 14 | />
|
13 | 15 | </div>
|
14 | 16 | <div>
|
15 | 17 | <img
|
16 | 18 | src="../../assets/images/brands/sony_gray.png"
|
17 | 19 | alt="SONY"
|
18 |
| - class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer" |
| 20 | + class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer" |
19 | 21 | />
|
20 | 22 | </div>
|
21 | 23 | <div>
|
22 | 24 | <img
|
23 | 25 | src="../../assets/images/brands/adidas_gray.png"
|
24 | 26 | alt="Adidas"
|
25 |
| - class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer" |
| 27 | + class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer" |
26 | 28 | />
|
27 | 29 | </div>
|
28 | 30 | <div>
|
29 | 31 | <img
|
30 | 32 | src="../../assets/images/brands/fila_gray.png"
|
31 | 33 | alt="FILA"
|
32 |
| - class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer" |
| 34 | + class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer" |
33 | 35 | />
|
34 | 36 | </div>
|
35 | 37 | <div>
|
36 | 38 | <img
|
37 | 39 | src="../../assets/images/brands/nb_gray.png"
|
38 | 40 | alt="NB"
|
39 |
| - class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer" |
| 41 | + class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer" |
40 | 42 | />
|
41 | 43 | </div>
|
42 | 44 | <div>
|
43 | 45 | <img
|
44 | 46 | src="../../assets/images/brands/samsung_gray.png"
|
45 | 47 | alt="Samsung"
|
46 |
| - class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer" |
| 48 | + class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer" |
47 | 49 | />
|
48 | 50 | </div>
|
49 | 51 | <div>
|
50 | 52 | <img
|
51 | 53 | src="../../assets/images/brands/canon_gray.png"
|
52 | 54 | alt="Canon"
|
53 |
| - class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer" |
| 55 | + class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer" |
54 | 56 | />
|
55 | 57 | </div>
|
56 | 58 | <div>
|
57 | 59 | <img
|
58 | 60 | src="../../assets/images/brands/puma_gray.png"
|
59 | 61 | alt="Puma"
|
60 |
| - class="w-64 py-5 px-10 border border-gray-50 shadow-sm rounded-xl mb-8 cursor-pointer" |
| 62 | + class="w-64 py-5 px-10 border border-ternary-light dark:border-ternary-dark shadow-sm rounded-xl mb-8 cursor-pointer" |
61 | 63 | />
|
62 | 64 | </div>
|
63 | 65 | </div>
|
|
0 commit comments