Skip to content

Commit c8b9dea

Browse files
author
Anton Whalley
committed
link to code and new title
1 parent a28d573 commit c8b9dea

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,19 @@
3939

4040
</head>
4141
<body>
42-
42+
<a href="https://github.com/chromiumify/chromiumify"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
43+
4344
<!-- Primary Page Layout
4445
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
4546
<div class="container">
4647
<section class="header">
4748
<div><img src="images/logo.png" alt="logo"></div>
4849
<div>
4950
<h3>Chromiumify</h3>
50-
<h3>is</h3>
51-
<h3>browserify for chrome apps</h3>
51+
<hr />
52+
<h3>High Performance</h3>
53+
<h3>Offline First Applications</h3>
54+
<h3>For Desktop & Mobile</h3>
5255
</div>
5356
</section>
5457
<div class="navbar-spacer"></div>
@@ -59,14 +62,15 @@ <h3>browserify for chrome apps</h3>
5962
<li class="navbar-item"><a class="navbar-link" href="#install">Install</a></li>
6063
<!--<li class="navbar-item"><a class="navbar-link" href="#documentation">Documentation</a></li>-->
6164
<li class="navbar-item"><a class="navbar-link" href="#examples">Examples</a></li>
62-
<li class="navbar-item"><a class="navbar-link" href="#credits">Credits</a></li>
65+
<li class="navbar-item"><a class="navbar-link" href="https://github.com/chromiumify/chromiumify">Code</a></li>
66+
<li class="navbar-item"><a class="navbar-link" href="#credits">Credits</a></li>
6367
</ul>
6468
</div>
6569
</nav>
6670
<div class="docs-section" id="intro">
6771
<h4>Intro</h4>
6872
<p>
69-
Take <a href="http://www.browserify.org">browserify</a> - A tool that enables <a href="https://www.nodejs.org">node.js</a> style <code>require('')</code> in the browser.
73+
Take <a href="http://www.browserify.org">browserify</a> - A tool that enables <a href="https://www.nodejs.org">node.js</a> style <code>require('')</code> on the client.
7074
</p>
7175
<p>
7276
Mix it with <a href="https://developer.chrome.com/apps/about_apps">Chrome Apps</a> - A way to build native applications using HTML5 JS and CSS technologies.

0 commit comments

Comments
 (0)