Skip to content
Merged
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
26 changes: 26 additions & 0 deletions src/components/blocks/ProjectsAgrobot.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<div class="project-container project-agrobot">
<!-- Project Title -->
<h1 class="project-title">Agrobot</h1>

<!-- Project Content: Description & Image -->
<div class="project-content">
<!-- Project Content -->
<div class="project-description">
<p>
Agrobot is an autonomous agricultural robot designed to perform precise
weeding and collect crop data in real time. With automation and machine
vision, it helps growers make smarter, informed decisions.
</p>
<p>
Behind Agrobot is a diverse team of engineers and designers working
across hardware, software, and field testing. Their coordinated work
ensures Agrobot is adaptable and ready to support real farming needs.
</p>
</div>

<!-- Project Image -->
<div class="project-image">
<!-- Picture Associated with Agrobot -->
</div>
</div>
</div>