Skip to content

Commit e85026d

Browse files
authored
📦 Updated
1 parent 4b8ada5 commit e85026d

File tree

1 file changed

+68
-1
lines changed

1 file changed

+68
-1
lines changed

‎index.html‎

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,19 @@ <h2 class="skillsTitle">Kaggle</h2>
436436
<img src="./assets/icons/kaggle.svg" class="character" alt="Kaggle Notebooks 2" width="200px" height="200px" />
437437
</div>
438438

439+
<!--
440+
*******************
441+
** Live Projects **
442+
*******************
443+
-->
444+
<div id="liveProjectsBtn" class="skillsCard">
445+
<div class="wrapper">
446+
<img src="./assets/icons/projects/cards/website.avif" class="cover-image" alt="Live Projects 1" width="200px" height="200px" />
447+
</div>
448+
<h2 class="skillsTitle">Live Projects</h2>
449+
<img src="./assets/icons/world-wide-web.avif" class="character" alt="Live Projects 2" width="200px" height="200px" />
450+
</div>
451+
439452
<!--
440453
*******************
441454
** ML Algorithms **
@@ -756,8 +769,40 @@ <h3>Coming soon...</h3>
756769
<span class="badge classifierBadge">Classification</span>
757770
</div>
758771
</a>
772+
</div>
773+
</div>
774+
</div>
775+
776+
</div>
759777

760-
<!-- Sixth Project -->
778+
<!-- Live Projects -->
779+
<div id="liveProjectsModal" class="modal">
780+
781+
<div class="modalContent">
782+
783+
<!-- close button -->
784+
<span id="liveProjectsClose" class="close">&times;</span>
785+
786+
<!-- title -->
787+
<div class="modalTitle">
788+
<img src="./assets/icons/world-wide-web.avif" alt="Live Projects Logo" width="200px" height="200px" />
789+
&nbsp
790+
<span>Live Projects</span>
791+
</div>
792+
793+
<br />
794+
795+
<!-- items -->
796+
<div class="modalItems">
797+
<video width="250px" height="auto" loop muted autoplay>
798+
<source src="./assets/stickers/robot/projects.mp4" type="video/mp4" />
799+
</video>
800+
&nbsp
801+
802+
<!-- cards -->
803+
<div class="cardsGroup">
804+
805+
<!-- First Project -->
761806
<a href="https://github.com/CSFelix/simple-chat-bot" target="_blank">
762807
<div class="card" data-tilt>
763808
<img src="./assets/icons/projects/chatbot.avif" alt="Chat Bot" width="200px" height="200px">
@@ -768,6 +813,28 @@ <h3>Coming soon...</h3>
768813
<span class="badge deepLearningBadge">Natural Language Processing</span>
769814
</div>
770815
</a>
816+
817+
<!-- Second Project -->
818+
<a href="https://csfelix.github.io/audio-to-text" target="_blank">
819+
<div class="card" data-tilt>
820+
<img src="./assets/icons/projects/audio-message.avif" alt="Chat Bot" width="200px" height="200px">
821+
822+
<span>Audio Text Extractor</span>
823+
824+
<span class="badge deepLearningBadge">Natural Language Processing</span>
825+
</div>
826+
</a>
827+
828+
<!-- Third Project -->
829+
<a href="https://csfelix.github.io/extract-text-from-images" target="_blank">
830+
<div class="card" data-tilt>
831+
<img src="./assets/icons/projects/analytics.avif" alt="Chat Bot" width="200px" height="200px">
832+
833+
<span>Image Text Extractor</span>
834+
835+
<span class="badge deepLearningBadge">Natural Language Processing</span>
836+
</div>
837+
</a>
771838
</div>
772839
</div>
773840
</div>

0 commit comments

Comments
 (0)