Update header style
This commit is contained in:
parent
db1c29f2f9
commit
793527f82e
1 changed files with 40 additions and 29 deletions
|
@ -6,13 +6,20 @@
|
||||||
color: #45828E;
|
color: #45828E;
|
||||||
background-color: #A5ECFA;
|
background-color: #A5ECFA;
|
||||||
font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
|
font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif;
|
||||||
padding: 30px;
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
padding: 15px 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
background-color: #76C7D7;
|
||||||
|
color: #FAF7F3;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 1.1;
|
padding: 15px 30px;
|
||||||
letter-spacing: -0.015em;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -89,36 +96,40 @@
|
||||||
</script>
|
</script>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<p>
|
<div class="container">
|
||||||
To run your app with Electron, execute the following command under your
|
|
||||||
Console (or Terminal):
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<script>document.write('<pre>' + command + '</pre>')</script>
|
<p>
|
||||||
|
To run your app with Electron, execute the following command under your
|
||||||
|
Console (or Terminal):
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<script>document.write('<pre>' + command + '</pre>')</script>
|
||||||
The <code>path-to-your-app</code> should be the path to your own Electron
|
|
||||||
app, you can read the
|
|
||||||
<script>
|
|
||||||
document.write(
|
|
||||||
`<a href='https://github.com/atom/electron/blob/v${process.versions.electron}/docs/tutorial/quick-start.md'>quick start</a>`
|
|
||||||
);
|
|
||||||
</script>
|
|
||||||
guide in Electron's
|
|
||||||
<script>
|
|
||||||
document.write(
|
|
||||||
`<a href='https://github.com/atom/electron/tree/v${process.versions.electron}/docs#readme'>docs</a>`
|
|
||||||
);
|
|
||||||
</script>
|
|
||||||
on how to write one.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Or you can just drag your app here to run it:
|
The <code>path-to-your-app</code> should be the path to your own Electron
|
||||||
</p>
|
app, you can read the
|
||||||
|
<script>
|
||||||
|
document.write(
|
||||||
|
`<a href='https://github.com/atom/electron/blob/v${process.versions.electron}/docs/tutorial/quick-start.md'>quick start</a>`
|
||||||
|
);
|
||||||
|
</script>
|
||||||
|
guide in Electron's
|
||||||
|
<script>
|
||||||
|
document.write(
|
||||||
|
`<a href='https://github.com/atom/electron/tree/v${process.versions.electron}/docs#readme'>docs</a>`
|
||||||
|
);
|
||||||
|
</script>
|
||||||
|
on how to write one.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Or you can just drag your app here to run it:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div id="holder">
|
||||||
|
Drag your app here to run it
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="holder">
|
|
||||||
Drag your app here to run it
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue