Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanha412 committed Jun 21, 2023
1 parent 489d315 commit 9950e4d
Showing 1 changed file with 13 additions and 27 deletions.
40 changes: 13 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<section>
<!-- MOBILE NAVIGATION -->
<div class="w3-container w3-padding-16 w3-border-bottom w3-hide-medium w3-hide-large">
<a class="w3-bar-item w3-button w3-hover-none flipX2" style="cursor:grab;">Total Views - <span id="count1"></span></a>
<a class="w3-bar-item w3-button w3-hover-none flipX2" style="cursor:grab;">Total Views - <img src="https://counter10.optistats.ovh/private/freecounterstat.php?c=8muexsneuk69y9ja2w5dtwcs6wb788fl"></a>
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium"
onclick="toggleNavigation()">&#9776;</a>
</div>
Expand Down Expand Up @@ -102,7 +102,7 @@
<div class="w3-container w3-padding-large w3-border-bottom w3-hide-small">

<a
class="w3-bar-item w3-button w3-hover-none w3-border-white w3-bottombar w3-hover-border-green flipX2" style="cursor:grab;">Total Views - <span id="count2"></span></a>
class="w3-bar-item w3-button w3-hover-none w3-border-white w3-bottombar w3-hover-border-green flipX2" style="cursor:grab;">Total Views - <img src="https://counter10.optistats.ovh/private/freecounterstat.php?c=8muexsneuk69y9ja2w5dtwcs6wb788fl"></a>
<a href="#contact"
class="w3-bar-item w3-button w3-hover-none w3-border-white w3-bottombar nav-a w3-right w3-hide-small w3-hover-text-dark-gray"
style="border-width: 2px !important;">CONTACT</a>
Expand Down Expand Up @@ -197,20 +197,20 @@ <h3 class="w3-border-amber">Skills</h3>
<!--SOFT SKILLS-->
<h4 class="mt-4">Soft skills</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>Affiliate & Digital Marketing.</li>
<li>Team Work, Leadership & Time Management.</li>
<li>Simple Writing & Graphic Designing.</li>
<li>Intermediate Level Of Post Editing.</li>
<li>&nbsp;&nbsp;- Affiliate & Digital Marketing.</li>
<li>&nbsp;&nbsp;- Team Work, Leadership & Time Management.</li>
<li>&nbsp;&nbsp;- Simple Writing & Graphic Designing.</li>
<li>&nbsp;&nbsp;- Intermediate Level Of Post Editing.</li>
</ul>
<!--TECHNICAL SKILLS-->
<h4 class="mt-4">Technical skills</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>Web Development.</li>
<li>C, C++ & Python.</li>
<li>Data Structures & Algorithms.</li>
<li>Bootstrap - A CSS Framework.</li>
<li>Django - A Python Based BackEnd Web Framework.</li>
<li>Good Experience With MS Office Tools.</li>
<li>&nbsp;&nbsp;- Web Development.</li>
<li>&nbsp;&nbsp;- C, C++ & Python.</li>
<li>&nbsp;&nbsp;- Data Structures & Algorithms.</li>
<li>&nbsp;&nbsp;- Bootstrap : A CSS Framework.</li>
<li>&nbsp;&nbsp;- Django : A Python Based BackEnd Web Framework.</li>
<li>&nbsp;&nbsp;- Good Experience With MS Office Tools.</li>
</ul>
</div>

Expand Down Expand Up @@ -759,21 +759,7 @@ <h4 class="my-4 touch" style="color: rgb(15, 0, 224);">Get In Touch</h4>
}); }, 3000)
})();
</script>
<script type="text/javascript">
const countEl = document.getElementById('count1');
const countE2 = document.getElementById('count2');
updateVisitCount();

function updateVisitCount() {
fetch('https://api.countapi.xyz/update/kanha/portfolio/?amount=1')
.then(res => res.json())
.then(res => {
countEl.innerHTML = res.value;
countE2.innerHTML = res.value;
})
}

</script>
<script type="text/javascript" src="https://counter10.optistats.ovh/private/counter.js?c=qr8xsx8n3dtnblwq3m7rqdzq7d6z5dfm&down=async" async></script><noscript><a href="https://www.freecounterstat.com" title="free hit counter"><img src="https://counter10.optistats.ovh/private/freecounterstat.php?c=qr8xsx8n3dtnblwq3m7rqdzq7d6z5dfm" border="0" title="free hit counter" alt="free hit counter"></a></noscript>
</body>

</html>

0 comments on commit 9950e4d

Please sign in to comment.