Commit 61127dd Tony Sansone
committed
1 parent 6c3ed12 commit 61127dd Copy full SHA for 61127dd
File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ To update these cards, edit src/_data/docs_cards.yml.
21
21
{% capture index0Modulo3 %}{{ forloop.index0 | modulo:3 }}{% endcapture %}
22
22
{% capture indexModulo3 %}{{ forloop.index | modulo:3 }}{% endcapture %}
23
23
<div class =" card " >
24
- <h3 ><a href="{{card.url}}">{{card.name}}</a></h3 >
24
+ <h2 ><a href="{{card.url}}">{{card.name}}</a></h2 >
25
25
<p>{{card.description}}</p>
26
26
</div >
27
27
{% endfor -%}
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ These two resources are popular with both beginning Dart developers and experts.
9
9
10
10
<div class =" card-grid " >
11
11
<div class =" card " >
12
- <h3 ><a href="/language">Language tour</a></h3 >
12
+ <h2 ><a href="/language">Language tour</a></h2 >
13
13
<p>A walk through all of the major features of the Dart language.</p>
14
14
</div >
15
15
<div class =" card " >
16
- <h3 ><a href="/effective-dart">Effective Dart</a></h3 >
16
+ <h2 ><a href="/effective-dart">Effective Dart</a></h2 >
17
17
<p>A set of guides on how to write the best Dart code
18
18
possible. Guidelines cover style, documentation, usage,
19
19
and design.</p>
Original file line number Diff line number Diff line change @@ -6,20 +6,19 @@ toc: false
6
6
7
7
Check out the following Dart language resources:
8
8
9
-
10
9
<div class =" card-grid " >
11
10
<div class =" card " >
12
- <h3 ><a href="/resources/books">Books</a></h3 >
11
+ <h2 ><a href="/resources/books">Books</a></h2 >
13
12
<p>A collection of books about Dart.</p>
14
13
</div >
15
14
16
15
<div class =" card " >
17
- <h3 ><a href="/code-of-conduct">Code of conduct</a></h3 >
16
+ <h2 ><a href="/code-of-conduct">Code of conduct</a></h2 >
18
17
<p>Keeping community spaces safe and respectful.</p>
19
18
</div >
20
19
21
20
<div class =" card " >
22
- <h3 ><a href="/resources/videos">Videos</a></h3 >
21
+ <h2 ><a href="/resources/videos">Videos</a></h2 >
23
22
<p>Videos aimed at Dart developers.</p>
24
23
</div >
25
24
</div >
You can’t perform that action at this time.
0 commit comments