Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit526601b

Browse files
committed
remove link from third feature
1 parent2f1d7aa commit526601b

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
<ahref="#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
<sectionid="one"class="wrapper style1 special">
@@ -38,7 +43,7 @@ <h2>{{summary.title}}</h2>
3843
{% for feature in site.categories.features reversed %}
3944
<sectionclass="spotlight wide">
4045
<divclass="image">
41-
{% if feature.image.alt %}
46+
{% if feature.image.href %}
4247
<aid="{{feature.image.id}}"href="#{{feature.image.href}}"class="modal-link">
4348
<imgalt="{{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
<divid="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
<sectionid="suggestions">
1113
<ulclass="actions"style="text-align: center;">
12-
<li><aclass="button special"href="/atom-coderoad.html">Quick Start</a></li>
13-
<li><aclass="button"href="/builder-coderoad.html">Builder Start</a></li>
14-
<li><aclass="button"href="/overview.html">Overview</a></li>
14+
<li>
15+
<aclass="button special"href="/atom-coderoad.html">Quick Start</a>
16+
</li>
17+
<li>
18+
<aclass="button"href="/builder-coderoad.html">Builder Start</a>
19+
</li>
20+
<li>
21+
<aclass="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
<divclass="inner">
1010
<headerclass="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)

[8]ページ先頭

©2009-2025 Movatter.jp