Skip to content

Commit 9874ff0

Browse files
authored
📦 Updated
1 parent 96b06bf commit 9874ff0

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

‎index.html‎

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,34 @@ <h2 class="skillsTitle">DS Studies</h2>
452452
<img src="./assets/icons/ds-studies.avif" class="character" alt="DS Studies 2" width="200px" height="200px" />
453453
</div>
454454
</a>
455+
456+
<br /><br/>
457+
458+
<!--
459+
***************************
460+
** Recommendation System **
461+
***************************
462+
-->
463+
<div id="recommendationSystemBtn" class="skillsCard">
464+
<div class="wrapper">
465+
<img src="./assets/icons/projects/cards/rating.avif" class="cover-image" alt="Recommendation System 1" width="200px" height="200px" />
466+
</div>
467+
<h2 class="skillsTitle">Recommendation System</h2>
468+
<img src="./assets/icons/recommendation-system.avif" class="character" alt="Recommendation System 2" width="200px" height="200px" />
469+
</div>
470+
471+
<!--
472+
*******************************
473+
** Statistic and Probability **
474+
*******************************
475+
-->
476+
<div id="statisticProbabilityBtn" class="skillsCard">
477+
<div class="wrapper">
478+
<img src="./assets/icons/projects/cards/statistics.avif" class="cover-image" alt="Statistics and Probability 1" width="200px" height="200px" />
479+
</div>
480+
<h2 class="skillsTitle">Statistics & Probability</h2>
481+
<img src="./assets/icons/probability.avif" class="character" alt="Statistics and Probability 2" width="200px" height="200px" />
482+
</div>
455483
</div>
456484
</div>
457485

@@ -1063,5 +1091,61 @@ <h2 class="containerTitle">
10631091
</div>
10641092
</div>
10651093
</div>
1094+
1095+
<!-- Recommendation System -->
1096+
<div id="recommendationSystemModal" class="modal">
1097+
1098+
<div class="modalContent">
1099+
1100+
<!-- close button -->
1101+
<span id="recommendationSystemClose" class="close">&times;</span>
1102+
1103+
<!-- title -->
1104+
<div class="modalTitle">
1105+
<img src="./assets/icons/recommendation-system.avif" alt="Recommendation System Logo" width="200px" height="200px" />
1106+
&nbsp
1107+
<span>Recommendation System</span>
1108+
</div>
1109+
1110+
<br />
1111+
1112+
<!-- items -->
1113+
<div class="modalItems">
1114+
<video width="175px" height="auto" loop muted autoplay>
1115+
<source src="./assets/stickers/robot/projects.mp4" type="video/mp4" />
1116+
</video>
1117+
&nbsp
1118+
<span>Coming soon...</span>
1119+
</div>
1120+
</div>
1121+
</div>
1122+
1123+
<!-- Statistic and Probability -->
1124+
<div id="statisticProbabilityModal" class="modal">
1125+
1126+
<div class="modalContent">
1127+
1128+
<!-- close button -->
1129+
<span id="statisticProbabilityClose" class="close">&times;</span>
1130+
1131+
<!-- title -->
1132+
<div class="modalTitle">
1133+
<img src="./assets/icons/probability.avif" alt="Probability Logo" width="200px" height="200px" />
1134+
&nbsp
1135+
<span>Statistic & Probability</span>
1136+
</div>
1137+
1138+
<br />
1139+
1140+
<!-- items -->
1141+
<div class="modalItems">
1142+
<video width="175px" height="auto" loop muted autoplay>
1143+
<source src="./assets/stickers/robot/projects.mp4" type="video/mp4" />
1144+
</video>
1145+
&nbsp
1146+
<span>Coming soon...</span>
1147+
</div>
1148+
</div>
1149+
</div>
10661150
</body>
10671151
</html>

0 commit comments

Comments
 (0)