-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (195 loc) · 9.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Odinhost - Managed Cloud Hosting Platform</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.svg">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/style-mobile.css">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="slick/slick-theme.css">
<link rel="stylesheet" href="slick/slick.css">
</head>
<body>
<div class="header">
<div class="container">
<img src="assets/logo.svg" alt="" class="header__logo">
<div class="header__nav">
<ul class="nav__links">
<li class="nav__link"><a href="#hero">Home</a></li>
<li class="nav__link"><a href="#pricing">Pricing</a></li>
<li class="nav__link"><a href="#contact-us">Contact</a></li>
<div class="header__btn btn">Start Free</div>
</ul>
</div>
</div>
</div>
<div class="hero" id="hero">
<div class="container">
<div class="hero__content">
<div class="hero__sub-title">
<h2>Created for Exceptional Experiences</h2>
</div>
<div class="hero__main-title">
<h2>Managed Cloud Hosting Platform</h2>
</div>
<div class="hero__desc">
<p>Focus on your business and avoid all the web hosting hassles. Our managed
hosting
guarantees unmatched performance,
reliability and choice with 24/7 support that acts as your extended team, making us an
ultimate
choice for
growing agencies and ecommerce businesses</p>
</div>
<div class="hero__btn btn">Get Started Free</div>
<div class="hero__btn--alt btn--alt">View Plans</div>
</div>
<img src="assets/hero-image.png" alt="" class="hero__img">
</div>
</div>
<div class="pricing" id="pricing">
<div class="container">
<div class="pricing__content">
<div class="pricing__main-title">
<h2>Flexible & Transparent Pricing
</h2>
</div>
<div class="pricing__sub-title">
<h2>Pay as you go plans that work for your business
</h2>
</div>
</div>
<div class="packages">
<div class="package">
<img src="assets/package-starter.png" alt="" class="package__img">
<div class="package__info">
<div class="package__name">
<h3>Startup</h3>
</div>
<div class="package__price">
<h3>$3.99/mo</h3>
</div>
<div class="package__btn btn">Select</div>
</div>
</div>
<div class="package">
<img src="assets/package-grower.png" alt="" class="package__img">
<div class="package__info">
<div class="package__name">
<h3>Professional</h3>
</div>
<div class="package__price">
<h3>$9.99/mo</h3>
</div>
<div class="package__btn btn">Select</div>
</div>
</div>
<div class="package">
<img src="assets/package-business.png" alt="" class="package__img">
<div class="package__info">
<div class="package__name">
<h3>Business</h3>
</div>
<div class="package__price">
<h3>$18.99/mo</h3>
</div>
<div class="package__btn btn">Select</div>
</div>
</div>
<div class="package">
<img src="assets/package-enterprise.png" alt="" class="package__img">
<div class="package__info">
<div class="package__name">
<h3>Enterprise</h3>
</div>
<div class="package__price">
<h3>$69.99/mo</h3>
</div>
<div class="package__btn btn">Contact Us</div>
</div>
</div>
</div>
</div>
</div>
<div class="reviews">
<div class="container">
<img src="/assets/quote.svg" alt="" class="testimonial-logo">
<div class="testimonials">
<div class="testimonial">
<div class="testimonial__para">
<p>"The support is excellent. I have needed their help and they always
come
through. I have no technical brain and the back
end of my website is all confusing so I need the engineer help when something breaks."</p>
</div>
<div class="testimonial__avatar"><img src="assets/avatar-mark.jpeg" alt=""></div>
<div class="testimonial__author"><span>Mark Zuckerberg
</span>
</div>
<div class="testimonial__company"><small>Meta Inc</small></div>
</div>
<div class="testimonial">
<div class="testimonial__para">
<p>"Superior platform, absolutely the leader in service and support. Odinhost cloud is the must
have machine in your computer toolbox. Odinhost offers and delivers outstanding uptime and
computing power all on-point."</p>
</div>
<div class="testimonial__avatar"><img src="assets/avatar-jack.jpeg" alt=""></div>
<div class="testimonial__author"><span>Jack Dorsey
</span>
</div>
<div class="testimonial__company"><small>Twitter</small></div>
</div>
<div class="testimonial">
<div class="testimonial__para">
<p>"We recently moved several client websites after experiencing slow loading on prior
hosting. If you want cheap, slow hosting then head elsewhere, if you want the best
value for money then move to odinhost"</p>
</div>
<div class="testimonial__avatar"><img src="assets/avatar-elon.jpeg" alt=""></div>
<div class="testimonial__author"><span>Elon Musk</span>
</div>
<div class="testimonial__company"><small>Tesla</small></div>
</div>
</div>
</div>
</div>
<div class="c2a" id="contact-us">
<div class="container">
<div class="c2a__title">
<h3>Let Us Take Worries Away And<br>Put Time Back In Your Day 24/7/365</h3>
</div>
<div class="c2a__desc">
<p>For a closer partnership,
choose the Advanced Support add-on that
enhances your support experience or the Premium Support add-on where our Senior Support Engineers
work
as an extension
of your in-house team.</p>
</div>
<button class="c2a__btn btn">Contact Us</button>
</div>
</div>
<div class="footer">
<div class="container">
<span>© Copyright 2022 - Made with 💖by <a href="https://github.com/AF1QUE/"
target="_blank">AF1QUE</a></span>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"
integrity="sha512-XtmMtDEcNz2j7ekrtHvOVR4iwwaD6o/FUJe6+Zq+HgcCsk3kj4uSQQR8weQ2QVj1o0Pk6PwYLohm206ZzNfubg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>