-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathquotes.js
125 lines (121 loc) · 3.89 KB
/
quotes.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
const quotes = [
{
quote:
"You can kickstart your open-source contribution journey by simply adding a quote or sharing anything you'd like on this page.",
name: "Ashwin Dhangar",
profilLink: "https://github.com/MrAshwin2142",
},
{
quote:
"Stop dreaming big and start with small actions, just like I did for my first open-source contribution.",
name: "Code Gallery",
profilLink: "https://www.linkedin.com/company/code-gallery01/",
},
{
quote: "कर्म करो और फल की चिंता मत करो - Lord Krishna",
name: "Ashwin Dhangar",
profilLink: "https://github.com/MrAshwin2142",
},
{
quote:
"Just trying to learn how to use Git and Github properly by contributing.",
name: "Vivek Mandloi",
profilLink: "https://github.com/VveksGit/",
},
{
quote:
"The stars above remind us that even the smallest lights can illuminate the darkest skies.",
name: "John Patrick Ancajas",
profilLink: "https://github.com/JohnPatrickAncajas",
},
{
quote:
"Learn as if you will live forever, live like you will die tomorrow. — Mahatma Gandhi",
name: "Delta7Actual",
profilLink: "https://github.com/Delta7Actual",
},
{
quote:
"It is often the small steps, not the giant leaps, that bring about the most lasting change. - Elizabeth",
name: "Umar Farouk",
profilLink: "https://github.com/Fahass",
},
{
quote: "Failure is your first reward for trying. - Ameer Fahass",
name: "Umar Farouk",
profilLink: "https://github.com/Fahass",
},
{
quote:
"If you want to lift yourself up, lift up someone else. - Chadwick Bossman",
name: "Umar Farouk",
profilLink: "https://github.com/Fahass",
},
{
quote:
"You’re braver than you believe, stronger than you seem, and smarter than you think. - Ameer Fahass",
name: "Umar Farouk",
profilLink: "https://github.com/Fahass",
},
{
quote:
"Once you face your fear, nothing is ever as hard as you think. - Ameer Fahass",
name: "Umar Farouk",
profilLink: "https://github.com/Fahass",
},
{
quote:
"I expressed my complaints through a story on fb, insta,... and hoped that the issue would also disappear within 24 hours.",
name: "vtkmy",
profilLink: "https://github.com/vtkmy",
},
{
quote:
"When we strive to become better than we are, everything around us becomes better too. — Paulo Coelho",
name: "Nimish Toshniwal",
profilLink: "https://github.com/NimishToshniwal",
},
{
quote: "Everything has beauty, but not everyone sees it.",
name: "Tran Vinh Hung",
githubLink: "https://github.com/vinhhung0306",
},
{
quote:
"Only those who believe their own path will eventually shine until their lives burn out",
name: "Kertyn",
githubLink: "https://github.com/kertyn1",
},
{
quote:
"People say nothing is impossible, but I do nothing every day. — Winnie the Pooh",
name: "Kertyn",
githubLink: "https://github.com/kertyn1",
},
{
quote: "Life is Roblox, don't let it stop you! — DJ Khaled",
name: "WD_master235",
githubLink: "https://github.com/WDmaster235",
},
{
quote: "Not a single crack can heal as it was",
name: "Nguyen Dat Phuong Dung",
profilLink: "https://github.com/ndpdung25",
},
{
quote: "A person who never made a mistake never tried anything new.",
name: "Albert Einstein",
profilLink: "https://github.com/Shoyebaktar-shirol",
},
{
quote:"The greatest trick the devil ever played was convincing the world that he did not exist.",
name:"kevin spacey",
profilLink:"https://github.com/cmdCrusaderr",
},
// Add more objects with quotes, names, and Profile links
// {
// quote: "your quote or anything you want to share",
// name: "your name",
// profilLink: "https://github.com/your-github",
// },
];