Skip to content

Commit b46489b

Browse files
authored
📦 Updated
1 parent b6c75b9 commit b46489b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

‎index.html‎

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h2 class="containerTitle">
241241
<div class="skillsCardsSubContainer">
242242
<span>Programming Languages</span>
243243

244-
<!-- Python, Julia, R -->
244+
<!-- Python, Julia -->
245245
<div class="skillsContentsSubContainer">
246246
<div class="skillsContentsItems">
247247
<img src="./assets/icons/python.svg" alt="Python Logo" width="40px" height="40px" />
@@ -252,11 +252,6 @@ <h2 class="containerTitle">
252252
<img src="./assets/icons/julia.svg" alt="Julia Logo" width="40px" height="40px" />
253253
<span>Julia</span>
254254
</div>
255-
256-
<div class="skillsContentsItems">
257-
<img src="./assets/icons/r.svg" alt="R Logo" width="40px" height="40px" />
258-
<span>R</span>
259-
</div>
260255
</div>
261256

262257
<hr />
@@ -266,7 +261,7 @@ <h2 class="containerTitle">
266261
<div class="skillsCardsSubContainer">
267262
<span>Databases</span>
268263

269-
<!-- SQL, Neo4J, MongoDB -->
264+
<!-- SQL, Neo4J -->
270265
<div class="skillsContentsSubContainer">
271266
<div class="skillsContentsItems">
272267
<img src="./assets/icons/sql.svg" alt="SQL Logo" width="40px" height="40px" />
@@ -277,11 +272,6 @@ <h2 class="containerTitle">
277272
<img src="./assets/icons/neo4j.svg" alt="Neo4J Logo" width="40px" height="40px" />
278273
<span>Neo4J</span>
279274
</div>
280-
281-
<div class="skillsContentsItems">
282-
<img src="./assets/icons/mongodb.svg" alt="MongoDB Logo" width="40px" height="40px" />
283-
<span>MongoDB</span>
284-
</div>
285275
</div>
286276

287277
<hr />

0 commit comments

Comments
 (0)