diff --git a/README.md b/README.md index 839a46d9288ffbca25f76a98b0192b4cee6b9eb3..a9f8d9d80256b3c6fdc1be8f708cfa6ebfca6761 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -Landing page for Poddery at https://poddery.com/ +Home page for [Poddery.com](https://poddery.com) -Maintained by Free Software Community of India (FSCI). For more details visit https://fsci.org.in and [https://wiki.fsci.org.in](https://wiki.fsci.org.in/index.php/Poddery). + +Maintained by Free Software Community of India (FSCI). + +For more details visit https://fsci.org.in and [https://wiki.fsci.org.in](https://wiki.fsci.org.in/index.php/Poddery). diff --git a/images/Web-site.png b/images/Web-site.png new file mode 100644 index 0000000000000000000000000000000000000000..d6ee9e310866ff9246b73bafd9aab9a26be0ad07 Binary files /dev/null and b/images/Web-site.png differ diff --git a/index.html b/index.html index 7890f644427dac670b4fa051981e9a67ebf1a834..14dae3ee861f5ea306d442d6b9fcd047028da255 100644 --- a/index.html +++ b/index.html @@ -134,16 +134,16 @@ <section id="overview" class="parallax-section"> <div class="container"> <div class="row"> - <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/watch?v=SSsGKlR0zRE"><img class="img img-responsive" src="images/watchf.png"></a> - --> - -<iframe width="560" height="315" sandbox="allow-same-origin allow-scripts" src="https://peertube.social/videos/embed/19ccad68-9ea8-4c43-970f-8ab6e4292c31" frameborder="0" allowfullscreen></iframe> - + <video id='my-video' class='video-js' controls preload='auto' width='560' height='314' + poster='images/Web-site.png' data-setup='{}'> + <source src='https://peertube.social/download/videos/19ccad68-9ea8-4c43-970f-8ab6e4292c31-720.mp4' type='video/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> @@ -207,21 +207,17 @@ <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> --> - - - <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> + <!-- <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'> + + <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>