Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inserir link do vídeo no assunto correspondente #6

Open
cecivieira opened this issue Mar 31, 2021 · 1 comment
Open

Inserir link do vídeo no assunto correspondente #6

cecivieira opened this issue Mar 31, 2021 · 1 comment
Assignees

Comments

@cecivieira
Copy link
Collaborator

cecivieira commented Mar 31, 2021

Inserir no markdown correspondente ao assunto "X" o link para o seu vídeo correspondente da série do youtube "Introdução a python: para mulheres que sabem programar"

Sugestão de localização:
No final da página, acima da sessão exercícios. Ex:
Assista no Youtube o vídeo String para mais informações

@cecivieira
Copy link
Collaborator Author

Verificar suporte inserção de videos via yml

Trecho Jekyll para inspiração:

 {% assign day2 = site.data.conference_2021.schedule | where:"day","2" %}
  {% for event in day2 %}
  <tr>
      <td data-title="Time">{{ event.hour }}</td>
      <td data-title="Title">{{ event.title }} 
          {% if event.youtube !="" and event.youtube != nil %}
          <a href="{{ event.youtube }}" target="_blank"><i class="ion-social-youtube"></i></a>
          {% endif %}
      </td>
      <td data-title="Speaker">{{ event.speaker }}</td>
  </tr>
  {% endfor %}

https://github.com/widsrecife/widsrecife.github.io/blob/master/_includes/conference_2021/schedule.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant