-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
459 lines (442 loc) · 18.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<title>Cloud Hosing </title>
</head>
<body>
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand text-primary " href="/">
<svg id="logo-35" width="50" height="39" viewBox="0 0 50 39" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.4992 2H37.5808L22.0816 24.9729H1L16.4992 2Z" class="ccompli1" fill="#007AFF"></path> <path d="M17.4224 27.102L11.4192 36H33.5008L49 13.0271H32.7024L23.2064 27.102H17.4224Z" class="ccustom" fill="#312ECB"></path> </svg>
Asrta</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact_Us">Contact Us</a>
</li>
</ul>
<a href="./login.html" class="btn btn-outline-primary mx-3" type="submit">Login</a>
</div>
</div>
</nav>
<div class="Hero">
<style>
.hero-section {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
background: url('./image/CH1.jpg') no-repeat center center;
background-size: cover;
color: white;
text-align: center;
padding: 0 15px;
}
.hero-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2; /* Ensure content is above the overlay */
max-width: 600px;
margin: 0 auto;
}
.hero-heading {
font-size: 3rem;
font-weight: 700;
margin-bottom: 20px;
}
.hero-text {
font-size: 1.25rem;
margin-bottom: 30px;
}
.btn-primary {
background-color: #007bff;
border: none;
font-size: 1.25rem;
padding: 15px 30px;
border-radius: 5px;
color: white; /* Ensure the button text is readable */
}
</style>
<section class="hero-section">
<div class="hero-content">
<h1 class="hero-heading">Welcome to <span class="text-info bg-dark ">Asrta</span> Cloud Hosting</h1>
<p class="hero-text">
Experience the ultimate in performance and reliability with Betfal's cloud hosting solutions. Scalable, secure, and easy to manage—everything you need to power your online presence.
</p>
<a href="#contact" class="btn btn-primary">Get Started</a>
</div>
</section>
</div>
<div class="about">
<style>
.about-section {
padding: 60px 0;
background-color: #f8f9fa;
}
.about-img {
max-width: 100%;
border-radius: 10px;
}
.about-content {
padding: 20px;
}
.about-heading {
font-size: 2rem;
font-weight: 500;
margin-bottom: 20px;
}
.about-text {
font-size: 1rem;
color: #6c757d;
margin-bottom: 20px;
}
.about-list {
list-style-type: none;
padding: 0;
}
.about-list-item {
margin-bottom: 10px;
}
.about-list-item::before {
content: "✔";
color: #007bff;
margin-right: 10px;
}
</style>
<section class="about-section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mb-4 mb-md-0">
<img src="./image/CH2.jpg" alt="About Us" class="about-img">
</div>
<div class="col-md-6">
<div class="about-content">
<h2 class="about-heading">About Us</h2>
<p class="about-text">
We are a leading provider of innovative cloud hosting solutions, dedicated to delivering reliable and scalable services to businesses of all sizes. Our mission is to help you leverage the power of the cloud to achieve your goals and drive success.
</p>
<ul class="about-list">
<li class="about-list-item">Expert Team with Years of Experience</li>
<li class="about-list-item">State-of-the-Art Data Centers</li>
<li class="about-list-item">24/7 Customer Support</li>
<li class="about-list-item">Flexible and Scalable Solutions</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="featerus mt-5" id="Features">
<section class="features-section">
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<h2 class="mb-4">Our Cloud Hosting Features</h2>
<p class="lead">Discover the powerful features that make our cloud hosting service the best choice for your business.</p>
</div>
</div>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card feature-card">
<img src="./image/Scalability.jpg" class="card-img-top" style="height: 300px;" alt="Feature 1">
<div class="card-body feature-card-body">
<h5 class="card-title feature-card-title">Scalability</h5>
<p class="card-text feature-card-text">Adjust your resources with ease. Whether you need more power during peak times or less during quiet periods, our cloud hosting scales with your requirements.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card feature-card">
<img src="./image/per.jpg" class="card-img-top" style="height: 300px;" alt="Feature 2">
<div class="card-body feature-card-body">
<h5 class="card-title feature-card-title"> High Performance</h5>
<p class="card-text feature-card-text">Experience lightning-fast load times and optimal performance. Our advanced infrastructure ensures your website runs smoothly, even during high traffic periods.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card feature-card">
<img src="./image/cyber-security-concept_23-2148532223.avif" style="height: 300px;" class="card-img-top" alt="Feature 3">
<div class="card-body feature-card-body">
<h5 class="card-title feature-card-title">Security</h5>
<p class="card-text feature-card-text">Protect your data with our robust security measures, including SSL certificates, firewalls, and DDoS protection. We prioritize your safety to keep your information secure.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="pricing" id="pricing">
<style>
.pricing-section {
padding: 60px 0;
background-color: #f8f9fa;
}
.pricing-card {
border: none;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.pricing-card-header {
background-color: #007bff;
color: white;
padding: 20px;
border-bottom: 1px solid #e0e0e0;
text-align: center;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.pricing-card-body {
padding: 20px;
text-align: center;
}
.pricing-card-footer {
padding: 20px;
text-align: center;
}
.pricing-card-title {
font-size: 1.5rem;
font-weight: 500;
}
.pricing-card-price {
font-size: 2rem;
font-weight: 700;
}
.pricing-card-text {
font-size: 1rem;
color: #6c757d;
}
.btn-primary {
background-color: #007bff;
border: none;
}
</style>
<section class="pricing-section">
<div class="container">
<div class="row text-center mb-5">
<div class="col-md-12">
<h2 class="mb-4">Our Pricing Plans</h2>
<p class="lead">Choose the plan that best suits your needs and get started with our cloud hosting services.</p>
</div>
</div>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card pricing-card">
<div class="card-header pricing-card-header bg-info">
<h5 class="pricing-card-title">Basic Plan</h5>
</div>
<div class="card-body pricing-card-body">
<h3 class="pricing-card-price">$9.99</h3>
<p class="pricing-card-text">Per month</p>
<ul class="list-unstyled">
<li>1 GB Storage</li>
<li>10 GB Bandwidth</li>
<li>24/7 Support</li>
</ul>
</div>
<div class="card-footer pricing-card-footer">
<a href="#" class="btn btn-info py-2 px-4">Get Started</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card pricing-card">
<div class="card-header pricing-card-header bg-warning">
<h5 class="pricing-card-title">Standard Plan</h5>
</div>
<div class="card-body pricing-card-body ">
<h3 class="pricing-card-price">$19.99</h3>
<p class="pricing-card-text">Per month</p>
<ul class="list-unstyled">
<li>5 GB Storage</li>
<li>50 GB Bandwidth</li>
<li>24/7 Support</li>
</ul>
</div>
<div class="card-footer pricing-card-footer">
<a href="#" class="btn btn-warning py-2 px-4">Get Started</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card pricing-card">
<div class="card-header pricing-card-header bg-danger">
<h5 class="pricing-card-title">Premium Plan</h5>
</div>
<div class="card-body pricing-card-body">
<h3 class="pricing-card-price">$39.99</h3>
<p class="pricing-card-text">Per month</p>
<ul class="list-unstyled">
<li>10 GB Storage</li>
<li>100 GB Bandwidth</li>
<li>24/7 Support</li>
</ul>
</div>
<div class="card-footer pricing-card-footer">
<a href="#" class="btn btn-danger py-2 px-4">Get Started</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="FAQ container my-4">
<h1 class="text-center my-4">Frequently Asked Questions</h1>
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
What is cloud hosting?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" data-bs-parent="#accordionExample">
<div class="accordion-body">
Cloud hosting is a type of web hosting service where your website is hosted on a virtual server that pulls resources from a network of physical servers. This allows for greater flexibility, scalability, and reliability compared to traditional hosting methods.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
How does cloud hosting work?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
Cloud hosting works by using multiple servers to balance the load and maximize uptime. Your website data is distributed across a network of servers, which helps to ensure better performance and reduces the risk of downtime if a single server fails. </div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
What are the benefits of cloud hosting?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" data-bs-parent="#accordionExample">
<div class="accordion-body">
Benefits of cloud hosting include scalability, flexibility, high performance, reliability, and cost-efficiency. You can easily scale your resources up or down based on your needs, and you only pay for what you use </div>
</div>
</div>
</div>
</div>
<div class="contact_Us" id="contact_Us">
<style>
.contact-section {
padding: 60px 0;
background-color: #f8f9fa;
}
.contact-form {
border-radius: 10px;
border: 1px solid #007bff;
padding: 30px;
background-color: white;
}
.contact-heading {
font-size: 2rem;
font-weight: 500;
margin-bottom: 20px;
}
.contact-info {
margin-top: 30px;
}
.contact-info-item {
margin-bottom: 15px;
}
.contact-info-item i {
color: #007bff;
margin-right: 10px;
}
.btn-primary {
background-color: #007bff;
border: none;
}
</style>
<section class="contact-section">
<div class="container">
<div class="row">
<div class="col mb-4 mb-md-0">
<div class="contact-form">
<h2 class="contact-heading">Contact Us</h2>
<form>
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Your Name">
</div>
<div class="form-group">
<label for="email">Email address</label>
<input type="email" class="form-control" id="email" placeholder="Your Email">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" id="message" rows="4" placeholder="Your Message"></textarea>
</div>
<button type="submit" class="btn btn-primary mt-3">Send Message</button>
</form>
</div>
</div>
<div class="col-md-3">
<div class="contact-info">
<h2 class="contact-heading">Our Contact Information</h2>
<div class="contact-info-item">
<i class="fas fa-map-marker-alt"></i>
<span>15 Imam Al-Ghazali Street, Haram</span>
</div>
<div class="contact-info-item">
<i class="fas fa-phone-alt"></i>
<span>+20 1032829809</span>
</div>
<div class="contact-info-item">
<i class="fas fa-envelope"></i>
<span>mzizo789456@gmail.com</span>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<div class="footer">
<style>
.footer {
background-color: #343a40;
color: white;
padding: 2px 0;
}
</style>
<footer class="footer text-center">
<div class="container">
<p class="mt-4">© 2024 Cloud Hosting. All rights reserved.</p>
</div>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/js/all.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>