more work on home page
This commit is contained in:
parent
ff71523481
commit
e30782d17a
1 changed files with 52 additions and 55 deletions
77
index.html
77
index.html
|
|
@ -25,65 +25,62 @@ layout: home
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="headline-banner supported-section">
|
||||
<img class="image-headline" alt="hero image"
|
||||
src="{{ "assets/images/CircuitPython_Boards.jpg" |
|
||||
relative_url }}"
|
||||
/>
|
||||
<div class="text">
|
||||
<div class="title"><span>Supported by all of the best microcontrollers</span></div>
|
||||
<div class="tagline">
|
||||
<span>
|
||||
<a href="/downloads" class="action-link">See them all</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="single-column-content">
|
||||
<div class="one-column-content">
|
||||
<section>
|
||||
<h2>More reasons to use CircuitPython</h2>
|
||||
<div class="home-table">
|
||||
<div class="item">
|
||||
<h3>Quick and Easy</h3>
|
||||
<div>
|
||||
<h2>When we say easy, we mean it.</h2>
|
||||
<p>
|
||||
Create a file, edit your code, save the file, and it runs immediately.
|
||||
There is no compiling or uploading needed.
|
||||
With CircuitPython, no desktop downloads are required. Just set up your board and start coding via <a href="https://code.circuitpython.org">code.circuitpython.org</a> over USB, WiFi, or Bluetooth.
|
||||
</p>
|
||||
<p>
|
||||
Create a file, edit your code, save the file, and it runs immediately. There is no compiling needed.
|
||||
</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="icon-block">
|
||||
<div>
|
||||
<img alt="Brain Circuit Icon"
|
||||
src="{{ "assets/images/icons/brain-circuit.svg" |
|
||||
relative_url }}" />
|
||||
<div>
|
||||
<h3>Beginner Friendly</h3>
|
||||
<p>
|
||||
CircuitPython is designed with education in mind. It's an easy way to start
|
||||
learning how to code and you get immediate feedback from the board.
|
||||
CircuitPython is designed with education in mind. It's an easy way to start learning how to code and you get immediate feedback from the board.
|
||||
</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
</div>
|
||||
<div>
|
||||
<img alt="Microchip Icon"
|
||||
src="{{ "assets/images/icons/microchip.svg" |
|
||||
relative_url }}" />
|
||||
<div>
|
||||
<h3>File Storage</h3>
|
||||
<p>
|
||||
The internal storage for CircuitPython makes it great for data-logging, playing audio clips, and otherwise interacting with files.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<img alt="Files Icon"
|
||||
src="{{ "assets/images/icons/files.svg" |
|
||||
relative_url }}" />
|
||||
<div>
|
||||
<h3>Easy Code Updates</h3>
|
||||
<p>
|
||||
Since your code lives on the disk drive, you can edit it whenever you
|
||||
like. You can even keep multiple files around for easy experimentation.
|
||||
</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
</div>
|
||||
<div>
|
||||
<img alt="Terminal Icon"
|
||||
src="{{ "assets/images/icons/terminal.svg" |
|
||||
relative_url }}" />
|
||||
<div>
|
||||
<h3>Serial Console + REPL</h3>
|
||||
<p>
|
||||
These features allow for live feedback from your code and interactive programming.
|
||||
</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
<h3>File Storage</h3>
|
||||
<p>
|
||||
The internal storage for CircuitPython makes it great for data-logging,
|
||||
playing audio clips, and otherwise interacting with files.
|
||||
</p>
|
||||
</div>
|
||||
<div class="item">
|
||||
<h3>Strong Hardware Support</h3>
|
||||
<p>
|
||||
There are many libraries and drivers for sensors, breakout boards
|
||||
and other external components.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue