Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
supuna97 authored Dec 18, 2023
2 parents 6998451 + 9845d1e commit b85ed38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
21 changes: 0 additions & 21 deletions src/pages/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,8 @@
<h2>Hello , I’m <span class="base-color">Supun Nanayakkara </span>
Welcome to my Place. </h2>
</div>
<br><br><br>
</div>
</div>
</div>
</div>
<div class="hero-footer d-block d-lg-none">
<div class="social d-lg-none mb-4 d-block">
<a target="_blank" href="https://wa.me/0717999676" class="d-inline-block">
<i class="bi bi-whatsapp"></i>
</a>
<a target="_blank" href=" https://www.linkedin.com/in/supunnanayakkara/" class="d-inline-block mx-4">
<i class="bi bi-linkedin"></i>
</a>
<a target="_blank" href="https://www.instagram.com/supun___lk/" class="d-inline-block">
<i class="bi bi-instagram"></i>
</a>
<a target="_blank" href="https://www.facebook.com/supun.nanayakkaraii/" class="d-inline-block mx-4">
<i class="bi bi-facebook"></i>
</a>
<a target="_blank" href="https://github.com/supuna97" class="d-inline-block">
<i class="bi bi-github"></i>
</a>
</div>
</div>
</section>
9 changes: 5 additions & 4 deletions src/pages/js.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@
<!-- Arshia Js -->
<script src="assets/js/arshia.js"></script>
<!-- disabled -->
<!-- <script type="text/javascript">
<script type="text/javascript">
window.oncontextmenu = function () {
return false;
}
$(document).keydown(function (event) {
if (event.keyCode == 123) {
return false;
}
else if ((event.ctrlKey && event.shiftKey && event.keyCode == 73) || (event.ctrlKey && event.shiftKey && event.keyCode == 74)) {
} else if (event.ctrlKey && event.shiftKey && event.keyCode == 73) {
return false;
} else if (event.ctrlKey && event.shiftKey && event.keyCode == 74) {
return false;
}
});
</script> -->
</script>

0 comments on commit b85ed38

Please sign in to comment.