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 / 2021 / August / Page 2

Month: August 2021

Posted on August 21, 2021August 21, 2021 by Sithum — Leave a comment

12 Cheapest Healthy Vegetables: Healthiest Low-Cost Vegetables

vegetables, healthy vegetables, cheap healthy vegetables, cheapest healthy vegetables, affordable healthy vegetables, low cost healthy vegetables

A list of the 12 cheapest healthy vegetables that is loaded with nutritional value and is still affordable for most consumers.

Read more

Category: Health and Fitness
Posted on August 20, 2021August 20, 2021 by Sithum — Leave a comment

17 Vegan Egg Substitutes for Baking: Plant-Based Substitutes for Eggs

vegan, vegan lifestyle, vegan baking, how to bake as a vegan, egg substitutes, vegan egg substitutes, plant based alternatives for eggs, vegan baking and eggs, plant-based substitutes for eggs

How to bake without eggs as a vegan. A list of 17 vegan egg substitutes for baking that will help you get started as a vegan baker.

Read more

Category: Living
Posted on August 19, 2021August 19, 2021 by Sithum — Leave a comment

Natural Hair Treatment for Dry Hair: 25 Remedies for Dry Damaged Hair

dry hair, how to treat dry hair, dry hair natural treatment, home remedies for dry hair, natural remedies for dry hair, how to treat dry hair at home, fix dry hair, resolve dry hair, DIY dry hair treatment

A list of 25 natural remedies for dry hair. We look at some of the best things you can try at home to resolve and treat dry hair.

Read more

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

Best Protein Sources for Vegan Athletes: 10 Plant-Based Protein Sources

vegan, vegan athlete, protein for vegan athletes, how to source protein on plant-based diet, protein for plant-based athletes, best protein source for vegan athletes, plant-based protein, vegan protein

10 of the best protein sources for vegan athletes. How to source plant-based protein for vegan athletes to excel performance.

Read more

Category: Health and Fitness
Posted on August 17, 2021August 17, 2021 by Sithum — Leave a comment

Is Aloe Vera Good For Your Skin? Aloe Vera and Skin Care

aloe vera, aloe vera and skincare, benefits of aloe vera on skin, uses of aloe vera on skin, benefits of aloe vera on dry skin, how to treat skin with aloe vera, is aloe vera good for skin

A guide on how to use aloe vera for skin. What are the benefits of aloe vera on skin and what type of conditions are treated using aloe vera?

Read more

Category: Living
Posted on August 16, 2021August 16, 2021 by Sithum — Leave a comment

Vegan Calcium Rich Food: 15 Best Calcium Sources for Vegans

vegan, calcium, calcium for vegans, vegan calcium sources, best vegan calcium sources, plant based sources of calcium, best plant based sources of calcium, importance of calcium for vegans, how to get calcium on vegan diet

A list of the best calcium sources for vegans. 15 calcium-rich foods that will provide vegans with ample calcium to prevent deficiency.

Read more

Category: Health and Fitness
Posted on August 15, 2021August 15, 2021 by Sithum — Leave a comment

Natural Probiotics for Dogs: Benefits and Risks of Probiotics for Dogs

dogs, probiotics for dogs, benefits of probiotics for dogs, risks of probiotics for dogs, side effects of probiotics for dogs, sources of probiotics for dogs, natural sources of probiotics for dogs, probiotic supplementation for dogs, probiotic dog food, probiotic treats for dogs, prebiotics and probiotics

A guide on the uses and sources of natural probiotics for dogs. What are the benefits and risks of probiotics for dog?

Read more

Category: Living
Posted on August 13, 2021August 13, 2021 by Sithum — Leave a comment

What is the Healthiest Rice? 7 Varieties of Healthiest Rice

rice, healthiest rice, best type of rice for weight loss, healthy rice options, what rice is healthiest, brown rice, brown rice vs basmati rice, brown rice vs jasmine rice, rice comparison, healthy rice options

A guide into understanding what is the healthiest rice. We rank 7 varieties of rice and list out the healthiest for you.

Read more

Category: Health and Fitness
Posted on August 12, 2021August 12, 2021 by Sithum — Leave a comment

What Can I Substitute For Dog Shampoo? Alternatives For Dog Shampoo

dog, dog shampoo, dog shampoo alternatives, alternatives for dog shampoo, substitutes for dog shampoo, what to use instead of dog shampoo, best dog shampoo alternative, homemade dog shampoo

A list of alternatives for dog shampoo that you can use to wash and bathe your pooch. What you can substitute for dog shampoo.

Read more

Category: Living
Posted on August 11, 2021August 11, 2021 by Sithum — Leave a comment

How Often Should I Eat A Day? The Importance of Meal Frequency

meal frequency, how often should I eat, how many meals to eat per day, how many meal to eat, is 1 meal a day healthy, is 2 meals a day healthy, benefits of 6 meals a day, intermittent fasting, intermittent fasting vs 6 meals a day, weight loss and meal frequency, intermittent fasting and weight loss, weight loss and 6 meals, 6 meals and metabolism

A guide of the number of meals you should be eating every day. What is the importance of meal frequency and how is it related to weight loss?

Read more

Category: Health and Fitness

Posts navigation

  • Previous
  • 1
  • 2
  • 3
  • 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
    • Color With Me - 22nd September 2023 $330.00
    • 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
    Categories
    • Health and Fitness
    • Living
    • Money
    • Technology
    • Travel
    © WORD to WORD to WORD 2023
    Built with Storefront & WooCommerce.
    • My Account
    • Search
    • Cart 0