-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsassyname.html
More file actions
156 lines (142 loc) · 6.57 KB
/
Copy pathsassyname.html
File metadata and controls
156 lines (142 loc) · 6.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="SassyName — AI-powered business name generator. Find the perfect name for your startup or SaaS product.">
<title>SassyName — AI Name Generator | Device Cortex</title>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Bootstrap 5 -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome 6 -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" rel="stylesheet">
<!-- Device Cortex -->
<link href="css/devicecortex.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top dc-navbar">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo-top-sm.png" alt="Device Cortex">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="mainNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="novaxplora.html">NovaXplora</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown">Products</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="novaxplora.html">NovaXplora</a></li>
<li><a class="dropdown-item" href="zcastle.html">zCastle</a></li>
<li><a class="dropdown-item" href="sassyname.html">SassyName</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="sassy-page">
<!-- Hero -->
<section class="sassy-hero">
<div class="container">
<div class="animate-on-scroll">
<img src="images/saasyname.png" alt="SassyName logo">
<h1 class="dc-section-title">Find the perfect name for your business</h1>
<p class="dc-section-subtitle mx-auto">AI-powered name generation for startups, SaaS products, and businesses of all kinds. Get creative, memorable names in seconds.</p>
<div class="mt-4">
<a href="https://www.sassyname.com" class="btn-dc btn-dc-sassy" target="_blank" rel="noopener">
Try SassyName <i class="fa-solid fa-arrow-right"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Features -->
<section class="dc-section sassy-features">
<div class="container">
<div class="row g-4">
<div class="col-md-4 h-100 animate-on-scroll">
<div class="feature-col">
<i class="fa-solid fa-brain"></i>
<h4>AI-Powered Generation</h4>
<p>Advanced AI algorithms generate unique, brandable names tailored to your industry and style preferences.</p>
</div>
</div>
<div class="col-md-4 h-100 animate-on-scroll">
<div class="feature-col">
<i class="fa-solid fa-globe"></i>
<h4>Domain Availability</h4>
<p>Instantly check if matching domain names are available so you can secure your brand right away.</p>
</div>
</div>
<div class="col-md-4 h-100 animate-on-scroll">
<div class="feature-col">
<i class="fa-solid fa-bolt"></i>
<h4>Instant Results</h4>
<p>Get dozens of creative name suggestions in seconds — no waiting, no sign-up required.</p>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="dc-footer">
<div class="container">
<div class="row">
<div class="col-md-4 mb-4 mb-md-0">
<h6>Device Cortex</h6>
<p>Building intelligent apps for travel, home, and business.</p>
</div>
<div class="col-md-4 mb-4 mb-md-0">
<h6>Products</h6>
<ul class="list-unstyled">
<li><a href="novaxplora.html">NovaXplora</a></li>
<li><a href="zcastle.html">zCastle</a></li>
<li><a href="sassyname.html">SassyName</a></li>
</ul>
</div>
<div class="col-md-4">
<h6>Contact</h6>
<p><a href="mailto:info@devicecortex.com">info@devicecortex.com</a></p>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Device Cortex, LLC. All rights reserved.</p>
</div>
</div>
</footer>
<!-- Bootstrap 5 JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Scroll Effects -->
<script>
window.addEventListener('scroll', function() {
document.querySelector('.dc-navbar').classList.toggle('scrolled', window.scrollY > 50);
});
const observer = new IntersectionObserver(function(entries) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
}
});
}, { threshold: 0.1 });
document.querySelectorAll('.animate-on-scroll').forEach(function(el) {
observer.observe(el);
});
</script>
</body>
</html>