forked from MrAshwin2142/OpenQuotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quotes.js
85 lines (85 loc) · 3.4 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
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",
},
// 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",
// },
];