-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (100 loc) · 5.26 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Sear Hosting - Affordable and High-Performance Minecraft Server Hosting">
<meta name="keywords" content="Hosting, Minecraft, Affordable, High-Performance, Server Hosting">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="https://cdn.sear.host/synthetixlogov2-removebg-preview.png">
<title>Sear Hosting - Affordable Minecraft Hosting</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Martian+Mono:wght@400;700&family=Ubuntu:wght@400;700&display=swap">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&family=Martian+Mono:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="cursor-gradient"></div>
<!-- Navigation Bar -->
<nav class="navbar">
<div class="logo">
<img src="https://cdn.sear.host/synthetixlogov2-removebg-preview.png" alt="Sear Hosting Logo">
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="plans.html">Hosting Plans</a></li>
<li><a href="dedicated.html">Dedicated Servers</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="https://panel.sear.host" target="_blank" rel="noopener noreferrer">Panel</a></li>
<li><a href="https://billing.sear.host" target="_blank" rel="noopener noreferrer">Billing</a></li>
</ul>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>Affordability meets performance</h1>
<p>Experience next-generation Minecraft hosting with undeniable savings and reliability.</p>
<div class="hero-cta">
<a href="plans.html" class="btn">Get Started</a>
<a href="https://discord.gg/s4MZumySeP" target="_blank" rel="noopener noreferrer" class="btn btn-discord">
Join Discord <i class="fas fa-arrow-up-right-from-square"></i>
</a>
</div>
</div>
</section>
<!-- Key Highlights -->
<section class="highlights">
<div class="highlight">
<h3>Next-Gen Infrastructure</h3>
<p>Powered by enterprise-grade hardware for lightning-fast performance.</p>
</div>
<div class="highlight">
<h3>Get what you pay for</h3>
<p>What you buy should be yours. Which is why Sear Hosting promises a 99.9% uptime, as well as a performance guarantee.</p>
</div>
<div class="highlight">
<h3>Servers around the globe</h3>
<p>Servers are placed strategically in America, Singapore and India to ensure the best connection for as many people as possible.</p>
</div>
</section>
<!-- Testimonials Section -->
<section class="testimonials">
<h2>What Our Customers Say</h2>
<div class="testimonial-grid">
<div class="testimonial">
<p>"Fast hosting, friendly staff and very great overall experience. Would recommend for all the projects"</p>
<h4>- ANSHUL MASTER</h4>
</div>
<div class="testimonial">
<p>"There services are nice they have a very cooperative staff they would help you with everything needed"</p>
<h4>- DIVYANSH ISHWAR</h4>
</div>
<div class="testimonial">
<p>"We've had our SMP for almost a month now, and the performance has been awesome with barely any lag.<span class="more-text"> The staff are also very nice and approachable, always ready to help you with anything. Overall, it's been a great experience, and I would highly recommend it.</span>"</p>
<button class="read-more-btn">Read More</button>
<h4>- Aurii</h4>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="footer-content">
<p>© 2024 Sear Hosting. All rights reserved.</p>
<div class="social-media">
<a href="https://www.youtube.com/@SearHosting" target="_blank" rel="noopener noreferrer"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/searhost/" target="_blank" rel="noopener noreferrer"><i class="fab fa-instagram"></i></a>
<a href="https://discord.gg/s4MZumySeP" target="_blank" rel="noopener noreferrer"><i class="fab fa-discord"></i></a>
</div>
<div class="legal-links">
<a href="Legal/privacy-policy.html">Privacy Policy</a>
<span class="separator">|</span>
<a href="Legal/terms-of-service.html">Terms of Service</a>
<span class="separator">|</span>
<a href="Legal/sla.html">Service Level Agreement</a>
<span class="separator">|</span>
<a href="https://status.sear.host" target="_blank" rel="noopener noreferrer">Status</a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>