-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterminus-guide.html
704 lines (616 loc) · 21.2 KB
/
terminus-guide.html
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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<title>Complete BO6 Terminus Easter Egg Calculator Guide | Step-by-Step Tutorial</title>
<meta name="description" content="Master the Terminus Easter Egg with our comprehensive calculator guide. Learn symbol locations, puzzle solutions, and save 5000 points in BO6 Zombies. Updated daily with the latest strategies.">
<meta name="keywords" content="terminus easter egg calculator, terminus calculator guide, bo6 terminus guide, terminus puzzle solver, terminus symbol locations, terminus easter egg steps">
<!-- Canonical URL -->
<link rel="canonical" href="https://terminuscalculators.org/terminus-guide" />
<!-- Open Graph Tags -->
<meta property="og:title" content="BO6 Terminus Easter Egg Calculator Guide">
<meta property="og:description" content="Complete guide for solving the Terminus Easter Egg puzzle. Includes symbol locations and step-by-step instructions.">
<meta property="og:url" content="https://terminuscalculators.org/terminus-guide">
<meta property="og:type" content="article">
<!-- Google AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5061464108080490"
crossorigin="anonymous"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N5PQZME79J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-N5PQZME79J');
</script>
<!-- 使用与主页相同的样式 -->
<link rel="stylesheet" href="styles.css">
<style>
/* 指南页特定样式 */
.guide-container {
max-width: 800px;
margin: 0 auto;
padding: 1rem;
}
.guide-header {
text-align: center;
margin: 2rem 0;
}
.guide-content {
display: flex;
flex-direction: column;
gap: 2rem; /* 设置各部分之间的间距 */
}
.guide-content section {
background: white;
padding: 2rem;
border-radius: 12px;
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
/* 移动端优化 */
@media (max-width: 768px) {
.guide-container {
padding: 0.5rem;
}
.guide-content section {
padding: 1.5rem;
}
}
.guide-section {
background: white;
padding: 2rem;
border-radius: 12px;
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
margin-bottom: 2rem;
}
.step-by-step {
counter-reset: step;
list-style-type: none;
padding: 0;
margin: 2rem 0;
}
.step-by-step li {
display: flex;
align-items: flex-start;
padding: 1rem 1.5rem;
margin-bottom: 1rem;
background: #f8f9fa;
border-radius: 8px;
position: relative;
}
.step-by-step li::before {
content: "Step " counter(step);
counter-increment: step;
font-weight: bold;
color: var(--primary-color);
min-width: 80px;
margin-right: 1rem;
}
.step-content {
flex: 1;
}
.symbol-gallery {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
margin: 2rem 0;
}
.symbol-card {
background: white;
padding: 1rem;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
text-align: center;
}
.tips-list {
text-align: left;
margin: 0;
padding-left: 1.5rem;
}
.tips-list li {
margin-bottom: 0.5rem;
color: #2c3e50;
}
.tips-list li:last-child {
border-bottom: none;
}
.symbol-card img {
width: 100%;
max-width: 600px;
height: auto;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.15);
margin: 0 auto 1.5rem;
display: block;
}
.symbol-info-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
margin-top: 2rem;
}
@media (max-width: 768px) {
.symbol-info-grid {
grid-template-columns: 1fr;
}
}
/* 社交分享按钮样式 */
.social-share {
margin: 3rem 0;
text-align: center;
padding: 2rem;
background: #f8f9fa;
border-radius: 12px;
}
.social-share h3 {
margin-bottom: 1.5rem;
color: var(--primary-color);
}
.share-buttons {
display: flex;
justify-content: center;
gap: 1rem;
flex-wrap: wrap;
}
.share-button {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.8rem 1.5rem;
border-radius: 8px;
color: white;
text-decoration: none;
transition: transform 0.2s, opacity 0.2s;
}
.share-button:hover {
transform: translateY(-2px);
opacity: 0.9;
}
/* 各平台颜色 */
.share-button.twitter {
background: #1DA1F2;
}
.share-button.facebook {
background: #4267B2;
}
.share-button.reddit {
background: #FF4500;
}
.share-button.discord {
background: #7289DA;
}
/* SVG 图标样式 */
.share-button svg {
width: 20px;
height: 20px;
fill: currentColor;
}
/* 响应式调整 */
@media (max-width: 768px) {
.share-buttons {
flex-direction: column;
align-items: stretch;
}
.share-button {
justify-content: center;
}
}
/* 修改悬浮按钮样式 */
.floating-calculator-btn {
position: fixed;
bottom: 20px;
right: 20px;
background: var(--primary-color); /* 主色背景 */
color: black; /* 改为黑色文字 */
padding: 1rem 1.5rem;
border-radius: 50px;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
font-weight: bold;
z-index: 1000;
transition: transform 0.2s;
background: white; /* 白色背景 */
}
/* 按钮图标样式 */
.floating-calculator-btn svg {
width: 20px;
height: 20px;
fill: black; /* 图标也改为黑色 */
}
/* 悬浮效果 */
.floating-calculator-btn:hover {
transform: translateY(-2px);
background: #f5f5f5; /* 悬浮时略微变灰 */
}
/* 确保移动端也能看清 */
@media (max-width: 768px) {
.floating-calculator-btn {
bottom: 15px;
right: 15px;
padding: 0.8rem 1.2rem;
font-size: 0.9rem;
background: white;
color: black;
}
}
.guide-nav {
position: sticky;
top: 0;
background: white;
padding: 1rem 2rem;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
z-index: 100;
}
.nav-logo {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
color: inherit;
}
.logo-img {
height: 32px;
width: auto;
}
.logo-text {
font-size: 1.2rem;
font-weight: 500;
white-space: nowrap; /* 防止文字换行 */
}
.nav-calculator-btn {
display: flex;
align-items: center;
gap: 8px;
background: var(--primary-color);
color: white;
padding: 0.8rem 1.2rem;
border-radius: 8px;
text-decoration: none;
font-weight: 500;
}
.nav-calculator-btn svg {
width: 20px;
height: 20px;
fill: currentColor;
}
.cta-box {
background: linear-gradient(135deg, var(--primary-color), #0052cc);
color: white;
padding: 2rem;
border-radius: 12px;
text-align: center;
margin: 2rem 0;
}
.cta-box h3 {
margin: 0 0 0.5rem;
font-size: 1.5rem;
}
.cta-box p {
margin: 0 0 1.5rem;
opacity: 0.9;
}
.cta-button {
display: inline-flex;
align-items: center;
gap: 8px;
background: white;
color: var(--primary-color);
padding: 1rem 2rem;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
transition: transform 0.2s;
}
.cta-button:hover {
transform: translateY(-2px);
}
.cta-button svg {
width: 20px;
height: 20px;
fill: currentColor;
}
.calculator-promo {
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0,0,0,0.1);
padding: 2rem;
margin: 2rem 0;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
align-items: center;
}
.promo-content h3 {
font-size: 1.8rem;
margin: 0 0 1rem;
color: var(--primary-color);
}
.promo-content p {
font-size: 1.1rem;
margin-bottom: 1.5rem;
color: #444;
}
.promo-features {
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 1.5rem;
}
.promo-features span {
color: #2c3e50;
font-weight: 500;
}
.promo-button {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--primary-color);
color: white;
padding: 1rem 2rem;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
transition: transform 0.2s;
}
.promo-image img {
width: 100%;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
.calculator-promo {
grid-template-columns: 1fr;
}
}
.section-cta {
background: #f8f9fa;
padding: 1.5rem;
border-radius: 8px;
text-align: center;
margin: 2rem 0;
}
.section-cta p {
margin: 0 0 1rem;
font-size: 1.1rem;
}
.section-cta-button {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--primary-color);
color: white;
padding: 0.8rem 1.5rem;
border-radius: 6px;
text-decoration: none;
font-weight: 500;
}
.mobile-tooltip {
display: none;
position: fixed;
bottom: 80px;
right: 20px;
background: rgba(0,0,0,0.8);
color: white;
padding: 0.8rem 1.2rem;
border-radius: 6px;
font-size: 0.9rem;
animation: fadeIn 0.3s ease;
}
@media (max-width: 768px) {
.mobile-tooltip {
display: block;
}
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(10px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-cta {
background: linear-gradient(135deg, var(--primary-color), #0052cc);
color: white;
padding: 3rem 2rem;
border-radius: 12px;
margin: 2rem 0;
text-align: center;
}
.hero-content h2 {
font-size: 2rem;
margin: 0 0 1rem;
}
.hero-buttons {
display: flex;
gap: 1rem;
justify-content: center;
margin: 2rem 0;
}
.hero-stats {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid rgba(255,255,255,0.2);
}
.stat-item strong {
display: block;
font-size: 1.5rem;
}
@media (max-width: 768px) {
.hero-buttons {
flex-direction: column;
}
.hero-stats {
grid-template-columns: 1fr;
gap: 1rem;
}
}
</style>
</head>
<body>
<nav class="guide-nav">
<a href="/" class="nav-logo">
<img src="images/logo.svg" alt="BO6 Terminus Calculator" class="logo-img">
<span class="logo-text">BO6 Terminus Calculator</span>
</a>
<a href="/" class="nav-calculator-btn">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M4 2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm0 2v16h16V4H4zm2 2h12v2H6V6zm0 4h2v2H6v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2zm-8 4h2v2H6v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2zm-8 4h2v2H6v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z"/>
</svg>
Open Calculator Tool
</a>
</nav>
<div class="guide-container">
<header class="guide-header">
<h1>Complete Terminus Easter Egg Calculator Guide</h1>
</header>
<nav class="quick-nav">
<h2>Quick Navigation</h2>
<ul>
<li><a href="#symbol-locations">Symbol Locations</a></li>
<li><a href="#calculator-guide">Calculator Usage Guide</a></li>
<li><a href="#advanced-tips">Advanced Tips & Tricks</a></li>
</ul>
</nav>
<main class="guide-content">
<section id="symbol-locations">
<h2>Terminus Symbol Locations</h2>
<p>The Research Office contains three crucial symbols needed for the Terminus puzzle. Here's where to find them:</p>
<div class="symbol-gallery">
<div class="symbol-card">
<img src="images/terminus-symbols.jpg" alt="All Terminus Symbols Location">
<h3>Terminus Symbol Terminal</h3>
<p>All three symbols (X, Y, Z) can be found on the main terminal screen in the Research Office. Look for the green monitor with the radar display, where you'll see three yellow sticky notes at the bottom showing the X, Y, and Z symbols.</p>
</div>
<div class="symbol-info-grid">
<div class="info-card">
<h3>How to Read the Symbols</h3>
<p>The symbols are displayed on yellow sticky notes beneath the radar screen, labeled from left to right as X, Y, and Z. Each symbol shows a specific dot pattern that you'll need to input into our calculator.</p>
</div>
<div class="info-card">
<h3>Important Tips</h3>
<ul class="tips-list">
<li>✓ The radar screen above shows the locations you'll need to visit</li>
<li>✓ Yellow stars on the radar indicate important points</li>
<li>✓ Make sure to power on the terminal first</li>
<li>✓ Take a screenshot for easier reference</li>
</ul>
</div>
</div>
</div>
</section>
<section id="calculator-guide">
<h2>How to Use the Terminus Calculator</h2>
<ol class="step-by-step">
<li>
<span class="step-content">Enter the Research Office and locate all three symbols</span>
</li>
<li>
<span class="step-content">Open our Terminus Calculator tool</span>
</li>
<li>
<span class="step-content">Match each symbol with its corresponding position (X, Y, Z)</span>
</li>
<li>
<span class="step-content">Click calculate to receive your unique code</span>
</li>
<li>
<span class="step-content">Enter the code in the terminal to save 5000 points</span>
</li>
</ol>
</section>
<section id="advanced-tips">
<h2>Advanced Tips & Strategies</h2>
<ul class="tips-list">
<li>💡 Screenshot the symbols for easier reference</li>
<li>💡 Complete this step before Round 10 for optimal point saving</li>
<li>💡 Use our mobile-friendly calculator for quick solutions</li>
<li>💡 Share the calculator with teammates for faster completion</li>
</ul>
</section>
</main>
</div>
<!-- 添加结构化数据 -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to Use the Terminus Easter Egg Calculator",
"description": "Complete guide for solving the Terminus Easter Egg puzzle using our calculator tool",
"step": [
{
"@type": "HowToStep",
"name": "Find Symbols",
"text": "Enter the Research Office and locate all three symbols"
},
{
"@type": "HowToStep",
"name": "Use Calculator",
"text": "Input the symbols into our Terminus Calculator tool"
},
{
"@type": "HowToStep",
"name": "Get Code",
"text": "Receive your unique terminal code"
}
]
}
</script>
<script>
function copyToClipboard(text) {
navigator.clipboard.writeText(text).then(() => {
alert('Link copied! You can now paste it in Discord.');
}).catch(err => {
console.error('Failed to copy text: ', err);
});
}
</script>
<a href="/" class="floating-calculator-btn">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M4 2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm0 2v16h16V4H4zm2 2h12v2H6V6zm0 4h2v2H6v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2zm-8 4h2v2H6v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2zm-8 4h2v2H6v-2zm4 0h2v2h-2v-2zm4 0h2v2h-2v-2z"/>
</svg>
Use Calculator Now
</a>
<div class="hero-cta">
<div class="hero-content">
<h2>Looking for the Terminus Calculator?</h2>
<p>Save 5000 points instantly with our free calculator tool!</p>
<div class="hero-buttons">
<a href="/" class="primary-btn">
Open Calculator
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z"/>
</svg>
</a>
<a href="#guide" class="secondary-btn">
Read Guide First
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z"/>
</svg>
</a>
</div>
</div>
<div class="hero-stats">
<div class="stat-item">
<strong>10,000+</strong>
<span>Daily Users</span>
</div>
<div class="stat-item">
<strong>100%</strong>
<span>Accuracy</span>
</div>
<div class="stat-item">
<strong>Free</strong>
<span>Forever</span>
</div>
</div>
</div>
</body>
</html>