From 19d3f335c3ad26cd504051ce8474e63dcdcf7ea3 Mon Sep 17 00:00:00 2001 From: Justin Cooper Date: Wed, 22 May 2019 11:47:07 -0500 Subject: [PATCH] use h2 for landing page header sections --- assets/sass/pages/_home.scss | 3 ++- index.html | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/assets/sass/pages/_home.scss b/assets/sass/pages/_home.scss index 2f2cc483..efcef760 100644 --- a/assets/sass/pages/_home.scss +++ b/assets/sass/pages/_home.scss @@ -10,9 +10,10 @@ } .content { - h1 { + h2 { width: 75%; margin: 20px auto; + font-size: 2em; } p { diff --git a/index.html b/index.html index d3ac4bfa..da358bfa 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ layout: home Blinka at a computer -

The easiest way to program microcontrollers

+

The easiest way to program microcontrollers

CircuitPython is a programming language designed to simplify experimenting and learning to code on low-cost microcontroller boards. It makes getting @@ -26,7 +26,7 @@ layout: home srcset="{{ "/assets/images/python.png" | relative_url }} 1x, {{ "/assets/images/python@2x.png" | relative_url }} 2x, {{ "/assets/images/python@3x.png" | relative_url }} 3x" alt="Python Logo"> -

Learn Python with CircuitPython

+

Learn Python with CircuitPython

Python is the fastest growing programming language. It's taught in schools and universities. It's a high-level programming language which @@ -49,7 +49,7 @@ layout: home srcset="{{ "/assets/images/microcontrollers.png" | relative_url }} 1x, {{ "/assets/images/microcontrollers@2x.png" | relative_url }} 2x, {{ "/assets/images/microcontrollers@3x.png" | relative_url }} 3x" alt="Image of various microcontrollers"> -

Supported by your favorite microcontroller

+

Supported by your favorite microcontroller

CircuitPython is designed to run on microcontroller boards. A microcontroller board is a circuit board with a microcontroller chip that's @@ -63,7 +63,7 @@ layout: home


-

More reasons to use CircuitPython

+

More reasons to use CircuitPython

Quick and Easy

@@ -110,7 +110,7 @@ layout: home

-

Just the beginning...

+

Just the beginning...

CircuitPython continues to evolve, and is constantly being updated. We welcome and encourage feedback from the community, and we incorporate this @@ -121,7 +121,7 @@ layout: home Get started with CircuitPython >


-

Thanks

+

Thanks

CircuitPython wouldn't exist without the awesome work of Damien George and the MicroPython community. They did the hard work to reimplement Python on microcontrollers and continue to push the boundaries of what is possible.