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