HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/quadcode/frontend/src/html/popup/popup-webinar.html
<div class="popupWebinar">
  <div class="container">
    <div class="popupWebinar__content">
      <div class="popupWebinar__wrapper">
        <div class="popupWebinar__close" role="button" tabindex="0">
          <svg
            width="43"
            height="43"
            viewBox="0 0 43 43"
            fill="none"
            xmlns="http://www.w3.org/2000/svg"
          >
            <path
              fill-rule="evenodd"
              clip-rule="evenodd"
              d="M21.5 5.01669C12.3965 5.01669 5.01669 12.3965 5.01669 21.5C5.01669 30.6034 12.3965 37.9834 21.5 37.9834C30.6034 37.9834 37.9834 30.6034 37.9834 21.5C37.9834 12.3965 30.6034 5.01669 21.5 5.01669ZM2.15002 21.5C2.15002 10.8133 10.8133 2.15002 21.5 2.15002C32.1866 2.15002 40.85 10.8133 40.85 21.5C40.85 32.1866 32.1866 40.85 21.5 40.85C10.8133 40.85 2.15002 32.1866 2.15002 21.5ZM13.3198 13.3198C13.8796 12.7601 14.7871 12.7601 15.3469 13.3198L21.5 19.473L27.6532 13.3198C28.2129 12.7601 29.1205 12.7601 29.6802 13.3198C30.24 13.8796 30.24 14.7871 29.6802 15.3469L23.5271 21.5L29.6802 27.6532C30.24 28.2129 30.24 29.1205 29.6802 29.6802C29.1205 30.24 28.2129 30.24 27.6532 29.6802L21.5 23.5271L15.3469 29.6802C14.7871 30.24 13.8796 30.24 13.3198 29.6802C12.7601 29.1205 12.7601 28.2129 13.3198 27.6532L19.473 21.5L13.3198 15.3469C12.7601 14.7871 12.7601 13.8796 13.3198 13.3198Z"
              fill="#FF3737"
            ></path>
          </svg>
        </div>
        <h2 class="popupWebinar__title">
          Don’t Miss <strong>Our Free Webinar!</strong>
        </h2>
        <p class="popupWebinar__description">
          <strong
            >Why 90% of New Brokers Fail (And How to Build a Profitable
            One)</strong
          >
        </p>
        <p class="popupWebinar__text">What You'll Learn:</p>
        <ul class="popupWebinar__bullets">
          <li class="popupWebinar__bullet">
            βœ… Why Most Brokers Fail in the First Year
          </li>
          <li class="popupWebinar__bullet">
            βœ… Picking the Right Platform and Tech
          </li>
          <li class="popupWebinar__bullet">
            βœ… Profit Leaks: Where the Money Goes
          </li>
        </ul>
        <div class="popupWebinar__tags">
          <div class="popupWebinar__tag popupWebinar__date">
            πŸ“… Date: Thursday, May 22nd 2025
          </div>
          <div class="popupWebinar__tag popupWebinar__time">
            ⏰ Time: 4:00 PM
          </div>
        </div>
        <a
          href=""
          class="button popupWebinar__button"
          tabindex="0"
          role="button"
          style=""
          >Register Now</a
        >
        <img
          class="popupWebinar__magnifierImg"
          src="/src/assets/popup-webinar/magnifier.png"
          alt="decor"
        />
      </div>
      <img
        class="popupWebinar__questionImg"
        src="/src/assets/popup-webinar/question.png"
        alt="decor"
      />
    </div>
  </div>
</div>