-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"liveServer.settings.port": 5501 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
<body> | ||
<!-- Image and text --> | ||
<!-- <img src="images/dark.png" class="dark" onclick="myFunction()" width="40px" height="40px"> --> | ||
|
||
<div class="cursor"></div> | ||
<section class="first"> | ||
<header id="header"> | ||
<!-- <nav class="navbar navb ar-expand-lg navbar-light bg-light" id="navv"> --> | ||
|
@@ -44,15 +44,14 @@ <h1>Kushal jangir</h1> | |
<div class="profile"> | ||
<!-- <img class="mypic" src="images/Myself.jpg" alt="kushal_jangir"> --> | ||
<!-- <h2>Hola ! I'M COOL.</h2> --> | ||
<p class="hello">Graduate at NIT surat</p> | ||
<p class="hello">Hey, I'm Kushal</p> | ||
</div> | ||
</div> | ||
|
||
</section> | ||
|
||
<div class="middle-container"> | ||
|
||
<hr> | ||
<div class="skills"> | ||
<div class="skill-row"> | ||
<img class="static" id="gip" src="images/giphy.gif" alt="code_img"> | ||
|
@@ -125,7 +124,7 @@ <h3>Core Skills</h3> | |
</p> | ||
</div> | ||
|
||
<hr> | ||
<!-- <hr> --> | ||
|
||
<h2>FIND ME ON</h2> | ||
|
||
|
@@ -143,6 +142,12 @@ <h2>FIND ME ON</h2> | |
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script> | ||
<script> | ||
const x = document.querySelector(".cursor"); | ||
document.addEventListener('mouseover',function(e){ | ||
x.setAttribute("style","top:"+(e.pageY -10)+"px; left:"+(e.pageX-10)+"px;"); | ||
console.log(e); | ||
|
||
}); | ||
function myFunction() { | ||
var element = document.body; | ||
var back = document.getElementById("back"); | ||
|
@@ -160,6 +165,7 @@ <h2>FIND ME ON</h2> | |
gipp.src="images/white2.gif"; | ||
} | ||
} | ||
|
||
</script> | ||
</body> | ||
|
||
|