Skip to content

Commit 526601b

Browse files
committed
remove link from third feature
1 parent 2f1d7aa commit 526601b

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ <h2>{{ site.title }}</h2>
1414
<a href="#one" class="more scrolly">Learn More</a>
1515
</section>
1616

17+
<style>
18+
/* Main */
19+
20+
</style>
21+
1722
<!-- One -->
1823
{% for summary in site.categories.summary %}
1924
<section id="one" class="wrapper style1 special">
@@ -38,7 +43,7 @@ <h2>{{summary.title}}</h2>
3843
{% for feature in site.categories.features reversed %}
3944
<section class="spotlight wide">
4045
<div class="image">
41-
{% if feature.image.alt %}
46+
{% if feature.image.href %}
4247
<a id="{{feature.image.id}}" href="#{{feature.image.href}}" class="modal-link">
4348
<img alt="{{feature.image.alt}}" class="lazy"
4449
src="{{feature.image.src}}"

tutorial-docs.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@
55
---
66

77
<div id="docs" role="main">
8-
<blockquote>The docs are a deeper read. It's recommended you get setup with the plugins and gain an understanding of how CodeRoad works before continuing.</blockquote>
8+
<blockquote>
9+
The docs are a deeper read. It's recommended you get setup with the plugins and gain an understanding of how CodeRoad works before continuing.
10+
</blockquote>
911
<!-- OverView -->
1012
<section id="suggestions">
1113
<ul class="actions" style="text-align: center;">
12-
<li><a class="button special" href="/atom-coderoad.html">Quick Start</a></li>
13-
<li><a class="button" href="/builder-coderoad.html">Builder Start</a></li>
14-
<li><a class="button" href="/overview.html">Overview</a></li>
14+
<li>
15+
<a class="button special" href="/atom-coderoad.html">Quick Start</a>
16+
</li>
17+
<li>
18+
<a class="button" href="/builder-coderoad.html">Builder Start</a>
19+
</li>
20+
<li>
21+
<a class="button" href="/overview.html">Overview</a>
22+
</li>
1523
</ul>
1624
</section>
1725

tutorials.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<div class="inner">
1010
<header class="major">
1111
<h2>Tutorials</h2>
12-
<p>Interactive lessons = learning faster. Look forward to more tutorials in the near future.</p>
12+
<p>
13+
Interactive lessons = learning faster. Look forward to more tutorials in the near future.
14+
</p>
1315
</header>
1416

1517
{% include tutorial-list.html %}

0 commit comments

Comments
 (0)