-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
184 lines (175 loc) · 7.04 KB
/
index.html
File metadata and controls
184 lines (175 loc) · 7.04 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BlackRoad OS - AI Operating System for Teams</title>
<link rel="icon" type="image/x-icon" href="https://images.blackroad.io/brand/favicon.ico" />
<link rel="icon" type="image/png" sizes="192x192" href="https://images.blackroad.io/brand/blackroad-icon-192.png" />
<link rel="apple-touch-icon" sizes="180x180" href="https://images.blackroad.io/brand/apple-touch-icon.png" />
<meta property="og:image" content="https://images.blackroad.io/brand/blackroad-icon-512.png" />
<!-- SEO Meta Tags -->
<meta name="description" content="Deploy instantly. Build with AI. Ship faster. BlackRoad OS combines deployment, collaboration, and AI-powered workflows in one beautiful platform. 50% off for founding members.">
<meta name="keywords" content="AI operating system, developer tools, deployment platform, SaaS, team collaboration, workflow automation">
<meta name="author" content="BlackRoad OS">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://app.blackroad.io/">
<meta property="og:title" content="BlackRoad OS - AI Operating System for Teams">
<meta property="og:description" content="Deploy instantly. Build with AI. Ship faster. 50% off for founding members - Only 79 spots left.">
<meta property="og:image" content="https://app.blackroad.io/og-image.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://app.blackroad.io/">
<meta property="twitter:title" content="BlackRoad OS - AI Operating System for Teams">
<meta property="twitter:description" content="Deploy instantly. Build with AI. Ship faster. 50% off for founding members - Only 79 spots left.">
<meta property="twitter:image" content="https://app.blackroad.io/twitter-card.png">
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🚀</text></svg>">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
.container {
max-width: 800px;
padding: 40px;
text-align: center;
}
h1 {
font-size: 3.5rem;
margin-bottom: 20px;
font-weight: 800;
}
.tagline {
font-size: 1.5rem;
margin-bottom: 40px;
opacity: 0.9;
}
.cta-section {
background: rgba(255,255,255,0.1);
backdrop-filter: blur(10px);
padding: 40px;
border-radius: 20px;
margin: 40px 0;
}
.price {
font-size: 3rem;
font-weight: 700;
margin: 20px 0;
}
.price small {
font-size: 1.2rem;
opacity: 0.8;
}
.price .old-price {
text-decoration: line-through;
opacity: 0.6;
font-size: 1.8rem;
}
button, a.button {
background: #10b981;
color: white;
border: none;
padding: 20px 60px;
font-size: 1.3rem;
border-radius: 50px;
cursor: pointer;
font-weight: 700;
transition: transform 0.2s, box-shadow 0.2s;
margin: 10px;
text-decoration: none;
display: inline-block;
}
button:hover, a.button:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.secondary {
background: rgba(255,255,255,0.2);
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 40px 0;
}
.feature {
background: rgba(255,255,255,0.1);
padding: 30px;
border-radius: 15px;
}
.feature h3 {
font-size: 1.2rem;
margin-bottom: 10px;
}
.status {
background: #10b981;
display: inline-block;
padding: 8px 20px;
border-radius: 20px;
font-weight: 700;
margin-bottom: 20px;
}
.discount-badge {
background: #ef4444;
display: inline-block;
padding: 10px 25px;
border-radius: 25px;
font-weight: 700;
margin: 20px 0;
font-size: 1.1rem;
animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
</style>
<script src="https://blackroad-mesh.amundsonalexa.workers.dev/mesh.js" defer></script>
</head>
<body>
<div class="container">
<div class="status">🚀 LIVE NOW - LIMITED SPOTS</div>
<h1>BlackRoad OS</h1>
<p class="tagline">The AI operating system for teams who ship fast</p>
<div class="features">
<div class="feature">
<h3>⚡ Deploy Instantly</h3>
<p>From idea to production in minutes, not months</p>
</div>
<div class="feature">
<h3>🤖 AI-First</h3>
<p>Built for the era of AI-powered development</p>
</div>
<div class="feature">
<h3>🔒 Enterprise Ready</h3>
<p>Security, compliance, and governance built-in</p>
</div>
</div>
<div class="cta-section">
<div class="discount-badge">🎁 FOUNDING MEMBERS: 50% OFF FOREVER</div>
<h2>Get Early Access</h2>
<div class="price">
<span class="old-price">$58</span>
$29<small>/month</small>
</div>
<p style="margin-bottom: 30px;">First 100 customers get lifetime discount - Only <strong>79 spots left</strong></p>
<a href="https://buy.stripe.com/9B6cN4fOr6bYbvi8xD" class="button">Start Free Trial - Get 50% Off</a>
<a href="mailto:blackroad.systems@gmail.com?subject=Demo Request" class="button secondary">Book a Demo</a>
<p style="opacity: 0.7; margin-top: 30px; font-size: 0.9rem;">
✅ 14-day free trial • ✅ No credit card required • ✅ Cancel anytime
</p>
</div>
<p style="opacity: 0.7; margin-top: 40px;">
Questions? → <a href="mailto:blackroad.systems@gmail.com" style="color: white;">blackroad.systems@gmail.com</a>
</p>
</div>
</body>
</html>