Update Website
**General** - Fixed Favicons - Changed Pulse animation for buttons & Button Color
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>EH | About Us</title>
|
||||
<link rel="icon" type="image/png" href="media/logo.png">
|
||||
<link rel="icon" type="image/png" href="media/Logo.png">
|
||||
<link rel="stylesheet" href="media/style.css">
|
||||
<link href="https://fonts.bunny.net/css?family=Space+Grotesk:wght@500&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Enchanted Harvest</title>
|
||||
<link rel="icon" type="image/png" href="media/logo.png">
|
||||
<link rel="icon" type="image/png" href="media/Logo.png">
|
||||
<link rel="stylesheet" href="media/style.css">
|
||||
<link href="https://fonts.bunny.net/css?family=Space+Grotesk:wght@500&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>CE | Projects</title>
|
||||
<link rel="icon" type="image/png" href="media/logo.png">
|
||||
<link rel="icon" type="image/png" href="media/Logo.png">
|
||||
<link rel="stylesheet" href="media/style.css">
|
||||
<link href="https://fonts.bunny.net/css?family=Space+Grotesk:wght@500&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
|
||||
@@ -70,9 +70,47 @@ body {
|
||||
}
|
||||
|
||||
.link:hover {
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
|
||||
animation: pulse 2s infinite;
|
||||
}
|
||||
|
||||
.pulse {
|
||||
margin:100px;
|
||||
display: block;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
border-radius: 50%;
|
||||
background: #744ac7;
|
||||
box-shadow: 0 0 0 #744ac7;
|
||||
animation: pulse 2s infinite;
|
||||
}
|
||||
|
||||
@-webkit-keyframes pulse {
|
||||
0% {
|
||||
-webkit-box-shadow: 0 0 0 0 #744ac7;
|
||||
}
|
||||
70% {
|
||||
-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
|
||||
}
|
||||
100% {
|
||||
-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
|
||||
}
|
||||
}
|
||||
@keyframes pulse {
|
||||
0% {
|
||||
-moz-box-shadow: 0 0 0 0 #744ac7;
|
||||
box-shadow: 0 0 0 0 #744ac7;
|
||||
}
|
||||
70% {
|
||||
-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
|
||||
box-shadow: 0 0 0 10px rgba(204,169,44, 0);
|
||||
}
|
||||
100% {
|
||||
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
|
||||
box-shadow: 0 0 0 0 rgba(204,169,44, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.github {
|
||||
background-color: #353535;
|
||||
}
|
||||
@@ -90,7 +128,7 @@ body {
|
||||
}
|
||||
|
||||
.stable {
|
||||
background-color: #53c213;
|
||||
background-color: #543592;
|
||||
}
|
||||
|
||||
.torrents {
|
||||
|
||||
Reference in New Issue
Block a user