Skip to content

Commit 20b911c

Browse files
committed
About section light and dark colors
1 parent 6acb1da commit 20b911c

File tree

3 files changed

+47
-21
lines changed

3 files changed

+47
-21
lines changed

src/components/about/AboutCounter.vue

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,44 @@
44
class="container mx-auto py-20 block sm:flex sm:justify-between sm:items-center"
55
>
66
<div class="mb-20 sm:mb-0">
7-
<p class="text-4xl font-bold text-gray-600 mb-2">12</p>
8-
<span class="text-md text-gray-500">Years of experience</span>
7+
<p
8+
class="text-4xl font-bold text-secondary-dark dark:text-secondary-light mb-2"
9+
>
10+
12
11+
</p>
12+
<span class="text-md text-ternary-dark dark:text-ternary-light"
13+
>Years of experience</span
14+
>
915
</div>
1016
<div class="mb-20 sm:mb-0">
11-
<p class="text-4xl font-bold text-gray-600 mb-2">20k+</p>
12-
<span class="text-md text-gray-500">Stars on GitHub</span>
17+
<p
18+
class="text-4xl font-bold text-secondary-dark dark:text-secondary-light mb-2"
19+
>
20+
20k+
21+
</p>
22+
<span class="text-md text-ternary-dark dark:text-ternary-light"
23+
>Stars on GitHub</span
24+
>
1325
</div>
1426
<div class="mb-20 sm:mb-0">
15-
<p class="text-4xl font-bold text-gray-600 mb-2">92%</p>
16-
<span class="text-md text-gray-500">Positive feedback</span>
27+
<p
28+
class="text-4xl font-bold text-secondary-dark dark:text-secondary-light mb-2"
29+
>
30+
92%
31+
</p>
32+
<span class="text-md text-ternary-dark dark:text-ternary-light"
33+
>Positive feedback</span
34+
>
1735
</div>
1836
<div>
19-
<p class="text-4xl font-bold text-gray-600 mb-2">77</p>
20-
<span class="text-md text-gray-500">Projects completed</span>
37+
<p
38+
class="text-4xl font-bold text-secondary-dark dark:text-secondary-light mb-2"
39+
>
40+
77
41+
</p>
42+
<span class="text-md text-ternary-dark dark:text-ternary-light"
43+
>Projects completed</span
44+
>
2145
</div>
2246
</div>
2347
</div>

src/components/about/AboutMe.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/>
99
</div>
1010
<div class="w-full sm:w-3/4 text-left">
11-
<p class="mb-4 text-gray-500 text-lg">
11+
<p class="mb-4 text-ternary-dark dark:text-ternary-light text-lg">
1212
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nihil
1313
vel illum asperiores dignissimos cumque quibusdam et fugiat
1414
voluptatem nobis suscipit explicabo, eaque consequatur nesciunt,
@@ -22,19 +22,19 @@
2222
recusandae quas, fuga voluptatibus nesciunt odit libero tenetur
2323
neque consequatur ea.
2424
</p>
25-
<p class="mb-4 text-gray-500 text-lg">
25+
<p class="mb-4 text-ternary-dark dark:text-ternary-light text-lg">
2626
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nihil
2727
vel illum asperiores dignissimos cumque quibusdam et fugiat
2828
voluptatem nobis suscipit explicabo, eaque consequatur nesciunt,
2929
fugit eligendi corporis laudantium adipisci soluta?
3030
</p>
31-
<p class="text-gray-500 text-lg">
31+
<p class="text-ternary-dark dark:text-ternary-light text-lg">
3232
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nihil
3333
vel illum asperiores dignissimos cumque quibusdam et fugiat
3434
voluptatem nobis suscipit explicabo, eaque consequatur nesciunt,
3535
fugit eligendi corporis laudantium adipisci soluta?
3636
</p>
37-
<p class="mb-4 text-gray-500 text-lg">
37+
<p class="mb-4 text-ternary-dark dark:text-ternary-light text-lg">
3838
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Nihil
3939
vel illum asperiores dignissimos cumque quibusdam et fugiat
4040
voluptatem nobis suscipit explicabo, eaque consequatur nesciunt,

src/components/about/Clients.vue

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,65 @@
11
<template>
22
<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+
>
46
Some of the best companies I worked with
57
</p>
68
<div class="grid grid-cols-2 sm:grid-cols-4 mt-10 sm:mt-20 gap-2">
79
<div>
810
<img
911
src="../../assets/images/brands/amazon_gray.png"
1012
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"
1214
/>
1315
</div>
1416
<div>
1517
<img
1618
src="../../assets/images/brands/sony_gray.png"
1719
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"
1921
/>
2022
</div>
2123
<div>
2224
<img
2325
src="../../assets/images/brands/adidas_gray.png"
2426
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"
2628
/>
2729
</div>
2830
<div>
2931
<img
3032
src="../../assets/images/brands/fila_gray.png"
3133
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"
3335
/>
3436
</div>
3537
<div>
3638
<img
3739
src="../../assets/images/brands/nb_gray.png"
3840
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"
4042
/>
4143
</div>
4244
<div>
4345
<img
4446
src="../../assets/images/brands/samsung_gray.png"
4547
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"
4749
/>
4850
</div>
4951
<div>
5052
<img
5153
src="../../assets/images/brands/canon_gray.png"
5254
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"
5456
/>
5557
</div>
5658
<div>
5759
<img
5860
src="../../assets/images/brands/puma_gray.png"
5961
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"
6163
/>
6264
</div>
6365
</div>

0 commit comments

Comments
 (0)