Skip to navigation Skip to content
WORD to WORD to WORD

The Online Collective Digest Worth Reading – Hit that Bell!

  • About Us
  • Affiliate Disclosure
  • Privacy Policy
  • Contact Us
  • Story Archives
  • Art
  • Shop
  • Travel
  • Health and Fitness
  • Technology
  • Living
  • Money
  • My account
  • About Us
  • EARN WITH US!
  • Story Archives
  • Art
  • Shop
  • Travel
  • Health and Fitness
  • Technology
  • Living
  • Money
  • My account
  • About Us
  • EARN WITH US!
  • $0.00 0 items

Search Google

Floating Earth

Floating Earth

The Universe
Earth
Universe No: 9
Element 9
Node Count: 1
1
God =
Floating Earth /* Add your custom CSS styles here */ body { font-family: Arial, sans-serif; text-align: center; } h1 { margin-top: 30px; } #game-container { margin-top: 50px; position: relative; width: 100vw; height: 100vh; overflow: hidden; } #earth { width: 100px; height: 100px; border-radius: 50%; position: absolute; top: 0; left: 0; transition: all 0.3s ease-in-out; } /* Adjust the speed and smoothness of the Earth's movement */ @keyframes floating { 0% { transform: translate(-50%, -50%) rotate(0deg); } 50% { transform: translate(-50%, -50%) rotate(360deg); } 100% { transform: translate(-50%, -50%) rotate(0deg); } } #universe-no { margin-top: 20px; font-size: 24px; } #message { margin-top: 20px; font-size: 18px; color: red; } #universe-circle { width: 200px; height: 200px; border-radius: 50%; border: 2px solid #ccc; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #universe-label { font-size: 18px; font-weight: bold; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #node-count { margin-top: 20px; font-size: 18px; font-weight: bold; } #cta-button { margin-top: 20px; padding: 10px 20px; background-color: black; color: white; font-size: 16px; border: none; cursor: pointer; } #god-circle { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #ccc; position: absolute; top: 20%; left: 20%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: bold; cursor: pointer; } #god-circle-label { font-size: 14px; margin-top: 5px; } Floating Earth The Universe Universe No: 9 Element 9 Node Count: 1 0 God's Value Resonate
The Existential Waterfall by Sith - Art - Matte Canvas, Black Frame

The Existential Waterfall by Sith - Art - Matte Canvas, Black Frame

Every print in a black pinewood frame will look sleek and beautiful in any interior. Your original designs will be printed on the cotton-polyester canvas with a special proprietary coating to make sure your designs stay vibrant for ages. An excellent product for your environmentally-conscious buyers – it’s made from sustainably sourced materials (Forest Stewardship Council certified). Choose be…

$4,776.00 – $11,604.00
Shop now

Floating Earth

Floating Earth

The Universe
Earth
Universe No: 9
Element 9
Node Count: 1
0
God
Floating Earth

Floating Earth

The Universe
Earth
Universe No: 9
Element 9
Node Count: 1
0
Click for a Divine Number
Top rated products
  • Words Worth Pondering! - Unisex T-Shirt $17.17 – $24.35
  • Droplets - By Sith - Art - Matte Canvas, Black Frame $94.23 – $514.00
  • Why Do BIRDS Fry? Frosted Glass Mug $11.50
