JezK
Edit File: about.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>About Us | NameFantacy - Names For Every Idea</title> <meta name="description" content="Learn about NameFantacy.com, our mission to simplify naming for worldbuilders, writers, parents, and startups."> <link rel="stylesheet" href="../assets/css/style.css"> </head> <body> <header class="site-header"> <div class="container nav-wrap"> <a href="../index.html" class="brand-logo">Name<span>Fantacy</span></a> <div class="search-bar-wrap"> <span class="search-icon">🔍</span> <input type="text" id="siteSearchInput" class="search-input" placeholder="Search..."> <div id="searchDropdown" class="search-dropdown"></div> </div> <button class="nav-toggle" id="navToggle">☰</button> <ul class="nav-links" id="navLinks"> <li><a href="../index.html" class="nav-link">Home</a></li> <li><a href="fantasy-name-generator.html" class="nav-link">Fantasy</a></li> <li><a href="about.html" class="nav-link active">About</a></li> <li><a href="contact.html" class="nav-link">Contact</a></li> </ul> </div> </header> <main class="container"> <article class="seo-content" style="margin-top: 3rem;"> <h1>About NameFantacy</h1> <p>Welcome to <strong>NameFantacy.com</strong>, home of the web's cleanest and most reliable naming generators.</p> <h2>Our Mission</h2> <p>We built NameFantacy around a single core ethos: <em>"Names for every idea."</em> Far too many naming websites are clogged with intrusive pop-up advertisements, slow load times, and poor randomizer scripts that spit out disjointed, unpronounceable characters.</p> <h2>Linguistic Curation</h2> <p>Our tools use custom-designed phoneme combinations, morphological stems, and real etymology. Whether you are generating an elven title for a fantasy novel or an identity for your venture-backed startup, our tools are structured to respect grammatical conventions and human pronunciation.</p> <h2>Zero Privacy Invasions</h2> <p>Your saved favorites never leave your browser. They are written locally to your device's browser memory (<code>localStorage</code>), meaning no tracking, no database logging, and total privacy.</p> </article> </main> <footer class="site-footer"> <div class="container footer-bottom"> <span>© 2026 NameFantacy.com</span> <span><a href="../index.html">Home</a></span> </div> </footer> <script src="../assets/js/search.js"></script> <script src="../assets/js/main.js"></script> </body> </html>