Help
RSS
API
Feed
Maltego
Contact
Domain > www.mikeange.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-11-23
208.85.2.146
(
ClassC
)
Port 80
HTTP/1.1 200 OKDate: Sun, 23 Nov 2025 10:27:39 GMTServer: Apache/2Upgrade: h2,h2cConnection: UpgradeLast-Modified: Sun, 28 Sep 2025 21:51:05 GMTETag: 7017-63fe3840512acAccept-Ranges: bytesContent-Length: 28695Vary: Accept-Encoding,User-AgentContent-Type: text/html !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>M.R. ANGE - AUTHOR | The Golem Directive/title> meta namedescription contentM.R. Ange - Author of The Golem Directive, a Cold War thriller exploring unintended consequences. Former security services investigator, Gulf War veteran, and Vandenberg recovery team leader.> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Georgia, serif; line-height: 1.6; color: #333; background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%); } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header */ header { background: rgba(0, 0, 0, 0.95); padding: 1rem 0; position: fixed; width: 100%; top: 0; z-index: 1000; backdrop-filter: blur(15px); border-bottom: 2px solid #d4af37; } nav { display: flex; justify-content: space-between; align-items: center; } .logo { font-size: 1.8rem; font-weight: bold; color: #d4af37; letter-spacing: 1px; } .nav-links { display: flex; list-style: none; gap: 2rem; } .nav-links a { color: #fff; text-decoration: none; transition: color 0.3s; font-weight: 500; } .nav-links a:hover { color: #d4af37; } /* Hero Section */ .hero { height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; color: white; background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(vandenberg-night.jpg); background-size: cover; background-position: center; } .hero-content h1 { font-size: 4.5rem; margin-bottom: 0.5rem; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9); letter-spacing: 3px; color: #d4af37; } .hero-content .author-subtitle { font-size: 1.8rem; margin-bottom: 2rem; color: #fff; font-style: italic; font-weight: 300; } .hero-content .featured-work { font-size: 2.2rem; margin-bottom: 1rem; color: #d4af37; font-weight: bold; } .hero-content .tagline { font-size: 1.3rem; margin-bottom: 3rem; max-width: 700px; margin-left: auto; margin-right: auto; line-height: 1.8; } .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } .cta-button { display: inline-block; background: linear-gradient(45deg, #d4af37, #f4d03f); color: #000; padding: 1rem 2rem; text-decoration: none; border-radius: 5px; font-weight: bold; transition: transform 0.3s, box-shadow 0.3s; } .cta-button.secondary { background: linear-gradient(45deg, #2c3e50, #34495e); color: #d4af37; border: 2px solid #d4af37; } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4); } /* Main Sections */ section { padding: 5rem 0; } .section-light { background: #f8f9fa; } .section-dark { background: #2c3e50; color: white; } h2 { font-size: 2.8rem; margin-bottom: 2rem; text-align: center; color: #d4af37; } .section-dark h2 { color: #d4af37; } /* Book Overview */ .book-overview { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: center; margin-bottom: 3rem; } .book-cover { text-align: center; } .book-cover-placeholder { width: 320px; height: 480px; background: linear-gradient(135deg, #2c3e50, #34495e); border-radius: 15px; display: flex; align-items: center; justify-content: center; margin: 0 auto; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); color: #d4af37; font-size: 1.6rem; font-weight: bold; text-align: center; padding: 30px; border: 3px solid #d4af37; } .book-details h3 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #2c3e50; } .book-description { font-size: 1.2rem; line-height: 1.9; margin-bottom: 2rem; } .book-description p { margin-bottom: 1.5rem; } /* Golem Mythology Section */ .golem-mythology { background: rgba(212, 175, 55, 0.1); padding: 3rem; border-radius: 15px; border-left: 5px solid #d4af37; margin: 3rem 0; } .golem-mythology h4 { font-size: 1.8rem; color: #d4af37; margin-bottom: 1rem; } .golem-mythology p { font-style: italic; font-size: 1.1rem; line-height: 1.8; } /* Photo Gallery */ .photo-gallery { margin: 4rem 0; } .gallery-intro { text-align: center; margin-bottom: 4rem; } .gallery-intro h3 { color: #d4af37; font-size: 2rem; margin-bottom: 1rem; } .gallery-intro p { color: #ccc; font-size: 1.2rem; } .photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 3rem; } .photo-item { background: rgba(255, 255, 255, 0.05); border-radius: 15px; overflow: hidden; border: 2px solid #d4af37; transition: transform 0.3s, box-shadow 0.3s; } .photo-item:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2); } .photo-placeholder { height: 200px; display: flex; align-items: center; justify-content: center; color: #d4af37; font-weight: bold; text-align: center; font-size: 1.1rem; border-bottom: 2px solid #d4af37; } .photo-caption { padding: 1.5rem; } .photo-caption h5 { color: #d4af37; font-size: 1.2rem; margin-bottom: 0.5rem; } .photo-caption p { color: #ccc; font-size: 0.95rem; line-height: 1.6; } /* Author Section */ .author-section { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; align-items: start; } .author-photo-placeholder { width: 280px; height: 350px; background: linear-gradient(135deg, #34495e, #2c3e50); border-radius: 15px; display: flex; align-items: center; justify-content: center; margin: 0 auto; color: #d4af37; font-weight: bold; font-size: 1.2rem; border: 2px solid #d4af37; text-align: center; } .author-bio h3 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #d4af37; } .author-bio p { font-size: 1.1rem; line-height: 1.9; margin-bottom: 1.5rem; } .credentials { background: rgba(255, 255, 255, 0.1); padding: 2rem; border-radius: 10px; margin-top: 2rem; } .credentials h4 { color: #d4af37; margin-bottom: 1rem; font-size: 1.3rem; } .credentials ul { list-style: none; padding-left: 0; } .credentials li { padding: 0.3rem 0; color: #333; } .credentials li:before { content: \2022 ; color: #d4af37; font-weight: bold;} /* Sample Chapter */ .sample-text { background: rgba(0, 0, 0, 0.3); padding: 3rem; border-radius: 15px; border-left: 6px solid #d4af37; margin: 3rem 0; backdrop-filter: blur(10px); } .sample-text h4 { color: #d4af37; font-size: 1.5rem; margin-bottom: 1rem; } .sample-excerpt { background: rgba(212, 175, 55, 0.1); padding: 2rem; border-radius: 10px; margin: 2rem 0; font-size: 1.1rem; line-height: 1.8; } .sample-excerpt p { margin-bottom: 1rem; } /* Contact */ .contact-info { text-align: center; font-size: 1.2rem; background: rgba(255, 255, 255, 0.05); padding: 3rem; border-radius: 15px; } .contact-info h3 { color: #d4af37; margin-bottom: 2rem; font-size: 2rem; } .contact-info a { color: #d4af37; text-decoration: none; font-weight: bold; } .contact-info a:hover { text-decoration: underline; } .contact-item { margin: 1rem 0; padding: 1rem; background: rgba(212, 175, 55, 0.1); border-radius: 8px; } /* Footer */ footer { background: #000; color: white; text-align: center; padding: 3rem 0; border-top: 2px solid #d4af37; } /* Responsive */ @media (max-width: 768px) { .hero-content h1 { font-size: 2.8rem; } .hero-content .featured-work { font-size: 1.8rem; } .book-overview, .author-section { grid-template-columns: 1fr; text-align: center; } .nav-links { flex-direction: column; gap: 1rem; } .cta-buttons { flex-direction: column; align-items: center; } .photo-grid { grid-template-columns: 1fr; } } /* Smooth scrolling */ html { scroll-behavior: smooth; } /* Animations */ .fade-in { opacity: 0; transform: translateY(40px); transition: opacity 0.8s, transform 0.8s; } .fade-in.visible { opacity: 1; transform: translateY(0); } /* Special effects */ .highlight { background: linear-gradient(120deg, transparent 0%, rgba(212, 175, 55, 0.2) 50%, transparent 100%); padding: 0.2rem 0.5rem; border-radius: 3px; } /style>/head>body> header> nav classcontainer> div classlogo>M.R. ANGE/div> ul classnav-links> li>a href#home>Home/a>/li> li>a href#books>Books/a>/li> li>a href#gallery>Gallery/a>/li> li>a href#author>Author/a>/li> li>a href#sample>Sample/a>/li> li>a href#contact>Contact/a>/li> /ul> /nav> /header> section idhome classhero> div classhero-content> h1>M.R. ANGE/h1> p classauthor-subtitle>Author/p> p classfeatured-work>THE GOLEM DIRECTIVE/p> p classtagline> When past betrayals collide with present dangers, some secrets refuse to stay buried. A gripping Cold War thriller where span classhighlight>the deadliest betrayals come from those closest to you/span>—and unintended consequences echo across decades. /p>p stylefont-size: 1.1rem; color: #d4af37; font-weight: bold; margin: 2rem auto 1rem auto; text-shadow: 2px 2px 4px rgba(0,0,0,0.8);> ★ ACTIVELY SEEKING LITERARY REPRESENTATION ★/p> div classcta-buttons> a href#books classcta-button>Discover the Story/a> a href#contact classcta-button secondary>Literary Representation/a> /div> /div> /section> section idbooks classsection-light> div classcontainer> h2>Featured Work/h2> div classbook-overview> div classbook-cover> div stylewidth: 320px; height: 480px; background: linear-gradient(135deg, #000000 0%, #0a0a0a 25%, #000000 50%, #0a0a0a 75%, #000000 100%); border-radius: 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 auto; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.9), inset 0 2px 10px rgba(0, 0, 0, 0.8), inset 0 -2px 10px rgba(255, 255, 255, 0.1); border: 3px solid #d4af37; color: #d4af37; text-align: center; padding: 30px; position: relative; overflow: hidden;> !-- Glossy overlay effect --> div styleposition: absolute; top: 0; left: 0; width: 100%; height: 50%; background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 50%, transparent 100%); pointer-events: none; border-radius: 15px 15px 0 0;>/div> !-- Main Title --> div stylefont-size: 2.0rem; font-weight: bold; line-height: 0.9; margin-bottom: 1.5rem; text-shadow: 3px 3px 8px rgba(0,0,0,0.9); letter-spacing: 2px; text-transform: uppercase; position: relative; z-index: 1;>THE GOLEMbr>DIRECTIVE/div> !-- Subtitle --> div stylefont-size: 0.9rem; margin-bottom: 2rem; color: #ccc; font-style: italic; text-shadow: 2px 2px 4px rgba(0,0,0,0.8); position: relative; z-index: 1;>A Cold War Thriller/div> !-- Author --> div stylefont-size: 1.4rem; font-weight: bold; margin-bottom: 2rem; letter-spacing: 1px; position: relative; z-index: 1;>M.R. ANGE/div> !-- Tagline --> div stylefont-size: 0.85rem; color: #d4af37; font-style: italic; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0,0,0,0.9); border-top: 1px solid #d4af37; padding-top: 1rem; margin-top: 1rem; position: relative; z-index: 1;>Our Past Never Dies.br>It Just Waits./div> !-- Decorative corner element --> div styleposition: absolute; top: 15px; right: 15px; width: 20px; height: 20px; border: 2px solid #d4af37; transform: rotate(45deg); z-index: 1;>/div> /div> /div> div classbook-details> h3>The Golem Directive: A Cold War Thriller/h3> div classbook-description> p>Former Army Captain TJ Smith thought his Cold War service in Prague was behind him. But when his wife is found murdered in the hull of a sunken ship off Key West, he discovers that some secrets refuse to stay buried./p> p>Framed for murder and sentenced to death, TJ must uncover a conspiracy that reaches back to his covert operations in Soviet-controlled Czechoslovakia. With time running out on death row, hell discover that strong>the deadliest betrayals come from those closest to you/strong>./p> p>em>The Golem Directive/em> weaves together authentic Cold War tradecraft, underwater adventure, and legal thriller elements in a story that explores the law of unintended consequences; how the past never truly dies, it just waits for the right moment to strike back./p> /div> /div> /div> div classgolem-mythology> h4>The Golem of Prague: A Legacy of Unintended Consequences/h4> p>In 16th century Prague, Rabbi Judah Loew created the mythical Golem from clay and brought it to life to protect the Jewish population. But once unleashed, the creature became uncontrollable and destructive. The Rabbi was forced to remove the sacred script and hide the Golem away in the Old New Synagogue, where legend claims it still sleeps./p> p>strong>Whether myth or real you decide, either way, the lessons of the Golem have survived the test of time. Even today, the law of unintended consequences plagues nations and religions alike. It is only a fool that unleashes knowledge, power or sets in motion events that cannot be fully forecast and fully controlled./strong>/p> /div> /div> /section> section idgallery classsection-dark> div classcontainer> h2>Authentic Documentation/h2> div classgallery-intro> h3>Authors Personal Photography/h3> p>M.R. Ange documented the actual locations that inspired The Golem Directive/p> /div> div classphoto-gallery> h4 stylecolor: #d4af37; text-align: center; margin-bottom: 2rem;>USNS Vandenberg - The Novels Crime Scene/h4> div classphoto-grid> div classphoto-item> img srcvandenberg-security.jpg altUSNS Vandenberg Security Lighting stylewidth: 100%; height: 200px; object-fit: cover;> div classphoto-caption> h5>Vandenberg Under Security/h5> p>500-foot former USAF missile tracking ship illuminated by high security lighting. Authors photo taken during pre-sinking operations with patrol cars standing by./p> /div> /div> div classphoto-item> img srcvandenberg-dishes.jpg altVandenberg Satellite Dishes Underwater stylewidth: 100%; height: 200px; object-fit: cover;> div classphoto-caption> h5>Military Heritage Documented/h5> p>Iconic satellite dishes of the Cold War missile tracking ship, photographed by M.R. Ange during the historic first dive survey in challenging conditions./p> /div> /div>div classphoto-item> img srcvandenberg-divers.jpg altDivers Descending to Vandenberg stylewidth: 100%; height: 200px; object-fit: cover;> div classphoto-caption> h5>First Survey Descent/h5> p>Two survey divers descending to the Vandenberg wreck with air still escaping from the ship. Authors photo taken 15 minutes after the controlled sinking./p> /div>/div> div classphoto-item> img srcvandenberg-author.jpg altM.R. Ange First Dive stylewidth: 100%; height: 200px; object-fit: cover;> div classphoto-caption> h5>Author on Historic Dive/h5> p>M.R. Ange documenting the wreck during initial survey. As Explosive Ordnance Recovery Team Leader, he had unique access to photograph the vessel./p> /div> /div> div classphoto-item> img srcvandenberg-shaft.jpg altCrime Scene Location - Vandenberg Shaft stylewidth: 100%; height: 200px; object-fit: cover;> div classphoto-caption> h5>Fictional Murder Location/h5> p>The shaft opening where the murder victim is discovered in The Golem Directive. Author photographed this exact location during wreck documentation./p> /div> /div> div classphoto-item> img srcvandenberg-interior.jpg altVandenberg Interior Wreckage stylewidth: 100%; height: 200px; object-fit: cover;> div classphoto-caption> h5>Inside the Vandenberg/h5> p>Interior showing structural damage from controlled sinking. This pathway leads to the fictional crime scene location used in the novel./p> /div> /div> /div> h4 stylecolor: #d4af37; text-align: center; margin: 3rem 0 2rem 0;>Prague - Cold War Setting/h4> div classphoto-item> div classphoto-item> img srcprague-clock1.jpg altPrague Astronomical Clock stylewidth: 100%; height: auto; object-fit: contain;> h5>Pragues Historic Heart/h5> p>Medieval astronomical clock in Pragues Old Town Square. Author photographed this during his service time, inspiring Cold War flashback sequences./p> /div>/div> div classphoto-item> img srcprague-wheel.jpg altDevils Water Wheel Prague stylimg srcprague-wheel.jpg altDevils Water Wheel Prague stylewidth: 100%; height: 450px; object-fit: cover;> h5>Pragues Hidden Depths/h5> p>Historic water wheel featured as a key location in The Golem Directive. Authors intimate knowledge of Prague adds authenticity to the thriller./p> /div> /div> /div> /div> /div> /section> section idauthor classsection-light> div classcontainer> h2>About M.R. Ange/h2> div classauthor-section> div classauthor-photo> img srcauthor-photo.jpg altM.R. Ange Author stylewidth: 280px; height: 350px; object-fit: cover; border-radius: 15px; border: 2px solid #d4af37; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); margin: 0 auto; display: block;> p styletext-align: center; font-style: italic; color: #666; margin-top: 1rem; font-size: 0.9rem;> M.R. Ange during Cold War service, Egypt 1987 /p> /div> div classauthor-bio> h3>Experience That Brings Authenticity/h3> p>M.R. Ange brings decades of real-world experience to this gripping thriller. His background in security services, investigations, and military operations provides the authentic foundation that makes em>The Golem Directive/em> pulse with realism./p> p>After his military career was cut short by injuries sustained during Gulf War service, he became a nationally recognized advocate for veterans rights and Gulf War Illness legislation. His subsequent thirty-year career in the diving industry included serving as strong>explosive ordnance recovery team leader for the sinking of the USNS Vandenberg/strong>—the very wreck that serves as a key setting in this novel./p> p>As author of multiple technical diving texts and the McGraw Hill book em>Diver Down—Real World Diving Accidents,/em> he understands both the mechanics of storytelling and the deadly realities of high-risk operations. His firsthand knowledge of security operations, underwater recovery, and the lasting impacts of military service informs every page of em>The Golem Directive/em>./p> div classcredentials> h4>Professional Background/h4> ul> li>Security Services & Investigations Specialist/li> li>Narcotics Agent (Federal & Local Law Enforcement)/li> li>Gulf War Combat Veteran/li> li>USNS Vandenberg Explosive Ordnance Recovery Team Leader/li> li>Published Author - McGraw Hill Technical Publications/li> li>Veterans Rights Advocate/li> /ul> /div> /div> /div> /div> /section> section idsample classsection-dark> div classcontainer> h2>Sample Reading/h2> div classsample-text> h4>Prologue: Death Row/h4> div classsample-excerpt> p>em>The silence was deafening; the sort of hushed, forced silence that always accompanies bad news that is so stunning people have no idea how to respond./em>/p> p>TJ Smith collapsed into his chair at the defendants table. He was not surprised, but the sentence handed down was still stunning—death by lethal injection to be carried out at the states prison in Starke./p> p>Somehow, he never pictured this as being the way he would die. He had always expected to die from an AK-47 round, a misstep near an improvised explosive device, or as a result of some stupid mistake made hundreds of feet below the surface of the ocean. He had never considered that they would cage him like an animal for years before they merely put him to sleep like some diseased dog./p> p>But the reality was clear. The Judge just said it loud and clear: em>Mr. Tomas Julius Smith for the crime of murder in the first degree with circumstances in aggravation this Court sentences you to death by lethal injection.../em>/p> p>The case was the most complete and well thought out frame he had ever seen. He had had no prayer of receiving a fair trial. The media had made sure of that. Surprising, because he hadnt committed the crime. But, of course, no one would believe that now.../p> /div> p styletext-align: center; margin-top: 2rem;> a href#contact classcta-button>Request Full Manuscript/a> /p> /div> /div> /section> section idcontact classsection-light> div classcontainer> h2>Professional Representation/h2> div classcontact-info> h3>Literary Agents & Film Rights/h3>div classcontact-item> p>strong>For Literary Representation & Manuscript Requests:/strong>/p> p>a hrefmailto:agents@mikeange.net>agents@mikeange.net/a>/p>/div>div classcontact-item> p>strong>Author Website:/strong>/p> p>a hrefhttp://mikeange.com target_blank>mikeange.com/a>/p>/div>div classcontact-item> p>strong>Film Rights & Media Inquiries:/strong>/p> p>a hrefmailto:agents@mikeange.net>agents@mikeange.net/a>/p>/div>br>p>em>The Golem Directive/em> - Seeking Literary Representation/p>p>strong>WGA Registration #2301172/strong>/p>p>strong>© 2025 M.R. Ange. All Rights Reserved./strong>/p>p>strong>U.S. Copyright Registration: TXu 2-492-340/strong>/p>p>Complete manuscript available upon request/p>
Subdomains
Date
Domain
IP
smtp.mikeange.com
2025-11-22
208.85.2.146
www.mikeange.com
2025-11-23
208.85.2.146
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]