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 hackathon/workshops.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,20 @@ <h2>Game Development</h2>
</div>
</div>
</div>
<div class="card m-5">
<div class="card-title m-3">
<h2>3D Printing</h2>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-8">
<p class="fs-4">Learn the basics of 3D printing and how to create your own 3D models. This workshop will cover the fundamentals of 3D design, giving you the basic skills to bring your ideas to life. Whether you're interested in creating prototypes or projects for this hackathon, this workshop will provide you with the foundational knowledge to get started.</p>
</div>
<div class="col-md">
<img src="/assets/hackathon/3d_printer.png" alt="3D printing illustration" class="py-2 mw-100">
</div>
</div>
</div>
</div>
</div>
</div>