introducao-python
introducao-python copied to clipboard
Inserir link do vídeo no assunto correspondente
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
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