Skip to content

Commit 19d3f33

Browse files
committed
use h2 for landing page header sections
1 parent c4e0fc7 commit 19d3f33

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

assets/sass/pages/_home.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
}
1111

1212
.content {
13-
h1 {
13+
h2 {
1414
width: 75%;
1515
margin: 20px auto;
16+
font-size: 2em;
1617
}
1718

1819
p {

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img class="responsive" src="{{ "/assets/images/blinka-computer.png" | relative_url }}" srcset="{{ "/assets/images/blinka-computer.png" | relative_url }} 1x,
99
{{ "/assets/images/[email protected]" | relative_url }} 2x,
1010
{{ "/assets/images/[email protected]" | relative_url }} 3x" alt="Blinka at a computer">
11-
<h1>The easiest way to program microcontrollers</h1>
11+
<h2>The easiest way to program microcontrollers</h2>
1212
<p>
1313
CircuitPython is a programming language designed to simplify experimenting
1414
and learning to code on low-cost microcontroller boards. It makes getting
@@ -26,7 +26,7 @@ <h1>The easiest way to program microcontrollers</h1>
2626
srcset="{{ "/assets/images/python.png" | relative_url }} 1x,
2727
{{ "/assets/images/[email protected]" | relative_url }} 2x,
2828
{{ "/assets/images/[email protected]" | relative_url }} 3x" alt="Python Logo">
29-
<h1>Learn Python with CircuitPython</h1>
29+
<h2>Learn Python with CircuitPython</h2>
3030
<p>
3131
<a href="https://www.python.org/">Python</a> is the fastest growing programming language.
3232
It's taught in schools and universities. It's a high-level programming language which
@@ -49,7 +49,7 @@ <h1>Learn Python with CircuitPython</h1>
4949
srcset="{{ "/assets/images/microcontrollers.png" | relative_url }} 1x,
5050
{{ "/assets/images/[email protected]" | relative_url }} 2x,
5151
{{ "/assets/images/[email protected]" | relative_url }} 3x" alt="Image of various microcontrollers">
52-
<h1>Supported by your favorite microcontroller</h1>
52+
<h2>Supported by your favorite microcontroller</h2>
5353
<p>
5454
CircuitPython is designed to run on microcontroller boards. A
5555
microcontroller board is a circuit board with a microcontroller chip that's
@@ -63,7 +63,7 @@ <h1>Supported by your favorite microcontroller</h1>
6363
</section>
6464
<hr />
6565
<section>
66-
<h1>More reasons to use CircuitPython</h1>
66+
<h2>More reasons to use CircuitPython</h2>
6767
<div class="home-table">
6868
<div class="item">
6969
<h3>Quick and Easy</h3>
@@ -110,7 +110,7 @@ <h3>Strong Hardware Support</h3>
110110
</section>
111111
<hr />
112112
<section>
113-
<h1>Just the beginning...</h1>
113+
<h2>Just the beginning...</h2>
114114
<p>
115115
CircuitPython continues to evolve, and is constantly being updated. We
116116
welcome and encourage feedback from the community, and we incorporate this
@@ -121,7 +121,7 @@ <h1>Just the beginning...</h1>
121121
<a href="https://learn.adafruit.com/welcome-to-circuitpython">Get started with CircuitPython &gt;</a>
122122
</p>
123123
<hr />
124-
<h1>Thanks</h1>
124+
<h2>Thanks</h2>
125125
<p>
126126
CircuitPython wouldn't exist without the awesome work of <a href="https://micropython.org">Damien George and the MicroPython community</a>. They did the hard work to reimplement Python on microcontrollers and continue to push the boundaries of what is possible.
127127
</p>

0 commit comments

Comments
 (0)