Monthly

Greg Loucks: Main, Personal Website
Your Date & Time:
My Facebook
My Flickr
My Tiktok
My Substack
My Messenger
My Snapchat
My Vocl
My Instagram
My LastFM
My Lemon8
My Tumblr
My Telegram
My Reddit
My MeWe
My Threads
My Youtube
My Rednote
My Ko-fi
My Whatsapp
My Gab
My VK
My X/Twitter
My Rumble
Discord
My Imdb
My Signal
My Gettr
My Wimkin
My Linkedin
My Vimeo
My Locals
My Yelp
My Wire
My Parler
My Clouthub
My Pinterest
My Twitch
My Patreon
My Swarm
My WeChat
My Truth Social
My Xapit

Events from January 29, 2026

No events

Search

Subscribe

RSS Feed

Donate

Online Donation

 
 

Your support makes a difference! Please use this form to make your online donation. If you wish to support a specific cause or project, let us know in the comment box below

1

CHOOSE OR SELECT YOUR AMOUNT

$

$
Make this donation in times

2

YOU ARE DONATING AS GUEST or Login

3

CHECKOUT

Privacy Policy
By making this donation and agreeing to the Privacy Policy you agree to this web site storing your information.
Paypal
$CashApp
GiveSendGo

Your Statistics

For the care and safety of this prayer space, we gently record the time and location of each visit. This helps us protect sincerity while preserving anonymity.

Your Date and Time


IP Addres:
216.73.216.43

System

  • OS Linux n
  • PHP 8.3.30
  • MySQLi 10.6.25-MariaDB-log
  • Time 21:50
  • Caching Disabled
  • Gzip Disabled
  • Users 34
  • Articles 38
  • Articles View Hits 3079

Website Visitors Map

About Greg Loucks

Greg Loucks is a writer, poet, filmmaker, musician, and graphic designer, as well as a creative visionary and faith-driven storyteller working at the intersection of language, meaning, and human connection. Born and raised in Phoenix, Arizona, he has lived in Cincinnati, Ohio; Hot Springs, Arkansas; Williams, Arizona; and Flagstaff, Arizona—each place shaping his perspective, resilience, and creative voice.

About Me

Address:

United States of America and Europe

Phone Numbers:

Arizona: (928) 563-GREG (4734)

Tennessee: (615) 899-GREG (4734)

Toll-Free: 888-457-GREG (4734)

Emails:

greg@gregloucks.com

greg@gregloucks.org

@media screen and (min-width: 1024px) { #sp-logo .logo-image, #sp-logo img, #sp-logo a {display: none;} } ```css /* ================================= REMOVE HELIX LOGO ================================ */ #sp-logo, #sp-logo img, #sp-logo a, #sp-logo .logo-image{ display:none!important; } /* ================================= GLOBAL SAFETY ================================ */ html,body{ max-width:100%; overflow-x:hidden; } body.space-page{ background:#000; color:#fff; } /* ================================= JOOMLA CONTENT LAYER ================================ */ #sp-header, #sp-main-body, #sp-footer{ position:relative; z-index:100; } /* ================================= ROTATING GALAXY BACKGROUND ================================ */ body.space-page::before{ content:""; position:fixed; top:0; left:0; width:100%; height:100%; background:url("https://upload.wikimedia.org/wikipedia/commons/9/99/ESO_-_Milky_Way.jpg") center/cover no-repeat; opacity:.05; animation:galaxyRotate 300s linear infinite; z-index:-500; } @keyframes galaxyRotate{ 0%{transform:rotate(0deg) scale(1.2);} 100%{transform:rotate(360deg) scale(1.2);} } /* ================================= NEBULA CLOUD LAYER ================================ */ .nebula-layer{ position:fixed; top:0; left:0; width:100%; height:100%; background:url("https://upload.wikimedia.org/wikipedia/commons/2/28/Orion_Nebula_-_Hubble_2006_mosaic_18000.jpg") center/cover no-repeat; opacity:.05; animation:nebulaDrift 200s linear infinite; z-index:-450; pointer-events:none; } @keyframes nebulaDrift{ 0%{transform:scale(1.1) translateX(0)} 100%{transform:scale(1.2) translateX(-5%)} } /* ================================= TWINKLING STARFIELD ================================ */ body.space-page::after{ content:""; position:fixed; top:0; left:0; width:100%; height:100%; background: radial-gradient(white 1px,transparent 1px), radial-gradient(white 1px,transparent 1px); background-size:3px 3px,6px 6px; opacity:.12; animation:twinkle 6s infinite alternate; z-index:-400; } @keyframes twinkle{ 0%{opacity:.04} 100%{opacity:.18} } /* ================================= PARALLAX STAR LAYERS ================================ */ .parallax-layer{ position:fixed; top:0; left:0; width:100%; height:100%; pointer-events:none; z-index:-350; } .stars1{ background:url("https://www.transparenttextures.com/patterns/stardust.png"); opacity:.55; } .stars2{ background:url("https://www.transparenttextures.com/patterns/stardust.png"); opacity:.25; transform:scale(1.5); } /* ================================= ORBITING PLANET ================================ */ .planet-layer{ position:fixed; top:50%; left:50%; width:1400px; height:1400px; margin-left:-700px; margin-top:-700px; border-radius:50%; pointer-events:none; animation:planetOrbit 180s linear infinite; z-index:-300; } .planet-layer::before{ content:""; position:absolute; width:80px; height:80px; background:radial-gradient(circle,#9ed0ff,#1b4f8a); border-radius:50%; top:-40px; left:50%; margin-left:-40px; box-shadow:0 0 30px rgba(120,200,255,.9); } @keyframes planetOrbit{ 0%{transform:rotate(0deg);} 100%{transform:rotate(360deg);} } /* ================================= METEOR LAYER ================================ */ .meteor-layer{ position:fixed; top:0; left:0; width:100%; height:100%; pointer-events:none; z-index:-250; } /* ================================= SHOOTING STARS ================================ */ .shooting-star{ position:absolute; top:-10px; width:2px; height:130px; background:linear-gradient(-45deg,white,rgba(255,255,255,0)); opacity:.9; transform:rotate(45deg); animation:meteor linear forwards; } @keyframes meteor{ 0%{ opacity:0; transform:translateY(0) translateX(0) rotate(45deg); } 10%{ opacity:1; } 100%{ opacity:0; transform:translateY(1000px) translateX(700px) rotate(45deg); } } /* ================================= THREE.JS STARFIELD SUPPORT ================================ */ #starfield{ ```