Browse Source

Changed all URLs to HTTPS

pull/2636/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
c81a332e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      index.html

12
index.html

@ -10,7 +10,7 @@
<meta property="og:title" content="Rambox : Free, Open Source and Cross Platform app for Slack, WhatsApp, Messenger, Skype and much more..."/> <meta property="og:title" content="Rambox : Free, Open Source and Cross Platform app for Slack, WhatsApp, Messenger, Skype and much more..."/>
<meta property="og:image" content="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/Icon.png"/> <meta property="og:image" content="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/Icon.png"/>
<meta property="og:site_name" content="Rambox"/> <meta property="og:site_name" content="Rambox"/>
<meta property="og:url" content="http://rambox.pro"/> <meta property="og:url" content="https://rambox.pro"/>
<meta property="og:description" content="Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one."/> <meta property="og:description" content="Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one."/>
<meta property="fb:app_id" content="1280363035314814"/> <meta property="fb:app_id" content="1280363035314814"/>
<link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32">
@ -23,7 +23,7 @@
<link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="fonts/font-awesome-4.3.0/css/font-awesome.min.css"> <link rel="stylesheet" href="fonts/font-awesome-4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/all.css"> <link rel="stylesheet" href="css/all.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,700,400italic,700italic' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
</head> </head>
<body> <body>
<div id="wrapper"> <div id="wrapper">
@ -365,7 +365,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="row text-center"><a href="http://electron.atom.io/docs/tutorial/supported-platforms/" target="_blank">Read more about Supported Platforms</a> - Latest version: <img src="https://img.shields.io/github/release/saenzramiro/rambox.svg?maxAge=2592000" alt="Release"></div> <div class="row text-center"><a href="https://electronjs.org/docs/tutorial/support#supported-platforms" target="_blank">Read more about Supported Platforms</a> - Latest version: <img src="https://img.shields.io/github/release/saenzramiro/rambox.svg?maxAge=2592000" alt="Release"></div>
<div class="row text-center"><a href="https://salt.bountysource.com/teams/rambox" target="_blank"><img src="https://img.shields.io/bountysource/team/rambox/activity.svg?maxAge=2592000" alt="Release"></a></div> <div class="row text-center"><a href="https://salt.bountysource.com/teams/rambox" target="_blank"><img src="https://img.shields.io/bountysource/team/rambox/activity.svg?maxAge=2592000" alt="Release"></a></div>
<div class="row text-center" style="margin-top:20px;"> <div class="row text-center" style="margin-top:20px;">
<h3>Spread the word!</h3> <h3>Spread the word!</h3>
@ -497,7 +497,7 @@
<p>Used for UI and UX.</p> <p>Used for UI and UX.</p>
<h4><a href="https://www.sencha.com/products/sencha-cmd/" target="_blank">Sencha Cmd</a></h4> <h4><a href="https://www.sencha.com/products/sencha-cmd/" target="_blank">Sencha Cmd</a></h4>
<p>Tool for deployment.</p> <p>Tool for deployment.</p>
<h4><a href="http://electron.atom.io/" target="_blank">Electron</a></h4> <h4><a href="https://electronjs.org/" target="_blank">Electron</a></h4>
<p>Framework for creating native application.</p> <p>Framework for creating native application.</p>
<h4><a href="https://nodejs.org/" target="_blank">Node JS</a></h4> <h4><a href="https://nodejs.org/" target="_blank">Node JS</a></h4>
<p>Packaging, auto update and installers.</p> <p>Packaging, auto update and installers.</p>
@ -516,7 +516,7 @@
</div> </div>
<div class="media"> <div class="media">
<div class="media-left media-middle"> <div class="media-left media-middle">
<a href="http://andyur.com/"> <a href="https://dribbble.com/andriy_yurchenko">
<img class="img-circle media-object" src="images/andriy.jpg" height="85" width="85" alt="" /> <img class="img-circle media-object" src="images/andriy.jpg" height="85" width="85" alt="" />
</a> </a>
</div> </div>
@ -526,7 +526,7 @@
</div> </div>
<div class="media"> <div class="media">
<div class="media-left media-middle"> <div class="media-left media-middle">
<a href="http://codrops.com/"> <a href="https://codrops.com/">
<img class="img-circle media-object" src="images/logo-codrops.png" height="85" width="85" alt="" /> <img class="img-circle media-object" src="images/logo-codrops.png" height="85" width="85" alt="" />
</a> </a>
</div> </div>

Loading…
Cancel
Save