-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservice.html
More file actions
362 lines (329 loc) · 17.5 KB
/
service.html
File metadata and controls
362 lines (329 loc) · 17.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Nexvosys</title>
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Include FontAwesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
<!-- Stylesheets-->
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Poppins:400,500,600%7CTeko:300,400,500%7CMaven+Pro:500">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/style.css">
<style>
.ie-panel {
display: none;
background: #212121;
padding: 10px 0;
box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);
clear: both;
text-align: center;
position: relative;
z-index: 1;
}
html.ie-10 .ie-panel, html.lt-ie-10 .ie-panel {
display: block;
}
.container {
width: 90%;
max-width: 1200px;
margin: auto;
padding: 20px 0;
}
.service-row {
display: flex;
justify-content: space-between;
margin-bottom: 20px; /* Space between rows */
}
.service-card {
flex: 1; /* Each card takes equal space */
margin: 0 10px; /* Space between cards */
background: #ffffff;
padding: 30px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center; /* Center align content in cards */
}
.service-card .icon {
font-size: 50px;
color: #888;
transition: transform 0.3s;
}
.service-card .icon:hover {
transform: scale(1.1);
}
.service-card h2 {
color: #35424a;
margin-top: 10px;
}
.service-card p {
margin: 10px 0;
}
.buttons {
margin-top: 15px;
display: flex;
justify-content: center;
}
.btn {
display: inline-block;
padding: 10px 15px;
background-color: #6689FF;
color: #ffffff;
text-decoration: none;
border-radius: 5px;
margin: 0 10px;
transition: background-color 0.3s;
}
.btn:hover {
background-color: #4a68c7;
}
/* Responsive Design */
@media (max-width: 768px) {
.service-row {
flex-direction: column; /* Stack cards vertically on smaller screens */
}
.service-card {
margin: 10px 0; /* Space between stacked cards */
}
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="styles.css"> <!-- Link to your main CSS file -->
<link rel="stylesheet" href="css/service.css"> <!-- Link to your service-specific CSS file -->
</head>
<body>
<div class="ie-panel"><a href="http://windows.microsoft.com/en-US/internet-explorer/"><img src="images/ie8-panel/warning_bar_0000_us.jpg" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."></a></div>
<div class="preloader">
<div class="preloader-body">
<div class="cssload-container"><span></span><span></span><span></span><span></span>
</div>
</div>
</div>
<div class="page">
<div id="home">
<!-- Page Header-->
<header class="section page-header">
<!-- Navbar-->
<div class="rd-navbar-wrap">
<nav class="rd-navbar rd-navbar-classic" data-layout="rd-navbar-fixed" data-sm-layout="rd-navbar-fixed" data-md-layout="rd-navbar-fixed" data-md-device-layout="rd-navbar-fixed" data-lg-layout="rd-navbar-static" data-lg-device-layout="rd-navbar-fixed" data-xl-layout="rd-navbar-static" data-xl-device-layout="rd-navbar-static" data-xxl-layout="rd-navbar-static" data-xxl-device-layout="rd-navbar-static" data-lg-stick-up-offset="46px" data-xl-stick-up-offset="46px" data-xxl-stick-up-offset="46px" data-lg-stick-up="true" data-xl-stick-up="true" data-xxl-stick-up="true">
<div class="rd-navbar-main-outer">
<div class="rd-navbar-main">
<!-- Navbar Panel-->
<div class="rd-navbar-panel">
<!-- Navbar Toggle-->
<button class="rd-navbar-toggle" data-rd-navbar-toggle=".rd-navbar-nav-wrap"><span></span></button>
<!-- Navbar Brand-->
<div class="rd-navbar-brand"><a class="brand" href="index.html"><img src="images/logo 1.png" alt="" width="223" height="50"/></a></div>
</div>
<div class="rd-navbar-main-element">
<div class="rd-navbar-nav-wrap">
<!-- Navbar Share-->
<div class="rd-navbar-share fl-bigmug-line-share27" data-rd-navbar-toggle=".rd-navbar-share-list">
<ul class="list-inline rd-navbar-share-list">
<li class="rd-navbar-share-list-item"><a class="icon fa fa-facebook" href="#"></a></li>
<li class="rd-navbar-share-list-item"><a class="icon fa fa-twitter" href="#"></a></li>
<li class="rd-navbar-share-list-item"><a class="icon fa fa-google-plus" href="#"></a></li>
<li class="rd-navbar-share-list-item"><a class="icon fa fa-instagram" href="#"></a></li>
</ul>
</div>
<ul class="rd-navbar-nav">
<li class="rd-nav-item "><a class="rd-nav-link" href="/index.html">Home</a></li>
<li class="rd-nav-item active"><a class="rd-nav-link" href="/service.html">Services</a></li>
<li class="rd-nav-item"><a class="rd-nav-link" href="/projects.html">Projects</a></li>
<li class="rd-nav-item"><a class="rd-nav-link" href="#team">Team</a></li>
<li class="rd-nav-item"><a class="rd-nav-link" href="#news">News</a></li>
<li class="rd-nav-item"><a class="rd-nav-link" href="#contacts">Contacts</a></li>
</ul>
<div class="rd-navbar-auth-buttons">
<a href="#" class="auth-button-signup button-ujaraks " onclick="showSignupModal()">Sign Up</a>
<a href="#" class="auth-button-login" onclick="showloginModal()">Log In</a>
</div>
<!-- auth form -->
<!-- Signup Modal -->
<div id="signupModal" class="modal">
<div class="modal-content">
<span class="close" onclick="closeSignupModal()">×</span>
<h2>Sign Up</h2>
<input type="text" id="signup-name" placeholder="Username" required>
<input type="email" id="signup-email" placeholder="Email" required>
<input type="password" id="signup-password" placeholder="Create Password" required>
<!-- Terms and conditions checkbox -->
<label class="terms-label">
<input type="checkbox" id="termsCheckbox" required> By creating an account, you agree to our
<a href="#" class="terms-link">terms and conditions</a>.
</label>
<button type="submit" class="auth-button-submit ">Create Account</button>
</div>
</div>
<!-- Login Modal -->
<div id="loginModal" class="modal">
<div class="modal-content">
<span class="close" onclick="closeloginModal('loginModal')">×</span>
<h2>Log In</h2>
<form id="loginForm">
<input type="text" id="login-username" placeholder="Email/Username" required>
<input type="password" id="login-password" placeholder="Password" required>
<a href="#" onclick="forgotPassword()" style="color: #6689FF; display: block; margin-top: 5px; margin-bottom: 5px;">Forgot Password?</a>
<button type="submit" class="auth-button-submit">Log In</button>
</form>
<!-- Login Credentials Section -->
<div class="login-credentials-section">
<h3>Login Credentials</h3>
<div class="login-options">
<button class="login-option" id="adminLogin">Admin Login</button>
<button class="login-option" id="developerLogin">Developer Login</button>
<button class="login-option" id="clientLogin">Client Login</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<main>
<!--
<div class="headbar" style="width: 100%;height: 180px;background: #1a4eff;">
<h3 style="padding-top: 60px; color: #ffffff;">Services</h3>
<a href="index.html" style="color: aliceblue;">Home</a> <i class="fas fa-chevron-right" style="color: aliceblue;"></i>
<a href="service.html" style="color: aliceblue;">Services</a>
</div> -->
<section class="services-container">
<h2 class="">Our Services</h2>
<!-- <p class="quote-jean wow fadeInRight" data-wow-delay=".1s">Explore our range of innovative services designed to help you succeed. From web and app development to digital marketing and graphic design, we offer tailored solutions that cater to your unique business needs.</p> -->
<div class="service-row">
<div class="service-card">
<img src="/images/s11.avif" alt="Video Production" class="service-icon" style="width: 500px;height: 250px;">
<h3>Web Development</h3>
<p>We specialize in building responsive, user-friendly websites that are optimized for performance and functionality. Our web development services ensure a seamless user experience across all devices, helping your business grow with cutting-edge technology and best practices.</p>
<a href="#" class="btn"><i class="fas fa-info-circle"></i>
More Details</a>
<a href="#" class="btny"><i class="fas fa-star"></i>
Reviews</a>
<a href="#" class="btnr"><i class="fas fa-dollar-sign"></i>
Pricing</a>
</div>
<div class="service-card">
<img src="/images/s22.avif" alt="SEO Optimization" class="service-icon" style="width: 500px; height: 250px;">
<h3>App Development</h3>
<p>We create innovative mobile applications for both iOS and Android platforms, focusing on intuitive design and seamless functionality. Our apps are tailored to meet user needs and deliver a great experience, ensuring your business stays ahead in the mobile space.</p>
<a href="#" class="btn"><i class="fas fa-info-circle"></i>
More Details</a>
<a href="#" class="btny"><i class="fas fa-star"></i>
Reviews</a>
<a href="#" class="btnr"><i class="fas fa-dollar-sign"></i>
Pricing</a>
</div>
<div class="service-card">
<img src="images/s3.png" alt="Cloud Solutions" class="service-icon" style="width: 500px; height: 250px;">
<h3>Software Development</h3>
<p>We create custom, scalable software solutions to meet your business needs. From desktop apps to enterprise systems, our team ensures secure, efficient, and high-performance solutions that integrate seamlessly with your workflows. We focus on delivering results that drive innovation</p>
<a href="#" class="btn"><i class="fas fa-info-circle"></i>
More Details</a>
<a href="#" class="btny"><i class="fas fa-star"></i>
Reviews</a>
<a href="#" class="btnr"><i class="fas fa-dollar-sign"></i>
Pricing</a>
</div>
</div>
<div class="service-row">
<div class="service-card">
<img src="/images/s4.jpg" alt="Happy Customers" class="service-icon" style="width: 500px; height: 250px;">
<h3>UI/UX Design</h3>
<p>We design intuitive, user-centered interfaces that offer seamless experiences. Our team focuses on optimizing both the visual and functional aspects, ensuring your product is not only attractive, helping to engage users and improve retention.</p>
<a href="#" class="btn"><i class="fas fa-info-circle"></i>
More Details</a>
<a href="#" class="btny"><i class="fas fa-star"></i>
Reviews</a>
<a href="#" class="btnr"><i class="fas fa-dollar-sign"></i>
Pricing</a>
</div>
<div class="service-card">
<img src="/images/s5.webp" alt="Marketing Strategy" class="service-icon" style="width: 500px; height: 250px;">
<h3>Illustration</h3>
<p>Our talented illustrators create custom visuals that bring your ideas to life. From marketing materials to storytelling, we craft unique illustrations that align with your brand, enhancing communication and making your content visually captivating.</p>
<a href="#" class="btn"><i class="fas fa-info-circle"></i>
More Details</a>
<a href="#" class="btny"><i class="fas fa-star"></i>
Reviews</a>
<a href="#" class="btnr"><i class="fas fa-dollar-sign"></i>
Pricing</a>
</div>
<div class="service-card">
<img src="/images/s6.jpg" alt="Podcast Talks" class="service-icon" style="width: 500px; height: 250px;">
<h3>Digital Marketing</h3>
<p>We provide tailored digital marketing strategies to boost your online presence. From SEO and social media marketing to content strategies, we help you connect with your audience and drive measurable results, enhancing brand visibility and growth.
</p>
<a href="#" class="btn"><i class="fas fa-info-circle"></i>
More Details</a>
<a href="#" class="btny"><i class="fas fa-star"></i>
Reviews</a>
<a href="#" class="btnr"><i class="fas fa-dollar-sign"></i>
Pricing</a>
</div>
</div>
</section>
</main>
<footer>
<!-- Include your Footer -->
</footer>
</body>
<!-- footer section -->
<footer>
<div class="footer-container">
<div class="footer-section">
<h2><b>NEXVOSYS</b></h2>
<p>#12 Road 4, Uttara, Dhaka</p>
<p>+012 345 67890</p>
<p>service@nexvosys.com</p>
<div class="social-icons">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="footer-section">
<h3>Services</h3>
<ul>
<li><a href="#">Web Development</a></li>
<li><a href="#">App Development</a></li>
<li><a href="#">Graphic Design</a></li>
<li><a href="#">Digital Marketing</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Our Services</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div>
<h3 style="color: #ffffff; font-size: 20px; padding-top: 13px;">Newsletter</h3>
<p style="padding-bottom: 10px;">Subscribe for the latest updates and offers!</p>
<div class="" style="max-width: 300px; display: flex; height: 42px; background-color: #ffffff; border-radius: 5px;">
<input class="form-control bg-transparent" type="text" placeholder="Your email" style="margin-top: 1px;">
<button type="button" class="btnsub py-2 position-absolute " style="margin-left: 300px; margin-top: 0;">Subscribe</button>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Nexvosys. All rights reserved.</p>
</div>
</footer>
<!-- Scripts -->
<script src="js/core.min.js"></script>
<script src="js/script.js"></script>
<script src="js/login.js"></script>
</body>
</html>