You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bio: 'Founder | Octocat lover | OSS Advocate | DevRel | Community guy 🚩',
30
-
imgUrl: 'https://github.com/vinzvinci.png',
31
-
twitterUrl: 'https://twitter.com/vinzvinci',
32
-
githubUrl: 'https://github.com/vinzvinci'
33
-
},
34
-
{
35
-
name: 'Max Kubik',
36
-
bio: 'Web2 Fullstack Software Engineer 💠 I build webapps and mobile apps for the industry field 🔧 Transitioning to Web3 stacks 🌠 Maintainer for @Web3community 🍬 Open-source newbie!',
37
-
imgUrl: 'https://github.com/mkubdev.png',
38
-
twitterUrl: 'https://twitter.com/digikube1',
39
-
githubUrl: 'https://github.com/mkubdev'
40
-
},
41
-
{
42
-
name: 'Krish Gupta',
43
-
bio: "Started my tech journey on 30th September 2021. Since then, I am learning new things and growing my network. I love to chat, collaborate and contribute. I am an open sourcer, that's my complete bio.",
bio: 'Founder | Octocat lover | OSS Advocate | DevRel | Community guy 🚩',
98
+
imgUrl: 'https://github.com/vinzvinci.png',
99
+
twitterUrl: 'https://twitter.com/vinzvinci',
100
+
githubUrl: 'https://github.com/vinzvinci'
101
+
},
102
+
{
103
+
name: 'Max Kubik',
104
+
bio: 'Web2 Fullstack Software Engineer 💠 I build webapps and mobile apps for the industry field 🔧 Transitioning to Web3 stacks 🌠 Maintainer for @Web3community 🍬 Open-source newbie!',
105
+
imgUrl: 'https://github.com/mkubdev.png',
106
+
twitterUrl: 'https://twitter.com/digikube1',
107
+
githubUrl: 'https://github.com/mkubdev'
108
+
},
109
+
{
110
+
name: 'Krish Gupta',
111
+
bio: "Started my tech journey on 30th September 2021. Since then, I am learning new things and growing my network. I love to chat, collaborate and contribute. I am an open sourcer, that's my complete bio.",
Copy file name to clipboardExpand all lines: pages/partners.js
+36-29Lines changed: 36 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,7 @@
1
1
importHeadfrom'next/head'
2
2
import{prefix}from'../constants'
3
3
4
-
exportdefaultfunctionPartners(){
5
-
constdata=[
6
-
{
7
-
name: 'dev protocol',
8
-
imgUrl: '/logo 3.4.png',
9
-
title: 'DEV PROTOCOL',
10
-
text: 'Dev Protocol was designed as a unique protocol to fairly evaluate OSS, which has been economically undervalued for decades. It is built on the Ethereum blockchain and brings economic value to all open source activities.'
11
-
},
12
-
{
13
-
name: 'logo1',
14
-
imgUrl: '/logo 3 1.png',
15
-
title: 'Logo 1',
16
-
text: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed doeiusmod tempor incididunt ut labore et dolore magna aliqua.'
17
-
},
18
-
{
19
-
name: 'logo2',
20
-
imgUrl: '/logo 3 2.png',
21
-
title: 'Logo 2',
22
-
text: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed doeiusmod tempor incididunt ut labore et dolore magna aliqua.'
23
-
},
24
-
{
25
-
name: 'logo3',
26
-
imgUrl: '/logo 3 3.png',
27
-
title: 'Logo 3',
28
-
text: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed doeiusmod tempor incididunt ut labore et dolore magna aliqua.'
29
-
}
30
-
]
31
-
4
+
exportdefaultfunctionPartners({ partnerData }){
32
5
return(
33
6
<>
34
7
<Head>
@@ -48,7 +21,7 @@ export default function Partners() {
@@ -76,3 +49,37 @@ export default function Partners() {
76
49
</>
77
50
)
78
51
}
52
+
53
+
exportfunctiongetStaticProps(){
54
+
constdata=[
55
+
{
56
+
name: 'dev protocol',
57
+
imgUrl: '/logo 3.4.png',
58
+
title: 'DEV PROTOCOL',
59
+
text: 'Dev Protocol was designed as a unique protocol to fairly evaluate OSS, which has been economically undervalued for decades. It is built on the Ethereum blockchain and brings economic value to all open source activities.'
60
+
},
61
+
{
62
+
name: 'logo1',
63
+
imgUrl: '/logo 3 1.png',
64
+
title: 'Logo 1',
65
+
text: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed doeiusmod tempor incididunt ut labore et dolore magna aliqua.'
66
+
},
67
+
{
68
+
name: 'logo2',
69
+
imgUrl: '/logo 3 2.png',
70
+
title: 'Logo 2',
71
+
text: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed doeiusmod tempor incididunt ut labore et dolore magna aliqua.'
72
+
},
73
+
{
74
+
name: 'logo3',
75
+
imgUrl: '/logo 3 3.png',
76
+
title: 'Logo 3',
77
+
text: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed doeiusmod tempor incididunt ut labore et dolore magna aliqua.'
0 commit comments