-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
640 lines (630 loc) · 22.7 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
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
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Intrafy</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<meta name="title" content="Intrafy - We build websites" />
<meta
name="description"
content="Intrafy is a digital agency specializing in Website creation and Providing web-based services"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta
property="og:title"
content="Intrafy is a digital agency specializing in Website creation and Providing web-based services"
/>
<meta
property="og:description"
content="We build websites as needed by client"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="" />
<meta
property="twitter:title"
content="Intrafy is a digital agency specializing in Website creation and Providing web-based services"
/>
<meta
property="twitter:description"
content="Intrafy is a digital agency specializing in Website creation and Providing web-based services"
/>
<link
rel="shortcut icon"
href="assets/images/Intrafy-web-logo.jpeg"
type="image/svg"
/>
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/animate.css" />
<link rel="stylesheet" href="assets/css/lineicons.css" />
<link rel="stylesheet" href="assets/css/ud-styles.css" />
<link rel="stylesheet" href="index.css" />
</head>
<body class="prevent-select">
<header class="ud-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand p-0" href="index.html">
<img src="assets/images/Logo-1.svg" alt="Logo" />
</a>
<button class="navbar-toggler">
<span class="toggler-icon"> </span>
<span class="toggler-icon"> </span>
<span class="toggler-icon"> </span>
</button>
<div class="navbar-collapse">
<ul id="nav" class="navbar-nav mx-auto">
<li class="nav-item">
<a
class="ud-menu-scroll"
href="#home"
style="text-decoration: none"
>Home</a
>
</li>
<li class="nav-item">
<a
class="ud-menu-scroll"
href="#about"
style="text-decoration: none"
>About</a
>
</li>
<li class="nav-item">
<a
class="ud-menu-scroll"
href="#team"
style="text-decoration: none"
>Team</a
>
</li>
<li class="nav-item">
<a
class="ud-menu-scroll"
href="#contact"
style="text-decoration: none"
>Contact</a
>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<section class="ud-hero" id="home">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ud-hero-content wow fadeInUp" data-wow-delay=".2s">
<h1 class="ud-hero-title">We Build Websites For Everyone</h1>
<p class="ud-hero-desc">
Intrafy is a digital agency specializing in Website creation and
Providing web-based services
</p>
<ul class="ud-hero-buttons">
<li>
<a
href="mailto:intrafy.inc@gmail.com"
class="ud-main-btn ud-white-btn"
>
Reach Us
</a>
</li>
</ul>
</div>
<div class="ud-hero-image wow fadeInUp" data-wow-delay=".25s">
<img
src="assets/images/hero/dotted-shape.svg"
alt="shape"
class="shape shape-1"
/>
<img
src="assets/images/hero/dotted-shape.svg"
alt="shape"
class="shape shape-2"
/>
</div>
</div>
</div>
</div>
</section>
<section id="features" class="ud-features">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ud-section-title">
<span>Features</span>
<h2>Main Features of Intrafy</h2>
<p>
Our expertise lies in providing seemless experiences for
creating websites for buisness and individuals
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="ud-single-feature wow fadeInUp" data-wow-delay=".1s">
<div class="ud-feature-icon">
<i class="lni lni-gift"></i>
</div>
<div class="ud-feature-content">
<h3 class="ud-feature-title">Online Presence</h3>
<p class="ud-feature-desc">
A well-designed and functional website gives your business an
online presence, making it accessible to a global audience
24/7.
</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="ud-single-feature wow fadeInUp" data-wow-delay=".15s">
<div class="ud-feature-icon">
<i class="lni lni-move"></i>
</div>
<div class="ud-feature-content">
<h3 class="ud-feature-title">Credibility and Trust</h3>
<p class="ud-feature-desc">
Customers often research businesses online before making a
purchase, and a well-maintained website can provide them with
information and a sense of security.
</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="ud-single-feature wow fadeInUp" data-wow-delay=".2s">
<div class="ud-feature-icon">
<i class="lni lni-layout"></i>
</div>
<div class="ud-feature-content">
<h3 class="ud-feature-title">Branding and Recognition</h3>
<p class="ud-feature-desc">
Your website can serve as a platform to establish and
reinforce your brand identity. Consistent branding across your
website, social media, and other online channels can
contribute to brand recognition, which can increase the
perceived value of your business.
</p>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="ud-single-feature wow fadeInUp" data-wow-delay=".25s">
<div class="ud-feature-icon">
<i class="lni lni-layers"></i>
</div>
<div class="ud-feature-content">
<h3 class="ud-feature-title">Free Consultation</h3>
<p class="ud-feature-desc">
We'll work closely with you to understand your unique needs
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="ud-about">
<div class="container">
<div class="ud-about-wrapper wow fadeInUp" data-wow-delay=".2s">
<div class="ud-about-content-wrapper">
<div class="ud-about-content">
<h2>Our Target</h2>
<p id="the-founders">
We are a team of <strong>three founders</strong> who are new to
this space but understand the value of online presence for a
business and how to ultimately help a business in scaling and
building trust.
</p>
<p id="the-founders-2">
Our overarching objective in website development for businesses
is to effectively convert the incoming website traffic into
tangible, value-driven outcomes that positively impact the
business.
</p>
</div>
</div>
<div class="ud-about-image">
<img src="assets/images/about/about-image.svg" alt="about-image" />
</div>
</div>
</div>
</section>
<section id="team" class="ud-team">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="ud-section-title mx-auto text-center">
<span>Our Team</span>
<h2>Meet The Team</h2>
<p>
Our team is a diverse tapestry of talents, weaving innovation
into the fabric of our success.
</p>
</div>
</div>
</div>
<div class="row" id="team-mates">
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="ud-single-team wow fadeInUp" data-wow-delay=".1s">
<div class="ud-team-image-wrapper">
<div class="ud-team-image">
<img
id="gagan"
src="assets/images/team/gaganimg-removebg-preview (1).png"
alt="team"
/>
</div>
<img
src="assets/images/team/dotted-shape.svg"
alt="shape"
class="shape shape-1"
/>
<img
src="assets/images/team/shape-2.svg"
alt="shape"
class="shape shape-2"
/>
</div>
<div class="ud-team-info">
<h5>Gagan Arora</h5>
<h6>Full Stack Developer</h6>
</div>
<ul class="ud-team-socials">
<li>
<a href="https://gagan-redirect.netlify.app/" target="_blank">
<i class="fa-brands fa-chrome"></i>
</a>
</li>
<li>
<a href="https://github.com/gagan257" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/gagan-arora-26343722a/"
target="_blank"
>
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="ud-single-team wow fadeInUp" data-wow-delay=".3s">
<div class="ud-team-image-wrapper">
<div class="ud-team-image" id="aman-outer">
<img
id="aman"
src="assets/images/team/aman2.png"
alt="team"
/>
</div>
<img
src="assets/images/team/dotted-shape.svg"
alt="shape"
class="shape shape-1"
/>
<img
src="assets/images/team/shape-2.svg"
alt="shape"
class="shape shape-2"
/>
</div>
<div class="ud-team-info">
<h5>Aman Bisht</h5>
<h6>Product Manager & Front End Developer</h6>
</div>
<ul class="ud-team-socials">
<!-- <li>
<a
href="https://www.linkedin.com/in/gagan-arora-26343722a/"
target="_blank"
>
<i class="fa-brands fa-linkedin"></i>
</a>
</li> -->
<li>
<a href="https://github.com/king-smasher26" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li>
<a
href="https://instagram.com/aman_bisht6000"
target="_blank"
>
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-sm-6">
<div class="ud-single-team wow fadeInUp" data-wow-delay=".5s">
<div class="ud-team-image-wrapper">
<div class="ud-team-image">
<img
id="aman-kumar"
src="assets/images/team/WhatsApp_Image_2023-10-08_at_17.58.31_cdb1ee62-removebg-preview.png"
alt="team"
/>
</div>
<img
src="assets/images/team/dotted-shape.svg"
alt="shape"
class="shape shape-1"
/>
<img
src="assets/images/team/shape-2.svg"
alt="shape"
class="shape shape-2"
/>
</div>
<div class="ud-team-info">
<h5>Aman Kumar Verma</h5>
<h6>Front End Developer & UI/UX</h6>
</div>
<ul class="ud-team-socials">
<li>
<a href="https://github.com/amanKumarVerma11" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/aman-kr-verma11/"
target="_blank"
>
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li>
<a href="https://instagram.com/amann._exe" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="ud-contact">
<div class="container" id="contact-container">
<div class="row align-items-center" id="contact-div">
<div class="col-xl-4 col-lg-5">
<div
class="ud-contact-form-wrapper wow fadeInUp"
data-wow-delay=".2s"
>
<h3 class="ud-contact-form-title text-center">Contact Us</h3>
<form
class="ud-contact-form text-center"
name="Contact"
method="POST"
data-netlify="true"
netlify
>
<div class="ud-form-group">
<label for="fullName"
><strong
>Full Name<span class="req-span">*</span></strong
></label
>
<input
class="text-center"
type="text"
name="fullName"
placeholder="Adam Gelius"
required
/>
</div>
<div class="ud-form-group">
<label for="email"
><strong
>Email<span class="req-span">*</span></strong
></label
>
<input
class="text-center"
type="email"
name="email"
placeholder="example@yourmail.com"
required
/>
</div>
<div class="ud-form-group">
<label for="message"
><strong
>Message<span class="req-span">*</span></strong
></label
>
<textarea
class="text-center"
name="message"
rows="1"
placeholder="type your message here"
required
></textarea>
</div>
<div class="ud-form-group mb-0">
<button type="submit" class="ud-main-btn">
Send Message
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<footer class="ud-footer wow fadeInUp" data-wow-delay=".5s">
<div class="shape shape-1">
<img src="assets/images/footer/shape-1.svg" alt="shape" />
</div>
<div class="shape shape-2">
<img src="assets/images/footer/shape-2.svg" alt="shape" />
</div>
<div class="shape shape-3">
<img src="assets/images/footer/shape-3.svg" alt="shape" />
</div>
<div class="ud-footer-widgets">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="ud-widget">
<a href="index.html" class="ud-footer-logo">
<img src="assets/images/Logo-1.svg" alt="logo" />
</a>
<p class="ud-widget-desc">
Digital Agency specializing in Website creation and Providing
web-based services
</p>
<ul class="ud-widget-socials">
<li>
<a href="404.html">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/IntrafyI88000">
<i class="fa-brands fa-x-twitter"></i>
</a>
</li>
<li>
<a href="404.html">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
<li>
<a href="404.html">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6 col-sm-6"></div>
<div class="col-xl-2 col-lg-2 col-md-6 col-sm-6 justify-end">
<div class="ud-widget">
<h5 class="ud-widget-title">Useful Links</h5>
<ul class="ud-widget-links">
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#team">Our Team</a>
</li>
<li>
<a href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
<div class="col-xl-2 col-lg-2 col-md-6 col-sm-6 justify-end">
<div class="ud-widget">
<h5 class="ud-widget-title">Features</h5>
<ul class="ud-widget-links">
<li>
<a href="privacy-policy.html">Privacy policy</a>
</li>
<li>
<a href="t&c.html">Terms of service</a>
</li>
<li>
<a href="report-problem.html">Report Bug</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="ud-footer-bottom">
<div class="container">
<div class="row">
<div class="col-md-8">
<ul class="ud-footer-bottom-left">
<li class="text-white">© 2023. All rights Reserved.</li>
</ul>
</div>
<div class="col-md-4">
<p class="ud-footer-bottom-right">
Designed and Developed by
<a href="https://github.com/Intrafy" rel="nofollow"
>Intrafy Team</a
>
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- ====== Footer End ====== -->
<!-- ====== Back To Top Start ====== -->
<a href="javascript:void(0)" class="back-to-top">
<i class="lni lni-chevron-up"> </i>
</a>
<!-- ====== Back To Top End ====== -->
<!-- ====== All Javascript Files ====== -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/main.js"></script>
<script>
// ==== for menu scroll
const pageLink = document.querySelectorAll(".ud-menu-scroll");
pageLink.forEach((elem) => {
elem.addEventListener("click", (e) => {
e.preventDefault();
document.querySelector(elem.getAttribute("href")).scrollIntoView({
behavior: "smooth",
offsetTop: 1 - 60,
});
});
});
// section menu active
function onScroll(event) {
const sections = document.querySelectorAll(".ud-menu-scroll");
const scrollPos =
window.pageYOffset ||
document.documentElement.scrollTop ||
document.body.scrollTop;
for (let i = 0; i < sections.length; i++) {
const currLink = sections[i];
const val = currLink.getAttribute("href");
const refElement = document.querySelector(val);
const scrollTopMinus = scrollPos + 73;
if (
refElement.offsetTop <= scrollTopMinus &&
refElement.offsetTop + refElement.offsetHeight > scrollTopMinus
) {
document
.querySelector(".ud-menu-scroll")
.classList.remove("active");
currLink.classList.add("active");
} else {
currLink.classList.remove("active");
}
}
}
window.document.addEventListener("scroll", onScroll);
</script>
</body>
</html>