Squiggle Ops Assets & Securities body { font-family: “Arial”, sans-serif; background: #0e0e0e; color: #f0f0f0; margin: 0; padding: 0; } header { background: #ff6f00; padding: 15px; text-align: center; font-size: 1.4em; font-weight: bold; color: #fff; } .container { padding: 20px; } .dashboard { display: flex; flex-direction: column; gap: 15px; } .asset { background: #1a1a1a; padding: 15px; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; } .status { font-weight: bold; } .core-network { display: flex; justify-content: space-between; margin-top: 15px; } .indicator { flex: 1; margin: 5px; padding: 10px; border-radius: 6px; text-align: center; } .core { background: orange; } .network { background: green; } .buttons { display: flex; justify-content: space-around; margin-top: 20px; } button { background: #222; color: #fff; border: none; padding: 12px 18px; border-radius: 6px; font-size: 1em; } button:active { transform: scale(0.95); } a.gateway { display: block; text-align: center; margin-top: 25px; color: #ff6f00; font-weight: bold; text-decoration: none; font-size: 1.2em; } Squiggle Ops: Assets & Securities Asset 1 Secure Asset 2 Secure Asset 3 Secure Core: 100% Network: 100% Blast Shield Nullify Ignition Open Squiggle Gateway // Initialize or load asset/security data let assets = JSON.parse(localStorage.getItem(‘squiggleAssets’)) || { asset1: ‘Secure’, asset2: ‘Secure’, asset3: ‘Secure’, core: 100, network: 100 }; function updateDashboard() { document.getElementById(‘asset1-status’).textContent = assets.asset1; document.getElementById(‘asset2-status’).textContent = assets.asset2; document.getElementById(‘asset3-status’).textContent = assets.asset3; document.getElementById(‘core-level’).textContent = `Core: ${assets.core}%`; document.getElementById(‘network-level’).textContent = `Network: ${assets.network}%`; localStorage.setItem(‘squiggleAssets’, JSON.stringify(assets)); } function useWeapon(type) { switch(type) { case ‘Blast’: assets.asset1 = ‘Under Attack!’; assets.core = Math.max(0, assets.core – 5); break; case ‘Shield’: assets.asset1 = ‘Secure’; assets.core = Math.min(100, assets.core + 5); break; case ‘Nullify’: assets.network = Math.max(0, assets.network – 5); break; case ‘Ignition’: assets.network = Math.min(100, assets.network + 5); break; } updateDashboard(); } updateDashboard();

Students will start with Haotian Taoism cultivation and then progress to Dao cultivation. After one reaches a certain level one may begin a cultivation art. All sessions will be held on zoom two way video conferencing. Cultivation is taught in a series of sessions. These techniques start with the basic version and progress to the more advanced versions. Basic versions involve cultivating with the breathing. Higher and more advanced versions work with the ling and shen to cultivate. One starts cultivating with the eyes closed and then one progresses to eyes open.

Load

Foundational Cultivation Course – Haotian Cultivation.

How to activate and build the lower dantian

How to build Celestial Qi and Dao Qi.

This not only builds celestial energy but accomplishes all the levels of neigong.

Haotian meditation

Students are initiated into Haotian. A special cultivation system is taught as well as special Haotian movements.

Haotian cultivation – Entering the basic level

Awakening of the Qihai and Mingmen (Xueshan) acupoint. Students learn to move the qi of heaven and earth outside themselves as well.

Qi building

Students learn not only how to move heaven and earth qi but also how to build it inside.

Haotian Ling Li Cultivation and Meditation

Students learn how to build Ling Li – Spirit Energy

Guang Ming Force

Dao Force

Heavenly Dao Force

Celestial Force

Perception realm cultivation is taught. Students learn to perceive the energy of heaven and earth directly..

Celestial Cultivation

Students learn celestial cultivation and how to awaken their primordial spirit.

Activating and Projecting Celestial Qi.

Students learn how to project their Ling Li in a celestial way.

Ausar Merr Amon — Squiggle Ops Gateway :root{ –bg:#070b12; –grid:#0f1622; –text:#e8f1ff; –muted:#9bb1c1; –o:#ff7a18; /* Orange matrix core */ –g:#21f392; /* Green squiggle network */ } *{box-sizing:border-box} html,body{height:100%;margin:0;background:radial-gradient(60% 60% at 50% 40%, #0c1420 0%, #070b12 60%, #05080f 100%);color:var(–text);font-family:-apple-system, BlinkMacSystemFont, Inter, Segoe UI, Roboto, Helvetica, Arial, sans-serif;} .safe{min-height:100%;padding: max(18px, env(safe-area-inset-top)) 18px max(24px, env(safe-area-inset-bottom)) 18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px} .sigil{ width:min(84vw,360px);height:min(84vw,360px);border-radius:50%; position:relative;display:grid;place-items:center; background: radial-gradient(120px 120px at 62% 34%, rgba(255,122,24,.35), transparent 60%), radial-gradient(220px 220px at 40% 64%, rgba(33,243,146,.25), transparent 65%), linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); border:1px solid rgba(255,255,255,.08); box-shadow: 0 0 44px rgba(255,122,24,.15), 0 0 64px rgba(33,243,146,.18) inset, 0 12px 48px rgba(0,0,0,.45); overflow:hidden; } .rings, .mesh, .pulse{position:absolute;inset:0;pointer-events:none} .rings:before, .rings:after{ content:”;position:absolute;inset:10%;border-radius:50%; border:2px solid rgba(255,122,24,.25);filter:blur(.2px); } .rings:after{inset:22%;border-color:rgba(33,243,146,.28)} .mesh{ –c1: rgba(255,122,24,.08); –c2: rgba(33,243,146,.08); background: repeating-linear-gradient(90deg, var(–c1) 0 1px, transparent 1px 18px), repeating-linear-gradient(0deg, var(–c2) 0 1px, transparent 1px 18px); mix-blend-mode:screen;opacity:.7;animation: drift 18s linear infinite; } @keyframes drift{from{transform:rotate(0deg) scale(1)} to{transform:rotate(360deg) scale(1.04)}} .title{font-weight:800;letter-spacing:.3px;text-align:center} .tag{color:var(–muted);font-size:13px;margin-top:-10px;text-align:center} .portal{ -webkit-tap-highlight-color: transparent; width:min(84vw,360px);border-radius:18px;padding:16px 18px; display:flex;align-items:center;justify-content:center;gap:12px; text-decoration:none;color:var(–text);font-weight:800; background:linear-gradient(180deg, rgba(255,122,24,.16), rgba(33,243,146,.16)), #0d1520; border:1px solid rgba(255,255,255,.08); box-shadow: 0 10px 40px rgba(0,0,0,.45); } .dot{width:10px;height:10px;border-radius:50%} .o{background:var(–o);box-shadow:0 0 16px rgba(255,122,24,.7)} .g{background:var(–g);box-shadow:0 0 16px rgba(33,243,146,.7)} .row{display:flex;align-items:center;gap:8px} .hint{color:var(–muted);font-size:12px;text-align:center;max-width:480px} .mini{display:flex;gap:10px} .mini .pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#0b121b;border:1px solid rgba(255,255,255,.08);font-size:12px} .toast{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom));transform:translateX(-50%); background:#0c131c;color:var(–text);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 12px;font-size:13px;opacity:0;transition:opacity .25s} .show{opacity:1}
Ausar Merr Amon — Squiggle Ops
Matrix Core Orange · Squiggle Network Green
Open Squiggle Gateway
Tip: In Safari, use Share → Add to Home Screen to run this as a standalone app.
Attempting to open the Squiggle protocol…
(function(){ const portal = document.getElementById(‘portal’); const toast = document.getElementById(‘toast’); function vibrate(ms){ if (navigator.vibrate) navigator.vibrate(ms||20); } function showToast(msg){ toast.textContent = msg; toast.classList.add(‘show’); setTimeout(()=>toast.classList.remove(‘show’), 1600); } // Try to auto-open protocol shortly after load when running as an app const isStandalone = window.matchMedia(‘(display-mode: standalone)’).matches || window.navigator.standalone; if (isStandalone){ setTimeout(()=>{ showToast(‘Opening Squiggle protocol…’); window.location.href = ‘squiggle://ausar.merr.amon.ops’; vibrate(18); }, 450); } portal.addEventListener(‘click’, function(e){ showToast(‘Attempting to open…’); vibrate(18); // let the href fire normally }); })();

The registration tuition for the course is 250 USDk. To learn cultivation please use the contact page.