Skip to content

Commit e3219c4

Browse files
authored
📦 Updated
1 parent 2ac0c10 commit e3219c4

File tree

1 file changed

+65
-5
lines changed

1 file changed

+65
-5
lines changed

‎index.html‎

Lines changed: 65 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,14 +408,10 @@ <h2 class="skillsTitle">Live Projects</h2>
408408
</div>
409409
</div>
410410

411-
<br /><hr /><br />
411+
<br /><br />
412412

413413
<div class="containerContent">
414414
<br /><br />
415-
<br /><br />
416-
<br /><br />
417-
418-
419415
<div class="projectsSubContainer">
420416
<!--
421417
***************************
@@ -432,6 +428,21 @@ <h2 class="skillsTitle">Recommendation System</h2>
432428

433429
<br /><br />
434430

431+
<!--
432+
*********
433+
** NLP **
434+
*********
435+
-->
436+
<div id="nlpBtn" class="skillsCard">
437+
<div class="wrapper">
438+
<img src="./assets/icons/projects/cards/nlp-1.avif" class="cover-image" alt="NLP 1" width="200px" height="200px" />
439+
</div>
440+
<h2 class="skillsTitle">NLP</h2>
441+
<img src="./assets/icons/nlp-2.avif" class="character" alt="NLP 2" width="200px" height="200px" />
442+
</div>
443+
444+
<br /><br />
445+
435446
<!--
436447
****************
437448
** DS Studies **
@@ -1141,5 +1152,54 @@ <h2 class="containerTitle">
11411152
</div>
11421153
</div>
11431154
</div>
1155+
1156+
<!-- NLP -->
1157+
<div id="nlpModal" class="modal">
1158+
1159+
<div class="modalContent">
1160+
1161+
<!-- close button -->
1162+
<span id="nlpClose" class="close">&times;</span>
1163+
1164+
<!-- title -->
1165+
<div class="modalTitle">
1166+
<img src="./assets/icons/nlp-2.avif" alt="NLP Logo" width="200px" height="200px" />
1167+
&nbsp
1168+
<span>NLP</span>
1169+
</div>
1170+
1171+
<br />
1172+
1173+
<!-- items -->
1174+
<div class="modalItems">
1175+
<video width="175px" height="auto" loop muted autoplay>
1176+
<source src="./assets/stickers/robot/projects.mp4" type="video/mp4" />
1177+
</video>
1178+
&nbsp
1179+
1180+
<!-- cards -->
1181+
<div class="cardsGroup">
1182+
1183+
<!-- Part 0 -->
1184+
<a href="https://www.kaggle.com/code/dsfelix/0-spacy-chapter-0-finding-words-phrases-name" target="_blank">
1185+
<div class="card" data-tilt>
1186+
<img src="./assets/icons/spacy.avif" alt="Spacy 0" width="200px" height="200px">
1187+
1188+
<span>Spacy 0</span>
1189+
</div>
1190+
</a>
1191+
1192+
<!-- Part 1 -->
1193+
<a href="https://www.kaggle.com/code/dsfelix/00-text-manipulation" target="_blank">
1194+
<div class="card" data-tilt>
1195+
<img src="./assets/icons/spacy.avif" alt="Spacy 1" width="200px" height="200px">
1196+
1197+
<span>Spacy 1</span>
1198+
</div>
1199+
</a>
1200+
</div>
1201+
</div>
1202+
</div>
1203+
</div>
11441204
</body>
11451205
</html>

0 commit comments

Comments
 (0)