Skip to content

Commit 37fbc66

Browse files
committedJul 10, 2015
Icons are links
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 72ced93 commit 37fbc66

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed
 

‎conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
('/documentation.html', '<strong>Documentation Index</strong>'),
186186
('/getting-started.html', '<strong>Getting Started</strong>'),
187187
('/handbook.html', '<strong>Handbook</strong>'),
188+
('/features/index.html', '<strong>Features</strong>'),
188189
('/conf.html', 'conf.py'),
189190
('/creating-a-theme.html', 'Theming Tutorial'),
190191
('/extending.html', 'Extending'),

‎files/assets/css/custom.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ blockquote p, blockquote, p {
2727
height: 50px;
2828
}
2929

30-
.index-icon {
30+
.feature-icon {
3131
text-align: center;
3232
}
3333

34-
.index-icon .fa-stack {
34+
.feature-icon .fa-stack {
3535
color: #3e4445;
3636
transition: color 0.5s ease;
3737
}
3838

39-
.index-icon .fa-stack:hover {
39+
.feature-icon .fa-stack:hover {
4040
color: #f5ab14;
4141
transition: color 0.5s ease;
4242
}

‎stories/index.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -23,50 +23,50 @@ <h1>Nikola — Static Site Generator</h1>
2323
<!-- Example row of columns -->
2424
<div class="row">
2525
<div class="col-md-4">
26-
<div class="index-icon index-icon-static"><span class="fa-stack fa-3x">
26+
<div class="feature-icon feature-icon-static"><a href="/features/static.html"><span class="fa-stack fa-3x">
2727
<i class="fa fa-circle fa-stack-2x"></i>
2828
<i class="fa fa-server fa-stack-1x fa-inverse"></i>
29-
</span></div>
29+
</span></a></div>
3030
<h2 class="index-feature">Host anywhere.</h2>
3131
<p><a href="/features/static.html">Static websites</a> are safer, use fewer resources, and avoid vendor and platform lock-in. You can host a Nikola website on any web server, big or small. It’s just a bunch of HTML files and assets.</p>
3232
</div>
3333
<div class="col-md-4">
34-
<div class="index-icon index-icon-fast"><span class="fa-stack fa-3x">
34+
<div class="feature-icon feature-icon-fast"><a href="/features/fast.html"><span class="fa-stack fa-3x">
3535
<i class="fa fa-circle fa-stack-2x"></i>
3636
<i class="fa fa-flash fa-stack-1x fa-inverse"></i>
37-
</span></div>
37+
</span></a></div>
3838
<h2 class="index-feature">Fast, incremental builds.</h2>
3939
<p><a href="/features/fast.html">Nikola is fast.</a> We use <a href="http://pydoit.org/">doit</a>, which provides incremental rebuilds — in other words, we rebuild only the pages that <em>need</em> rebuilding, saving CPU time, wall clock time and upload bandwidth.</p>
4040
</div>
4141
<div class="col-md-4">
42-
<div class="index-icon index-icon-formats"><span class="fa-stack fa-3x">
42+
<div class="feature-icon feature-icon-formats"><a href="/features/formats.html"><span class="fa-stack fa-3x">
4343
<i class="fa fa-circle fa-stack-2x"></i>
4444
<i class="fa fa-file-text fa-stack-1x fa-inverse"></i>
45-
</span></div>
45+
</span></a></div>
4646
<h2 class="index-feature">Any input format you like.</h2>
4747
<p><a href="/features/formats.html">Nikola will take input in many formats</a>. Out of the box, we support reStructuredText, Markdown, IPython (Jupyter) Notebooks and HTML, and have plugins for many other formats.</p>
4848
</div>
4949
<div class="col-md-4">
50-
<div class="index-icon index-icon-components"><span class="fa-stack fa-3x">
50+
<div class="feature-icon feature-icon-components"><a href="/features/components.html"><span class="fa-stack fa-3x">
5151
<i class="fa fa-circle fa-stack-2x"></i>
5252
<i class="fa fa-cubes fa-stack-1x fa-inverse"></i>
53-
</span></div>
53+
</span></a></div>
5454
<h2 class="index-feature">Batteries included.</h2>
55-
<p><a href="/features/components.html">Nikola comes with everything you need</a> to build a modern website: blogs (with comments, tags, categories, archives, RSS/Atom feeds), multilingual support, easy image galleries, and code listngs.</p>
55+
<p><a href="/features/components.html">Nikola comes with everything you need</a> to build a modern website: blogs (with comments, tags, categories, archives, RSS/Atom feeds), multilingual support, easy image galleries, and code listings.</p>
5656
</div>
5757
<div class="col-md-4">
58-
<div class="index-icon index-icon-extensible"><span class="fa-stack fa-3x">
58+
<div class="feature-icon feature-icon-extensible"><a href="/extending.html"><span class="fa-stack fa-3x">
5959
<i class="fa fa-circle fa-stack-2x"></i>
6060
<i class="fa fa-code fa-stack-1x fa-inverse"></i>
61-
</span></div>
61+
</span></a></div>
6262
<h2 class="index-feature">Easily extensible.</h2>
63-
<p><a href="/extending.html">Nikola is extensible</a>. You can write a plugin to add any feature you want in a few lines of Python, or write your own theme in Mako or Jinja2. Or find something in the <a href="https://plugins.getnikola.com">Plugin</a> and <a href="https://themes.getnikola.com/">Themes</a> Indexes.</p>
63+
<p><a href="/extending.html">Nikola is extensible</a>. You can write a plugin to add any feature you want in a few lines of Python, or write your own theme in Mako or Jinja2. Or find something in the <a href="https://plugins.getnikola.com">Plugin</a> and <a href="https://themes.getnikola.com/">Theme</a> Indexes.</p>
6464
</div>
6565
<div class="col-md-4">
66-
<div class="index-icon index-icon-unix"><span class="fa-stack fa-3x">
66+
<div class="feature-icon feature-icon-unix"><a href="/features/cli.html"><span class="fa-stack fa-3x">
6767
<i class="fa fa-circle fa-stack-2x"></i>
6868
<i class="fa fa-terminal fa-stack-1x fa-inverse"></i>
69-
</span></div>
69+
</span></a></div>
7070
<h2 class="index-feature">User-friendly CLI.</h2>
7171
<p><a href="/features/cli.html">Nikola has a friendly user interface</a> that gets you up and running quickly and simplifies your work. You do not need to memorize headers just to create a post — we’ll write them for you.</p>
7272
</div>

0 commit comments

Comments
 (0)