Skip to content

Commit

Permalink
Merge pull request #90 from PyConColombia/feat/add-team-json-information
Browse files Browse the repository at this point in the history
add team json information
  • Loading branch information
arendondiosa authored May 7, 2024
2 parents c2938ed + 8da10f6 commit 0f5ac62
Show file tree
Hide file tree
Showing 15 changed files with 247 additions and 13 deletions.
Binary file added public/images/team/alejandro-rendon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/carlos-sierra.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/carolina-gomez.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/edwin-zea.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/esteban-maya.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/ivan-roa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/javier-daza.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/john-roa.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/karen-romo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/karolina-ladino.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/leonardo-romo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/maria-franco.JPEG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/nancy-acuna.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/team/wendy-rueda.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
260 changes: 247 additions & 13 deletions src/data/team.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,254 @@
[
{
"id": "john-doe",
"team": "website",
"id": "john-roa",
"team": "Chief Organizer",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"photo": "https://i.pravatar.cc/300",
"last_name": "Roa",
"email": "",
"photo": "john-roa.jpeg",
"biography": {
"en": "I am John Doe. I am an amazing speaker.",
"es": "Yo soy John Doe. Soy un gran orador."
"en": "",
"es": ""
},
"affiliation": "Acme Inc.",
"facebook": "https://www.facebook.com/johndoe",
"affiliation": "",
"facebook": "",
"twitter": "@johndoe",
"linkedin": "https://www.linkedin.com/in/johndoe",
"github": "https://github.com/johndoe",
"website": "https://johndoe.com"
"linkedin": "johnroa27",
"github": "jhonjairoroa87",
"website": ""
},
{
"id": "carlos-sierra",
"team": "Speakers and schedule",
"first_name": "Carlos",
"last_name": "Sierra",
"email": "",
"photo": "carlos-sierra.jpg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@casierrav_alife",
"linkedin": "casierrav",
"github": "",
"website": ""
},
{
"id": "alejandro-rendon",
"team": "Website",
"first_name": "Alejandro",
"last_name": "Rendon",
"email": "",
"photo": "alejandro-rendon.jpg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@arendondiosa",
"linkedin": "arendondiosa",
"github": "",
"website": ""
},
{
"id": "carolina-gomez",
"team": "Speakers",
"first_name": "Carolina",
"last_name": "Gómez",
"email": "",
"photo": "carolina-gomez.jpg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@caro_gomezt",
"linkedin": "carolinagomezt",
"github": "",
"website": ""
},
{
"id": "karolina-ladino",
"team": "Keynote Speakers",
"first_name": "Karolina",
"last_name": "Ladino",
"email": "",
"photo": "karolina-ladino.jpg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@karobotco",
"linkedin": "karobotco",
"github": "karobotco",
"website": ""
},
{
"id": "esteban-maya",
"team": "Keynote Speakers",
"first_name": "Esteban",
"last_name": "Maya",
"email": "",
"photo": "esteban-maya.jpeg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@esteban_x64",
"linkedin": "esteban-x64",
"github": "",
"website": ""
},
{
"id": "javier-daza",
"team": "Speakers",
"first_name": "Javier",
"last_name": "Daza",
"email": "",
"photo": "javier-daza.jpg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@pyjavo",
"linkedin": "javierdazaco",
"github": "",
"website": ""
},
{
"id": "leonardo-romo",
"team": "Social Networks",
"first_name": "Leonardo",
"last_name": "Romo",
"email": "",
"photo": "leonardo-romo.jpeg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@Leoromo97",
"linkedin": "leonardo-romo-808616103",
"github": "",
"website": ""
},
{
"id": "karen-romo",
"team": "Sponsors",
"first_name": "Karen",
"last_name": "Romo",
"email": "",
"photo": "karen-romo.jpg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@karenlis727",
"linkedin": "karen-lisette-romo-b1383b270",
"github": "",
"website": ""
},
{
"id": "ivan-roa",
"team": "Design/Venue Logistics",
"first_name": "Ivan",
"last_name": "Roa",
"email": "",
"photo": "ivan-roa.png",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "",
"linkedin": "ivan-roa-64b78158",
"github": "naviroa92",
"website": ""
},
{
"id": "nancy-acuna",
"team": "Logistics/Finance",
"first_name": "Nancy",
"last_name": "Acuña",
"email": "",
"photo": "nancy-acuna.jpg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "",
"linkedin": "",
"github": "",
"website": ""
},
{
"id": "maria-franco",
"team": "Website",
"first_name": "Maria",
"last_name": "Franco",
"email": "",
"photo": "maria-franco.JPEG",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@mariafrancodev",
"linkedin": "mariafrancodev",
"github": "mariafrancodev",
"website": ""
},
{
"id": "edwin-zea",
"team": "Finance",
"first_name": "Finance",
"last_name": "Zea",
"email": "",
"photo": "edwin-zea.jpeg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@edwin_zea",
"linkedin": "edwin-zea-24343966",
"github": "",
"website": ""
},
{
"id": "wendy-rueda",
"team": "Social Networks",
"first_name": "Wendy",
"last_name": "Rueda",
"email": "",
"photo": "wendy-rueda.jpeg",
"biography": {
"en": "",
"es": ""
},
"affiliation": "",
"facebook": "",
"twitter": "@wen_rueda",
"linkedin": "wendy-rueda-cifuentes-84a617215",
"github": "",
"website": ""
}
]
]

0 comments on commit 0f5ac62

Please sign in to comment.