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 / Travel / Page 2

Category: Travel

Posted on April 29, 2021June 17, 2021 by Sithum — Leave a comment

17 Best Snorkelling Spots in California: A Guide to Snorkelling in The Golden State

best snorkeling spots in California, California snorkeling, snorkeling, US

17 of the best snorkelling spots in California. Take your pick from the various spots on this list for an adventure not to be missed.

Read more

Category: Travel
Posted on April 27, 2021June 17, 2021 by Sithum — Leave a comment

Best Affordable Spa and Wellness Retreats in the US to Revitalise Your Senses

affordable spa and wellness retreats in the US, cheap retreat US, wellness and spa retreats, affordable wellness and spa retreats

List of the most affordable, yet considered the best spa and wellness retreats in the US. Find a retreat that won’t blow your budget.

Read more

Category: Travel
Posted on April 22, 2021June 17, 2021 by Sithum — Leave a comment

10 Best Free Campsites in New York: Free Camping in New York

Best free campsites in New York, New York camping, free camping US, US Camping

A list of the best free campsites in New York. Campgrounds which are both scenic and free to use in New York.

Read more

Category: Travel
Posted on April 20, 2021June 17, 2021 by Sithum — Leave a comment

Costs of a Campervan Road Trip in USA: Budget Tips for Van Life

Cost of Campervan Road Trip in USA, Campervan road trip USA, Costs and budget for campervan trip

What are the costs involved in considering a campervan road trip in USA. Various budget tips that can help and prepare you for Van Life.

Read more

Category: Travel
Posted on April 18, 2021June 17, 2021 by Sithum — Leave a comment

Kid-Friendly Hiking Trails in Hawaii: 10 Family-Friendly Hiking Trails

Kid-friendly hiking trails in Hawaii, Family vacation Hawaii, Hiking trails, family friendly hiking trails

A list of the best hiking trails for family friendly hiking in Hawaii. Find the trail that works best for you and your kids.

Read more

Category: Travel
Posted on April 14, 2021June 17, 2021 by Sithum — Leave a comment

15 Best Campsites in Washington State: Where to go Camping in Washington State

Best campsites in Washington, Camping in Washington, Camping, Campgrounds, Campsites

A list of the best campsites in Washington State. Take your pick on where you would like to go camping next, from our list of the best 15.

Read more

Category: Travel
Posted on April 12, 2021June 17, 2021 by Sithum — Leave a comment

Hiking in Hawaii: The 15 Best Hiking Trails in Hawaii

best hiking trails in Hawaii, Hawaii hiking trails, hiking trails

A list of the best hiking trails in Hawaii. Take your pick from the various trails on this list both scenic and adventurous.

Read more

Category: Travel
Posted on April 10, 2021June 17, 2021 by Sithum — Leave a comment

Best Hiking Trails for Kids: 18 Family-Friendly Hikes in the US

best hiking trails for kids, children hiking trails, hiking trails for children, best hiking trails for children in the US, USA hiking trails for families, family friendly hiking in USA

A list of the best family friendly hikes in the US. Find a list of kid-friendly hiking trails which are not too long; perfect for the family.

Read more

Category: Travel
Posted on April 8, 2021June 17, 2021 by Sithum — Leave a comment

Waterfall Hiking Trails In The USA: 15 Most Amazing Waterfalls

waterfall hiking trails USA, USA hiking trails, Waterfall hiking trails, USA hiking, best hiking trails in the USA, best waterfall hiking trails in USA

A list of the best waterfall hikes in the USA. Trails which lead to beautiful waterfalls, a list of the best, most worthwhile hikes in the US.

Read more

Category: Travel
Posted on April 6, 2021June 17, 2021 by Sithum — Leave a comment

15 Best Affordable Romantic Gateways in the US For Couples

Romantic gateways in the US, romantic retreats in the US, romantic trips in the US, USA romantic excursions, romantic retreats in the USA, Best romantic retreats in the USA

A list of the best, most affordable romantic gateways in the US. Find the spot to reconnect emotionally on any of these various retreats.

Read more

Category: Travel

Posts navigation

  • Previous
  • 1
  • 2
  • 3
  • …
  • 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
    • 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