Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/components/blocks/ProjectCloserLook.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!-- Agrobot: A Closer Look Section -->
<div class="project-agrobot-closer-look-container">
<!-- Section Title -->
<h1 class="project-agrobot-closer-look-title">A Closer Look at Agrobot</h1>

<!-- Section Description -->
<p class="project-agrobot-closer-look-description">
From design to deployment. Here's what life inside Agrobot looks like.
</p>

<!-- Section Image / Media -->
<div class="project-agrobot-closer-look-image">
<!-- A Closer Look at Agrobot Picture -->
</div>
</div>