Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
poddery.com
Commits
0aa5ac31
Commit
0aa5ac31
authored
May 28, 2019
by
Noorul
Browse files
diaspora introduction video
parent
927c2e06
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
0aa5ac31
...
...
@@ -18,7 +18,8 @@
<link
rel=
"stylesheet"
href=
"css/style.css"
>
<link
rel=
"stylesheet"
href=
"css/progress-bar.css"
>
<link
href=
"css/video-js.css"
rel=
"stylesheet"
>
<!-- to be added opengraph WIP -->
</head>
...
...
@@ -206,7 +207,21 @@
<div
class=
"wow fadeInUp col-md-6 col-sm-10 video"
data-wow-delay=
"1.6s"
>
<div
class=
"img img-responsive"
>
<a
href=
"https://www.youtube.com/embed/7Rr-FVe14Yo"
><img
class=
"img img-responsive"
src=
"images/watch.png"
></a>
<!--
<a href="https://www.youtube.com/embed/7Rr-FVe14Yo"><img class="img img-responsive" src="images/watch.png"></a> -->
<video
id=
'my-video'
class=
'video-js'
controls
preload=
'auto'
width=
'560'
height=
'314'
poster=
'images/Diaspora_dandy_logo_thumbnail.png'
data-setup=
'{}'
>
<source
src=
'https://peertube.social/download/videos/6133bfc6-ed5b-4f47-b21c-c6f26c500851-314.mp4'
type=
'video/mp4'
>
<!-- https://ksr-video.imgix.net/projects/5057/video-4215-h264_high.mp4 -->
<p
class=
'vjs-no-js'
>
To view this video please enable JavaScript, and consider upgrading to a web browser that
<a
href=
'#'
target=
'_blank'
>
supports HTML5 video
</a>
</p>
</video>
</div>
</div>
...
...
@@ -451,6 +466,8 @@
<script
src=
"js/smoothscroll.js"
></script>
<script
src=
"js/wow.min.js"
></script>
<script
src=
'js/video.js'
></script>
<!-- Custom JS -->
<script
src=
"js/custom.js"
></script>
<script
src=
"js/progress-bar.js"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment