Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 2f10a970 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Add new landing page text carousel

parent 22151319
1 merge request!175PB2 documentation and UI changes
...@@ -6,17 +6,64 @@ ...@@ -6,17 +6,64 @@
BeagleBoard Documentation BeagleBoard Documentation
############################ ############################
.. image:: _static/images/banner.webp .. grid:: 1 1 1 2
:gutter: 4
Welcome to the `BeagleBoard project documentation <https://git.beagleboard.org/docs/docs.beagleboard.io>`_.
If you are looking for help with your Beagle open-hardware development platform, you've found the right place! .. grid-item::
.. note:: .. raw:: html
The BeagleBoard.org Foundation is a US-based 501(c)3 non-profit organization providing open hardware
computing solutions for a community of makers, educators and professionals that enable <div style="background-color:#F16321; border-radius:1rem; padding:1rem">
rapid prototyping without barriers to creating real-world embedded systems. The BeagleBoard.org Foundation <h2 style="margin-top:1rem; background-color:#C7480D; border-radius:1rem; padding:1rem; color:white; text-align:center;"> Open hardware computers! </h2>
supports the BeagleBoard community through efforts like developing this documentation. <h4 style="margin-top:1rem; color:white; text-align:center;"> For makers, educators, and professionals </h4>
<h6 style="margin-top:1rem;background-color:#FFFFFF;text-align:center;border-radius:1rem;padding:1rem; color:black;">
Welcome to the BeagleBoard project documentation.
If you are looking for help with your Beagle open-hardware development platform, you've found the right place!
</h6>
</div>
.. grid-item::
.. raw:: html
<div id="carouselExampleControls" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<!-- BeagleV-Fire banner -->
<div class="carousel-item active">
<div style="background-color:#E62427; border-radius:1rem; padding:1rem">
<h2 style="margin-top:1rem; background-color:#8C171A; border-radius:1rem; padding:1rem; color:white; text-align:center;"> BeagleV-Fire </h2>
<h4 style="margin-top:1rem; color:white; text-align:center;"> Perfect Blend of FPGA + RISC-V </h4>
<h6 style="margin-top:1rem;background-color:#FFFFFF;text-align:center;border-radius:1rem;padding:1rem;">
For those who want cutting edge FPGA + RISC-V technology on a single board
go for BeagleV-Fire, it's the perfect blend of both!
</h6>
</div>
</div>
<!-- BeagleV-Ahead banner-->
<div class="carousel-item">
<div style="background-color:#0781BB; border-radius:1rem; padding:1rem">
<h2 style="margin-top:1rem; background-color:#0B4D72; border-radius:1rem; padding:1rem; color:white; text-align:center;"> BeagleV-Ahead </h2>
<h4 style="margin-top:1rem; color:white; text-align:center;"> RISC-V SBC with BeagleBone Black cape header</h4>
<h6 style="margin-top:1rem;background-color:#FFFFFF;text-align:center;border-radius:1rem;padding:1rem;">
Powerful quad-core RISC-V processor, BeagleV®-Ahead is designed as an affordable RISC-V enabled pocket-size
computer for anybody who want’s to dive deep into the new RISC-V ISA.
</h6>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleControls" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
.. image:: _static/images/banner.webp
Introduction Introduction
************ ************
...@@ -55,7 +102,7 @@ from source using appropriate design tools. ...@@ -55,7 +102,7 @@ from source using appropriate design tools.
* Check out our first Zephyr-based board at: :ref:`beagleconnect_freedom_home` * Check out our first Zephyr-based board at: :ref:`beagleconnect_freedom_home`
* Find all of our boards at: :ref:`boards` * Find all of our boards at: :ref:`boards`
.. grid:: 1 1 2 3 .. grid:: 1 1 2 4
:margin: 4 4 0 0 :margin: 4 4 0 0
:gutter: 4 :gutter: 4
...@@ -207,7 +254,7 @@ from source using appropriate design tools. ...@@ -207,7 +254,7 @@ from source using appropriate design tools.
Capes Capes
****** ******
.. grid:: 1 1 2 3 .. grid:: 1 1 2 4
:margin: 4 4 0 0 :margin: 4 4 0 0
:gutter: 4 :gutter: 4
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment