diff --git a/fund.html b/fund.html index e52a4c449e070e8a3316ad5f7f4eac162dabf158..b8b1282d192bda0d2d386a0dbddcf2120bd61a5b 100644 --- a/fund.html +++ b/fund.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <title>Fund Poddery</title> - <meta name="description" content=""> + <meta name="description" content="Fund your Matrix, XMPP & Diaspora service to continue enjoying freedom"> <meta name="author" content=""> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> @@ -144,11 +144,14 @@ <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> @@ -262,21 +265,13 @@ <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> - </div> </div> @@ -431,7 +426,7 @@ <div class="wow bounceIn col-md-12 col-sm-12"> <div class="section-title"> - <h2>JOIN US ON..</h2> + <h2>JOIN US ON</h2> </div> </div> diff --git a/images/Web-site.png b/images/Web-site.png index d6ee9e310866ff9246b73bafd9aab9a26be0ad07..e80feb42dacf9d6d6598cd35536784c0be962a4f 100644 Binary files a/images/Web-site.png and b/images/Web-site.png differ diff --git a/images/loomio.png b/images/loomio.png index cde1cc083805c19c6a99c454b9b0c675dd4dfb30..aec421b8cfadef54bcc443ccf5c0e94741803d11 100644 Binary files a/images/loomio.png and b/images/loomio.png differ diff --git a/index.html b/index.html index 14dae3ee861f5ea306d442d6b9fcd047028da255..792ba9a5c28d42b7a0164072ea903100873fce2e 100644 --- a/index.html +++ b/index.html @@ -202,17 +202,14 @@ <div class="wow fadeInUp col-md-6 col-sm-10" data-wow-delay="1.3s"> <h3>Poddery.com, is one of the earliest and biggest diaspora social networking host.</h3> <p>Diaspora is a culture. A culture against the loss of personal privacy by the corporate social network giants. Diaspora enables you to keep your data with you and provides the flexibility to choose what you share. Since your data is stored on your own computer and not a single company's servers you are in control of your data.</p> - <p>Diaspora, being a distributed system, is actually a network of multiple instances of the software Diaspora. These instances are called pods. You can think of it like a mobile service provider or an email provider. You can chose to have diaspora account from any of these accounts from <a href="https://podupti.me">podupti.me</a> or you can choose poddery to be your diaspora host.</p> + <p>Diaspora, being a distributed system, is actually a network of multiple instances of the software Diaspora. These instances are called pods. You can think of it like a mobile service provider or an email provider. You can chose to have diaspora account from any of these accounts from <a href="https://podupti.me">Podupti.me</a> or you can choose poddery to be your diaspora host.</p> </div> <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'> - <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> @@ -409,7 +406,7 @@ <div class="wow bounceIn col-md-12 col-sm-12"> <div class="section-title"> - <h2>JOIN US ON..</h2> + <h2>JOIN US ON</h2> </div> </div> @@ -461,8 +458,7 @@ <script src="js/jquery.parallax.js"></script> <script src="js/smoothscroll.js"></script> <script src="js/wow.min.js"></script> - -<script src='js/video.min.js'></script> + <script src='js/video.min.js'></script> <!-- Custom JS --> <script src="js/custom.js"></script>