-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprograming-en.html
More file actions
430 lines (383 loc) · 20.1 KB
/
Copy pathprograming-en.html
File metadata and controls
430 lines (383 loc) · 20.1 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Helzeia</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<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=Barlow:wght@400;500;600;700;800;900&family=Open+Sans:wght@400;500;600&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/back-to-top.css">
<link rel="stylesheet" href="assets/css/services-contant.css" />
<link rel="icon" href="assets/image/My-Logo.png" />
</head>
<body>
<!-- ══════════════════════════════════════════════════════════════════════
PRELOADER
══════════════════════════════════════════════════════════════════════ -->
<div class="preloader" id="preloader">
<div class="loading-container">
<div class="loading"></div>
<div id="loading-icon">
<img src="assets/image/My-Logo.png" alt="" />
</div>
</div>
</div>
<!-- ══════════════════════════════════════════════════════════════════════
MAIN NAVIGATION
══════════════════════════════════════════════════════════════════════ -->
<nav class="header-menu-area" id="main-nav">
<div class="nav-inner">
<!-- LOGO -->
<a class="nav-logo" href="/">
<img src="assets/image/My-Logo.png" alt="Helzeia" class="nav-logo__img" />
</a>
<!-- DESKTOP NAV -->
<div class="main-nav" aria-label="Primary navigation">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about-us-en.html">ABOUT</a></li>
<!-- SERVICES DROPDOWN -->
<li class="has-dropdown">
<a href="services.html" class="dropdown-trigger" aria-haspopup="true" aria-expanded="false">
SERVICES
<svg class="chevron-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"
stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9" />
</svg>
</a>
<ul class="nav-dropdown" role="menu">
<li role="none"><a href="programing-en.html" role="menuitem"><span class="dd-icon"><i
class="fa-solid fa-code"></i></span><span class="dd-text"><strong>Programing</strong><small>Web &
Desktop Applications</small></span></a></li>
<li role="none"><a href="mobile-app-en.html" role="menuitem"><span class="dd-icon"><i
class="fa-solid fa-mobile-screen"></i></span><span class="dd-text"><strong>Mobile
App</strong><small>Impactful applications</small></span></a></li>
<li role="none"><a href="web-design-en.html" role="menuitem"><span class="dd-icon"><i
class="fa-solid fa-pen-nib"></i></span><span class="dd-text"><strong>Web
Design</strong><small>World-class websites</small></span></a></li>
<li role="none"><a href="hosting-en.html" role="menuitem"><span class="dd-icon"><i
class="fa-solid fa-server"></i></span><span
class="dd-text"><strong>Hosting</strong><small>Powerful & high performance</small></span></a></li>
<li role="none"><a href="mail-support-en.html" role="menuitem"><span class="dd-icon"><i
class="fa-solid fa-envelope"></i></span><span class="dd-text"><strong>Mail
Support</strong><small>Mail hosting & support</small></span></a></li>
<li role="none"><a href="startup-package-en.html" role="menuitem"><span class="dd-icon"><i
class="fa-solid fa-rocket"></i></span><span class="dd-text"><strong>Startup
Package</strong><small>Website, email & hosting</small></span></a></li>
<li role="none"><a href="software-support-en.html" role="menuitem"><span class="dd-icon"><i
class="fa-solid fa-headset"></i></span><span class="dd-text"><strong>Full IT
Support</strong><small>Fast & accurate solutions</small></span></a></li>
<li role="none"><a href="remote-app-en.html" role="menuitem"><span class="dd-icon"><i
class="fa-solid fa-cloud"></i></span><span class="dd-text"><strong>Remote
App</strong><small>Access from anywhere</small></span></a></li>
<li role="none"><a href="hardware-maintenance-en.html" role="menuitem"><span class="dd-icon"><i
class="fa-solid fa-screwdriver-wrench"></i></span><span class="dd-text"><strong>Hardware
Maintenance</strong><small>Component repair & support</small></span></a></li>
</ul>
</li>
<li><a href="contact-us-en.html">CONTACT</a></li>
<li>
<a href="programing-ar.html" class="lang-toggle" title="Switch to Arabic">
<span>AR</span>
<span>🌐</span>
</a>
</li>
</ul>
</div>
<!-- HAMBURGER -->
<button class="menu-toggle-btn" id="menuToggle" aria-label="Open menu" aria-expanded="false">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
<!-- ══════════════════════════════════════════════════════════════════════
MOBILE MENU DRAWER
══════════════════════════════════════════════════════════════════════ -->
<div class="mobile-menu-drawer" id="mobileMenuDrawer" role="dialog" aria-modal="true" aria-label="Mobile navigation">
<div class="drawer-backdrop"></div>
<div class="drawer-panel">
<div class="drawer-head">
<img src="assets/image/My-Logo.png" alt="Helzeia" class="drawer-logo-img" />
<button class="drawer-close" aria-label="Close menu">
<svg viewBox="0 0 24 24">
<line x1="18" y1="6" x2="6" y2="18" />
<line x1="6" y1="6" x2="18" y2="18" />
</svg>
</button>
</div>
<nav class="drawer-nav">
<a href="index.html">Home</a>
<a href="about-us-en.html">About</a>
<!-- Services accordion in drawer -->
<div class="drawer-services-group">
<button class="drawer-services-toggle" aria-expanded="false">
Services
<svg class="chevron-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"
stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9" />
</svg>
</button>
<div class="drawer-services-sub">
<a href="programing-en.html">Programing</a>
<a href="mobile-app-en.html">Mobile App</a>
<a href="web-design-en.html">Web Design</a>
<a href="hosting-en.html">Hosting</a>
<a href="mail-support-en.html">Mail Support</a>
<a href="startup-package-en.html">Startup Package</a>
<a href="software-support-en.html">Full IT Support</a>
<a href="remote-app-en.html">Remote App</a>
<a href="hardware-maintenance-en.html">Hardware Maintenance</a>
</div>
</div>
<a href="contact-us-en.html">Contact</a>
<a href="programing-ar.html" class="lang-toggle"
style="margin-top: 16px; display: inline-flex; width: fit-content">AR 🌐</a>
</nav>
</div>
</div>
<main>
<!-- ══════════════════════════════════════════════════════════════════════
services-contant
══════════════════════════════════════════════════════════════════════ -->
<section class="abx-outer-size">
<div class="abx-outer">
<div class="abx-row">
<!-- ══ العمود الأيسر: الصورة ══════════════════════════ -->
<div class="abx-col-left">
<div class="container abx-portrait">
<img src="assets/image/3-Programing/01PROGRAMING-in.jpg" alt="Programing" class="abx-portrait-img" />
</div>
</div>
<!-- ══ العمود الأيمن: المحتوى ═══════════════════════ -->
<div class="abx-col-right">
<!-- العنوان الضخم يتداخل فوق الصورة -->
<div class="abx-heading-wrap">
<h1 class="abx-heading">Programing</h1>
</div>
<!-- فراغ مرن يدفع المحتوى للأسفل -->
<div class="abx-spacer"></div>
<!-- النص الوصفي -->
<div class="abx-body-wrap">
<p class="abx-body-text">
Elevate your digital presence with our expert programming services. We combine the latest technologies
with robust architecture to develop responsive websites and high-impact mobile applications.
</p>
</div>
</div>
<!-- ══ نهاية العمود الأيمن ════════════════════════════ -->
</div>
</div>
</section>
<!-- ═══ 3-CARD SECTION ═══ -->
<section class="hwm-cards-section">
<div class="hwm-cards-container">
<!-- Card 1 -->
<article class="hwm-card">
<div class="hwm-card-image">
<img src="assets/image/3-Programing/02PROGRAMING.jpg" alt="High-Performance Web Applications" />
<div class="hwm-card-img-overlay"></div>
</div>
<div class="hwm-card-content">
<!-- <span class="hwm-card-tag">01 — Applications</span> -->
<h2 class="hwm-card-title">Applications</h2>
<p class="hwm-card-text">At our core, we believe that technology should be a catalyst for innovation and a
tool for solving the most complex challenges. Our programming services are dedicated to building custom
software solutions that are meticulously crafted to align with your specific vision and operational needs.
We don't just build applications; we engineer robust digital ecosystems that prioritize performance,
security, and a seamless user experience, ensuring that your investment translates into tangible success.
</p>
</div>
</article>
<article class="hwm-card hwm-card--alt">
<div class="hwm-card-image">
<img src="assets/image/3-Programing/03PROGRAMING.jpg" alt="Cross-Platform Development" />
<div class="hwm-card-img-overlay"></div>
</div>
<div class="hwm-card-content">
<!-- <span class="hwm-card-tag">02 — Development</span> -->
<h2 class="hwm-card-title">Cross-Platform Development</h2>
<p class="hwm-card-text">We view every project as a long-term partnership in digital transformation. From
the initial
conceptualization to the final deployment, our focus remains on providing a stable, high-speed, and secure
foundation for your digital assets. We ensure that our solutions are flexible enough to adapt to future
trends, protecting your business from technical obsolescence and giving you the agility to lead in an
ever-changing market. With us, your software becomes more than just code—it becomes a strategic engine for
efficiency and growth.</p>
</div>
</article>
</div>
</section>
</main>
<!-- ══════════════════════════════════════════════════════════════════════
FOOTER
══════════════════════════════════════════════════════════════════════ -->
<footer class="slyn-footer-wrapper" id="contact" role="contentinfo">
<div class="container-fluid px-4 px-md-5">
<div class="slyn-layout-row">
<div class="slyn-left-col">
<div class="slyn-logo-wrap" aria-hidden="true"></div>
<h2 class="slyn-headline">Join the circle.</h2>
<a href="#" target="_blank" class="slyn-cta-btn">
<span class="slyn-cta-btn__label">WhatsApp</span>
<span class="slyn-cta-btn__arrow" aria-hidden="true">
<i class="fa-brands fa-whatsapp"></i>
</span>
</a>
</div>
<div class="slyn-right-col">
<nav class="slyn-nav-card" aria-label="Footer navigation">
<div class="slyn-nav-grid">
<div class="slyn-nav-col">
<p class="slyn-nav-col__heading">Company</p>
<ul class="slyn-nav-col__list">
<li><a href="index.html">Home</a></li>
<li><a href="contact-us-en.html">Contact-Us</a></li>
</ul>
</div>
<div class="slyn-nav-col">
<p class="slyn-nav-col__heading">Links</p>
<ul class="slyn-nav-col__list">
<li><a href="services.html">Services</a></li>
<li><a href="about-us-en.html">About Us</a></li>
</ul>
</div>
<div class="slyn-nav-col slyn-nav-col--office">
<p class="slyn-nav-col__heading">Our Office</p>
<p class="slyn-office-address">Full address here</p>
<a href="mailto:email@example.com" class="slyn-office-email"><span class="__cf_email__"
data-cfemail="email@example.com">email@example.com</span></a>
<a href="tel:+20XXXXXXXXXX" class="slyn-office-phone">(+20) XXXXXXXXXX</a>
<a href="tel:+03XXXXXXX" class="slyn-office-phone">(+03) XXXXXXX</a>
</div>
</div>
<hr class="slyn-card-divider" />
<div class="slyn-card-bottom">
<span class="slyn-copyright">
Copyright © <span id="currentYear"></span>
<a href="https://iivtech.com/" target="_blank">IIVTECH | Powered by IIVTECH</a>
</span>
<div class="slyn-social-row">
<a href="#" class="slyn-social-btn" target="_blank" aria-label="Facebook">
<i class="fa-brands fa-facebook-f"></i>
</a>
<a href="#" target="_blank" class="slyn-social-btn" aria-label="Twitter">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="#" target="_blank" class="slyn-social-btn" aria-label="whatsapp">
<i class="fa-brands fa-whatsapp"></i>
</a>
</div>
</div>
</nav>
</div>
</div>
<div class="slyn-watermark" aria-hidden="true">Helzeia</div>
</div>
</footer>
<!-- ══════════════════════════════════════════════════════════════════════
SCRIPTS
══════════════════════════════════════════════════════════════════════ -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="assets/js/script.js"></script>
<script>
/**
* Sea Gull Shipping - Main JavaScript File
* Handles all interactive functionality
*/
(function () {
"use strict";
/**
* DOM Ready Handler
*/
document.addEventListener("DOMContentLoaded", function () {
initNavbarScroll();
initCurrentYear();
initSmoothScroll();
});
/**
* Navbar Scroll Effect
* Adds/removes 'scrolled' class based on scroll position
*/
function initNavbarScroll() {
var navbar = document.getElementById("main-nav");
if (!navbar) return;
function handleScroll() {
if (window.scrollY > 50) {
navbar.classList.add("scrolled");
} else {
navbar.classList.remove("scrolled");
}
}
window.addEventListener("scroll", handleScroll);
handleScroll();
}
/**
* Set Current Year in Footer
*/
function initCurrentYear() {
var yearElement = document.getElementById("currentYear");
if (yearElement) {
yearElement.textContent = new Date().getFullYear();
}
}
/**
* Smooth Scroll for Anchor Links
*/
function initSmoothScroll() {
var anchorLinks = document.querySelectorAll('a[href^="#"]');
anchorLinks.forEach(function (link) {
link.addEventListener("click", function (e) {
var targetId = this.getAttribute("href");
if (targetId === "#") return;
var targetElement = document.querySelector(targetId);
if (targetElement) {
e.preventDefault();
var navbarHeight =
document.getElementById("main-nav").offsetHeight;
var targetPosition =
targetElement.getBoundingClientRect().top +
window.pageYOffset -
navbarHeight;
window.scrollTo({
top: targetPosition,
behavior: "smooth",
});
}
});
});
}
})();
</script>
<script>
// Hide preloader on page load
window.addEventListener('load', function () {
var preloader = document.getElementById('preloader');
if (preloader) {
preloader.style.opacity = '0';
preloader.style.transition = 'opacity 0.5s ease';
setTimeout(function () { preloader.style.display = 'none'; }, 500);
}
});
</script>
<!-- Back to Top Button -->
<a id="backToTop" href="#" aria-label="Back to top">
<i class="fas fa-arrow-up" aria-hidden="true"></i>
</a>
<script src="assets/js/back-to-top.js"></script>
</body>
</html>