make nav link text clickable
This commit is contained in:
parent
cc6803b358
commit
01ca3ae07f
1 changed files with 12 additions and 12 deletions
|
@ -176,39 +176,39 @@
|
|||
<p>To run a local app, execute the following command on the command line:</p>
|
||||
<pre class="command-example"></pre>
|
||||
|
||||
<div>
|
||||
<nav>
|
||||
<div class="linkcol">
|
||||
<h4>Blog</h4>
|
||||
<a class="hero-link" href="https://electron.atom.io/blog">
|
||||
<span class="octicon hero-octicon octicon-gist" style="padding-left:2px" aria-hidden="true"></span>
|
||||
<span class="octicon hero-octicon octicon-gist" aria-hidden="true"></span>
|
||||
<h4>Blog</h4>
|
||||
</a>
|
||||
</div>
|
||||
<div class="linkcol">
|
||||
<h4>Repository</h4>
|
||||
<a class="hero-link" href="https://github.com/electron/electron">
|
||||
<span class="octicon hero-octicon octicon-mark-github" style="padding-left:2px" aria-hidden="true"></span>
|
||||
<span class="octicon hero-octicon octicon-mark-github" aria-hidden="true"></span>
|
||||
<h4>Repository</h4>
|
||||
</a>
|
||||
</div>
|
||||
<div class="linkcol">
|
||||
<h4>Docs</h4>
|
||||
<a class="hero-link" href="https://electron.atom.io/docs">
|
||||
<span class="octicon hero-octicon octicon-gear" style="padding-left:2px" aria-hidden="true"></span>
|
||||
<span class="octicon hero-octicon octicon-gear" aria-hidden="true"></span>
|
||||
<h4>Docs</h4>
|
||||
</a>
|
||||
</div>
|
||||
<div class="linkcol">
|
||||
<h4>API Demos</h4>
|
||||
<a class="hero-link" href="https://github.com/electron/electron-api-demos">
|
||||
<span class="octicon hero-octicon octicon-star" style="padding-left:2px" aria-hidden="true"></span>
|
||||
<span class="octicon hero-octicon octicon-star" aria-hidden="true"></span>
|
||||
<h4>API Demos</h4>
|
||||
</a>
|
||||
</div>
|
||||
<div class="linkcol">
|
||||
<h4>Electron-Forge</h4>
|
||||
<a class="hero-link" href="https://electronforge.io">
|
||||
<span class="octicon hero-octicon octicon-telescope" style="padding-left:2px" aria-hidden="true"></span>
|
||||
<span class="octicon hero-octicon octicon-gift" aria-hidden="true"></span>
|
||||
<h4>Forge</h4>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<script>
|
||||
require('./renderer')
|
||||
|
|
Loading…
Reference in a new issue