Skip to content

Commit 729e35d

Browse files
authored
📦 Updated
1 parent 7093547 commit 729e35d

File tree

1 file changed

+69
-96
lines changed

1 file changed

+69
-96
lines changed

‎index.html‎

Lines changed: 69 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -356,22 +356,7 @@ <h2 class="containerTitle">
356356
<br /><br />
357357
<br /><br />
358358

359-
<div id="projectsSubContainer">
360-
<!--
361-
****************
362-
** Algorithms **
363-
****************
364-
-->
365-
<div id="mlAlgorithmsBtn" class="skillsCard">
366-
<div class="wrapper">
367-
<img src="./assets/icons/projects/cards/neural.avif" class="cover-image" alt="ML Algorithms 1" width="200px" height="200px" />
368-
</div>
369-
<h2 class="skillsTitle">Algorithms</h2>
370-
<img src="./assets/icons/tensorflow.svg" class="character" alt="ML Algorithms 2" width="200px" height="200px" />
371-
</div>
372-
373-
<br /><br />
374-
359+
<div class="projectsSubContainer">
375360
<!--
376361
****************
377362
** Dashboards **
@@ -411,7 +396,7 @@ <h2 class="skillsTitle">Datasets</h2>
411396
<div class="wrapper">
412397
<img src="./assets/icons/projects/cards/notebook.avif" class="cover-image" alt="Kaggle Notebooks 1" width="200px" height="200px" />
413398
</div>
414-
<h2 class="skillsTitle">Kaggle</h2>
399+
<h2 class="skillsTitle">Notebooks</h2>
415400
<img src="./assets/icons/kaggle.svg" class="character" alt="Kaggle Notebooks 2" width="200px" height="200px" />
416401
</div>
417402

@@ -435,20 +420,39 @@ <h2 class="skillsTitle">Live Projects</h2>
435420
<br /><br />
436421
<br /><br />
437422
<br /><br />
438-
<!--
439-
****************
440-
** DS Studies **
441-
****************
442-
-->
443-
<a href="https://github.com/CSFelix/data-science-studies/tree/main" target="_blank">
444-
<div id="dsStudiesBtn" class="skillsCard">
423+
424+
425+
<div class="projectsSubContainer">
426+
<!--
427+
****************
428+
** Algorithms **
429+
****************
430+
-->
431+
<div id="mlAlgorithmsBtn" class="skillsCard">
445432
<div class="wrapper">
446-
<img src="./assets/icons/projects/cards/ds-studies.avif" class="cover-image" alt="DS Studies 1" width="200px" height="200px" />
447-
</div>
448-
<h2 class="skillsTitle">DS Studies</h2>
449-
<img src="./assets/icons/ds-studies.avif" class="character" alt="DS Studies 2" width="200px" height="200px" />
433+
<img src="./assets/icons/projects/cards/neural.avif" class="cover-image" alt="ML Algorithms 1" width="200px" height="200px" />
434+
</div>
435+
<h2 class="skillsTitle">Algorithms</h2>
436+
<img src="./assets/icons/tensorflow.svg" class="character" alt="ML Algorithms 2" width="200px" height="200px" />
450437
</div>
451-
</a>
438+
439+
<br /><br />
440+
441+
<!--
442+
****************
443+
** DS Studies **
444+
****************
445+
-->
446+
<a href="https://github.com/CSFelix/data-science-studies/tree/main" target="_blank">
447+
<div id="dsStudiesBtn" class="skillsCard">
448+
<div class="wrapper">
449+
<img src="./assets/icons/projects/cards/ds-studies.avif" class="cover-image" alt="DS Studies 1" width="200px" height="200px" />
450+
</div>
451+
<h2 class="skillsTitle">DS Studies</h2>
452+
<img src="./assets/icons/ds-studies.avif" class="character" alt="DS Studies 2" width="200px" height="200px" />
453+
</div>
454+
</a>
455+
</div>
452456
</div>
453457

454458
<br />
@@ -689,75 +693,11 @@ <h2 class="containerTitle">
689693
</footer>
690694

