Skip to content

Commit fcc1efb

Browse files
committed
Copy
1 parent 66778a9 commit fcc1efb

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/welcome/index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
color: #000;
2323
}
2424

25+
a, a:hover, a:active {
26+
color: #29d;
27+
text-decoration: none
28+
}
29+
2530
body {
2631
font-family: "proxima-nova", "Helvetica Neue", sans-serif;
2732
}
@@ -233,7 +238,6 @@
233238
.themes {
234239
overflow: hidden;
235240
text-align: center;
236-
padding-bottom: 60px;
237241
}
238242
.theme {
239243
width: 46%;
@@ -326,16 +330,15 @@
326330
}
327331

328332
.themes a, .themes a:hover, .themes a:active {
329-
color: #29d;
330333
text-decoration: none;
331334
font-size: .7rem;
332335
text-transform: uppercase;
333336
letter-spacing: 2px;
334337
}
335338

336339
a.download-src-link {
337-
padding: 0.5rem 1rem;
338340
background: #29d;
341+
padding: 0.5rem 1rem;
339342
color: #fff;
340343
cursor: pointer;
341344
font-size: 1rem;
@@ -366,14 +369,20 @@ <h2>Download</h2>
366369
<br/>
367370
<h2>What is Pace?</h2>
368371
<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>
372+
<br/>
369373
<h2>Themes</h2>
370374
<input type="color" value="#2299dd"></input>
371375
<div class="themes"></div>
372376
<br/>
373377
<p>Want to submit a theme?</p>
374378
<p><a href="https://github.com/HubSpot/pace">Fork us on GitHub</a></p>
379+
<br/>
375380
<h2>Documentation</h2>
376381
<p>Check out the <a href="http://github.hubspot.com/pace/">Pace Documentation</a>.</p>
382+
<br/>
383+
<p style="font-size: 0.6rem"><a href="http://dev.hubspot.com">HubSpot</a></p>
384+
<br/>
385+
<br/>
377386
<script>
378387
$(function(){
379388
var themes = [{

0 commit comments

Comments
 (0)