-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
508 lines (483 loc) · 23.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Best Web Designers in Karnataka. Paul Technologies is one of the top web designers in India, specially in karnataka, Udupi, Byndoor.">
<meta name="author" content="">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" defer>
<title>Paul Technologies</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Captcha Scripts -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<!-- Additional CSS Files -->
<link rel="stylesheet" href="assets/css/fontawesome.css" defer>
<link rel="stylesheet" href="assets/css/templatemo-space-dynamic.css" defer>
<link rel="stylesheet" href="assets/css/animated.css" defer>
<link rel="stylesheet" href="assets/css/owl.css" defer>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script src="https://www.googletagmanager.com/gtag/js?id=G-519WZ355E1" defer></script>
<script defer>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-519WZ355E1');
</script>
</head>
<body>
<!-- ***** Preloader Start ***** -->
<div id="js-preloader" class="js-preloader">
<div class="preloader-inner">
<span class="dot"></span>
<div class="dots">
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
<!-- ***** Preloader End ***** -->
<!-- ***** Header Area Start ***** -->
<header class="header-area header-sticky wow slideInDown" data-wow-duration="0.75s" data-wow-delay="0s">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">
<h4>Paul<span> Technologies</span></h4>
</a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li class="scroll-to-section"><a href="#top" class="active">Home</a></li>
<li class="scroll-to-section"><a href="#about">About Us</a></li>
<li class="scroll-to-section"><a href="#services">Services</a></li>
<li class="scroll-to-section"><a href="#portfolio">Portfolio</a></li>
<li class="scroll-to-section"><a href="#blog">Blog</a></li>
<li class="scroll-to-section"><a href="#contact">Message Us</a></li>
<li class="scroll-to-section"><div class="main-red-button"><a href="#contact">Contact Now</a></div></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<!-- ***** Header Area End ***** -->
<div class="main-banner wow fadeIn" id="top" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-6 align-self-center">
<div class="left-content header-text wow fadeInLeft" data-wow-duration="1s" data-wow-delay="1s">
<h6>Welcome to Paul Technologies</h6>
<h2>We<em></em> & The Internet World</h2>
<p><b>Paul Technologies</b> is among <b>India's</b> top website development company. We produce <b>quality websites</b> without compromising the <b>responsive nature</b></p>
<form id="search" action="#" method="GET">
<fieldset>
<input type="address" name="address" class="email" placeholder="Your website URL..." autocomplete="on" required>
</fieldset>
<fieldset>
<button type="submit" class="main-button">Analyze Site</button>
</fieldset>
</form>
</div>
</div>
<div class="col-lg-6">
<div class="right-image wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s">
<img src="assets/images/banner-right-image.png" alt="team meeting">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="about" class="about-us section">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="left-image wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<img src="assets/images/about-left-image.png" alt="person graphic">
</div>
</div>
<div class="col-lg-8 align-self-center">
<div class="services">
<div class="row">
<div class="col-lg-6">
<div class="item wow fadeIn" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="icon">
<img src="assets/images/service-icon-01.png" alt="reporting">
</div>
<div class="right-text">
<h4>Web Design & Development</h4>
<p>Responsive, User-Friendly and Convienient</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="item wow fadeIn" data-wow-duration="1s" data-wow-delay="0.7s">
<div class="icon">
<img src="assets/images/service-icon-02.png" alt="">
</div>
<div class="right-text">
<h4>Web Hosting</h4>
<p>24*7 Online and After-Sales Support</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="item wow fadeIn" data-wow-duration="1s" data-wow-delay="0.9s">
<div class="icon">
<img src="assets/images/service-icon-03.png" alt="">
</div>
<div class="right-text">
<h4>SEO & Marketing</h4>
<p>Easy Web Crawling, SEO Management and First in Search</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="item wow fadeIn" data-wow-duration="1s" data-wow-delay="1.1s">
<div class="icon">
<img src="assets/images/service-icon-04.png" alt="">
</div>
<div class="right-text">
<h4>Application Development</h4>
<p>Best UI/UX Designs and Supports Multi-Platform</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div><br>
<div class="row">
<div class="col-lg-6">
<div class="left-image wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<img src="assets/images/about-left-image.png" alt="person graphic">
</div>
</div>
<div class=" right-text col-lg-12 about-me wow fadeIn" data-wow-duration="3s" data-wow-delay="0.2s" style="padding-left: 40%;">
<p style="text-indent: 2%; font-family: Arial, Helvetica, sans-serif; font-weight: bolder;"> We are an experienced web design company in Byndoor having maximum clients in Byndoor, Ganganadu, and Udupi!
One of the recent yet successful website developer in Udupi District.If your business is looking for a professional website designer & developer,
you are in the right place and we are at your service. We provide full suite of web design, website development, hoisting and online marketing service.
We create innovative and effective responsive websites that generate a positive impact for your business. We have provided top class website design solutions
to more than 500 clients across the globe.</p>
<p style="text-indent: 2%;font-family: Arial, Helvetica, sans-serif; font-weight: bolder;">Paul Technologies an experienced Company is ready and set to cater to Udupians. Paul Technologies have specialization
in Website Design and Development Search Engine Optimization and e-Commerce Website Development. The rich experience of the founder and the Team help the Customers to
create a niche for their Customers in all spheres of Web World. Our Team’s Smart Work and expertise in Design and Smart Work have been trusted by leading Brands. Our Customers’
portfolio is an evidence of creativity and effectiveness of our Professionals. Paul Technologies is ready to offer all the Web Services to Udupi at AFFORDABLE PRICES. Paul Technologies
is witnessing Startup Era and Paul Technologies offers creative services to the Startups with SPECIAL DISCOUNTS to support their activities.</p>
<p style="text-indent: 2.5%;font-family: Arial, Helvetica, sans-serif; font-weight: bolder;">Bangalore, Mumbai, Delhi, Kochi,etc are hubs for Startups hence we are here to handhold the Startups. Paul Technologies' USP is “User Friendly and Responsive Website
Design.” Unique, creative, professional, Designs with cost effectiveness will certainly help India in Web Design and Development. Our motto is to add value to your Business with our Services.
Highly interactive and engaging experience are primary factors of our Web Designing. We are one of the best Website Designers and Web Developers in Udupi. Let us join hands together to grow
in the era of Digital India. We provide our personal attention to your Web Design and application development needs.
A strong internet presence is needed for succesful business in present trend. A professional website is crucial in order to compete in today's growing marketplace. Whether your online
objective is to present your activities, sell products, generate business leads, or improve client relations, Paul Technologies will develop a successful website solution suited to your needs and budget.</p>
</div>
</div>
<div id="services" class="our-services section">
<div class="container">
<div class="row">
<div class="col-lg-6 align-self-center wow fadeInLeft" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="">
<div class="container" style="background-color: rgb(107, 238, 0);">
<img src="assets/images/chat-icon-1.png" alt="Avatar">
<p>Hello. How are you today?</p>
<span class="time-right">11:00</span>
</div>
<div class="container darker" style="background-color: rgb(8, 182, 81);">
<img src="assets/images/chat-icon-2.png" alt="Avatar" class="right">
<p>Hey! I'm fine. Thanks for asking!</p>
<span class="time-left">11:00</span>
</div>
<div class="container" style="background-color: rgb(107, 238, 0);">
<img src="assets/images/chat-icon-1.png" alt="Avatar" >
<p>You seems to be in a need!</p>
<span class="time-right">11:00</span>
</div>
<div class="container darker" style="background-color: rgb(8, 182, 81);">
<img src="assets/images/chat-icon-2.png" alt="Avatar" class="right">
<p> I needed to build a nice website for my new business, but all seems to be very expensive!</p>
<span class="time-left">11:02</span>
</div>
<div class="container" style="background-color: rgb(107, 238, 0);">
<img src="assets/images/chat-icon-1.png" alt="Avatar">
<p> That's not a big deal! I suggest you Paul Technologies. They build best but affordable ones. Scroll down to contact them!</p>
<span class="time-right">11:03</span>
</div>
<div class="container darker" style="background-color: rgb(8, 182, 81);">
<img src="assets/images/chat-icon-2.png" alt="Avatar" class="right">
<p> Oh! Thank you so much. Their name suggests they're PRO.</p>
<span class="time-left">11:05</span>
</div>
</div>
</div>
<div class="col-lg-6 wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.2s">
<div class="section-heading">
<h2>Build your Website with us at an <em> AFFORDABLE RATE</em> & spread news about you <span>Qualitatively</span></h2>
<p>Building websites for small businesses are too expensive and difficult. Paul Technologies provides you affordable and best websites that will help you stay unique from the crowd. </p>
</div>
<div class="row">
<div class="col-lg-12">
<div class="first-bar progress-skill-bar">
<h4>Website Design</h4>
<span>96%</span>
<div class="filled-bar"></div>
<div class="full-bar"></div>
</div>
</div>
<div class="col-lg-12">
<div class="second-bar progress-skill-bar">
<h4>Portabitility</h4>
<span>100%</span>
<div class="filled-bar"></div>
<div class="full-bar"></div>
</div>
</div>
<div class="col-lg-12">
<div class="third-bar progress-skill-bar">
<h4>Page Optimizations</h4>
<span>94%</span>
<div class="filled-bar"></div>
<div class="full-bar"></div>
</div>
</div>
<div class="col-lg-12">
<div class="fourth-bar progress-skill-bar">
<h4>User-Friendly</h4>
<span>98%</span>
<div class="filled-bar"></div>
<div class="full-bar"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="portfolio" class="our-portfolio section">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3">
<div class="section-heading wow bounceIn" data-wow-duration="1s" data-wow-delay="0.2s">
<h2>See <span>What</span> we <em>Offer</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-3 col-sm-6">
<a href="#">
<div class="item wow bounceInUp" data-wow-duration="1s" data-wow-delay="0.3s">
<div class="hidden-content">
<h4>Web Design & Development</h4>
<p>We promise to fulfil your requirements and offer you the best-in class websites.</p>
</div>
<div class="showed-content">
<img src="assets/images/portfolio-image.png" alt="">
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-6">
<a href="#">
<div class="item wow bounceInUp" data-wow-duration="1s" data-wow-delay="0.4s">
<div class="hidden-content">
<h4>Easy Hosting & Domain Names</h4>
<p>We provide you affordable Hosting and Domain Names that matches you perfectly.</p>
</div>
<div class="showed-content">
<img src="assets/images/portfolio-image.png" alt="">
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-6">
<a href="#">
<div class="item wow bounceInUp" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="hidden-content">
<h4>Performance Tests</h4>
<p>We conduct quality checks for your websites to ensure that it loads faster than the clients expect for!</p>
</div>
<div class="showed-content">
<img src="assets/images/portfolio-image.png" alt="">
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-6">
<a href="#">
<div class="item wow bounceInUp" data-wow-duration="1s" data-wow-delay="0.6s">
<div class="hidden-content">
<h4>Search Engine Optimisation</h4>
<p>We optimise your page so that search engines can crawl easily and bring your sites on the top of all.</p>
</div>
<div class="showed-content">
<img src="assets/images/portfolio-image.png" alt="">
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div id="blog" class="our-blog section">
<div class="container">
<div class="row">
<div class="col-lg-6 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.25s">
<div class="section-heading">
<h2>Check Out What Is <em>Trending</em> In Our Latest <span>News</span></h2>
</div>
</div>
<div class="col-lg-6 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.25s">
<div class="top-dec">
<img src="assets/images/blog-dec.png" alt="">
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.25s">
<div class="left-image">
<a href="#"><img src="assets/images/big-blog-thumb.jpg" alt="Workspace Desktop"></a>
<div class="info">
<div class="inner-content">
<ul>
<li><i class="fa fa-calendar"></i> 24 June 2021</li>
<li><i class="fa fa-users"></i> Join</li>
<li><i class="fa fa-folder"></i> Branding</li>
</ul>
<a href="#"><h4>SEO Agency & Digital Marketing</h4></a>
<p></p>
<div class="main-blue-button">
<a href="#">Discover More</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.25s">
<div class="right-list">
<ul>
<li>
<div class="left-content align-self-center">
<span><i class="fa fa-calendar"></i> 18 July 2021</span>
<a href="#"><h4>New Websites & Backlinks</h4></a>
<p></p>
</div>
<div class="right-image">
<a href="#"><img src="assets/images/blog-thumb-01.jpg" alt=""></a>
</div>
</li>
<li>
<div class="left-content align-self-center">
<span><i class="fa fa-calendar"></i> 14 August 2021</span>
<a href="#"><h4>SEO Analysis & Content Ideas</h4></a>
<p></p>
</div>
<div class="right-image">
<a href="#"><img src="assets/images/blog-thumb-01.jpg" alt=""></a>
</div>
</li>
<li>
<div class="left-content align-self-center">
<span><i class="fa fa-calendar"></i> 06 September 2021</span>
<a href="#"><h4>SEO Tips & Digital Marketing</h4></a>
<p></p>
</div>
<div class="right-image">
<a href="#"><img src="assets/images/blog-thumb-01.jpg" alt=""></a>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="contact-us section">
<div class="container">
<div class="row">
<div class="col-lg-6 align-self-center wow fadeInLeft" data-wow-duration="0.5s" data-wow-delay="0.25s">
<div class="section-heading">
<h2>Feel Free To Send Us a Message About Your Website Needs</h2>
<p>Our customer executives will get back to you within next <b>2 hours!</b></p>
<div class="phone-info">
<h4>For any enquiry, Call Us: <span><i class="fa fa-phone"></i> <a href="tel: +91-9480852404">+91- 9480852404 / +91- 7019936011</a></span><span><i class="fa fa-envelope"></i><a href="email:[email protected]">[email protected]</a></span></h4>
</div>
</div>
<div class="maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3873.4069110969326!2d74.64470171465572!3d13.874600690268062!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bbc61dfec7480b9%3A0x8c0595a7afd7b29f!2sPaul%20Technologies%20Byndoor!5e0!3m2!1sen!2sin!4v1621237292503!5m2!1sen!2sin"
width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
<div class="col-lg-6 wow fadeInRight" data-wow-duration="0.5s" data-wow-delay="0.25s">
<form action="https://formspree.io/f/mjvjyedb" id="my-form" method="POST" class="contact-form">
<div class="row">
<div class="col-lg-6">
<fieldset>
<input type="name" name="Name" id="name" placeholder="Name" autocomplete="on" required>
</fieldset>
</div>
<div class="col-lg-6">
<fieldset>
<input type="surname" name="Surname" id="surname" placeholder="Surname" autocomplete="on">
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<input type="text" name="Email" id="email" pattern="[^ @]*@[^ @]*" placeholder="Your Email" required="">
</fieldset>
</div>
<div class="col-lg-12">
<fieldset>
<textarea name="Message" type="text" class="form-control" id="message" placeholder="Message" required=""></textarea>
</fieldset>
</div>
<div class="g-recaptcha" data-sitekey="6LeRgdgaAAAAAJnY0Fqr5Az_YD9ONgNg21dFrneS"></div> <!-- replace with your recaptcha SITE key not secret key -->
<div class="col-lg-12">
<fieldset>
<button type="submit" id="submit" class="main-button ">Send Message</button>
</fieldset>
</div>
</div>
<div class="contact-dec">
<img src="assets/images/contact-decoration.png" alt="">
</div>
<div id="status"></div>
</form>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.25s">
<p>© CopyRight <script defer>document.write(new Date().getFullYear());</script> All Rights Reserved | Paul Technologies
<br>Made with ❤ by <a rel="nofollow" href="https://www.paultechno.com"> Paul Technologies</a></p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/animation.js"></script>
<script src="assets/js/imagesloaded.js"></script>
<script src="assets/js/templatemo-custom.js"></script>
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/24950399.js"></script>
<!-- End of HubSpot Embed Code -->
</body>
</html>