Skip to content

Commit

Permalink
Merge pull request #625 from WildernessLabs/develop
Browse files Browse the repository at this point in the history
Merge into main
  • Loading branch information
adunndevster2 authored Feb 3, 2024
2 parents 98b9c8e + 8f1174b commit acffeb7
Showing 1 changed file with 33 additions and 3 deletions.
36 changes: 33 additions & 3 deletions src/components/GettingStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export default function GettingStarted(): JSX.Element {
return (
<main><br></br>

<section id="homepage">
<section id="homepage">
<div className="home-container">

{/* Meadow.OS */}
<section className="meadow-features wl-container">
{/* Meadow.OS */}
<section className="meadow-features wl-container">
<h2>Getting Started w/Meadow IoT Devices</h2>
<hr></hr>
<p>
Expand Down Expand Up @@ -73,6 +73,36 @@ export default function GettingStarted(): JSX.Element {
</div>
</div>
</section>

{/* ROW 2 */}
<section className="meadow-features wl-container">
<h2>Meadow.Cloud and IoT Accelerators</h2>
<hr></hr>
<div className="wl-grid mb-50">
{/* Meadow.Cloud */}
<div className="wl-card border thick-3 blue radius-8 corner">
<div className="card-content">
<h3>Meadow.Cloud</h3>
<ul className="flat">
<li><a href="/Meadow/Getting_Started/Meadow.Cloud/">Hello, Meadow.Cloud</a></li>
</ul>
</div>
</div>

{/* IoT Accelerators */}
<div className="wl-card border thick-3 blue radius-8 corner">
<div className="card-content">
<h3>IoT Accelerators</h3>
<ul className="flat">
<li><a href="https://github.com/WildernessLabs/Clima?tab=readme-ov-file#getting-started">Clima</a></li>
<li><a href="https://github.com/WildernessLabs/GNSS_Sensor_Tracker">GNSS/GPS Tracker</a></li>
<li><a href="https://github.com/WildernessLabs/Juego?tab=readme-ov-file#getting-started">Juego</a></li>
</ul>
</div>
</div>
</div>
</section>

</div>
</section>
</main>
Expand Down

0 comments on commit acffeb7

Please sign in to comment.