Skip to content

Commit 2ecb1cf

Browse files
committed
Add OpenCV skill
1 parent d63551f commit 2ecb1cf

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

_includes/skills.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
<li><a class="skill-word robotic-simulator" texture_url="assets/png/omniverseSquareTexture.png" data-weight="3">IsaacSim</a></li>
1414
<li><a class="skill-word robotic-software" texture_url="assets/png/RosSquareTexture.png" data-weight="7">ROS</a></li>
1515
<li><a class="skill-word robotic-software" texture_url="assets/png/MicroRosSquareTexture.png" data-weight="5">microROS</a></li>
16+
<li><a class="skill-word robotic-software" texture_url="assets/png/OpenCVSquareTexture.png" data-weight="5">OpenCV</a></li>
1617
<li><a class="skill-word modeling-software" texture_url="assets/png/SolidworksSquareTexture.png" data-weight="5">Solidworks</a></li>
1718
<li><a class="skill-word modeling-software" texture_url="assets/png/BlenderSquareTexture.png" data-weight="3">Blender</a></li>
1819
</ul>
1920
</div>
2021
<div class="skill-canvas grabbable" id="canvas"></div>
2122
<a class="down-svg" href="#Education" aria-label="Arrow pointing down to next section">&nbsp;</a>
22-
</div>
23+
</div>

assets/png/OpenCVSquareTexture.png

15.9 KB
Loading

css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sass/_skills.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
height: 500px;
2323
grid-area: cloud;
2424
margin: 0;
25-
padding: 0;
25+
padding: 0 0 var(--step-4) 0;
2626
display: flex;
2727
justify-items: center;
2828
align-items: center;

0 commit comments

Comments
 (0)