|
1 | | -<!DOCTYPE html><html lang="en" prefix="og: http://ogp.me/ns#"> |
| 1 | +<!DOCTYPE html><html lang="en"> |
2 | 2 | <head> |
3 | 3 | <meta charset="utf-8"> |
4 | 4 | <title>Vanilla JavaScript autoComplete</title> |
5 | 5 | <meta name="description" content="A lightweight autocomplete plugin with no dependencies, written in plain JavaScript."> |
6 | | - <link rel="shortcut icon" href="http://pixabay.com/favicon.ico"> |
| 6 | + <link rel="shortcut icon" href="https://pixabay.com/favicon.ico"> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
8 | | - <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300"> |
9 | | - <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css"> |
| 8 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300"> |
| 9 | + <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css"> |
10 | 10 | <style> |
11 | 11 | body { margin: 0; padding: 0; border: 0; min-width: 320px; color: #777; } |
12 | 12 | html, button, input, select, textarea, .pure-g [class *= "pure-u"] { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.02em; } |
@@ -76,8 +76,8 @@ <h3>Overview and Features</h3> |
76 | 76 | <li>Callbacks</li> |
77 | 77 | </ul> |
78 | 78 | <p> |
79 | | - This plugin was developed by <a href="http://pixabay.com/">Pixabay.com</a> - an international repository for free Public Domain images. |
80 | | - We have implemented this piece of software in production on <a href="http://plainjs.com/">plainJS</a> and we share it - in the spirit of Pixabay - freely with others. |
| 79 | + This plugin was developed by <a href="https://pixabay.com/">Pixabay.com</a> - an international repository for free Public Domain images. |
| 80 | + We have implemented this piece of software in production on <a href="https://plainjs.com/">plainJS</a> and we share it - in the spirit of Pixabay - freely with others. |
81 | 81 | </p> |
82 | 82 |
|
83 | 83 | <h3>Usage</h3> |
@@ -249,15 +249,15 @@ <h4>Advanced suggestions handling and custom layout</h4> |
249 | 249 | </div> |
250 | 250 |
|
251 | 251 | <p>Please report any bugs and issues at the <a href="https://github.com/Pixabay/JavaScript-autoComplete">GitHub repositiory</a>.</p> |
252 | | - <p>This software is released as Open Source under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a> by <a href="http://pixabay.com/users/Simon/">Simon Steinberger / Pixabay.com</a>.</p> |
| 252 | + <p>This software is released as Open Source under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a> by <a href="https://pixabay.com/users/Simon/">Simon Steinberger / Pixabay.com</a>.</p> |
253 | 253 | </div> |
254 | 254 |
|
255 | 255 | <div style="background:#fafafa;border-top:1px solid #eee;padding:15px;font-size:.9em"> |
256 | 256 | <div style="max-width:900px;margin:auto;padding:0 10px"> |
257 | | - <a style="float:right;margin-left:20px" href="http://pixabay.com/en/service/about/">About Us</a> |
258 | | - <a style="float:right;margin-left:20px" href="http://pixabay.com/en/blog/">Blog</a> |
259 | | - <a style="float:right;margin-left:20px" href="http://goodies.pixabay.com/">More Goodies</a> |
260 | | - © <a href="http://pixabay.com/">Pixabay.com</a> / Simon Steinberger / Hans Braxmeier |
| 257 | + <a style="float:right;margin-left:20px" href="https://pixabay.com/en/service/about/">About Us</a> |
| 258 | + <a style="float:right;margin-left:20px" href="https://pixabay.com/en/blog/">Blog</a> |
| 259 | + <a style="float:right;margin-left:20px" href="https://goodies.pixabay.com/">More Goodies</a> |
| 260 | + © <a href="https://pixabay.com/">Pixabay.com</a> / Simon Steinberger / Hans Braxmeier |
261 | 261 | </div> |
262 | 262 | </div> |
263 | 263 |
|
@@ -308,6 +308,6 @@ <h4>Advanced suggestions handling and custom layout</h4> |
308 | 308 | '; |
309 | 309 | } |
310 | 310 | </script> |
311 | | - <script src="http://google-code-prettify.googlecode.com/svn/loader/run_prettify.js" async defer></script> |
| 311 | + <script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js" async defer></script> |
312 | 312 | </body> |
313 | 313 | </html> |
0 commit comments