-
Notifications
You must be signed in to change notification settings - Fork 0
/
Business.php
143 lines (124 loc) · 5.36 KB
/
Business.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Small Business Internet Service Provider | Anonymous Fiber</title>
<meta property="og:type" content="website">
<meta property="og:site_name" content="Anonymous Fiber">
<meta name="twitter:site" content="@anonymous">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="Business.html">
<meta property="og:title" content="Get the fastest Anonymous Fiber">
<link rel="icon" href="images/anonymous_fox.jpg" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
</head>
<body>
<!-- NAVIGATION BAR START -->
<?php include('navbar.php'); ?>
<!-- NAVIGATION BAR END -->
<section class="business-hero">
<h1>
Anonymous Fiber <br> for small <span>business.</span></h1>
<h4>Up to <span>50 Gbps</span> upload and download speeds.</h4>
</section>
<section class="description">
<h1>Do more with super fast <span>internet.</span></h1>
<h4>Speedy, reliable internet means less time waiting and more time getting things done. With speeds up to 1000
Mbps, there’s enough bandwidth for everyone at work and their devices.</h4>
<div>
<div>
<img src="images/hellofasterspeeds.svg" alt="">
<h2>Hello faster speeds, farewell waiting.</h2>
<p>Super fast downloads. Rapid uploads. Connect to all the things you need, faster.</p>
</div>
<div>
<img src="images/connectallyourpeople.svg" alt="">
<h2>Connect all your people and their devices.</h2>
<p>Speed up your entire business. Fight over the last donut, not bandwidth.</p>
</div>
<div>
<img src="images/unlocknewpossibilites.svg" alt="">
<h2>Unlock new possibilities for your business.</h2>
<p>HD video conferencing. Instant access to the cloud. Your favorite applications are just a click away.
</p>
</div>
</div>
</section>
<section class="business-plans">
<h2>Small Business <span>Plans</span></h2>
<div class="container">
<div class="plancard">
<h3>Anon Pro<br>
<strong>₹</strong>14,999/month </h3>
<div class="planinfo">
<ul>
<li> Download and upload speeds up to 25 Gbps </li>
<li> Network Box with built-in Wi-Fi included (or use your own device)</li>
<li>No data caps or annual contracts</li>
<li>Professional installation included</li>
<li>24/7 customer support</li>
</ul>
<input type="submit" value="Check Availability">
</div>
</div>
<div class="plancard">
<h3>Incognito Pro<br>
<strong>₹</strong>19,999/month </h3>
<div class="planinfo">
<ul>
<li> Download and upload speeds up to 50 Gbps </li>
<li> Network Box with built-in Wi-Fi included (or use your own device)</li>
<li>No data caps or annual contracts</li>
<li>Professional installation included</li>
<li>24/7 customer support</li>
</ul>
<input type="submit" value="Check Availability">
</div>
</div>
</div>
</section>
<section class="included-in-plans">
<h2>What’s included in all our <span>plans.</span></h2>
<section class="description">
<div>
<div>
<img src="images/noservicecontracts.svg" alt="">
<h2>No service contracts.
</h2>
<p>Upgrade, downgrade or cancel at any time.
</p>
</div>
<div>
<img src="images/nodatacaps.svg" alt="">
<h2>No data caps.</h2>
<p>Use as much data as you like. Get the most from your connection.
</p>
</div>
<div>
<img src="images/norentalfees.svg" alt="">
<h2>No rental fees.
</h2>
<p>Your plan includes an internet modem and dual band Wi-Fi router.
</p>
</div>
<div>
<img src="images/dedicatedsupport.svg" alt="">
<h2>24/7 dedicated support.
</h2>
<p>Get help from an expert by email, chat or phone.
</p>
</div>
</div>
</section>
<!-- WE LIKE YOU STAY IN TOUCH PART STARTS -->
<?php
include('stay_in_touch.php');
?>
<!-- WE LIKE YOU STAY IN TOUCH PART ENDS -->
<!-- FOOTER STARTS -->
<?php include('footer.php'); ?>
<!-- FOOTER ENDS -->
</body>
</html>