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

Add Dart PT-BR Course #5514

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/_includes/yt_shims.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
{% assign yt-set-short = 'frameborder="0" allowfullscreen loading="lazy"' %}
{% assign yt-watch = 'https://www.youtube.com/watch' %}
{% assign yt-embed = 'https://www.youtube.com/embed' %}
{% assign yt-embed-playlist = 'https://www.youtube.com/embed/playlist?list=' %}
{% assign yt-playlist = 'https://www.youtube.com/playlist?list=' %}
{% assign yt-embed-series = 'https://www.youtube.com/embed/videoseries?list=' %}
{% assign yt-std-size = 'width="560" height="315"' %}
22 changes: 18 additions & 4 deletions src/resources/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,29 @@ TODO: If the list of videos grows, consider automating this like book.md.

## Dart videos from Google

A playlist of Google-produced videos,
ranging from 5-minute talks on Dart asynchrony support
A playlist of Google-produced videos on Dart's capabilities.
These range from 5-minute talks on Dart asynchrony support
to the Dart session from Google I/O 2019.

<iframe
{{yt-std-size}}
title="Watch the talks on Dart asynchrony support"
src="{{yt-playlist}}{{page.dart-playlist-id}}"
src="{{yt-embed-series}}{{page.dart-playlist-id}}"
{{yt-set}}>
</iframe>

[Playlist: Dart videos](https://www.youtube.com/playlist?list={{page.dart-playlist-id}})
[Playlist: Google Dart videos]({{yt-playlist}}{{page.dart-playlist-id}})

## Dart training course in Brazilian Portuguese

Nesta série de vídeos estudaremos juntos a linguagem Dart.

<iframe
{{yt-std-size}}
title="Watch the talks on Dart asynchrony support"
src="{{yt-embed-series}}PLK5FPzMuRKlyiWZUUqea2Hmszhy9vUixJ"
{{yt-set}}>
</iframe>


[Playlist: Dart Curso Completo]({{yt-playlist}}PLK5FPzMuRKlyiWZUUqea2Hmszhy9vUixJ)