-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
375 lines (276 loc) · 14.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ohi it service</title>
<!-- Favicion -->
<link rel="shortcut icon" href="Images/favicon.jpg" type="image/x-icon">
<!--Bootstrap Css-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- In <head> after the Bootstrap CSS. -->
<link rel="stylesheet" href="https://unpkg.com/@bootstrapstudio/bootstrap-better-nav/dist/bootstrap-better-nav.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
<!-- CSS -->
<link rel="stylesheet" href="CSS/style.css">
<!-- Font Awesome kitt -->
<script src="https://kit.fontawesome.com/249647ca07.js" crossorigin="anonymous"></script>
</head>
<body>
<!--Header Navbar top part start-->
<section class="top_header d-flex align-items-center p-0">
<div class="container d-flex justify-content-center justify-content-sm-between">
<div class="socials d-none d-sm-block">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-google-plus-g"></i>
<i class="fab fa-linkedin-in"></i>
</div>
<div class="contact d-flex ">
<div class="number_wrapper">
<i class="fas fa-phone-alt"></i>
<span>+880 991510125</span>
</div>
<div class="email_wrapper">
<i class="far fa-envelope"></i>
<span>contact@ohiitservice.com</span>
</div>
</div>
</div>
</section>
<!--Header Navbar top part end-->
<!--Header navbar 2nd part-->
<section id="nav" class=" top_header_another d-flex align-items-center p-0">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light bg-white p-0">
<div class="fw-bold col-8 p-0"><a href="#">Ohi It Service</a></div>
<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 justify-content-end" id="navbarSupportedContent">
<ul class="navbar-nav w-100 justify-content-between">
<li class="nav-item">
<a class="fw-bold nav-link active" aria-current="page" href="#">Products</a>
</li>
<li class="nav-item">
<a class="fw-bold nav-link " href="#">Solutions</a>
</li>
<li class="nav-item">
<a class="fw-bold nav-link" href="#">Support</a>
</li>
<li class="nav-item d-flex align-items-center">
<a class="fw-bold nav-link sign_btn" href="#">Sign In</a>
</li>
</ul>
</div>
</nav>
</div>
</section>
<!--Header navbar 2nd part completed-->
<!--Bring your data start-->
<section class="info_overview">
<div class="container col-12 col-sm-10 col-md-8 col-lg-6 text-center">
<h3>Ohi it Service</h3>
<p class=" col-12 col-sm-11">Welcome to our IT Service! We're your go-to destination for seamless technology solutions, providing expert support to optimize your digital experience. Let's navigate your IT needs together!</p>
<img class="col-12 col-sm-10" src="Images/info_overview.jpg" alt="Picture">
<div class="get_email_wrapper col-11 col-sm-9 col-md-8 col-lg-7 m-auto d-flex align-items-center">
<input placeholder="Enter your email address" type="email" name="get_email" class="get_email w-100">
<button class="fw-bold"> Free Now</button>
</div>
<p class="rules">By clicking Use it free, you agree to the BlueLance Terms of Service.</p>
</div>
</section>
<!--Bring your data end-->
<!--Community Sign Up start-->
<section class="community">
<div class="container text-center d-flex flex-column align-items-center">
<h3>Community Sign Up</h3>
<div class="s_up_process col-12 col-sm-10 col-md-6 d-inline-block">
<div class="top_bottom_icons_wrapper">
<span class="sp_1"></span>
<span class="sp_2"></span>
</div>
<div class="s_up_main_wrapper d-flex align-items-top col-11 col-sm-10 col-md-8 justify-content-between m-auto">
<i class="fas fa-sign-in-alt"></i>
<div class="s_up_txt">
<h4>Signup Process</h4>
<ul>
<li>1. User enters email address</li>
<li>2. Clicks on “Sign up for free” </li>
</ul>
</div>
</div>
</div>
<div class="s_up_bottom d-inline-flex col-12 col-sm-8 col-md-6 justify-content-between">
<div class="s_up_bottom_icon">
<div class="bottom_icon d-inline-block active"><i class="fas fa-sign-in-alt"></i></div>
<h6>Community Edition</h6>
</div>
<div class="s_up_bottom_icon">
<div class="bottom_icon d-inline-block"><i class="fas fa-link"></i></div>
<h6>Complete Signup Process</h6>
</div>
<div class="s_up_bottom_icon">
<div class="bottom_icon d-inline-block"><i class="far fa-check-square"></i></div>
<h6>Sign up</h6>
</div>
</div>
</div>
</section>
<!--Community Sign Up end-->
<!--Affordable Services Package start-->
<section class="package_sec">
<div class="container text-center">
<h3>Affordable Services Package</h3>
<div class="or_option_wrapper d-inline-flex align-items-center">
<div class="left col-6">Business Edition</div>
<div class="middle">OR</div>
<div class="right col-6">Community Edition</div>
</div>
<div class="box_wrapper d-flex justify-content-center justify-content-md-between flex-wrap">
<div class="box">
<h4>BASIC</h4>
<div class="price_wrapper d-inline-flex flex-column align-items-center justify-content-center">
<div class="dollar">$59</div>
<div class="month">per month</div>
</div>
<ul>
<li><i class="fas fa-check-circle"></i> Monitoring</li>
<li><i class="fas fa-times"></i> Time Tracking</li>
</ul>
<button type="button">PURCHASE</button>
</div>
<div class="box">
<h4>STANDARD</h4>
<div class="price_wrapper d-inline-flex flex-column align-items-center justify-content-center">
<div class="dollar">$79</div>
<div class="month">per month</div>
</div>
<ul>
<li><i class="fas fa-check-circle"></i> Monitoring</li>
<li><i class="fas fa-times"></i> Time Tracking</li>
<li><i class="fas fa-check-circle"></i> 300 Man Hour</li>
</ul>
<button type="button">PURCHASE</button>
</div>
<div class="box">
<h4>UNLIMITED</h4>
<div class="price_wrapper d-inline-flex flex-column align-items-center justify-content-center">
<div class="dollar">$99</div>
<div class="month">per month</div>
</div>
<ul>
<li><i class="fas fa-check-circle"></i> Monitoring</li>
<li><i class="fas fa-times"></i> Time Tracking</li>
<li><i class="fas fa-check-circle"></i> 360 Man Hour</li>
<li><i class="fas fa-times"></i> Social Media</li>
</ul>
<button type="button">PURCHASE</button>
</div>
</div>
</div>
</section>
<!--Affordable Services Package end-->
<!-- Web Development service side start -->
<section class="analysis">
<div class="container text-center">
<h3 class="texi col-sm-11 col-md-9 col-12 m-auto ">Web Development service side</h3>
<div class="cards_wrapper d-flex flex-wrap justify-content-between">
<div class="cards">
<i class="fa-brands fa-html5"></i>
<h4>HTML</h4>
<p>Crafting the structure of your web pages with clean, semantic HTML for optimal accessibility and SEO.</p>
</div>
<div class="cards">
<i class="fa-brands fa-css3-alt"></i>
<h4>CSS</h4>
<p>Styling your website to perfection with CSS, ensuring a visually appealing and cohesive design across all devices.</p>
</div>
<div class="cards">
<i class="fa-brands fa-bootstrap"></i>
<h4>Bootstrap</h4>
<p>Utilizing Bootstrap to rapidly prototype and develop responsive, mobile-first projects with ease.</p>
</div>
<div class="cards">
<i class="fa-solid fa-laptop-code"></i>
<h4>Tailwind CSS</h4>
<p> Harnessing the power of Tailwind CSS to create highly customizable, utility-first designs tailored to your unique brand identity.</p>
</div>
<div class="cards">
<i class="fa-brands fa-js"></i>
<h4>JavaScript</h4>
<p>A programming language commonly used for web development. It allows for dynamic and interactive elements on web pages, such as animations, form validation, and handling user interactions.</p>
</div>
<div class="cards">
<i class="fa-brands fa-react"></i>
<h4>React Router</h4>
<p>A routing library for React applications. It enables navigation and URL routing in single-page applications, allowing different components to be rendered based on the URL.</p>
</div>
<div class="cards">
<i class="fa-brands fa-node-js"></i>
<h4>Node.js</h4>
<p>A JavaScript runtime environment that allows developers to run JavaScript code outside of a web browser.</p>
</div>
<div class="cards">
<i class="fa-solid fa-laptop-code"></i>
<h4>TypeScript</h4>
<p>A superset of JavaScript that adds static typing to the language. It helps catch errors early in the development process and makes code more scalable and maintainable.</p>
</div>
</div>
</div>
</section>
<!-- Web Development service side end -->
<!-- Footer Start -->
<section class="footer">
<div class="container d-flex flex-wrap justify-content-between">
<div class="news_letter col-12 col-md-8 col-lg-4">
<h4>Different thinking NEWSLETTER</h4>
<p>your satisfication is my pleased.</p>
<div class="inp_wrapper">
<input placeholder="enter email address" type="text">
<button><i class="fas fa-angle-right"></i></button>
</div>
</div>
<div class="ul_wrappers col-7 d-flex">
<ul class="col-12 col-md-8 col-lg-4">
<h4>Quck Links</h4>
<li>POWER BI DESKTOP</li>
<li>MOBILE</li>
<li>SEE ALL DOWNLOADS</li>
<li>POWER BI DESKTOP</li>
<li>MOBILE</li>
<li>SEE ALL DOWNLOADS</li>
</ul>
<ul class="col-12 col-md-8 col-lg-4">
<h4>Legal</h4>
<li>PRIVACY & COOKIES</li>
<li>TERMS OF USE</li>
<li>TRADEMARKS</li>
</ul>
<ul class="col-12 col-md-8 col-lg-4">
<h4>Information</h4>
<li>SUPPORT</li>
<li>DEVELOPERS</li>
<li>BLOG</li>
<li>NEWSLETTER</li>
<li>PYRAMID ANALYTICS</li>
</ul>
</div>
</div>
</section>
<section class="bottom_foot">
<div class="container d-flex justify-content-between align-items-center">
<div class="bottom_logo">Ohi it Service</div>
<div class="right_txt d-flex flex-column text-right">
<span> © Designed by Shahadot Hossain. All Rights Reserved. </span>
<span>Made by Ohi it </span>
</div>
</div>
</section>
<!-- Footer End -->
<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>