Skip to content

Commit 5424e98

Browse files
authored
📦 Update
1 parent 4ba75b4 commit 5424e98

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

index.html

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h2 class="containerTitle">
137137

138138
<span>🤔 You can find out my skills and my latest projects bellow. Let's check it out.</span>
139139

140-
<span>📝 Check out my <a href="./assets/docs/curriulum-vitae-english.pdf" target="_blank">Curriculum Vitae</a>.</span>
140+
<span>📝 Cheeck out my <a href="./assets/docs/curriulum-vitae-english.pdf" target="_blank">Curriculum Vitae</a>.</span>
141141

142142
<br />
143143

@@ -292,6 +292,31 @@ <h2 class="containerTitle">
292292

293293
<br />
294294

295+
<!--
296+
******************
297+
** Apache Spark **
298+
******************
299+
-->
300+
<div class="skillsSubContainer">
301+
<div class="skillsInfoContainer">
302+
<img class="skillsLogo" src="./assets/icons/apache-spark.svg" alt="Apache Spark Logo" />
303+
304+
<a href="https://spark.apache.org" target="_blank">
305+
&nbsp<span>Apache Spark (PySpark)</span>
306+
</a>
307+
</div>
308+
309+
<div class="skillsStarsContainer">
310+
<img src="./assets/icons/star.png" alt="Active Star" />
311+
<img src="./assets/icons/star.png" alt="Active Star" />
312+
<img src="./assets/icons/star.png" alt="Active Star" />
313+
<img src="./assets/icons/star.png" alt="Active Star" />
314+
<img class="inactive" src="./assets/icons/star.png" alt="Active Star" />
315+
</div>
316+
</div>
317+
318+
<br />
319+
295320
<!--
296321
*************
297322
** MongoDB **
@@ -696,4 +721,4 @@ <h2 class="containerTitle">
696721
<script type="text/javascript" src="./assets/js/libraries/easter-eggs.js"></script>
697722
<script type="text/javascript" src="./assets/js/libraries/import-easter-eggs.js"></script>
698723
</body>
699-
</html>
724+
</html>

0 commit comments

Comments
 (0)