mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Updated to new theme of TeXt
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div class="extensions extensions--video">
|
||||
<iframe src="//player.bilibili.com/player.html?aid={{ include.id }}&page=1"
|
||||
frameborder="no" scrolling="no" allowfullscreen="true">
|
||||
</iframe>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="extensions extensions--demo">
|
||||
<iframe src='//codepen.io/{{ include.user }}/embed/{{ include.hash }}/?theme-id=0&default-tab={{ include.default_tab | default: result }}'
|
||||
frameborder="0" scrolling="no" allowfullscreen></iframe>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<iframe class="extensions extensions--audio" width="330" height="86"
|
||||
src="//music.163.com/outchain/player?type=2&id={{ include.id }}&auto=1&height=66"
|
||||
frameborder="no" border="0" marginwidth="0" marginheight="0">
|
||||
</iframe>
|
||||
@@ -0,0 +1,6 @@
|
||||
<div class="extensions extensions--slide">
|
||||
<iframe src="//www.slideshare.net/slideshow/embed_code/key/{{ include.id }}"
|
||||
width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"
|
||||
style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<iframe class="extensions extensions--audio" width="100%" height="166"
|
||||
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/{{ include.id }}&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true"
|
||||
scrolling="no" frameborder="no" allow="autoplay">
|
||||
</iframe>
|
||||
@@ -0,0 +1,5 @@
|
||||
<div class="extensions extensions--video">
|
||||
<iframe src="https://embed.ted.com/talks/{{ include.id }}"
|
||||
frameborder="0" scrolling="no" allowfullscreen>
|
||||
</iframe>
|
||||
</div>
|
||||
@@ -0,0 +1,4 @@
|
||||
<div class="extensions extensions--video">
|
||||
<iframe src="https://www.youtube.com/embed/{{ include.id }}?rel=0&showinfo=0"
|
||||
frameborder="0" scrolling="no" allowfullscreen></iframe>
|
||||
</div>
|
||||
Reference in New Issue
Block a user