3k+ Downloads
+5k+ Downloads
diff --git a/content-expansion/credits.html b/content-expansion/credits.html
index 83161e0..1c19250 100644
--- a/content-expansion/credits.html
+++ b/content-expansion/credits.html
@@ -5,7 +5,7 @@
CE | Credits
-
+
diff --git a/content-expansion/index.html b/content-expansion/index.html
index 4bc3dba..e7badab 100644
--- a/content-expansion/index.html
+++ b/content-expansion/index.html
@@ -5,7 +5,7 @@
Content Expansion
-
+
diff --git a/content-expansion/projects.html b/content-expansion/projects.html
index 746556f..87166bb 100644
--- a/content-expansion/projects.html
+++ b/content-expansion/projects.html
@@ -5,7 +5,7 @@
CE | Projects
-
+
diff --git a/content-expansion/static/css/home.css b/content-expansion/static/css/home.css
index 86f4b8a..004e0ab 100644
--- a/content-expansion/static/css/home.css
+++ b/content-expansion/static/css/home.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: #f7690a;
+ box-shadow: 0 0 0 #f7690a;
+ animation: pulse 2s infinite;
+ }
+
+ @-webkit-keyframes pulse {
+ 0% {
+ -webkit-box-shadow: 0 0 0 0 #f7690a;
+ }
+ 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 #f7690a;
+ box-shadow: 0 0 0 0 #f7690a;
+ }
+ 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: #db5b04;
}
.torrents {
diff --git a/enchanted-harvest/aboutus.html b/enchanted-harvest/aboutus.html
index 4030df3..1692f8c 100644
--- a/enchanted-harvest/aboutus.html
+++ b/enchanted-harvest/aboutus.html
@@ -5,7 +5,7 @@
EH | About Us
-
+
diff --git a/enchanted-harvest/index.html b/enchanted-harvest/index.html
index 2098e5c..24ec310 100644
--- a/enchanted-harvest/index.html
+++ b/enchanted-harvest/index.html
@@ -5,7 +5,7 @@
Enchanted Harvest
-
+
diff --git a/enchanted-harvest/projects.html b/enchanted-harvest/projects.html
index 529b2ae..caad6a7 100644
--- a/enchanted-harvest/projects.html
+++ b/enchanted-harvest/projects.html
@@ -5,7 +5,7 @@
CE | Projects
-
+
diff --git a/enchanted-harvest/static/css/home.css b/enchanted-harvest/static/css/home.css
index ab84265..d3845e6 100644
--- a/enchanted-harvest/static/css/home.css
+++ b/enchanted-harvest/static/css/home.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 {
diff --git a/static/css/home.css b/static/css/home.css
index cf9cb04..5764327 100644
--- a/static/css/home.css
+++ b/static/css/home.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: #f00505;
+ box-shadow: 0 0 0 #f00505;
+ animation: pulse 2s infinite;
+ }
+
+ @-webkit-keyframes pulse {
+ 0% {
+ -webkit-box-shadow: 0 0 0 0 #f00505;
+ }
+ 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 #f00505;
+ box-shadow: 0 0 0 0 #f00505;
+ }
+ 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: #c20100;
}
.torrents {