Skip to content

Commit

Permalink
chore: update site to https
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
remy committed Mar 31, 2017
1 parent 2cd85b1 commit 8c1fd44
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/vzIUHo9z-oJ4WgkpPOtg13YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
src: local('Roboto Thin'), local('Roboto-Thin'), url(https://themes.googleusercontent.com/static/fonts/roboto/v9/vzIUHo9z-oJ4WgkpPOtg13YhjbSpvc47ee6xR_80Hnw.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/Hgo13k-tfSpn0qi1SFdUfbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
src: local('Roboto Light'), local('Roboto-Light'), url(https://themes.googleusercontent.com/static/fonts/roboto/v9/Hgo13k-tfSpn0qi1SFdUfbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/RxZJdnzeo3R5zSexge8UUbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
src: local('Roboto Medium'), local('Roboto-Medium'), url(https://themes.googleusercontent.com/static/fonts/roboto/v9/RxZJdnzeo3R5zSexge8UUbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

body, html {
Expand Down Expand Up @@ -142,7 +142,7 @@
</head>
<body>
<header>
<svg version="1.1" id="template" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="160" height="180"
<svg version="1.1" id="template" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" width="160" height="180"
viewBox="0 0 160 185" xml:space="preserve">
<path d="M158.156,60.461l-5.326-3.066
c8.189-12.08,13.084-30.242,6.947-57.395c0,0-13.82,38.733-41.602,37.449L85.645,18.73c-1.227-0.728-2.602-1.103-3.992-1.159
Expand All @@ -160,7 +160,7 @@ <h1><strong>nodemon</strong> reload, automatically.</h1>

<p>Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development. Install it using <a href="https://npmjs.org/package/nodemon">npm</a>.</p>

<p>Just use <code>nodemon</code> instead of <code>node</code> to run your code, and now your process will automatically restart when your code changes. To install, get <a href="http://nodejs.org" target="_blank">node.js</a>, then from your terminal run:</p>
<p>Just use <code>nodemon</code> instead of <code>node</code> to run your code, and now your process will automatically restart when your code changes. To install, get <a href="https://nodejs.org" target="_blank">node.js</a>, then from your terminal run:</p>

<pre><code>npm install -g nodemon</code></pre>

Expand All @@ -175,13 +175,13 @@ <h2>Features</h2>
<li>Watch specific directories.</li>
<li>Works with server applications or one time run utilities and REPLs.</li>
<li>Requirable in node apps.</li>
<li>Open source and available on <a href="http://github.com/remy/nodemon/">github</a>.</li>
<li>Open source and available on <a href="https://github.com/remy/nodemon/">github</a>.</li>
</ul>

<p>Read the full <a href="http://github.com/remy/nodemon#nodemon">documentation</a>.</p>
<p>Read the full <a href="https://github.com/remy/nodemon#nodemon">documentation</a>.</p>

<footer>
<p><a href="https://github.com/remy/nodemon/issues">issues</a> &bull; <a href="https://github.com/remy/nodemon/">source code</a> &bull; <a href="https://twitter.com/rem">built by @rem</a></p>
</footer>
</body>
</html>
</html>

0 comments on commit 8c1fd44

Please sign in to comment.