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
Copy file name to clipboardExpand all lines: src/components/organizers/index.js
+38-38Lines changed: 38 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -4,47 +4,47 @@ import Organizer from '../organizer'
4
4
importstylesfrom'./organizers.module.css'
5
5
6
6
constOrganizers=({data})=>{
7
-
// console.log('organizer data is', data.allOrganizersJson.nodes);
8
-
constsingleOrganizer={
9
-
"name": "Alex Millatmal",
10
-
"pronouns": "she/her",
11
-
"role": "Web Application Developer",
12
-
"city": "New York City",
13
-
"company": "Newsela",
14
-
"headshot": "/images/alex-millatmal.jpg",
15
-
"links": [
16
-
{
17
-
"type": "twitter",
18
-
"url": "halfghaninNE"
19
-
},
20
-
{
21
-
"type": "linkedin",
22
-
"url": "alexandrajmh"
23
-
},
24
-
{
25
-
"type": "github",
26
-
"url": "halfghaninNE"
27
-
},
28
-
// {
29
-
// "type": "website",
30
-
// "url": "https://alexandramillatmal.com/"
31
-
// }
32
-
],
33
-
"layout": "speaker",
34
-
"bio": "Alex is a programmer with a passion for work that has real-world impact. At Newsela, she writes software that helps students read and teachers teach. When she's not thinking about refactoring her Ruby or good object-oriented front-end patterns, Alex spends a lot of time thinking about secular space/discourse, ethics in communicating “othered” experiences, how many cats are too many cats, and if she’ll ever write a novel.",
35
-
"years": ["2019"],
36
-
"talks": [
37
-
{
38
-
"year": "2019",
39
-
"type": "curriculum",
40
-
"title": "Speak Day Curriculum"
41
-
}
42
-
]
43
-
}
7
+
console.log('data is',data);
8
+
// const singleOrganizer = {
9
+
// "name": "Alex Millatmal",
10
+
// "pronouns": "she/her",
11
+
// "role": "Web Application Developer",
12
+
// "city": "New York City",
13
+
// "company": "Newsela",
14
+
// "headshot": "/images/alex-millatmal.jpg",
15
+
// "links": [
16
+
// {
17
+
// "type": "twitter",
18
+
// "url": "halfghaninNE"
19
+
// },
20
+
// {
21
+
// "type": "linkedin",
22
+
// "url": "alexandrajmh"
23
+
// },
24
+
// {
25
+
// "type": "github",
26
+
// "url": "halfghaninNE"
27
+
// },
28
+
// // {
29
+
// // "type": "website",
30
+
// // "url": "https://alexandramillatmal.com/"
31
+
// // }
32
+
// ],
33
+
// "layout": "speaker",
34
+
// "bio": "Alex is a programmer with a passion for work that has real-world impact. At Newsela, she writes software that helps students read and teachers teach. When she's not thinking about refactoring her Ruby or good object-oriented front-end patterns, Alex spends a lot of time thinking about secular space/discourse, ethics in communicating “othered” experiences, how many cats are too many cats, and if she’ll ever write a novel.",
0 commit comments