-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
407 lines (354 loc) · 12.6 KB
/
Copy pathindex.html
File metadata and controls
407 lines (354 loc) · 12.6 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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shinpuru-Sachi — Smart Terminal Browser | Quick Red Tech</title>
<!-- SEO Meta -->
<meta name="description" content="Shinpuru-Sachi — A smart terminal browser for creators, coders, and power users. Quickly search, run commands, and manage workflows efficiently.">
<meta name="keywords" content="Shinpuru-Sachi, Sachi CMD Browser, terminal browser, Quick Red Tech, command-line browser, productivity tool, Chisom Life Eke, Nigeria software, developer tool">
<meta name="author" content="Chisom Life Eke | Quick Red Tech">
<meta name="robots" content="index, follow">
<!-- Google Site Verification -->
<meta name="google-site-verification" content="google7d8177cdda59d81f" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Shinpuru-Sachi — Smart Terminal Browser">
<meta property="og:description" content="Shinpuru-Sachi — terminal browser for creators and developers. Quickly search, run commands, and simplify your workflow.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://qrtquick.github.io/Shinpuru-Sachi/">
<meta property="og:image" content="https://qrtquick.github.io/Shinpuru-Sachi/images/sachi-og.png">
<meta property="og:site_name" content="Quick Red Tech">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Shinpuru-Sachi — Smart Terminal Browser">
<meta name="twitter:description" content="Boost your productivity with Shinpuru-Sachi — the terminal browser for creators and developers.">
<meta name="twitter:image" content="https://qrtquick.github.io/Shinpuru-Sachi/images/sachi-og.png">
<meta name="twitter:site" content="@QuickRedTech">
<!-- Google AI / Overview Summary -->
<meta name="summary" content="Shinpuru-Sachi — A smart terminal browser for creators, coders, and power users. Execute commands, search instantly, and streamline workflows. Developed by Chisom Life Eke, founder of Quick Red Tech.">
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Shinpuru-Sachi",
"operatingSystem": "Windows",
"applicationCategory": "ProductivityApplication",
"author": {
"@type": "Person",
"name": "Chisom Life Eke",
"url": "https://qrtquick.github.io/"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"url": "https://github.com/QRTQuick/Shinpuru-Sachi/raw/main/installer_sachi.exe"
},
"url": "https://qrtquick.github.io/Shinpuru-Sachi/",
"description": "Smart terminal browser for creators, coders, and developers. Quickly search, run commands, and streamline workflows."
}
</script>
</head>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; }
body {
background: radial-gradient(circle at center, #050505, #000);
color: #f0f0f0;
overflow-x: hidden;
scroll-behavior: smooth;
}
/* Animated background gradient */
body::before {
content: "";
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: radial-gradient(circle at top left, rgba(255,75,92,0.1), transparent 70%),
radial-gradient(circle at bottom right, rgba(255,75,92,0.05), transparent 70%);
animation: pulse 6s infinite alternate ease-in-out;
z-index: 0;
}
@keyframes pulse {
0% { transform: scale(1); opacity: 0.8; }
100% { transform: scale(1.1); opacity: 1; }
}
header {
text-align: center;
padding: 7rem 1rem 4rem;
position: relative;
z-index: 2;
}
header h1 {
font-size: 4.5rem;
color: #ff4b5c;
text-shadow: 0 0 30px rgba(255, 75, 92, 0.8);
letter-spacing: 1px;
animation: glowIn 1s ease forwards;
}
@keyframes glowIn {
0% { transform: scale(0.9); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}
header p {
font-size: 1.2rem;
margin-top: 1rem;
color: #bbb;
max-width: 720px;
margin-inline: auto;
line-height: 1.7;
animation: fadeIn 1.5s ease forwards 0.6s;
opacity: 0;
}
@keyframes fadeIn { from {opacity:0;} to {opacity:1;} }
.download-btn {
display: inline-block;
margin-top: 2.5rem;
padding: 16px 40px;
background: linear-gradient(135deg, #ff4b5c, #d72638);
color: #fff;
font-weight: 700;
text-decoration: none;
border-radius: 14px;
transition: 0.4s ease;
box-shadow: 0 0 30px rgba(255, 75, 92, 0.6);
animation: fadeInUp 1s ease forwards 1s;
opacity: 0;
}
.download-btn:hover {
transform: scale(1.1);
box-shadow: 0 0 40px rgba(255, 75, 92, 0.9);
background: linear-gradient(135deg, #ff5f6d, #ff4b5c);
}
@keyframes fadeInUp {
0% { transform: translateY(20px); opacity: 0; }
100% { transform: translateY(0); opacity: 1; }
}
.features {
display: grid;
gap: 1.3rem;
max-width: 850px;
margin: 6rem auto;
padding: 0 1rem;
position: relative;
z-index: 2;
}
.feature {
background: rgba(255,255,255,0.04);
border-left: 5px solid #ff4b5c;
padding: 1.5rem;
border-radius: 12px;
backdrop-filter: blur(8px);
transition: 0.3s ease;
}
.feature:hover {
background: rgba(255, 75, 92, 0.15);
transform: translateX(5px);
box-shadow: 0 0 20px rgba(255,75,92,0.2);
}
/* Creator section */
.creator {
background: linear-gradient(145deg, #101010, #181818);
text-align: center;
padding: 5rem 2rem;
border-top: 1px solid #222;
position: relative;
}
.creator h2 {
color: #ff4b5c;
margin-bottom: 1rem;
font-size: 2.5rem;
}
.creator p {
color: #ccc;
max-width: 750px;
margin: 0 auto;
line-height: 1.8;
font-size: 1.1rem;
}
/* Showcase */
.showcase {
padding: 5rem 2rem;
text-align: center;
background: linear-gradient(180deg, #0d0d0d, #141414);
}
.showcase h2 {
color: #ff4b5c;
font-size: 2.6rem;
margin-bottom: 2.5rem;
letter-spacing: 1px;
}
.cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 2rem;
max-width: 950px;
margin: auto;
}
.card {
background: rgba(255,255,255,0.05);
border-radius: 16px;
padding: 2rem;
box-shadow: 0 0 20px rgba(255,75,92,0.1);
transition: 0.3s;
backdrop-filter: blur(6px);
}
.card:hover {
transform: translateY(-10px);
box-shadow: 0 0 30px rgba(255,75,92,0.4);
}
.card h3 {
color: #ff4b5c;
margin-bottom: 0.7rem;
}
/* Join section */
.join {
text-align: center;
padding: 6rem 2rem;
background: linear-gradient(160deg, #111, #0a0a0a);
color: #f1f1f1;
}
.join h2 {
font-size: 2.3rem;
color: #ff4b5c;
margin-bottom: 1.2rem;
}
.join p {
font-size: 1.1rem;
color: #bbb;
max-width: 600px;
margin: 0 auto 2rem;
line-height: 1.7;
}
.join a {
display: inline-block;
padding: 14px 36px;
background: linear-gradient(135deg, #ff4b5c, #d72638);
border-radius: 10px;
text-decoration: none;
color: #fff;
font-weight: 600;
box-shadow: 0 0 25px rgba(255,75,92,0.5);
transition: 0.3s;
}
.join a:hover {
transform: scale(1.08);
box-shadow: 0 0 35px rgba(255,75,92,0.8);
}
footer {
text-align: center;
padding: 2rem;
font-size: 0.9rem;
color: #777;
background: #0a0a0a;
border-top: 1px solid #222;
}
footer a {
color: #ff4b5c;
text-decoration: none;
}
footer a:hover { text-decoration: underline; }
/* Existing styles remain unchanged ... */
/* ===== Mobile Responsiveness ===== */
@media (max-width: 1024px) {
header h1 { font-size: 3.5rem; }
header p { font-size: 1.1rem; }
.download-btn { padding: 14px 32px; }
.creator h2 { font-size: 2.2rem; }
.creator p { font-size: 1rem; }
.showcase h2 { font-size: 2.2rem; }
.cards { gap: 1.5rem; }
.card { padding: 1.5rem; }
.join h2 { font-size: 2rem; }
.join p { font-size: 1rem; }
}
@media (max-width: 768px) {
header h1 { font-size: 3rem; }
header p { font-size: 1rem; }
.download-btn { padding: 12px 28px; font-size: 0.95rem; }
.creator h2 { font-size: 2rem; }
.creator p { font-size: 0.95rem; }
.showcase h2 { font-size: 2rem; }
.cards { grid-template-columns: 1fr; gap: 1rem; }
.card { padding: 1.2rem; }
.join h2 { font-size: 1.8rem; }
.join p { font-size: 0.95rem; max-width: 90%; }
.join a { padding: 12px 28px; font-size: 0.95rem; }
}
@media (max-width: 480px) {
header { padding: 5rem 1rem 3rem; }
header h1 { font-size: 2.4rem; }
header p { font-size: 0.9rem; }
.download-btn { padding: 10px 24px; font-size: 0.85rem; }
.features { margin: 4rem auto; padding: 0 0.5rem; }
.feature { padding: 1rem; font-size: 0.9rem; }
.creator { padding: 3.5rem 1rem; }
.creator h2 { font-size: 1.8rem; }
.creator p { font-size: 0.9rem; line-height: 1.5; }
.showcase { padding: 3.5rem 1rem; }
.showcase h2 { font-size: 1.8rem; }
.cards { grid-template-columns: 1fr; gap: 0.8rem; }
.card { padding: 1rem; font-size: 0.9rem; }
.join { padding: 4rem 1rem; }
.join h2 { font-size: 1.6rem; }
.join p { font-size: 0.85rem; }
.join a { padding: 10px 24px; font-size: 0.85rem; }
}
</style>
</head>
<body>
<header>
<h1>Shinpuru-Sachi</h1>
<p>⚙️ The futuristic terminal browser assistant redefining productivity.
Created for dreamers, developers, and creators who believe in simplicity and speed.</p>
<a class="download-btn" href="https://github.com/QRTQuick/Shinpuru-Sachi/raw/main/installer_sachi.exe">
⬇️ Download Installer (.exe)
</a>
</header>
<section class="features">
<div class="feature"><strong>🔍 Instant Search:</strong> Search the web instantly with <code>Sachi -S "your query"</code>.</div>
<div class="feature"><strong>⚡ One Command:</strong> Add Sachi to PATH — access it globally, anywhere.</div>
<div class="feature"><strong>💬 Smart Output:</strong> Minimalist, clean, human-like terminal responses.</div>
<div class="feature"><strong>🔔 Notifications:</strong> Optional desktop popups for real-time results.</div>
</section>
<section class="creator">
<h2>Meet the Creator</h2>
<p><strong>Chisom Life Eke</strong> — a 16-year-old visionary from 🇳🇬 Nigeria and the founder of
<strong>Quick Red Tech</strong>.
His goal: merging technology with creativity. From AI to automation, every tool he builds — including <em>Sachi</em> — reflects innovation and purpose.</p>
</section>
<section class="showcase">
<h2>🚀 Other Creations by Quick Red Tech</h2>
<div class="cards">
<div class="card">
<h3>🧠 TickMaxZ AI</h3>
<p>AI-powered image recognition built with Python + C++, featuring PySide6 GUI and local model inference.</p>
</div>
<div class="card">
<h3>💬 RedCore Chat</h3>
<p>A futuristic chat app for gamers — RedCore coins, group chats, and real-time tournaments.</p>
</div>
<div class="card">
<h3>📦 RedLog Tracker</h3>
<p>Advanced logistics system with Flask backend, QR tracking, and real-time shipment data.</p>
</div>
<div class="card">
<h3>🎯 StackCheckMate</h3>
<p>A developer-focused analyzer that helps identify, compare, and auto-install programming stacks smartly.</p>
</div>
</div>
</section>
<section class="join">
<h2>Join the Quick Red Revolution</h2>
<p>Follow <strong>Quick Red Tech</strong> — where creativity meets computation.
Stay tuned for more next-gen software that pushes the boundaries of innovation.</p>
<a href="https://github.com/QRTQuick">⚡ Visit Quick Red Tech</a>
</section>
<footer>
© 2025 <strong>Quick Red Tech</strong> — Designed & Engineered by <strong>Chisom Life Eke</strong>.
<br><a href="https://github.com/QRTQuick/Shinpuru-Sachi">View Sachi on GitHub</a>
</footer>
</body>
</html>