ANGEL NUMBER 2117
(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Number 2117 is a compilation of the vibrations of number 2, the attributes of number 1 appearing twice, and the influences of the mystical number 7. Number 2 brings its attributes of balance and harmony, adaptability, diplomacy and co-operation, partnerships and relationships, encouragement, duality, faith and trust and serving your Divine life purpose. Number 1 relates to creation and new beginnings, progress and motivation, striving forward, inspiration, achieving success and fulfilment. Number 1 also reminds us that we create our own realities with our beliefs, thoughts and actions. Number 7 resonates with Universal Energies, determination and persistence of purpose, faith and spirituality, inner-strength and inner-knowing, spiritual awakening and enlightenment, mysticism, empathy and psychic abilities.Angel Number 2117 encourages you to look to ways to expand your spiritual awareness and personal growth, and use your knowledge and inner-wisdom to enhance your own life and that of others. Expand and broaden your perception through self-awareness and practice and follow your natural interests and intuition. Whatever you want to know, you can know; it all depends upon how open and willing you are to truly listen and trust. With practice, patience and awareness you are able to communicate with your angels and spirit guides in order to glean Divine knowledge and wisdom. Messages from your angels and spirit guides can come to you through signs and synchronicities, deja vu and dreams, symbols and images. When you are open to hearing the messages from your intuition you are able to gain information and knowledge that broadens your perception and understanding. It also brings fresh insight and helps you to make conscious, positive choices and decisions.
Angel Number 2117 can also denote a time when you may be experiencing rapid growth on all levels, and heightened awareness and intuition. You may feel inclined to begin a new course of study, learning and/or research, be it formal education or casually researching and pursuing your soul interests and passions. Use what you know and learn to help and assist others.
Take the time to patiently learn about yourself and understand the reasons behind your life experiences so that you are able to make wise and enlightened choices for your future. The decisions you make today are important as they affect what happens to you in the future.Number 2117 relates to Master Number 11 and Angel Number 11 on the higher plane, and number 2 and Angel Number 2 on the lower plane (2+1+1+7=11, 1+1=2).