Skip to content

Commit

Permalink
Logo Removals & Fix Cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
skManux committed Jan 24, 2024
1 parent c27c3e5 commit 1497d10
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 59 deletions.
Binary file removed click.png
Binary file not shown.
5 changes: 2 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,18 +183,17 @@ document.addEventListener(

let pupils = document.getElementsByClassName("pupil");
let pupilsArr = Array.from(pupils);
// console.log(pupils);

let pupilStartPoint = -1;
let pupilRange = 3;

// mouse X
// Mouse X
let mouseXStartPoint = 0;
let mouseXEndPoint = window.innerWidth;
let currentXPosition = 0;
let fracXValue = 0;

// mouse Y position
// Mouse Y
let mouseYEndPoint = window.innerHeight;
let currentYPosition = 0;
let fracYValue = 0;
Expand Down
Binary file removed src/png/projects/lyzard/bg.png
Binary file not shown.
Binary file removed src/png/projects/lyzard/logo.png
Binary file not shown.
Binary file removed src/webp/AXOCEAN-project.webp
Binary file not shown.
Binary file removed src/webp/Aquaregia-project.webp
Binary file not shown.
Binary file removed src/webp/FoodMenuProject.webp
Binary file not shown.
Binary file removed src/webp/NetflixCloneProject.webp
Binary file not shown.
Binary file removed src/webp/QRgeneratorProject.webp
Binary file not shown.
Binary file removed src/webp/axocean-favicon.webp
Binary file not shown.
Binary file removed src/webp/vinod (1).webp
Binary file not shown.
Binary file removed src/webp/vinod (2).webp
Binary file not shown.
112 changes: 56 additions & 56 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ body{
background-color: var(--color-dark-mode);
overflow-x: hidden;
cursor: none;
cursor: url(cursor.png);
cursor: url(cursor.png),
url(cursor.png);
cursor: url(cursor.png),
cursor: url("cursor.png");
cursor: url("cursor.png"),
url("cursor.png");
cursor: url("cursor.png"),
move;
cursor: url(cursor.png)10 12;
cursor: url("cursor.png")10 12;
}


Expand Down Expand Up @@ -96,14 +96,14 @@ body{
display: flex;
align-items: center;
justify-content: center;
cursor: url(click.png);
cursor: url(click.png),
url(click.png);
cursor: url(click.png),
cursor: url("cursor.png");
cursor: url("cursor.png"),
url("cursor.png");
cursor: url("cursor.png"),
move;
cursor: url(click.png)10 12;
cursor: url("cursor.png")10 12;
padding: 0px 20px;
background-image: url(./src/svg/settings.svg);
background-image: url("./src/svg/settings.svg");
background-size: 60%;
background-repeat: no-repeat;
background-position: center;
Expand Down Expand Up @@ -150,16 +150,16 @@ body{
position: relative;
width: 40px;
height: 40px;
background-image: url(./src/png/theme/moon.png);
background-image: url("./src/png/theme/moon.png");
background-size:50%;
background-repeat: no-repeat;
background-position: center;
cursor: url(click.png);
cursor: url(click.png),
url(click.png);
cursor: url(click.png),
cursor: url("cursor.png");
cursor: url("cursor.png"),
url("cursor.png");
cursor: url("cursor.png"),
move;
cursor: url(click.png)10 12;
cursor: url("cursor.png")10 12;
transition-duration: .5s;
}

Expand All @@ -169,7 +169,7 @@ body{
#switchforvisualmode:checked+#labelforvisualmode {
transform: rotate(360deg);
transition-duration: .5s;
background-image: url(./src/png/theme/sun.png);
background-image: url("./src/png/theme/sun.png");
background-size:60%;
background-repeat: no-repeat;
background-position: center;
Expand Down Expand Up @@ -199,18 +199,18 @@ body{
justify-content: center;
width: 40px;
height: 40px;
background-image: url(./src/svg/mute.svg);
background-image: url("./src/svg/mute.svg");
background-size:60%;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
transition-duration: .5s;
cursor: url(click.png);
cursor: url(click.png),
url(click.png);
cursor: url(click.png),
cursor: url("cursor.png");
cursor: url("cursor.png"),
url("cursor.png");
cursor: url("cursor.png"),
move;
cursor: url(click.png)10 12;
cursor: url("cursor.png")10 12;
}
.invertsoundlabel{
filter: invert(1);
Expand All @@ -221,7 +221,7 @@ body{

#switchforsound:checked+#labelforsound {
transition-duration: .5s;
background-image: url(./src/svg/speaker.svg);
background-image: url("./src/svg/speaker.svg");
background-size:50%;
background-repeat: no-repeat;
background-position: center ;
Expand All @@ -244,7 +244,7 @@ header{
align-items: center;
justify-content: center;
overflow-y: hidden;
background-image: url(./src/svg/loading.svg);
background-image: url("./src/svg/loading.svg");
background-repeat: no-repeat;
background-position: center;
background-size: 10%;
Expand Down Expand Up @@ -308,12 +308,12 @@ noscript{
justify-content: center;
font-size: 1.5rem;
position: relative;
cursor: url(click.png);
cursor: url(click.png),
url(click.png);
cursor: url(click.png),
cursor: url("cursor.png");
cursor: url("cursor.png"),
url("cursor.png");
cursor: url("cursor.png"),
move;
cursor: url(click.png)10 12;
cursor: url("cursor.png")10 12;
font-family: fira code;
}

Expand Down Expand Up @@ -714,12 +714,12 @@ noscript{
border-radius: 0px;
cursor: pointer;
transition: all .3s;
cursor: url(click.png);
cursor: url(click.png),
url(click.png);
cursor: url(click.png),
cursor: url("cursor.png");
cursor: url("cursor.png"),
url("cursor.png");
cursor: url("cursor.png"),
move;
cursor: url(click.png)10 12;
cursor: url("cursor.png")10 12;
}

.letsTalkBtn-text {
Expand Down Expand Up @@ -1143,12 +1143,12 @@ noscript{
flex-direction: row;
justify-content: space-between;
transition-duration: .3s;
cursor: url(click.png);
cursor: url(click.png),
url(click.png);
cursor: url(click.png),
cursor: url("cursor.png");
cursor: url("cursor.png"),
url("cursor.png");
cursor: url("cursor.png"),
move;
cursor: url(click.png)10 12;
cursor: url("cursor.png")10 12;
position: relative;
box-shadow: 0px 10px 20px var(--color-shadowDark);
}
Expand Down Expand Up @@ -1213,12 +1213,12 @@ noscript{
transition: all 0.2s ease;
border: none;
background: none;
cursor: url(click.png);
cursor: url(click.png),
url(click.png);
cursor: url(click.png),
cursor: url("cursor.png");
cursor: url("cursor.png"),
url("cursor.png");
cursor: url("cursor.png"),
move;
cursor: url(click.png)10 12;
cursor: url("cursor.png")10 12;
}

.cta:before {
Expand Down Expand Up @@ -1311,12 +1311,12 @@ noscript{
text-align: center;
transition: all .4s;
background-color: transparent;
cursor: url(click.png);
cursor: url(click.png),
url(click.png);
cursor: url(click.png),
cursor: url("cursor.png");
cursor: url("cursor.png"),
url("cursor.png");
cursor: url("cursor.png"),
move;
cursor: url(click.png)10 12;
cursor: url("cursor.png")10 12;
display: none;
}
#backtotopbutton article{
Expand Down Expand Up @@ -1373,12 +1373,12 @@ noscript{
border-radius: 50%;
border: 2px solid rgb(226, 222, 222);
transition-duration: .3s;
cursor: url(click.png);
cursor: url(click.png),
url(click.png);
cursor: url(click.png),
cursor: url("cursor.png");
cursor: url("cursor.png"),
url("cursor.png");
cursor: url("cursor.png"),
move;
cursor: url(click.png)10 12;
cursor: url("cursor.png")10 12;
position: relative;
box-shadow: 0px 0px 0px #8000ff inset;
transition-duration: .3s;
Expand Down

0 comments on commit 1497d10

Please sign in to comment.