Skip to content
This repository was archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Update index.html (#290)
Browse files Browse the repository at this point in the history
A few backports from the main site

PR-URL: #290
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
XhmikosR authored and mhdawson committed Sep 30, 2019
1 parent da6c45e commit 5578a1c
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<meta charset="utf-8">
<title>Node.js Benchmarking</title>

<link rel="dns-prefetch" href="http://fonts.googleapis.com">
<link rel="dns-prefetch" href="http://fonts.gstatic.com">
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
<link rel="dns-prefetch" href="https://fonts.gstatic.com">

<meta name="author" content="Node.js Foundation">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="apple-touch-icon" href="https://nodejs.org/static/apple-touch-icon.png">
<link rel="icon" sizes="32x32" type="image/png" href="https://nodejs.org/static/favicon.png">
<link rel="apple-touch-icon" href="https://nodejs.org/static/images/favicons/apple-touch-icon.png">
<link rel="icon" sizes="32x32" type="image/png" href="https://nodejs.org/static/images/favicons/favicon-32x32.png">

<link rel="stylesheet" href="https://nodejs.org/layouts/css/styles.css" media="all">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&display=fallback">
<link rel="stylesheet" href="https://nodejs.org/static/css/styles.css">
<style>
#logo { margin-bottom: 1rem; }
#graphs {
Expand Down Expand Up @@ -53,7 +53,7 @@
<body>
<header>
<div class="container" id="logo">
<img src="https://nodejs.org/static/images/logo.svg" alt="node.js">
<img src="https://nodejs.org/static/images/logo.svg" alt="node.js" width="122" height="75">
</div>
</header>

Expand Down Expand Up @@ -97,18 +97,16 @@ <h1>Node.js Benchmarks</h1>
</div>

<footer class="no-margin-top">

<div class="linuxfoundation-footer">
<div class="container">
<div class="container">
<div class="linuxfoundation-footer">
<a class="linuxfoundation-logo" href="http://collabprojects.linuxfoundation.org">Linux Foundation Collaborative Projects</a>

<p>© 2016 Node.js Foundation. All Rights Reserved. Portions of this site originally © 2016 Joyent. </p>
<p>© 2016 Node.js Foundation. All Rights Reserved. Portions of this site originally © 2016 Joyent.</p>
<p>Node.js is a trademark of Joyent, Inc. and is used with its permission. Please review the <a href="https://nodejs.org/static/documents/trademark-policy.pdf">Trademark Guidelines of the Node.js Foundation</a>.</p>
<p>Linux Foundation is a registered trademark of The Linux Foundation.</p>
<p>Linux is a registered <a href="http://www.linuxfoundation.org/programs/legal/trademark" title="Linux Mark Institute">trademark</a> of Linus Torvalds.</p>
</div>
</div>

</footer>

</body>
Expand Down

0 comments on commit 5578a1c

Please sign in to comment.