Skip to content
Snippets Groups Projects
Commit 05fb70a7 authored by Manu Krishnan T V's avatar Manu Krishnan T V
Browse files

Updated Font Awesome, changed Savepoddery links to save.poddery.com, removed external file loading

parent 3964491c
Branches
No related merge requests found
Landing page for poddery.com Landing page for poddery.com
http://savepoddery.com/poddery.com/ https://poddery.com/
This diff is collapsed.
...@@ -22,8 +22,7 @@ textarea { ...@@ -22,8 +22,7 @@ textarea {
border-radius: 150px; border-radius: 150px;
-webkit-border-radius: 150px; -webkit-border-radius: 150px;
-moz-border-radius: 150px; -moz-border-radius: 150px;
background: url(http://link-to-your/image.jpg) no-repeat; }
}
body { body {
font-size: 1em; font-size: 1em;
......
File added
File added
source diff could not be displayed: it is too large. Options to address this: view the blob.
File added
File added
images/knightswarm.jpg

17 KiB

...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<meta name="description" content="diaspora*"> <meta name="description" content="diaspora*">
<meta name="viewport" content="width=device-width"> <meta name="viewport" content="width=device-width">
<link href='favicon.ico' rel='shortcut icon'> <link href='favicon.ico' rel='shortcut icon'>
<link href='apple-touch-icon.png' rel='apple-touch-icon'> <link href='apple-touch-icon.png' rel='apple-touch-icon'>
...@@ -19,22 +18,23 @@ ...@@ -19,22 +18,23 @@
<link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/font-awesome-ie7.min.css"> <link rel="stylesheet" href="css/font-awesome-ie7.min.css">
<link rel="stylesheet" href="css/main.css"> <link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script> <script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head> </head>
<body> <body>
<!--[if lt IE 7]> <!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]--> <![endif]-->
<header> <header>
<div class="container"> <div class="container">
<div class="row text-center"> <div class="row text-center">
<div class="col-md-12"> <div class="col-md-12">
<img src="img/diaspora-logo-large.png" alt="diaspora logo" class="centered img-responsive"> <img src="img/diaspora-logo-large.png" alt="Diaspora Logo" class="centered img-responsive">
<h3>The community-run Distributed Social-network</h3> <h3>The community-run Distributed Social-network</h3>
</div> </div>
<center> <div class="col-md-12" style="text-align: center;">
<a href="https://ind.ie"><img src="images/indie-poddery.png"></a> <a href="https://ind.ie" title="ind.ie"><img src="images/indie-poddery.png" alt="ind.ie" class="centered img-responsive"></a>
</center> </div>
<div class="col-md-12"> <div class="col-md-12">
<a href="https://poddery.com/users/sign_in"><button class="btn btn-success">Login</button></a> <a href="https://poddery.com/users/sign_in"><button class="btn btn-success">Login</button></a>
<a href="https://poddery.com/users/sign_up"><button class="btn btn-primary">Register</button></a> <a href="https://poddery.com/users/sign_up"><button class="btn btn-primary">Register</button></a>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
</header> </header>
<div id="band" class="text-center"> <div id="band" class="text-center">
Unity is strength! <a href="#save-poddery">See how we saved this pod.</a> Unity is strength! <a href="http://save.poddery.com">See how we saved this pod.</a>
</div> </div>
<div class="container"> <div class="container">
...@@ -76,9 +76,9 @@ ...@@ -76,9 +76,9 @@
</div> </div>
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12"> <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">
<h2>Save Poddery Campaign</h2> <h2>Save Poddery Campaign</h2>
<p>Poddery.com, one of the earliest diaspora social networking host was scheduled to close on June 30th, 2013. So, a community of diaspora users and contributors gathered together and started the <a href="http://savepoddery.com/">Save Poddery Campaign</a>. We started fund raising at <a href="http://www.indiegogo.com/projects/keep-diaspora-service-at-poddery-com-live">indiegogo.com</a>, and acquired 967<i class="icon-eur"></i> in the period June 09, 2013 - July 23, 2013.</p> <p>Poddery.com, one of the earliest diaspora social networking host was scheduled to close on June 30th, 2013. So, a community of diaspora users and contributors gathered together and started the <a href="http://save.poddery.com/">Save Poddery Campaign</a>. We started fund raising at <a href="http://www.indiegogo.com/projects/keep-diaspora-service-at-poddery-com-live">indiegogo.com</a>, and acquired 967<i class="icon-eur"></i> in the period June 09, 2013 - July 23, 2013.</p>
<a href="http://savepoddery.com"><button class="btn btn-primary">savepoddery.com <i class="icon-chevron-right"></i></button></a> <a href="http://save.poddery.com"><button class="btn btn-primary">Save Poddery Campaign <i class="icon-chevron-right"></i></button></a>
<a href="http://poddery.com/details.html"><button class="btn btn-success">Technical and Expense Details <i class="icon-chevron-right"></i></button></a> <a href="//poddery.com/details.html"><button class="btn btn-success">Technical and Expense Details <i class="icon-chevron-right"></i></button></a>
</div> </div>
</div> </div>
</section> </section>
...@@ -88,11 +88,11 @@ ...@@ -88,11 +88,11 @@
<h1 class="text-center">Supporters</h1> <h1 class="text-center">Supporters</h1>
<div class="col-lg-4 text-center donor-logo"> <div class="col-lg-4 text-center donor-logo">
<a href="http://knightswarm.com/"> <a href="//knightswarm.com/">
<div class="supporter-logo centered"><img src="https://lh5.googleusercontent.com/-qS-6pZ6PJA4/AAAAAAAAAAI/AAAAAAAAAF0/qpKuDB-lohk/photo.jpg" width="100%" /></div> <div class="supporter-logo centered"><img src="images/knightswarm.jpg" width="100%" /></div>
<h6>KnightSwarm </h6> <h6>KnightSwarm </h6>
</a> </a>
<br />Provided us server for hosting poddery.com <br />Provided us server for hosting poddery.com
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-5 text-center donor-logo"> <div class="col-lg-5 text-center donor-logo">
...@@ -101,7 +101,9 @@ ...@@ -101,7 +101,9 @@
<h6>Praveen Arimbrathodiyil</h6> <h6>Praveen Arimbrathodiyil</h6>
</a> </a>
</div></div> </div></div>
<!-- <div class="col-lg-6">
<!--
<div class="col-lg-6">
<div class="row"> <div class="row">
<div class="col-lg-6 donor-img"> <div class="col-lg-6 donor-img">
<div class="row"> <div class="row">
...@@ -127,7 +129,9 @@ ...@@ -127,7 +129,9 @@
</a> </a>
</div> </div>
</div> </div>
</div>--> </div>
-->
<br /> <br />
<p>We are thankful to all who have helped us to keep diaspora* running in poddery.com. See the full list of contributors.</p> <p>We are thankful to all who have helped us to keep diaspora* running in poddery.com. See the full list of contributors.</p>
<a href="donor.html"><button class="btn btn-primary">List of contributors <i class="icon-chevron-right"></i></button></a> <a href="donor.html"><button class="btn btn-primary">List of contributors <i class="icon-chevron-right"></i></button></a>
...@@ -135,17 +139,16 @@ ...@@ -135,17 +139,16 @@
</div> </div>
</section> </section>
</div> </div>
<hr> <hr />
<footer class="text-center"> <footer class="text-center">
<p><a href="https://www.loomio.org/g/2bjVXqAu/fosscommunity-in-poddery-com-maintainer-s-group"> <p>Maintained by <a href="https://www.loomio.org/g/2bjVXqAu/fosscommunity-in-poddery-com-maintainer-s-group">fosscommunity.in</a></p><br/>
Maintained by fosscommunity.in</a></p><br/>
</footer> </footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="js/vendor/jquery-1.9.1.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/bootstrap.min.js"></script> <script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script> <script src="js/plugins.js"></script>
</body> </body>
</html> </html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment