{"id":26738,"date":"2025-06-28T16:11:40","date_gmt":"2025-06-28T16:11:40","guid":{"rendered":"https:\/\/cig22.com\/?page_id=26738"},"modified":"2025-06-28T16:51:55","modified_gmt":"2025-06-28T16:51:55","slug":"frases","status":"publish","type":"page","link":"https:\/\/supereagle.org\/he\/frases\/","title":{"rendered":"Frases"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"26738\" class=\"elementor elementor-26738\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8bd5df elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"e8bd5df\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7dc3d5c\" data-id=\"7dc3d5c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3796266 elementor-widget elementor-widget-heading\" data-id=\"3796266\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frases<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eca6be7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"eca6be7\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b60cb8\" data-id=\"2b60cb8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-84dde93 elementor-widget elementor-widget-html\" data-id=\"84dde93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"quote-container\">\r\n  <p id=\"quote-text\"><\/p>\r\n  <p id=\"quote-author\"><\/p>\r\n  <button onclick=\"changeQuote()\">Siguiente<\/button>\r\n<\/div>\r\n<script> \r\nconst quotes = [\r\n  { text: \"El amor entre ADLR es pura pantomima\", author: \"La red de todo\" },\r\n   { text: \"El peor enemigo de una secta que usa la biblia es la propia biblia\", author: \"La red de las sectas\" },\r\n   { text: \"Los ADLR no pueden querer a nadie ni a si mismos\", author: \"La red de todo\" },\r\n   { text: \"El agua es la destrucci\u00f3n del ate\u00edsmo\", author: \"La red del diluvio\" },\r\n   { text: \"Quien conoce el criterio de verdad no puede ser ya enga\u00f1ado\", author: \"La red de todo\" },\r\n   { text: \"La distracci\u00f3n y los problemas son esenciales para el poder ADLR \", author: \"La red de todo\" },\r\n   { text: \"Casi toda la poblaci\u00f3n mundial est\u00e1 condenada\", author: \"La red de las sectas\" },\r\n   { text: \"Los ADLR informados est\u00e1n enga\u00f1ados a nivel cultural y los fuertes los miran como referencia\", author: \"La red de todo\" },\r\n   { text: \"Los sabios del mundo han sido enga\u00f1ados as\u00ed como los demonios\", author: \"La red de todo\" },\r\n   { text: \"La tierra y el universo son creaci\u00f3n reciente\", author: \"La ra\u00edz de todo\" },\r\n   { text: \"Las buenas personas van al infierno\", author: \"La red de todo\" },\r\n   { text: \"La ciencia ocultista es la que se conoce como ciencia\", author: \"La red de todo\" },\r\n   { text: \"Las sectas mundiales usan la biblia porque es mejor tener a tu peor enemigo cerca\", author: \"La red de las sectas\" },\r\n   { text: \"Todos los poderes del mundo tienen influencia ADLR y sirven al poder demoniaco\", author: \"La red de todo\" },\r\n   { text: \"El fin del mundo suceder\u00e1 tan cierto como pas\u00f3 el diluvio\", author: \"La red de todo\" },\r\n  \r\n  \r\n];\r\n\r\nfunction changeQuote() {\r\n  const randomIndex = Math.floor(Math.random() * quotes.length);\r\n  const { text, author } = quotes[randomIndex];\r\n\r\n  const quoteTextElement = document.getElementById('quote-text');\r\n  const quoteAuthorElement = document.getElementById('quote-author');\r\n  const quoteContainer = document.querySelector('.quote-container');\r\n\r\n  \/\/ Apply fade-out effect before updating the quote\r\n  quoteContainer.style.opacity = 0;\r\n\r\n  \/\/ Update the quote after a short delay\r\n  setTimeout(() => {\r\n    quoteTextElement.innerText = `\"${text}\"`;\r\n    quoteAuthorElement.innerText = `- ${author}`;\r\n    quoteContainer.style.opacity = 1; \/\/ Fade in new quote\r\n  }, 500); \/\/ Delay matches the fade-out duration\r\n}\r\n\r\n\/\/ Show a random quote when the page loads\r\nwindow.onload = changeQuote;\r\n\r\n\r\n\r\n\/\/ Create a ripple effect on mouse movement\r\ndocument.addEventListener(\"mousemove\", (e) => {\r\n  \/\/ Create ripple element\r\n  const ripple = document.createElement(\"div\");\r\n  ripple.classList.add(\"ripple\");\r\n\r\n  \/\/ Position the ripple at the cursor location\r\n  ripple.style.left = `${e.clientX}px`;\r\n  ripple.style.top = `${e.clientY}px`;\r\n\r\n  \/\/ Append the ripple to the body\r\n  document.body.appendChild(ripple);\r\n\r\n  \/\/ Remove the ripple after the animation ends\r\n  ripple.addEventListener(\"animationend\", () => {\r\n    ripple.remove();\r\n  });\r\n});\r\n\r\n    \r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Frases Siguiente<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-26738","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/supereagle.org\/he\/wp-json\/wp\/v2\/pages\/26738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/supereagle.org\/he\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/supereagle.org\/he\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/supereagle.org\/he\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/supereagle.org\/he\/wp-json\/wp\/v2\/comments?post=26738"}],"version-history":[{"count":26,"href":"https:\/\/supereagle.org\/he\/wp-json\/wp\/v2\/pages\/26738\/revisions"}],"predecessor-version":[{"id":26770,"href":"https:\/\/supereagle.org\/he\/wp-json\/wp\/v2\/pages\/26738\/revisions\/26770"}],"wp:attachment":[{"href":"https:\/\/supereagle.org\/he\/wp-json\/wp\/v2\/media?parent=26738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}