691695
<!--
692-
************
693-
** Modals **
694-
************
696+
******************************
697+
** Modals - Projects Part I **
698+
******************************
695699
-->
696700

697-
<!-- Algorithms -->
698-
<div id="mlAlgorithmsModal" class="modal">
699-
700-
<div class="modalContent">
701-
702-
<!-- close button -->
703-
<span id="mlAlgorithmsClose" class="close">&times;</span>
704-
705-
<!-- title -->
706-
<div class="modalTitle">
707-
<img src="./assets/icons/tensorflow.svg" alt="Tensor Flow Logo" width="200px" height="200px" />
708-
&nbsp
709-
<span>ML Algorithms</span>
710-
</div>
711-
712-
<br />
713-
714-
<!-- items -->
715-
<div class="modalItems">
716-
<video width="175px" height="auto" loop muted autoplay>
717-
<source src="./assets/stickers/robot/projects.mp4" type="video/mp4" />
718-
</video>
719-
&nbsp
720-
721-
<!-- cards -->
722-
<div class="cardsGroup">
723-
724-
<!-- First Project -->
725-
<a href="https://www.kaggle.com/code/dsfelix/random-forest-regressor-algorithm" target="_blank">
726-
<div class="card" data-tilt>
727-
<img src="./assets/icons/algorithms/trees.avif" alt="Random Forest Regressor" width="200px" height="200px">
728-
729-
<span>Random Forest Regressor</span>
730-
731-
<span class="badge regressionBadge">Regression</span>
732-
</div>
733-
</a>
734-
735-
<!-- Second Project -->
736-
<a href="https://www.kaggle.com/code/dsfelix/xgboost-classifier" target="_blank">
737-
<div class="card" data-tilt>
738-
<img src="./assets/icons/algorithms/clustering.avif" alt="XGB Classifier" width="200px" height="200px">
739-
740-
<span>XGB Classifier</span>
741-
742-
<span class="badge classifierBadge">Classifier</span>
743-
</div>
744-
</a>
745-
746-
<!-- Third Project -->
747-
<a href="https://www.kaggle.com/code/dsfelix/xgboost-regressor" target="_blank">
748-
<div class="card" data-tilt>
749-
<img src="./assets/icons/algorithms/logistic-regression.avif" alt="XGB Regressor" width="200px" height="200px">
750-
751-
<span>XGB Regressor</span>
752-
753-
<span class="badge regressionBadge">Regression</span>
754-
</div>
755-
</a>
756-
</div>
757-
</div>
758-
</div>
759-
</div>
760-
761701
<!-- Dashboards -->
762702
<div id="dashboardModal" class="modal">
763703

@@ -1090,5 +1030,38 @@ <h2 class="containerTitle">
10901030
</div>
10911031
</div>
10921032
</div>
1033+
1034+
<!--
1035+
*******************************
1036+
** Modals - Projects Part II **
1037+
*******************************
1038+
-->
1039+
<!-- Algorithms -->
1040+
<div id="mlAlgorithmsModal" class="modal">
1041+
1042+
<div class="modalContent">
1043+
1044+
<!-- close button -->
1045+
<span id="mlAlgorithmsClose" class="close">&times;</span>
1046+
1047+
<!-- title -->
1048+
<div class="modalTitle">
1049+
<img src="./assets/icons/tensorflow.svg" alt="Tensor Flow Logo" width="200px" height="200px" />
1050+
&nbsp
1051+
<span>ML Algorithms</span>
1052+
</div>
1053+
1054+
<br />
1055+
1056+
<!-- items -->
1057+
<div class="modalItems">
1058+
<video width="175px" height="auto" loop muted autoplay>
1059+
<source src="./assets/stickers/robot/projects.mp4" type="video/mp4" />
1060+
</video>
1061+
&nbsp
1062+
<span>Coming soon...</span>
1063+
</div>
1064+
</div>
1065+
</div>
10931066
</body>
10941067
</html>

0 commit comments

Comments
 (0)