!DOCTYPE html html head titleFloating Earthtitle style Add your custom CSS styles here body { font-family Arial, sans-serif; text-align center; } h1 { margin-top 30px; } #game-container { margin-top 50px; position relative; width 100vw; height 100vh; overflow hidden; } #earth { width 100px; height 100px; border-radius 50%; position absolute; top 0; left 0; transition all 0.3s ease-in-out; } Adjust the speed and smoothness of the Earth's movement @keyframes floating { 0% { transform translate(-50%, -50%) rotate(0deg); } 50% { transform translate(-50%, -50%) rotate(360deg); } 100% { transform translate(-50%, -50%) rotate(0deg); } } #universe-no { margin-top 20px; font-size 24px; } #message { margin-top 20px; font-size 18px; color red; } #universe-circle { width 200px; height 200px; border-radius 50%; border 2px solid #ccc; position absolute; top 50%; left 50%; transform translate(-50%, -50%); } #universe-label { font-size 18px; font-weight bold; position absolute; top 50%; left 50%; transform translate(-50%, -50%); } #node-count { margin-top 20px; font-size 18px; font-weight bold; } #cta-button { margin-top 20px; padding 10px 20px; background-color black; color white; font-size 16px; border none; cursor pointer; } #god-circle { width 50px; height 50px; border-radius 50%; border 2px solid #ccc; position absolute; top 20%; left 20%; display flex; align-items center; justify-content center; font-size 16px; font-weight bold; cursor pointer; } #god-circle-label { font-size 14px; margin-top 5px; } style script JavaScript code for Floating Earth game let universeNo = 9; let direction = right; let gameEnded = false; let illustrativeElements = [ Element 1, Element 2, Element 3, Element 4, Element 5, Element 6, Element 8, Element 9 ]; Load node count from local storage or set it to 1 if not present let nodeCount = parseInt(localStorage.getItem(nodeCount)) 1; Function to update the position of the Earth function updateEarthPosition() { const earth = document.getElementById(earth); const gameContainer = document.getElementById(game-container); const containerWidth = gameContainer.offsetWidth; const containerHeight = gameContainer.offsetHeight; const earthSize = earth.offsetWidth; let newTop = Math.random() (containerHeight - earthSize); let newLeft = Math.random() (containerWidth - earthSize); earth.style.top = newTop + px; earth.style.left = newLeft + px; } Function to handle collision with Earth function handleCollision() { if (gameEnded) return; universeNo--; if (universeNo === 0) { universeNo = 9999999999; Set universeNo to billions } updateUniverseNo(); updateIllustrativeElement(); Increment node count and update on the UI nodeCount++; document.getElementById(node-count).textContent = Node Count + nodeCount; Store node count in local storage localStorage.setItem(nodeCount, nodeCount.toString()); } Function to update the universeNo on the UI function updateUniverseNo() { document.getElementById(universe-no).textContent = Universe No + formatUniverseNo(universeNo); } Function to update the illustrative element on the UI function updateIllustrativeElement() { const illustrativeElement = document.getElementById(illustrative-element); illustrativeElement.textContent = illustrativeElements[universeNo - 1]; } Function to format the universeNo with commas function formatUniverseNo(value) { return value.toLocaleString(); } Function to end the game function endGame() { gameEnded = true; document.getElementById(message).textContent = Game Over! You ran out of Universe No.; } Function to handle the click event on the CTA button function handleCTAClick() { Implement your desired action here alert(Resonate, Gravitate, e=mc²); } Function to handle the click event on the God circle function handleGodCircleClick() { const godValue = document.getElementById(god-value); godValue.textContent = getRandomGodValue(); } Generate a random god value between 0 and 1169 (excluding 7) function getRandomGodValue() { let value = Math.floor(Math.random() 1169); if (value = 7) { value++; } return value; } Call the updateEarthPosition function at regular intervals setInterval(updateEarthPosition, 5000); Adjust the interval for Earth movement Call updateUniverseNo and updateIllustrativeElement functions when the page loads window.onload = function () { updateUniverseNo(); updateIllustrativeElement(); document.getElementById(node-count).textContent = Node Count + nodeCount; }; script head body h1Floating Earthh1 div id=game-container div id=universe-circle onclick=handleCollision()div div id=universe-labelThe Universediv img id=earth src=earth.png alt=Earth div id=universe-noUniverse No 9div div id=illustrative-elementElement 9div div id=node-countNode Count 1div button id=cta-button onclick=handleCTAClick()Call To Actionbutton div id=god-circle onclick=handleGodCircleClick() div id=god-value0div div id=god-circle-labelClick for a Divine Numberdiv div div id=messagediv div body html
Floating Earth /* Add your custom CSS styles here */ body { font-family: Arial, sans-serif; text-align: center; } h1 { margin-top: 30px; } #game-container { margin-top: 50px; position: relative; width: 100vw; height: 100vh; overflow: hidden; } #earth { width: 100px; height: 100px; border-radius: 50%; position: absolute; top: 0; left: 0; transition: all 0.3s ease-in-out; } /* Adjust the speed and smoothness of the Earth's movement */ @keyframes floating { 0% { transform: translate(-50%, -50%) rotate(0deg); } 50% { transform: translate(-50%, -50%) rotate(360deg); } 100% { transform: translate(-50%, -50%) rotate(0deg); } } #universe-no { margin-top: 20px; font-size: 24px; } #message { margin-top: 20px; font-size: 18px; color: red; } #universe-circle { width: 200px; height: 200px; border-radius: 50%; border: 2px solid #ccc; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #universe-label { font-size: 18px; font-weight: bold; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #node-count { margin-top: 20px; font-size: 18px; font-weight: bold; } #cta-button { margin-top: 20px; padding: 10px 20px; background-color: black; color: white; font-size: 16px; border: none; cursor: pointer; } #god-circle { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #ccc; position: absolute; top: 20%; left: 20%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: bold; cursor: pointer; } #god-circle-label { font-size: 14px; margin-top: 5px; } Floating Earth The Universe Universe No: 9 Element 9 Node Count: 1 0 God's Value Resonate
Home / Living

