forked from gdg-x/zeppelin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from gdgsantiagoes/changes
Changed GDG Santiago logo & add "Daniel del rio" session
- Loading branch information
Showing
21 changed files
with
1,504 additions
and
684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ organizerName: "GDG Santiago" | |
organizerAlternateName: "Google Developer Group Santiago" | ||
organizerDescription: "Google Developer Group de Santiago de Compostela. Organización sen ánimo de lucro para compartir coñecemento e xerar comunidade." | ||
organizerEmail: "[email protected]" | ||
organizerLogo: "/img/seo/logo_landscape.png" | ||
organizerLogo: "/img/seo/logoCadradoArriba.png" | ||
organizerLink: "https://gdg.community.dev/gdg-santiago/" | ||
|
||
# Head | ||
|
@@ -62,7 +62,7 @@ typeoutTextValues: '"", "Connect", "Santiago de Compostela"' | |
typeoutFallback: "Connect" | ||
heroButtons: | ||
- {id: "becomeSpeaker", link: "https://forms.gle/YeoP2Dm5Yg8RzKAJ8", text: "Ser poñente"} | ||
- {id: "buyTickets", link: "https://gdg.community.dev/gdg-santiago/", text: "Inscríbete gratis"} | ||
- {id: "buyTickets", link: "https://gdg.community.dev/events/details/google-gdg-santiago-presents-introduccion-a-bots-de-telegram-con-python/", text: "Inscríbete gratis"} | ||
buyTicketsTooltipText: "Os eventos sairán proximamente!" | ||
|
||
# About Block | ||
|
@@ -100,7 +100,7 @@ latestNewsTitle: "Últimas novas" | |
|
||
# Rockstar Speakers Block | ||
rockstarSpeakersImage: "rockstar-speakers.jpg" | ||
rockstarSpeakersCount: 4 | ||
rockstarSpeakersCount: 1 | ||
rockstarSpeakersTitle: "Rockstar speakers" | ||
rockstarSpeakersButtonText: "See all speakers" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- | ||
group: "Main organizer" | ||
elements: | ||
- {name: "GDG Santiago", description: "GDG Santiago - Google Developers Group de Santiago de Compostela", link: "https://gdg.community.dev/gdg-santiago/", imageUrl: "logo_landscape.png"} | ||
- {name: "GDG Santiago", description: "GDG Santiago - Google Developers Group de Santiago de Compostela", link: "https://gdg.community.dev/gdg-santiago/", imageUrl: "logoCadradoArriba.png"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- | ||
date: "2021-10-29" | ||
dateReadable: "29 Octubre" | ||
tracks: | ||
- {title: "Taller online", color: "#90be4e"} | ||
timeslots: | ||
- { | ||
startTime: "18:00", | ||
endTime: "19:00", | ||
sessionIds: [001] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
- | ||
id: 001 | ||
title: "🤖 Introducción a bots de Telegram con Python" | ||
description: "Aprende a crear un bot de Telegram 🤖 que responda a mensajes y comandos, envíe teclados personalizados y pueda ser utilizado en cualquier chat (aunque no esté en él 💁). | ||
<p> | ||
Se recomienda Python básico. Veremos los bots desde 0 hasta nivel medio. | ||
<p> | ||
Aprenderemos a: | ||
<ul> | ||
<li>Manejar el BotFather | ||
<li>Crear, responder y usar comandos | ||
<li>Añadir funcionalidades a las respuestas | ||
<li>Utilizar el bot desde cualquier chat | ||
</ul> | ||
<p> | ||
¡No dudes en acompañarnos!" | ||
subtype: taller | ||
speakers: [1] | ||
language: gl | es | ||
complexity: "Introducción" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- | ||
id: 1 | ||
name: "Daniel" | ||
surname: "Del Río Juncal" | ||
title: "Enxeñeiro en informática" | ||
bio: "Son enxeñeiro en informática graduado en 2020 e desenvolvedor web. Agora, son estudante do máster de Visión por Computador. <p> No 2019 durante o tempo libre fixen unha web para apuntes de todas as carreiras da USC, chamada https://apuntesusc.es (semellante a Gradox). Bótalle un ollo 😉! <p> Os meus intereses son a Intelixencia Artificial, especialmente aplicada a imaxes, pero tamén os microcontroladores como Arduino e Raspberry Pi. Tamén me gusta participar en competicións de programación como o HashCode." | ||
thumbnailUrl: DanielDelRio.jpg | ||
rockstar: true | ||
ribbon: | ||
- { abbr: "Taller", title: "Taller online" } | ||
social: | ||
- {name: "linkedin", link: "www.linkedin.com/in/daniel-del-rio-juncal"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.