Skip to content

Commit

Permalink
Added videoes
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed Nov 21, 2018
1 parent bddb0e1 commit 6bd56b1
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
13 changes: 13 additions & 0 deletions _includes/video
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{% capture video_id %}{{ include.id }}{% endcapture %}
{% capture video_provider %}{{ include.provider }}{% endcapture %}

<!-- Courtesy of embedresponsively.com //-->
<div class="responsive-video-container">
{% if video_provider == "vimeo" %}
<iframe src="https://player.vimeo.com/video/{{ video_id }}?dnt=true" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
{% elsif video_provider == "youtube" %}
<iframe src="https://www.youtube-nocookie.com/embed/{{ video_id }}" frameborder="0" allowfullscreen></iframe>
{% elsif video_provider == "google-drive" %}
<iframe src="https://drive.google.com/file/d/{{ video_id }}/preview" frameborder="0" allowfullscreen></iframe>
{% endif %}
</div>
4 changes: 4 additions & 0 deletions _songs/1949-skolesangen.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ den om Jyllands jord vil tale,
og i disse skove, dale,
vil vi mødes nok engang.

## Video

{% include video provider="google-drive" id="1u41lIbMLbV53PvMbyYc9HzvBug5lNWaO" %}

## Noder

[<i class='far fa-file-pdf'></i> Download noder som PDF](https://drive.google.com/uc?id=1-WnldtjlnqypqrP9v3Xsq39cWkdG-Zdj){: .btn .btn--danger .btn--primary .btn--large}
Expand Down
4 changes: 4 additions & 0 deletions _songs/1993-dji-skolesang.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ er skabt - trods alt – til kærlighed.
Så svæv min sjæl i kroppens vinge,
og løft dig krop mod tankens tinde.

## Video

{% include video provider="google-drive" id="1QxUQ5xYqEbHMdxSEoyPminsAp_gAr2IF" %}

## Noder

[<i class='far fa-file-pdf'></i> Download noder som PDF](https://drive.google.com/uc?id=1-cz_IY1oksDdc30GJ0cXpDc5udQ82dvU){: .btn .btn--danger .btn--primary .btn--large}
Expand Down
4 changes: 4 additions & 0 deletions _songs/2010-vih-sang.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ En tid med et dejligt hjem.

_Her i Nørreskoven..._

## Video

{% include video provider="google-drive" id="1-vlE036T5k2Y0zyao8nbZh2a9UeEvAB2" %}

## Noder

[<i class='far fa-file-pdf'></i> Download noder som PDF](https://drive.google.com/uc?id=1jFLJSBwTVwdeaYyStUh3frER3jy0wtHZ){: .btn .btn--danger .btn--primary .btn--large}
Expand Down
4 changes: 4 additions & 0 deletions _songs/2018-dji-skolesang.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ er skabt - trods alt – til kærlighed.
//: Så svæv min sjæl i kroppens vinge,
og løft dig krop mod tankens tinde. ::/

## Video

{% include video provider="google-drive" id="1VWeH9nyVo26irtICLSwYYq8mHG1JxXdq" %}

## Noder

[<i class='far fa-file-pdf'></i> Download noder som PDF](https://drive.google.com/uc?id=1dfcMaxc0IGYoVmlNYwTTP63GI-7NuF5H){: .btn .btn--danger .btn--primary .btn--large}
Expand Down

0 comments on commit 6bd56b1

Please sign in to comment.