Skip to content

Commit 31c378e

Browse files
committed
Add ATR2 card to Projects
1 parent f63bbc8 commit 31c378e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

_includes/projects.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@
55
<!-- Additional required wrapper -->
66
<div class="swiper-wrapper">
77
<!-- Slides -->
8+
<div class="swiper-slide project-card">
9+
<div class="project-media">
10+
11+
<img src="assets/webp/tractonomy_atr2.webp" alt="Picture of the Tractonomy's ATR2 robot." loading="lazy">
12+
13+
</div>
14+
<div class="project-title"> Tractonomy's ATR2</div>
15+
<div class="project-description">
16+
Developed an autonomous towing robot.
17+
</div>
18+
<div class="project-skills">
19+
C++ ROS2 SLAM Behavior-Trees Path-Planning
20+
</div>
21+
<div class="project-links">
22+
23+
<a class="website-icon" href="https://www.tractonomy.com/" target="_blank" aria-label="Link to Tractonomy's website."></a>
24+
<a class="github-icon" href="https://github.com/Tractonomy" target="_blank" aria-label="Link to the Tractonomy's github profile."></a>
25+
<a class="youtube-icon" href="https://www.youtube.com/tractonomy" target="_blank" aria-label="Link to the Tractonomy's youtube channel."></a>
26+
</div>
27+
</div>
828
<div class="swiper-slide project-card">
929
<div class="project-media">
1030

@@ -132,4 +152,4 @@
132152
</div>
133153
</div>
134154
<a class="down-svg" href="#Contact" aria-label="Arrow pointing down to next section">&nbsp;</a>
135-
</div>
155+
</div>

assets/webp/tractonomy_atr2.webp

57.2 KB
Loading

0 commit comments

Comments
 (0)