Skip to content

Commit 2dd4e6b

Browse files
authored
Merge pull request #86 from GPT-DAO/sf52
sf52
2 parents dc3021e + 62e6a55 commit 2dd4e6b

File tree

10 files changed

+33
-18
lines changed

10 files changed

+33
-18
lines changed
558 KB
Loading
43.9 KB
Loading
-876 Bytes
Loading
28.2 KB
Loading
533 Bytes
Loading
Loading
Loading

summit/src/components/Home/Speakers.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const Speakers = () => {
154154
<div className='container'>
155155
<div className="section-title">
156156
<span>Listen to the Event Speakers</span>
157-
<h2>Speakers</h2> <h5>--- GenAI SF 2024</h5>
157+
<h2>Speakers</h2>
158158
<a href="https://www.gptdao.ai/get-started" target="_blank" rel="noopener noreferrer" className="btn btn-primary">Be our Speaker</a>
159159
</div>
160160
<div className='row'>

summit/src/components/Home/speakersDataNew.js

+29-14
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,7 @@ export const speakersnew = [
6868
{ href: "https://www.jasonwei.net/", icon: "icofont-web" }
6969
]
7070
},
71-
// {
72-
// name: "Worldcoin",
73-
// title: "",
74-
// company: "",
75-
// image: require("../../assets/images/speakers/worldcoin.png"),
76-
// socialLinks: [
77-
// { icon: "icofont-web", href: "https://worldcoin.org/world-id" },
78-
// { icon: "icofont-twitter", href: "https://twitter.com/worldcoin" },
79-
// { icon: "icofont-linkedin", href: "https://www.linkedin.com/company/worldcoinfoundation/" }
80-
// ]
81-
// },
71+
8272

8373
// {
8474
// name: "Aravind Srinivas",
@@ -217,6 +207,7 @@ export const speakersnew = [
217207
{ icon: "icofont-linkedin", href: "https://www.linkedin.com/in/jerry-liu-64390071/" }
218208
]
219209
},
210+
220211
{
221212
image: require("../../assets/images/speakers/jason_l.webp"),
222213
name: "Jason Lopatecki",
@@ -228,6 +219,30 @@ export const speakersnew = [
228219
{ icon: "icofont-linkedin", href: "https://www.linkedin.com/in/jason-lopatecki-9509941/" }
229220
]
230221
},
222+
{
223+
name: "Worldcoin",
224+
title: "",
225+
company: "",
226+
image: require("../../assets/images/speakers/worldcoin.png"),
227+
popup: require("../../assets/images/speakers/popup/worldcoin.png"),
228+
socialLinks: [
229+
{ icon: "icofont-web", href: "https://worldcoin.org/world-id" },
230+
{ icon: "icofont-twitter", href: "https://twitter.com/worldcoin" },
231+
{ icon: "icofont-linkedin", href: "https://www.linkedin.com/company/worldcoinfoundation/" }
232+
]
233+
},
234+
{
235+
name: "LangChain",
236+
title: "",
237+
company: "",
238+
image: require("../../assets/images/speakers/langchain.png"),
239+
popup: require("../../assets/images/speakers/popup/langchain.png"),
240+
socialLinks: [
241+
{ icon: "icofont-web", href: "https://python.langchain.com/docs/integrations/providers/twitter" },
242+
{ icon: "icofont-twitter", href: "https://twitter.com/LangChainAI" },
243+
{ icon: "icofont-linkedin", href: "https://www.linkedin.com/company/langchain/" }
244+
]
245+
},
231246
{
232247
name: "Dr. Ganapathy Krishnan",
233248
title: "VP & Science Fellow",
@@ -251,9 +266,9 @@ export const speakersnew = [
251266
]
252267
},
253268
{
254-
name: "Jake Heller",
255-
title: "CEO and Founder",
256-
company: "Casetext.com",
269+
name: "Jake Heller, JD",
270+
title: "Co-Founder @Casetext Head of Product of CoCounsel",
271+
company: "@Thomson Reuters",
257272
image: require("../../assets/images/speakers/jake.jpg"),
258273
popup: require("../../assets/images/speakers/popup/jake.png"),
259274
socialLinks: [

summit/src/components/Home/speakersRecent.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ export const speakersrecent = [
2222
]
2323
},
2424
{
25-
name: "Jake Heller",
26-
title: "CEO and Founder",
27-
company: "Casetext.com",
25+
name: "Jake Heller, JD",
26+
title: "Co-Founder @Casetext Head of Product of CoCounsel",
27+
company: "@Thomson Reuters",
2828
image: require("../../assets/images/speakers/jake.jpg"),
2929
popup: require("../../assets/images/speakers/popup/jake.png"),
3030
socialLinks: [

0 commit comments

Comments
 (0)