-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
402 lines (324 loc) · 15.3 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Caspian Soft</title>
<!-- <link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.css" />
<link rel="icon" href="./assets/images/icon.png" type="image/x-icon" />
<link href="assets/css/main.css" rel="stylesheet" type="text/css" />
<script href="./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script> -->
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/4.3.1/darkly/bootstrap.min.css">
<link href="https://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
<link rel="icon" href="./assets/images/icon.png" type="image/x-icon" />
<link href="assets/css/main.css" rel="stylesheet" type="text/css" />
<script href="./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<section class="container">
<div id="myNav" class="overlay ">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="overlay-content container">
<img src="./assets/images/caspiansoft.png" alt="" class="nav-logo">
<p class="mt-4"> <b>Caspian Soft</b> is a specialized software engineering company providing a wide
range of services in the field of information
technology and software development since 2015. </p>
<div class="mt-5 curtain-links">
<a href="#about" class="pb-4" onclick="closeNav()">about us</a>
<a href="#services" class="pb-4" onclick="closeNav()">services</a>
<a href="#projects" class="pb-4" onclick="closeNav()">projects</a>
<a href="#" class="pb-4" onclick="closeNav()">techBlogs</a>
</div>
<div class="d-flex justify-content-center">
<a class="btn btn-outline-warning fw-bold mt-5" id="button" href="#" type="button">get in
touch</a>
</div>
<div class="mt-5"> <span>hello@caspiansoft.com</span>
</div>
<div class="col-md-4 d-flex justify-content-around order-md-2 order-1 mt-3">
<img src="./assets/images/instagram.svg" alt="" />
<img src="./assets/images/github .svg" alt="" />
<img src="./assets/images/facebook .svg" alt="" />
<img src="./assets/images/linkedin .svg" alt="" />
<img src="./assets/images/behance .svg" alt="" />
</div>
</div>
</div>
</section>
<section class="container mt-4">
<nav class="navbar navbar-expand-md navbar-light">
<div class="container-fluid p-0">
<span style="font-size:30px;cursor:pointer" onclick="openNav()" class="d-md-none d-flex">☰ </span>
<a class="navbar-brand" href="#">
<img src="./assets/images/logo.png" height="30" alt="" class="" />
</a>
<div class="nav-link-section">
<ul class="navbar-nav justify-content-end collapse navbar-collapse " id="navbarNav">
<li class="nav-item">
<a class="nav-link " href="#about">about us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">techBlogs</a>
</li>
<li class="nav-item">
<a class="btn btn-outline-warning fw-bold" id="button" href="#" type="button">get in
touch</a>
</li>
</ul>
</div>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton1"
data-bs-toggle="dropdown" aria-expanded="false">
az
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton1">
<li><a class="dropdown-item" href="#">eng</a></li>
<li><a class="dropdown-item" href="#">rus </a></li>
</ul>
</div>
</div>
</nav>
</section>
<!-- *** ABOUT US *** -->
<section class="container about" id="about">
<div class="smth">
<h2 class=" text-center text-md-start">about us</h2>
<div class="about_content">
<div class="bck_about ">
<div>
Caspian Soft is a specialized software engineering company providing a wide range of services in the
field of information technology and software development since 2015.
<br><br>At Caspian Soft,
we put our customers at the heart of everything we do and strive
for excellence. In doing so, we use the most innovative
technologies and methodologies to deliver agile, competitive and
high standard solutions. <br><br>Our projects speak for us. At Caspian
Soft, we put our customers at the heart of everything we do and strive for excellence. In doing so, we use
the most innovative technologies and methodologies to deliver agile, competitive and high standard
solutions.
</div>
</div>
</div>
</div>
</section>
<!-- *** OUR TEAM *** -->
<section class="container">
<h2 class=" text-center text-md-start"> our team </h2>
</section>
<!-- *** FOLLOW US *** -->
<section class=" mt-5 d-none d-md-block" id="projects">
<h2 class="container">follow us </h2>
<div class=" text-center mt-5">
<div class="row ">
<div id="myCarousel" class="carousel slide w-100" data-ride="carousel">
<div class="carousel-inner w-100 container p-2" role="listbox">
<div class="carousel-item active">
<div class="col-lg-4 col-md-6">
<img class="carouselimg" src="./assets/images/narmingunel.png" alt="" />
<div class="carouseldiv justify-content-center p-3">
<span>Caspian Soft is a specialized software engineering company providing a wide..</span>
<div class="d-flex justify-content-between m-2 p-2">
<img src="./assets/images/instagram.svg" alt="">
<span>@caspiansoft</span>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="col-lg-4 col-md-6">
<img class="carouselimg" src="./assets/images/shahinramin.png" alt="" />
<div class="carouseldiv justify-content-center p-3">
<span>Our projects speak for us. At Caspian Soft, we put our customers at the..</span>
<div class="d-flex justify-content-between m-2 p-2">
<img src="./assets/images/instagram.svg" alt="">
<span>@caspiansoft</span>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="col-lg-4 col-md-6">
<img class="carouselimg" src="./assets/images/shahinxaliq.png" alt="" />
<div class="carouseldiv justify-content-center p-3">
<span>Our strength is our people. The team of highly talented artistic designers and..</span>
<div class="d-flex justify-content-between m-2 p-2">
<img src="./assets/images/instagram.svg" alt="">
<span>@caspiansoft</span>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="col-lg-4 col-md-6">
<img class="carouselimg" src="./assets/images/narmingunel.png" alt="" />
<div class="carouseldiv justify-content-center p-3">
<span>Caspian Soft is a specialized software engineering company providing a wide..</span>
<div class="d-flex justify-content-between m-2 p-2">
<img src="./assets/images/instagram.svg" alt="">
<span>@caspiansoft</span>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="col-lg-4 col-md-6">
<img class="carouselimg" src="./assets/images/shahinramin.png" alt="" />
<div class="carouseldiv justify-content-center p-3">
<span>Caspian Soft is a specialized software engineering company providing a wide..</span>
<div class="d-flex justify-content-between m-2 p-2">
<img src="./assets/images/instagram.svg" alt="">
<span>@caspiansoft</span>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="col-lg-4 col-md-6">
<img class="carouselimg" src="./assets/images/shahinxaliq.png" alt="" />
<div class="carouseldiv justify-content-center p-3">
<span>Caspian Soft is a specialized software engineering company providing a wide..</span>
<div class="d-flex justify-content-between m-2 p-2">
<img src="./assets/images/instagram.svg" alt="">
<span>@caspiansoft</span>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev mr-5 " href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next ml-5" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- *** IDEA FORM only for mobile size *** -->
<section class="ideaform container d-lex d-md-none">
<h1 class="text-center head">why customer idea form ?</h1>
<div>
<div class="d-flex m-3 ">
<div> <img src="./assets/images/Vector.png" alt="" class="pr-4 tick">
</div>
<span>
analyze session before meeting
</span>
</div>
<div class="d-flex m-3">
<div> <img src="./assets/images/Vector.png" alt="" class="pr-4 tick">
</div>
<span>much less time than meeting (beneficial for both sides)</span>
</div>
<div class="d-flex m-3">
<div> <img src="./assets/images/Vector.png" alt="" class="pr-4 tick">
</div> <span>have much more detailed
idea before meeting</span>
</div>
<div class="d-flex m-3">
<div> <img src="./assets/images/Vector.png" alt="" class="pr-4 tick">
</div> <span>customer can organize the project idea much well by writing down and selecting the options
in the form</span>
</div>
<div class="d-flex m-3">
<div> <img src="./assets/images/Vector.png" alt="" class="pr-4 tick">
</div> <span>after analyzing we can suggest new requirements</span>
</div>
</div>
</section>
<!-- *** FOOTER *** -->
<section class="container mt-5">
<div class="row last mt-5">
<div class="yoxla d-none flex-md-row">
<div class="col-md-4 d-flex justify-content-center">
<h1 class="head text-center text-md-start">have a project in mind ?</h1>
</div>
<div class="col-md-4 d-flex justify-content-md-start justify-content-center ">
<form action="">
<input type="text" placeholder="email" class="m-2 p-3" />
<br />
<input type="text" placeholder="project title" class="m-2 p-3" />
<br />
<div class="d-flex justify-content-center justify-content-md-start">
<a class="btn btn-outline-warning fw-bold m-2 " id="button" href="" type="button">continue</a>
</div>
</form>
</div>
</div>
<div class="col-md-4 justify-content-center justify-content-md-start">
<div class="row text-center text-md-start">
<div>
<img src="./assets/images/mail-icon.svg" class="d-none d-md-inline-block " alt="">
<span>hello@caspiansoft.com</span>
</div>
</div>
<div class="row mt-3 text-center text-md-start">
<div>
<img src="./assets/images/call-icon.svg" class="d-none d-md-inline-block" alt="">
<span>+994 50 420 47 47</span>
</div>
</div>
<div class="row mt-3 text-center text-md-start">
<div>
<img src="./assets/images/location-icon.svg" class="d-none d-md-inline-block" alt="">
<span>Office Center, Ahmad Rajabli, Baku 1075</span>
</div>
</div>
</div>
</div>
<footer class="container mt-5 row ">
<img src="./assets/images/logo.png" alt="" id="logo" class="col-md-4 d-none d-md-flex justify-content-center " />
<div class="col-md-4 d-flex justify-content-around order-md-2 order-1">
<img src="./assets/images/instagram.svg" alt="" class="icon" />
<img src="./assets/images/github .svg" alt="" class="icon" />
<img src="./assets/images/facebook .svg" alt="" class="icon" />
<img src="./assets/images/linkedin .svg" alt="" class="icon" />
<img src="./assets/images/behance .svg" alt="" class="icon" />
</div>
<span class="col-md-4 d-flex justify-content-center align-items-center order-2 order-md-1 ">2021 caspiansoft |
all
rights
reserved.</span>
</footer>
</section>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script src="./node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- carousel -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script>
try {
fetch(new Request("https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js", { method: 'HEAD', mode: 'no-cors' })).then(function (response) {
return true;
}).catch(function (e) {
var carbonScript = document.createElement("script");
carbonScript.src = "//cdn.carbonads.com/carbon.js?serve=CK7DKKQU&placement=wwwjqueryscriptnet";
carbonScript.id = "_carbonads_js";
document.getElementById("carbon-block").appendChild(carbonScript);
});
} catch (error) {
console.log(error);
}
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36251023-1']);
_gaq.push(['_setDomainName', 'jqueryscript.net']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="./assets/script/about.js"></script>
</body>
</html>