-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-en.html
497 lines (368 loc) · 15.7 KB
/
index-en.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
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
<!DOCTYPE html>
<html lang="az">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Main page | AzSystems LLC</title>
<link rel="stylesheet" href="index-en.css">
<link rel="icon" href="logo222.png">
</head>
<body>
<img id="naxis3" src="naxis-bg-removed.png">
<img id="naxis4" src="naxis-bg-removed.png">
<img id="naxis5" src="naxis-bg-removed.png">
<img id="naxis6" src="naxis-bg-removed.png">
<img id="naxis7" src="naxis-bg-removed.png">
<img id="naxis8" src="naxis-bg-removed.png">
<img id="media1" src="naxis-bg-removed.png">
<img id="media2" src="naxis-bg-removed.png">
<img id="media3" src="naxis-bg-removed.png">
<img id="media4" src="naxis-bg-removed.png">
<div class="scrolling-div" id="scrollingDiv">
<a href="index.html"> <img id="logo" src="logo5.png"></a>
<a href="index.html"><img id="logo55" src="logo5.png"></a>
<a href="index-en.html"><button id="p1">Main page</button></a>
<a href="haqqimizda-en.html"><button id="p2">About us</button></a>
<a href="xidmetler-en.html"><button id="p3">Services</button></a>
<a href="elaqe-en.html"><button id="p4">Contact</button></a>
<a href="avadanliqlar-en.html"><p id="p5">Equipment</p></a>
<a href="https://www.instagram.com/az_systems_mmc/" target="_blank"><img id="ig" src="ig2.png"></a>
<a href="https://m.facebook.com/profile.php?id=61552812114477&eav=AfadMGiN6N4CHJJuHiHm7FDrVWBrBOkowhobiCwYrrrNXmKGnTSSVd0qwInp_s8lr7Y&paipv=0" target="_blank"><img id="fb" src="fb1.png"></a>
<select id="language" onchange="changeLanguage()">
<option value="" disabled selected>Language</option>
<option value="index-ru.html">RU</option>
<option value="index.html">AZ</option>
<option value="index-en.html">EN</option>
</select>
<script>
function changeLanguage() {
var selectedLanguage = document.getElementById("language").value;
// Redirect to the corresponding HTML file based on the selected language
if (selectedLanguage) {
window.location.href = selectedLanguage;
}
}
</script>
<button id="teklif">Get offer</button>
<!--
<button id="gorulenisler">Görülən işlər</button>
-->
<div class="open-close">
<div id="overlay">
<div id="content">
<a href="index-en.html"><p id="p1-v2">Main page</p></a>
<a href="haqqimizda-en.html"><p id="p2-v2">About us</p></a>
<a href="avadanliqlar-en.html"><p id="p5-v2">Equipment</p></a>
<a href="xidmetler-en.html"><p id="p3-v2">Services</p></a>
<a href="elaqe-en.html"><p id="p4-v2">Contact</p></a>
<a href="#" id="closeOverlay"><img id="x-img" src="x-logo.png"></a>
<select name="select" id="language2" onchange="changeLanguageA()">
<option value="" disabled selected>Language</option>
<option value="index-en.html">EN</option>
<option value="index-ru.html">RU</option>
<option value="index.html">AZ</option>
</select>
<script>
function changeLanguageA() {
var selectedLanguage = document.getElementById("language2").value;
// Redirect to the corresponding HTML file based on the selected language
if (selectedLanguage) {
window.location.href = selectedLanguage;
}
}
</script>
</div>
</div>
<img id="showOverlay" src="tree-line.png" alt="IMG" width="200" height="200">
</div>
</div>
<script type="text/javascript">
document.getElementById("showOverlay").addEventListener("click", function() {
var overlay = document.getElementById("overlay");
var showOverlay = document.getElementById("showOverlay");
overlay.style.display = "block";
overlay.style.opacity = 0.5; // Beyazlık animasyonunu başlat
showOverlay.style.opacity = 0; // Resim kaybolur
setTimeout(function () {
overlay.style.opacity = 5; // Tamamen beyaz hale gelirken metinler ve X belirir
}, 10); // Beyazlık animasyon süresi
});
document.getElementById("closeOverlay").addEventListener("click", function(e) {
e.preventDefault();
var overlay = document.getElementById("overlay");
var showOverlay = document.getElementById("showOverlay");
overlay.style.opacity = 0; // Beyazlık kaybolur
showOverlay.style.opacity = 1; // Resim geri gelir
setTimeout(function () {
overlay.style.display = "none"; // Tamamen kaybolur
}, 500); // Beyazlık animasyon süresi
});
</script>
<script src="index.js"></script>
<!--
<div class="image-container">
<div class="image-overlay"></div>
<img src="main-bg11.png" alt="image" class="image-with-overlay">
</div>
-->
<!--
<p id="h1" style="font-family: Arial, sans-serif;">AZsystems</p>
-->
<img id="logo3-for-h1" src="logo5.png">
</div>
<!--
<div class="logos">
<img id="hp" src="hp.png">
<img id="excel" src="excel.png">
<img id="cisco" src="cisco.png">
<img id="hitachi" src="hitachi.png">
<img id="consquare" src="consquare.png">
<img id="sony" src="sony.png">
<img id="lg" src="lg.png">
<img id="musi" src="musi.png">
</div>
-->
<img id="naxis-bg-removed" src="naxis-bg-removed.png">
<img id="naxis-bg-removed2" src="naxis-bg-removed2.png">
<!------------------------------------------------------------XİDMƏTLƏR--------------------------------------------------------------->
<div class="xidmet5">
<img id="xidmet5-img" src="xidmet5.png">
<p id="xidmet5-h" style="font-family: Arial, sans-serif;">IT support</p>
<p id="xidmet5-p" style="font-family: Arial, sans-serif;">AzSystems company offers
<br>all types of
information <br>
technology support to its customers.
</p>
</div>
<!--------------------------------------------------------------------------------------------------------------------------->
<div class="xidmet2">
<img id="xidmet2-img" src="xidmet2.png">
<p id="xidmet2-h" style="font-family: Arial, sans-serif;">System integration</p>
<p id="xidmet2-p" style="font-family: Arial, sans-serif;">
AzSystems company is developing
<br>worldwide technological
<br>processes IT integrates in Azerbaijan.
</p>
</div>
<!--------------------------------------------------------------------------------------------------------------------------->
<div class="xidmet6">
<img id="xidmet6-img" src="xidmet6.png">
<p id="xidmet6-h" style="font-family: Arial, sans-serif;">Technical service</p>
<p id="xidmet6-p" style="font-family: Arial, sans-serif;">
Video surveillance in modern times
<br>
system of any type of business
<br>
has become a component.
</p>
</div>
<!--------------------------------------------------------------------------------------------------------------------------->
<div class="xidmet4">
<img id="xidmet4-img" src="xidmet4.png">
<p id="xidmet4-h" style="font-family: Arial, sans-serif;">Security systems</p>
<p id="xidmet4-p" style="font-family: Arial, sans-serif;">
Video surveillance in modern times
<br>
system of any type of business
<br>
has become a component.
</p>
</div>
<!-------------------------------------------------------------------------------------------------------------------------
<div class="xidmet3">
<img id="xidmet3-img" src="xidmet3.png">
<p id="xidmet3-h" style="font-family: Arial, sans-serif;">Biometrik həllər</p>
<p id="xidmet3-p" style="font-family: Arial, sans-serif;">AzSystems şirkəti
<br>avtomatlaşdırılmış
keçid
<br>sistemlərinin geniş çeşidini
<br>
təklif edir.
</p>
</div>
-->
<!--------------------------------------------------------------------------------------------------------------------------->
<div class="xidmet1">
<img id="xidmet1-img" src="xidmet1.png">
<p id="xidmet1-h" style="font-family: Arial, sans-serif;">Local and wireless
networks <br>
application</p>
<p id="xidmet1-p" style="font-family: Arial, sans-serif;">Local computer network
<br>
of information
transmission, protection,
<br>processing
hardware and software
<br>that provide
complex.
</p>
</div>
<!--------------------------------------------------------------------------------------------------------------------------->
<div class="xidmet7">
<img id="xidmet7-img" src="xidmet7.png">
<p id="xidmet7-h" style="font-family: Arial, sans-serif;">IP telephony</p>
<p id="xidmet7-p" style="font-family: Arial, sans-serif;">IP telephony voice signals
<br>
from the Internet for transmission
<br>
is the technology used.
</p>
</div>
<p id="haqqimizda-ne-bilirsiniz" style="font-family: Arial, sans-serif;">
What do you
<br>know about us?
</p>
<img id="line22" src="line.png">
<img id="meet2" src="meet2.png">
<p id="sirket-haqqinda">About the company</p>
<p id="sirket-haqqinda-alt">
"AzSystems" LLC operates in the Republic of Azerbaijan. One of the main goals of our company is the integration of rapidly developing information technologies and other innovations in the Republic of Azerbaijan and their simultaneous implementation.
<br>
<br>
Despite the fact that the company is new, it has gathered around itself highly trained professionals working in various fields.
<br>
<br>
Our company regularly provides employees with courses, seminars and trainings on the development of information technologies held both in Azerbaijan and abroad in order to increase their professionalism. Our company already carries out its experience and business activities in a number of state-important structures. There are a number of directions in which "Az Systems" company operates:
</p>
<p id="sirket-haqqinda-alt2">
"AzSystems" LLC operates in the Republic of
<br>Azerbaijan. One of the main goals of our company
<br>is the integration of rapidly developing information
<br>technologies and other innovations in the Republic
<br>of Azerbaijan and their simultaneous implementation.
<br>
<br>
Despite the fact that the company is new, it has
<br>gathered around itself highly trained professionals
<br>working in various fields.
<br>
<br>
Our company regularly provides employees with
<br>courses, seminars and trainings on the
<br>development of information technologies held
<br>both in Azerbaijan and abroad in order to
<br>increase their professionalism. Our company
<br>already carries out its experience and business
<br>activities in a number of state-important structures.
<br>There are a number of directions in which
<br>"Az Systems" company operates:
</p>
<img id="yes" src="yes.png">
<img id="yes2" src="yes.png">
<img id="yes3" src="yes.png">
<img id="yes4" src="yes.png">
<p id="dostcasina-xidmet">Friendly service</p>
<p id="innovativ-heller">Innovative solutions</p>
<p id="yuksek-keyfiyyet">High quality</p>
<p id="sertifikatli-meshullar">Certified products</p>
<img id="yes11" src="yes.png">
<img id="yes22" src="yes.png">
<img id="yes33" src="yes.png">
<img id="yes44" src="yes.png">
<p id="dostcasina-xidmet2">Friendly service</p>
<p id="innovativ-heller2">Innovative solutions</p>
<p id="yuksek-keyfiyyet2">High quality</p>
<p id="sertifikatli-meshullar2">Certified products</p>
<!--
<div class="image-container2">
<div class="image-overlay2"></div>
<img src="bg-video-cover.png" alt="image2" class="image-with-overlay2">
</div>
<p id="onlar-bizi-secdi">Onlar bizi
<br>
seçdi</p>
<img id="line222" src="line.png">
<div class="onlar-bizi-secdi">
<img id="vergiler-nazirliyi" src="vergiler-nazirliyi.png">
<img id="din" src="din.png">
<img id="access-bank" src="access-bank.png">
<img id="pasa-holding" src="pasa-holding.png">
<img id="azerisiq" src="azerisiq.png">
<img id="elbit-systems" src="elbit-systems.png">
<img id="akkord" src="akkord.png">
<p id="digerlerinede-bax">Digərlərinədə bax ></p>
</div>
-->
<div class="huquqlar">
<div class="left-text">
Copyright reserved:
</div>
<div class="right-text">
©2023
</div>
</div>
<!--
<video id="video1" autoplay loop muted>
<source src="bg-video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
-->
<!--
<img id="resim" src="tree-line.png" alt="Resim" width="300" height="200">
<div class="button-container" id="dugme-container">
<a href="main-page.html"><button id="p1">Əsas səhifə</button></a>
<a href="haqqimizda.html"><button id="p2">Haqqımızda</button></a>
<a href="xidmetler.html"><button id="p3">Xidmətlər</button></a>
<a href="elaqe.html"><button id="p4">Əlaqə</button></a>
</div>
<script>
var buttonContainer = document.getElementById('dugme-container');
// Resme tıklandığında düğmeleri göster veya gizle
document.getElementById('resim').addEventListener('click', function() {
if (buttonContainer.style.display === 'none' || buttonContainer.style.display === '') {
buttonContainer.style.display = 'block';
} else {
buttonContainer.style.display = 'none';
}
});
// Düğmelere tıklama işlevleri eklemek için gerekli kodu ekleyebilirsiniz.
document.getElementById('dugme1').addEventListener('click', function() {
// Düğme 1 tıklanınca yapılacak işlemleri burada tanımlayabilirsiniz.
});
document.getElementById('dugme2').addEventListener('click', function() {
// Düğme 2 tıklanınca yapılacak işlemleri burada tanımlayabilirsiniz.
});
document.getElementById('dugme3').addEventListener('click', function() {
// Düğme 3 tıklanınca yapılacak işlemleri burada tanımlayabilirsiniz.
});
document.getElementById('dugme4').addEventListener('click', function() {
// Düğme 4 tıklanınca yapılacak işlemleri burada tanımlayabilirsiniz.
});
</script>
-->
<!-------------------------------------------BOTTOM DIV---------------------------------------------------------.-->
<p id="teklif-etdiyimiz-xidmetler" style="font-family: Arial, sans-serif;">Services we offer</p>
<img id="line" src="line.png">
<p id="teklif-etdiyimiz-xidmetler-alt" style="font-family: Arial, sans-serif;">
AzSystems company is the latest
<br>
using technologies
<br>accessible to your business
<br>offers solutions.
</p>
<script>
var buttonContainer = document.getElementById('p-container');
// Resme tıklandığında düğmeleri göster veya gizle
document.getElementById('tree-line').addEventListener('click', function() {
if (buttonContainer.style.display === 'none' || buttonContainer.style.display === '') {
buttonContainer.style.display = 'block';
} else {
buttonContainer.style.display = 'none';
}
});
// Düğmelere tıklama işlevleri eklemek için gerekli kodu ekleyebilirsiniz.
document.getElementById('P1').addEventListener('click', function() {
// Düğme 1 tıklanınca yapılacak işlemleri burada tanımlayabilirsiniz.
});
document.getElementById('P2').addEventListener('click', function() {
// Düğme 2 tıklanınca yapılacak işlemleri burada tanımlayabilirsiniz.
});
document.getElementById('P3').addEventListener('click', function() {
// Düğme 3 tıklanınca yapılacak işlemleri burada tanımlayabilirsiniz.
});
document.getElementById('P4').addEventListener('click', function() {
// Düğme 4 tıklanınca yapılacak işlemleri burada tanımlayabilirsiniz.
});
</script>
</body>
</html>