Skip to content

Commit af363dd

Browse files
committed
Updated Resumes
1 parent d1d252e commit af363dd

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

OIT.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ <h2>Images</h2>
111111
</script>
112112
</div>
113113
</div>
114-
<!-- Add more images here -->
115114
<script>
116115
footer();
117116
addBehaviour();

index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,14 @@ <h5><a href="https://www.mmu.edu.my/">Multimedia University, Malaysia</a></h5>
439439
footer();
440440
</script>
441441
<div style="text-align: center;">
442-
<img class="text-center"
443-
src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fkarimsayedre.github.io&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=visits&edge_flat=false" />
442+
<div>Visitor Count: <span id="visits">Loading...</span></div>
443+
<script>
444+
fetch('https://abacus.jasoncameron.dev/hit/karimsayedre.github.io/index.html')
445+
.then(response => response.json())
446+
.then(data => {
447+
document.getElementById('visits').innerText = data.value;
448+
});
449+
</script>
444450
</div>
445451
</body>
446452
<script>

resumes/KarimSayedResumeCPP.pdf

-5.31 KB
Binary file not shown.
3.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)