Category: Living

Posted on October 25, 2022October 26, 2022 by Sithum — Leave a comment

Do Invisible Fences Work? The Ultimate Beginner’s Guide

invisible fence, wireless fence, wireless dog fence, invisible fence for dogs

What are invisible fences and how do they work? The ultimate guide to understanding invisible fences as a beginner.

Read more

Category: Living
Posted on October 9, 2022October 9, 2022 by Sithum — Leave a comment

Can You Ride Electric Scooters in Bike Lanes? (Answered)

can you ride an e-scooter on a bike lane

Can you ride an electric scooter on the bike lane? How do cyclists feel about electric scooter on bike lanes?

Read more

Categories: Living, Technology
Posted on September 18, 2022October 11, 2022 by Sithum — Leave a comment

How to Clear Your Mind – 10 Steps to Eternal Happiness

Master the means to clear your mind anywhere and unleash your true potential through the art of meditation.

Read more

Categories: Health and Fitness, Living
Posted on November 21, 2021November 21, 2021 by Sithum — Leave a comment

Should I Sleep On My Back During Pregnancy? (Answered)

sleep, sleep during pregnancy, sleeping on back during pregnancy, should I sleep on back during pregnancy, pregnancy information, must know information about pregnancy, sleeping on back during pregnancy, drawbacks of sleeping on back during pregnancy, impacts of sleeping on back during pregnancy

What are the impacts of sleeping on the back during pregnancy? Is it recommended to sleep on back? Are there any impacts on the baby?

Read more

Category: Living
Posted on November 18, 2021November 21, 2021 by Sithum — Leave a comment

Is It Normal To Sleep A Lot During Pregnancy? Sleep and Risks of Stillbirth

pregnancy, sleep, more sleep during pregnancy, is more sleep healthy during pregnancy, is a lot of sleep safe during pregnancy, risks of stillbirth, sleep and stillbirth, can too much sleep lead to stillbirth

Is it considered normal to sleep more than usual during pregnancy? Does it impact the wellbeing of the unborn child?

Read more

Category: Living
Posted on November 10, 2021November 21, 2021 by Sithum — Leave a comment

Is It Safe To Lay On Stomach During Pregnancy? (Answered)

pregnant, pregnancy, pregnancy information, lying on stomach during pregnancy, is lying on stomach safe during pregnancy, pregnancy safety, sleeping during pregnancy, sleep position during pregnancy

