Skip to content

Commit 5645822

Browse files
committed
Various welcome changes
1 parent 66778a9 commit 5645822

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/welcome/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
letter-spacing: 2px;
334334
}
335335

336-
a.download-src-link {
336+
.button {
337337
padding: 0.5rem 1rem;
338338
background: #29d;
339339
color: #fff;
@@ -343,6 +343,9 @@
343343
letter-spacing: .1em;
344344
text-decoration: none;
345345
}
346+
.themes-pitch {
347+
padding: 15px;
348+
}
346349
</style>
347350

348351
<div class="section blue">
@@ -352,7 +355,7 @@ <h1 class="title1"><span class="char1">p</span><span class="char2">a</span><span
352355
<h1 class="title2"><span class="char1">p</span><span class="char2">a</span><span class="char3">c</span><span class="char4">e</span></h1>
353356
</div>
354357
<div class="subtitle">
355-
<h3>Loading has never been this easy.</h3>
358+
<h3>Automatic page load progress bar</h3>
356359
</div>
357360
</div>
358361
<div class="down-arrow"></div>
@@ -362,18 +365,16 @@ <h3>Loading has never been this easy.</h3>
362365
<div class="page">
363366
<div class="up-arrow"></div>
364367
<h2>Download</h2>
365-
<p><a class="download-src-link" href="https://raw.github.com/HubSpot/pace/v0.4.1/pace.min.js">Pace.js</a></p>
368+
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.4.1/pace.min.js">Pace.js</a></p>
366369
<br/>
367370
<h2>What is Pace?</h2>
368-
<p style="text-align: left">Pace is an automatic page load progress bar. Include pace.js and the theme css of your choice, and you're done. Pace does all of the work for you. See themes below.</p>
371+
<p style="text-align: left">Include pace.js and the theme css of your choice, and you're done. No need to hook into any of your code, progress is
372+
detected automatically.</p>
369373
<h2>Themes</h2>
370374
<input type="color" value="#2299dd"></input>
371375
<div class="themes"></div>
372-
<br/>
373-
<p>Want to submit a theme?</p>
374-
<p><a href="https://github.com/HubSpot/pace">Fork us on GitHub</a></p>
375-
<h2>Documentation</h2>
376-
<p>Check out the <a href="http://github.hubspot.com/pace/">Pace Documentation</a>.</p>
376+
<p class="themes-pitch">Send us your themes! <a href="https://github.com/HubSpot/pace">Fork us on GitHub</a></p>
377+
<p><a class="button" href="https://github.hubspot.com/pace/">Documentation</a></p>
377378
<script>
378379
$(function(){
379380
var themes = [{

0 commit comments

Comments
 (0)