diff --git a/html/search.ejs b/html/search.ejs index 279f898..55508d8 100644 --- a/html/search.ejs +++ b/html/search.ejs @@ -84,7 +84,23 @@ border-radius: 5px; background-size: cover; background-repeat: no-repeat; } - + .shake { + animation: linear infinite alternate; + animation-name: DOTHESHAKE; + animation-duration: 1.5s; +} + +@-webkit-keyframes DOTHESHAKE { + 0% { + left: 0; + transform: translateX(0); + } + 100% { + left: 900%; + transform: translateX(-90%); + } +} + /* nice classname am i rigth */ .discover-some-bitches{ text-align: center; @@ -97,14 +113,35 @@ border-radius: 5px;
- -
+
+
+ <% } %>
@@ -136,14 +173,16 @@ border-radius: 5px;

-
+
<% if (Array.isArray( j.Search.Results.Video)) { %> +

<%=j.Search.estimatedResults.toLocaleString()%> Results

+ <% j.Search.Results.Video.forEach(x => { %> -
+ + <% }) %> Next Page + <% } %> <% if (!Array.isArray( j.Search.Results.Video)) { %>
@@ -185,10 +226,13 @@ border-radius: 5px;

<% } %> + + -
+ +