Fix videos length

This commit is contained in:
Jeremy Thomas 2018-05-24 11:25:33 +02:00
parent e01a44244e
commit 56dcbda8ab
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<a <a
class={{ include.classes }} class="{{ include.classes }}"
href="{{ include.url }}" href="{{ include.url }}"
target="_blank" target="_blank"
rel="nofollow"> rel="nofollow">

View File

@ -8,19 +8,19 @@ breadcrumb:
videos: videos:
- id: tesla - id: tesla
title: Tesla launch page title: Tesla launch page
subtitle: 4 videos 21 min subtitle: 4 videos 20 min
content: Design a responsive launch page with Bulma's component and CSS Grid. content: Design a responsive launch page with Bulma's component and CSS Grid.
video_url: https://scrimba.com/p/pV5eHk/cvrwyfR video_url: https://scrimba.com/p/pV5eHk/cvrwyfR
article_url: https://medium.freecodecamp.org/how-to-build-a-responsive-tesla-launch-page-with-bulma-css-2bf484057349 article_url: https://medium.freecodecamp.org/how-to-build-a-responsive-tesla-launch-page-with-bulma-css-2bf484057349
- id: blog - id: blog
title: Blog title: Blog
subtitle: 4 videos 25 min subtitle: 4 videos 23 min
content: Build a responsive blog with Bulma components. content: Build a responsive blog with Bulma components.
video_url: https://scrimba.com/p/pV5eHk/c4EMaUR video_url: https://scrimba.com/p/pV5eHk/c4EMaUR
article_url: https://medium.freecodecamp.org/how-to-build-a-responsive-blog-design-with-bulma-css-c2257a17c16b article_url: https://medium.freecodecamp.org/how-to-build-a-responsive-blog-design-with-bulma-css-c2257a17c16b
- id: slide - id: slide
title: Slide title: Slide
subtitle: 4 videos 16 min subtitle: 4 videos 15 min
content: Create web-based presentation slides with Bulma. content: Create web-based presentation slides with Bulma.
video_url: https://scrimba.com/p/pV5eHk/cGym4Ta video_url: https://scrimba.com/p/pV5eHk/cGym4Ta
no_gif: true no_gif: true
@ -40,7 +40,7 @@ videos:
Videos Videos
</h1> </h1>
<p class="subtitle is-4"> <p class="subtitle is-4">
Learn Bulma with interactive {% include external-link.html url=site.data.meta.scrimba_url text="Scrimba" %} tutorials Learn Bulma with interactive {% include elements/external-link.html url=site.data.meta.scrimba_url text="Scrimba" %} tutorials
</p> </p>
</div> </div>
@ -59,7 +59,7 @@ videos:
</p> </p>
<p class="bd-shoutout-button"> <p class="bd-shoutout-button">
{% include external-link.html {% include elements/external-link.html
classes="button is-success" classes="button is-success"
url=site.data.meta.scrimba_url url=site.data.meta.scrimba_url
text="Enroll in the course" %} text="Enroll in the course" %}