Skip to content

Commit 30ff913

Browse files
committed
Merge branch 'main' into feat/eleventy-migration
2 parents fabbe6d + aa13f62 commit 30ff913

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Upload the results as artifacts (optional).
4343
- name: "Upload artifact"
44-
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
44+
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
4545
with:
4646
name: SARIF file
4747
path: results.sarif

src/_data/yt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ set: 'frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted
55
set-short: 'frameborder="0" allowfullscreen loading="lazy"'
66
watch: 'https://www.youtube.com/watch'
77
embed: 'https://www.youtube.com/embed'
8+
embed-playlist: 'https://www.youtube.com/embed/playlist?list='
9+
embed-series: 'https://www.youtube.com/embed/videoseries?list='
810
playlist: 'https://www.youtube.com/playlist?list='
911
std-size: 'width="560" height="315"'

src/content/resources/videos.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,29 @@ TODO: If the list of videos grows, consider automating this like book.md.
1515

1616
## Dart videos from Google
1717

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

2222
<iframe
2323
{{yt.std-size}}
2424
title="Watch the talks on Dart asynchrony support"
25-
src="{{yt.playlist}}{{dart-playlist-id}}"
25+
src="{{yt.embed-series}}{{dart-playlist-id}}"
2626
{{yt.set}}>
2727
</iframe>
2828

29-
[Playlist: Dart videos](https://www.youtube.com/playlist?list={{dart-playlist-id}})
29+
[Playlist: Dart videos]({{yt.playlist}}{{dart-playlist-id}})
30+
31+
## Dart training course in Brazilian Portuguese
32+
33+
Nesta série de vídeos estudaremos juntos a linguagem Dart.
34+
35+
<iframe
36+
{{yt.std-size}}
37+
title="Watch the talks on Dart asynchrony support"
38+
src="{{yt.embed-series}}PLK5FPzMuRKlyiWZUUqea2Hmszhy9vUixJ"
39+
{{yt.set}}>
40+
</iframe>
41+
42+
43+
[Playlist: Dart Curso Completo]({{yt.playlist}}PLK5FPzMuRKlyiWZUUqea2Hmszhy9vUixJ)

0 commit comments

Comments
 (0)