Are there any concerns of lying on the stomach during pregnancy. Can sleeping or lying on the stomach harm or hamper the baby?

Read more

Category: Living
Posted on November 6, 2021November 6, 2021 by Sithum — Leave a comment

What Should Cats Not Eat? 27 Toxic Foods For Cats

cats, toxic foods for cats, what cats should not eat, dangerous human foods for cats, dangerous foods for cats, poisonous foods for cats, what should cats not eat, what should you not feed your cat

A list of people foods that are considered toxic and poisonous for cats. Foods that you should avoid and keep away from reach.

Read more

Category: Living
Posted on November 2, 2021November 2, 2021 by Sithum — Leave a comment

Dangers of Vitamin A Supplements During Pregnancy (Proof)

vitamin A, pregnancy, pregnancy and vitamin a, vitamin a supplements and pregnancy, dangers of vitamin a supplements during pregnancy, is vitamin a supplements safe during pregnancy, should I take vitamin a supplements during pregnancy, what to do if I take vitamin a supplements during pregnancy, vitamin a rich food, natural sources of vitamin A

Should you take vitamin A supplements during pregnancy? The dangers of taking vitamin A supplements during pregnancy.

Read more

Category: Living
Posted on October 31, 2021October 31, 2021 by Sithum — Leave a comment

What Not to Eat During Pregnancy: Food to Avoid During Pregnancy

pregnancy, food to avoid during pregnancy, food not to eat during pregnancy, unsafe food for pregnancy, not safe foods for pregnancy, alcohol during pregnancy, coffee during pregnancy

Types of food that you should not be consuming during pregnancy that could place the wellbeing of your child at risk.

Read more

Category: Living
Posted on October 24, 2021October 24, 2021 by Sithum — Leave a comment

30 Foods Dogs Should Avoid: Dangerous and Toxic Foods for Dogs

food, dog food, food dogs should avoid, bad food food for dogs, dangerous food for dogs, toxic food for dogs, avoid these food for dogs

A list of people foods that are considered unsafe and dangerous for dogs to consume. Toxic foods that are considered dangerous for dogs.

Read more

Category: Living

Posts navigation

  • 1
  • 2
  • …
  • 5
  • Next

SUPPORT our quest to HEAL the WORLD!

Follow @freetherasta

Your support means the WORLD to me and my family! With PEACE and LOVE... let's heal the world TOGETHER!

C.S.M.Fernando (Sith)
Tweets by freetherasta

Subscribe to the BIGGEST cause on Youtube!

Buy and Review My BOOK! - Free the Rastafari

  • October 2022
  • September 2022
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
Recent Posts
  • Do Invisible Fences Work? The Ultimate Beginner’s Guide
  • EARN WITH US!
  • Can You Ride Electric Scooters in Bike Lanes? (Answered)
  • How to Clear Your Mind – 10 Steps to Eternal Happiness
  • How Many Carbohydrates Should Bodybuilders Eat to Lose Weight?
Recent Comments
    Products
    • Words of Time - Unisex Heavy Blend™ Hooded Sweatshirt $47.63 – $54.10
    • Words of Time - By Sith - Art - Poetry - Matte Canvas, Black Frame $95.52 – $232.08
    • The Existential Waterfall by Sith - Art - Matte Canvas, Black Frame $4,776.00 – $11,604.00
    • Droplets - By Sith - Art - Matte Canvas, Black Frame $94.23 – $514.00
    • Polluted Serenity - By Sith - Art - Matte Canvas, Black Frame $251.27 – $1,370.67
    • Visible Substance - By Sith - Art - Matte Canvas, Black Frame $159.20 – $386.80
    • Quad Grow - By Sith - Art - Matte Canvas, Black Frame $79.60 – $193.40
    Categories
    • Health and Fitness
    • Living
    • Money
    • Technology
    • Travel
    © WORD to WORD to WORD 2023
    Built with Storefront & WooCommerce.
    • My Account
    • Search
    • Cart 0