-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
687 lines (607 loc) · 38.2 KB
/
index.html
File metadata and controls
687 lines (607 loc) · 38.2 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
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
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!DOCTYPE html>
<html lang="en">
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Site Metas -->
<title>Novus Technologies | Innovative Software and Technology Startup</title>
<meta name="keywords" content="Novus Technologies, An Innovative Software and Technology Startup">
<meta name="description" content="Welcome to Novus Technologies, An Innovative Software and Technology Startup dedicated to helping businesses succeed online through bespoke web designing services, graphic designing and web applications">
<meta name="author" content="Novus Technologies">
<!-- Site Icons -->
<link rel="icon" href="images/novus.png">
<!-- All core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/custom.css">
<link href="style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/colors.css" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<div id="wrapper">
<header class="header transparent-header">
<div class="container">
<nav class="navbar navbar-toggleable-md navbar-inverse yamm" id="slide-nav">
<div class="navbar-header">
<button class="navbar-toggler navbar-toggler-right"
type="button"
data-toggle="collapse"
data-target="#navbarTopMenu"
aria-controls="navbarTopMenu"
aria-expanded="false"
aria-label="Toggle navigation"
style="border: 1px solid transparent">
<span class="navbar-toggler-icon"></span>
</button>
</div>
<img src="images/novus.png" alt="" style="width:8rem">
<a class="navbar-brand" href="index.html">Novus Technologies</a>
<div class="collapse navbar-collapse" id="navbarTopMenu">
<ul class="navbar-nav mr-auto mt-2 mt-md-0">
<li><a class="nav-link" href="#home">Home</a></li>
<li><a class="nav-link" href="#about">About us</a></li>
<li><a class="nav-link" href="#services">Services</a></li>
<li><a class="nav-link" href="#contact">Contact</a></li>
</ul>
<div class="nav navbar-nav ml-auto hidden-md-down hidden-sm-down hidden-xs-down">
<div class="head-social">
<a href="#" title="Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://instagram.com/novus.technologies?igshid=OGQ5ZDc2ODk2ZA==" title="Instagram"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</nav>
</div><!--/.container inside nav-->
</header>
<section id="home" class="hero">
<div class="video-background">
<video autoplay muted loop>
<source src="./upload/demo.mp4" type="video/mp4">
</video>
</div>
<div class="magnifier grd3"></div>
<div class="container">
<div class="hero-desc">
<div class="row">
<div class="col-md-12">
<h4>Welcome to Novus Technologies</h4>
<h2>Innovative Software and Technology Startup</h2>
<p class="lead">Dedicated to helping businesses succeed online through bespoke web designing services, graphic designing, and web applications.</p>
<a href="#works" class="btn btn-light">View our Works</a> <a href="#contact" class="btn btn-light">Contact Us</a> <a href="#testimonial" class="btn btn-light"><i class="fa fa-star"></i>Client Feedback</a>
</div>
</div>
</div>
</div>
</section><!-- end section -->
<section class="section">
<div class="container">
<div class="section-title cpurple text-left">
<h4>Find inspiration for your project</h4>
<h2>Everyday, our team of experts hand picks the best new web designs for the satisfaction of our clients.</h2>
</div><!-- end section-title -->
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="media service-style-03">
<i class="d-flex mr-4 flaticon-open-box"></i>
<div class="media-body">
<h5 class="mt-0">Files In Your Dropbox</h5>
<p>Novus Technologies can used to automate file management tasks such as moving, copying and renaming files.</p>
<p>Novus Technologies can also be used to monitor file systems and trigger actions based on changes to specific files or directories</p>
</div><!-- end media-body -->
</div><!-- end media -->
</div><!-- end col -->
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="media service-style-03 mobmartop30">
<i class="d-flex mr-4 flaticon-mail-send"></i>
<div class="media-body">
<h5 class="mt-0">E-Mail Support System</h5>
<p>Novus Technologies can be used to automate email marketing campaigns, such as sending out newsletters, promotional emails, and follow-up</p>
<p>Novus Technologies can be sued to create personalized email templates and automate the process of sending them out to targeted audiences</p>
</div><!-- end media-body -->
</div><!-- end media -->
</div><!-- end col -->
</div><!-- end row -->
<hr class="invis1">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="media service-style-03">
<i class="d-flex mr-4 flaticon-check-list"></i>
<div class="media-body">
<h5 class="mt-0">XML Import / Export</h5>
<p>Novus Technologies to automate the process of importaing XML data into a database or exporting data from a database to XML files.</p>
<p>Novus Technologies can also used to transform XML data into other formats, such as JSON, CSV or Excel</p>
</div><!-- end media-body -->
</div><!-- end media -->
</div><!-- end col -->
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="media service-style-03 mobmartop30">
<i class="d-flex mr-4 flaticon-qr-code"></i>
<div class="media-body">
<h5 class="mt-0">Mobile Optimized</h5>
<p>Novus Technologies can help optimize your website for mobile devices by automating tasks such as resizing images, compressing files to reduce load times, and optimizing page layouts for smaller screens.</p>
<p>Novus Technologies can help with testing and analyzing your website's mobile perfomance to identify areas for improvement</p>
</div><!-- end media-body -->
</div><!-- end media -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
<section id="about" class="section lb">
<div class="container">
<div class="section-title text-center">
<h4>About Us</h4>
<h2>Perfect for Designers & Developers</h2>
</div><!-- end section-title -->
<div class="row">
<div class="col-md-4">
<div class="service-style-01">
<img src="upload/Graphics.jpg" alt="" class="img-fluid">
<div class="service-desc-01">
<h4><i class="flaticon-3d"></i>Graphic and Logo Designs</h4>
<p>Novus Technologies provides beautiful graphic designs for growing enterprises at an affordable price</p>
</div>
</div><!-- end service-style-01 -->
</div><!-- end col -->
<div class="col-md-4 mobmar30">
<div class="service-style-01">
<img src="upload/service_02.jpg" alt="" class="img-fluid">
<div class="service-desc-01">
<h4><i class="flaticon-photography"></i> Photography & Video</h4>
<p>Novus Technologies provides advert videos and photography for growing businesses to boost sales and maximize profits</p>
</div>
</div><!-- end service-style-01 -->
</div><!-- end col -->
<div class="col-md-4">
<div class="service-style-01">
<img src="upload/Service.jpg" alt="" class="img-fluid">
<div class="service-desc-01">
<h4><i class="flaticon-support"></i> Support via Forum</h4>
<p>In case of any worries we provide support and tips for enterprises, growing businesses </p>
</div>
</div><!-- end service-style-01 -->
</div><!-- end col -->
</div><!-- end row -->
<div class="section-title text-center">
<h2>Novus Technologies Team Members</h2>
</div>
<div class="row">
<div class="col-md-4">
<article class="team_member">
<div class="team_member-image">
<img src="upload/team/Malik.jpg" alt="">
</div>
<div class="team_member-info">
<h4>Achidi Malik-Al Faycal</h4>
<p>Front-End Developper & CEO</p>
</div>
<div class="team_member-socials">
<a href="#" target="_blank"><i class="bx bxl-instagram"></i></a>
<a href="#" target="_blank"><i class="bx bxl-facebook-square"></i></a>
<a href="#" target="_blank"><i class="bx bxl-twitter"></i></a>
</div>
</article>
</div>
<div class="col-md-4">
<article class="team_member">
<div class="team_member-image">
<img src="upload/team/Stini.jpg" alt="">
</div>
<div class="team_member-info">
<h4>Fopa Lilian Agaustini</h4>
<p>Graphic Designer & Co-Founder</p>
</div>
<div class="team_member-socials">
<a href="#" target="_blank"><i class="bx bxl-instagram"></i></a>
<a href="#" target="_blank"><i class="bx bxl-facebook-square"></i></a>
<a href="#" target="_blank"><i class="bx bxl-twitter"></i></a>
</div>
</article>
</div>
<div class="col-md-4">
<article class="team_member">
<div class="team_member-image">
<img src="upload/team/Sheriff.jpg" alt="">
</div>
<div class="team_member-info">
<h4>Olanrewaju Sherif Bidemi</h4>
<p>Business Consultant & Co-Founder</p>
</div>
<div class="team_member-socials">
<a href="#" target="_blank"><i class="bx bxl-instagram"></i></a>
<a href="#" target="_blank"><i class="bx bxl-facebook-square"></i></a>
<a href="#" target="_blank"><i class="bx bxl-twitter"></i></a>
</div>
</article>
</div>
</div>
</div><!-- end container -->
</section><!-- end section -->
<section class="section" id="services">
<div class="container">
<div class="section-title text-center">
<h4>Services</h4>
<h2>Why You Should to Choose Us</h2>
</div><!-- end section-title -->
<div class="row align-items-center">
<div class="col-md-4">
<div class="service-box text-center">
<img src="images/icons/icon_01.png" alt="" class="img-fluid">
<h4>Web Design</h4>
<p>If you are looking responsive retina website template this service suitable for you. We design beautiful items and websites</p>
<ul>
<li>Website Templates</li>
<li>WordPress Themes</li>
<li>Mobile Applications</li>
<li>Front-End Development</li>
</ul>
</div><!-- end box -->
</div><!-- end col -->
<div class="col-md-4 mobmar30">
<div class="service-box text-center">
<img src="images/icons/icon_02.png" alt="" class="img-fluid">
<h4>Graphic Design</h4>
<p>We create amazing business card designs, banner amd corporate identity items for your next business projects.</p>
<ul>
<li>PSD to HTML</li>
<li>Business Card</li>
<li>Corporate Identity</li>
<li>Banner Design</li>
</ul>
</div><!-- end box -->
</div><!-- end col -->
<div class="col-md-4">
<div class="service-box text-center">
<img src="images/icons/icon_03.png" alt="" class="img-fluid">
<h4>SEO Services</h4>
<p>With our SEO service, would you like to increase the visibility of your business on Google and other search engines.</p>
<ul>
<li>Link Building Analysis</li>
<li>Rank Guarantee</li>
<li>W3 Validation Fix</li>
<li>Social Media Support</li>
</ul>
</div><!-- end box -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
<section class="section bt littlepad">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5">
<div class="screen-normal wow slideInLeft">
<img src="upload/Ex.png" alt="" class="img-fluid">
</div><!-- end screen -->
</div><!-- end col -->
<div class="col-md-7 mobmartop30">
<div class="tagline-v2 padleft30">
<h3>Take a Look Around our Outstanding Examples</h3>
<p>Visit Our Works to have an overview of our Outstanding, Unique Design developped by our Team.</p>
<p>Our mission is to satisfy our clients with good visuals of their business</p>
</div><!-- end tagline -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
<section id = "works" class="section lb">
<div class="container">
<div class="section-title text-center">
<h4>Our Works</h4>
<h2>Visit Our Works and Realized Projects</h2>
</div><!-- end section-title -->
<div id="works_01" class="owl-carousel owl-theme owl-style-02">
<div class="owl-work-item">
<div class="portfolio-ver-01">
<div class="media-element">
<img src="upload/Solux.png" alt="" class="img-fluid">
</div><!-- end media -->
<div class="portfolio-details">
<h4><a href="#">Solux - Online IT Tutorship Platform</a></h4>
<p>Solux the online tutorship platform that helps young developers to illuminate their journey in the aspect of project development and coding</p>
</div><!-- end details -->
<div class="portfolio-meta clearfix">
<div class="float-left">
<mark>Product</mark>
</div>
<div class="float-right">
<a href="https://www.solux-elearning.com" target="blank"><i class="bx bx-globe"></i>Visit</a>
</div>
</div><!-- end meta -->
</div><!-- end portfolio-ver -->
</div><!-- end col -->
<div class="owl-work-item">
<div class="portfolio-ver-01">
<div class="media-element">
<img src="upload/Mycar.png" alt="" class="img-fluid">
</div><!-- end media -->
<div class="portfolio-details">
<h4><a href="#">Mycar Ingineering - Official Website</a></h4>
<p>MYCAR is a company based in the construction of roads, bridge and excavations of rural areas in Cameroon.</p>
</div><!-- end details -->
<div class="portfolio-meta clearfix">
<div class="float-left">
<mark>Product</mark>
</div>
<div class="float-right">
<a href="" target="blank"><i class="bx bx-globe"></i>Visit</a>
</div>
</div><!-- end meta -->
</div><!-- end portfolio-ver -->
</div><!-- end col -->
<div class="owl-work-item">
<div class="portfolio-ver-01">
<div class="media-element">
<img src="upload/Skill_Center.png" alt="" class="img-fluid">
</div><!-- end media -->
<div class="portfolio-details">
<h4><a href="">Skill Aquisition Center - Logo Design</a></h4>
<p>Skill Acquisition Center - is one of the best center of the region, Logo built by Novus Technologies</p>
</div><!-- end details -->
<div class="portfolio-meta clearfix">
<div class="float-left">
<mark>Product</mark>
</div>
<div class="float-right">
<a href="#"><i class="fa fa-folder-open-o"></i>Logo Design</a>
</div>
</div><!-- end meta -->
</div><!-- end portfolio-ver -->
</div><!-- end col -->
<div class="owl-work-item">
<div class="portfolio-ver-01">
<div class="media-element">
<img src="upload/DGital.png" alt="" class="img-fluid">
</div><!-- end media -->
<div class="portfolio-details">
<h4><a href="#">DGital - Web Template</a></h4>
<p>DGital Web Template. It is built by Novus Technologies aspired for any digital agency enterprise in case they want to build theirs</p>
</div><!-- end details -->
<div class="portfolio-meta clearfix">
<div class="float-left">
<mark>Template</mark>
</div>
<div class="float-right">
<a href="https://drive.google.com/file/d/1_tQ4gPM2DkqVPhaMIrKipvNUr9fAZ0Ft/view?usp=drive_link" target="blank" download="res.py"><i class='bx bxs-download'></i>Download</a>
</div>
</div><!-- end meta -->
</div><!-- end portfolio-ver -->
</div><!-- end col -->
<div class="owl-work-item">
<div class="portfolio-ver-01">
<div class="media-element">
<img src="upload/spooky.png" alt="" class="img-fluid">
</div><!-- end media -->
<div class="portfolio-details">
<h4><a href="#">Unigine Squad TV - Streaming Website</a></h4>
<p>Unigine Squad TV is a streaming website for gamers, All Interesting Streams and Tournaments will be </p>
</div><!-- end details -->
<div class="portfolio-meta clearfix">
<div class="float-left">
<mark>Product</mark>
</div>
<div class="float-right">
<a href="https://drive.google.com/file/d/1_tQ4gPM2DkqVPhaMIrKipvNUr9fAZ0Ft/view?usp=drive_link" target="blank" download="res.py"><i class='bx bx-globe'></i>Visit</a>
</div>
</div><!-- end meta -->
</div><!-- end portfolio-ver -->
</div><!-- end col -->
<div class="owl-work-item">
<div class="portfolio-ver-01">
<div class="media-element">
<img src="upload/Giftos.png" alt="" class="img-fluid">
</div><!-- end media -->
<div class="portfolio-details">
<h4><a href="#">Giftos - Web Template</a></h4>
<p> Giftos Web Template. It is built by Novus Technologies aspired for any eCommerce enterprise in case they want to build theirs</p>
</div><!-- end details -->
<div class="portfolio-meta clearfix">
<div class="float-left">
<mark>Template</mark>
</div>
<div class="float-right">
<a href="" target="blank"><i class="fa fa-folder-open-o"></i>Visit</a>
</div>
</div><!-- end meta -->
</div><!-- end portfolio-ver -->
</div><!-- end col -->
<div class="owl-work-item">
<div class="portfolio-ver-01">
<div class="media-element">
<img src="upload/Tantorial.jpg" alt="" class="img-fluid">
</div><!-- end media -->
<div class="portfolio-details">
<h4><a href="#">Tantorial - Landing Page</a></h4>
<p>Tantorial is an E-Learning Platform that connects Skillful Teachers to students in order to share a similar goal</p>
</div><!-- end details -->
<div class="portfolio-meta clearfix">
<div class="float-left">
<mark>Website</mark>
</div>
<div class="float-right">
<a href="https://www.tantorial.com" target="blank"><i class="bx bx-globe"></i>Visit</a>
</div>
</div><!-- end meta -->
</div><!-- end portfolio-ver -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
<!-- <section class="video-area video-bg">
<div class="container">
<div class="video-overlay">
<div class="row align-items-center">
<div class="col-xl-5 col-lg-8 order-2 order-lg-0">
<div class="video-title">
<span>Our Chalanges</span>
<h2><span>never</span> break our promise</h2>
<a href="#">more services<span></span></a>
</div>
</div>
<div class="col-lg-3">
<div class="video-play">
<a href="https://www.youtube.com/watch?v=iWKu6WNFf9M" class="popup-video"><img src="upload/play_btn.png" alt="img"></a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<section class="section">
<div class="container">
<div class="row align-items-center">
<div class="col-md-7">
<div class="screen-normal wow slideInLeft">
<img src="images/novus.png" alt="" class="img-fluid">
</div><!-- end screen -->
</div><!-- end col -->
<div class="col-md-5 mobmartop30">
<div class="tagline-v2 padleft30">
<h3>is a creative company specializing in the web design and graphic design industry</h3>
<p>We designed the most suitable module positions specific to your website needs. Edit your website in just a few steps. All control is in your hands.</p>
</div><!-- end tagline -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
<section id="testimonial" class="section">
<div class="container">
</div><!-- end message-box -->
<hr class="invis2">
<div class="section-title text-center">
<h4>Testimonials</h4>
<h2>What Other's Say About Novus Technologies</h2>
</div><!-- end section-title -->
<div class="row">
<div class="col-md-10 offset-md-1">
<div id="testimonial_01" class="owl-carousel owl-theme owl-style-01">
<div class="testi-style-01 clearfix">
<img src="upload/team_01.jpg" alt="" class="img-fluid rounded-circle float-left">
<h4>Achidi Ernest Nchotu <small>mycaringeenierie.com <a href="#" title="visit website"><i class="fa fa-link"></i></a></small></h4>
<p>I am very satisfied with the website built by Novus Technologies to easily make my business be visible online</p>
</div><!-- end testimonial -->
<div class="testi-style-01 clearfix">
<img src="upload/team_02.jpg" alt="" class="img-fluid rounded-circle float-left">
<h4>Jonny Anderson <small>Kimbukila.com <a href="#" title="visit website"><i class="fa fa-link"></i></a></small></h4>
<p>Just wanted to say thanks for the great item. I’ve recently expanded from HTML to HTML5 and am using your </p>
</div><!-- end testimonial -->
<div class="testi-style-01 clearfix">
<img src="upload/team_03.jpg" alt="" class="img-fluid rounded-circle float-left">
<h4>Martin Donson <small>html.design <a href="#" title="visit website"><i class="fa fa-link"></i></a></small></h4>
<p> is the best template I’ve ever bought! HTML.Design has the best support over the net! Keep it up!</p>
</div><!-- end testimonial -->
</div><!-- end owl -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</section><!-- end section -->
<!-- Contact Section -->
<section id="contact" class="section lb" style="display: flex; flex-direction: column; align-items:center; justify-content:center;">
<div class="container">
<div class="section-title text-center">
<h4>Reach Us</h4>
<h2>We are willing to help your business grow. Contact us</h2>
</div><!-- end section-title -->
<!-- <div class="col-md-4"> -->
<div class="contact-form" style="align-items: center; justify-content: center;">
<form action="">
<div class="inputs" style=" display: flex; flex-direction:column; align-items: center; justify-content: center;">
<input type="text" placeholder="User Name" style="width: 100%; padding: 6px; border-radius: 5px; border: 1px solid transparent; margin-bottom: 1rem;">
<input type="email" placeholder="User Email" style="width: 100%; padding: 6px; border-radius: 5px; border: 1px solid transparent; margin-bottom: 1rem;">
<textarea name="" id="" cols="30" rows="10" placeholder="Message here" style="width: 100%; padding: 6px; border-radius: 5px; border: 1px solid transparent; margin-bottom: 1rem; resize: none;"></textarea>
<input type="submit" value="Submit" style="width: 20%; padding: 6px; border-radius: 5px; border: 1px solid transparent; color: white; background-color: #1a1d2f; cursor: pointer;">
</div>
</form>
</div><!-- end service-style-01 -->
<!-- </div>end col -->
</div><!-- end container -->
</section><!-- end section -->
<!-- End of Section -->
<footer class="footer section">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="widget">
<a href="index.html" title=""><img src="images/novus.png" class="footer-logo" alt="" style="width:100px; height:75px;"></a>
<h4 class="widget-title">
About Novus Technologies
</h4>
<div class="about-widget">
<p>We design professional website templates & WordPress themes for creative agency companies.</p>
</div><!-- end about-widget -->
</div><!-- end widget -->
</div><!-- end col -->
<div class="col-md-8 mobmartop30">
<div class="widget">
<div class="footer-links">
<nav class="foot-link">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#works">Works</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#contact">Get In Touch</a></li>
</ul>
</nav><!-- end foot -->
</div><!-- end links -->
<div class="widget">
<div class="contact-widget">
<div class="row">
<div class="col-md-4">
<h4 class="widget-title">
<i class="fa fa-map-marker"></i> Our Office
</h4>
<p>Nkolfoulou, Yaounde - Cameroon</p>
</div><!-- end col -->
<div class="col-md-4">
<h4 class="widget-title">
<i class="fa fa-phone"></i> Phone
</h4>
<p>+237 6 71 40 03 46</p>
</div><!-- end col -->
<div class="col-md-4">
<h4 class="widget-title">
<i class="fa fa-envelope-open-o"></i> Email
</h4>
<p>novustechnologies7@gmail.com</p>
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end contact-widget -->
</div><!-- end widget -->
</div><!-- end widget -->
</div><!-- end col -->
</div><!-- end row -->
<div class="row">
<div class="col-md-12 text-center">
<div class="footer-social">
<div itemscope="" itemtype="http://schema.org/Organization">
<a class="social-icon" target="_blank" itemprop="sameAs" href="https://instagram.com/novus.technologies?igshid=OGQ5ZDc2ODk2ZA=="><i class="fa fa-instagram"></i></a>
<a class="social-icon" target="_blank" itemprop="sameAs" href="https://whatsapp.com/channel/0029VaBbZhqI7BeNzi1rr41U"><i class="fa fa-whatsapp"></i></a>
</div>
</div>
<div class="footer-copy">
<p>
Copyright © <span class="year"></span> All Rights Reserved By
<a href="https://novus-tech237.github.io/Novus-Main">Novus Technologies</a>
</p>
</div><!-- end copy -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</footer><!-- end footer -->
</div><!-- end wrapper -->
<div class="dmtop"><i class="fa fa-long-arrow-up"></i></div>
<!-- Core JavaScript
================================================== -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/all.js"></script>
<script src="js/custom.js"></script>
<script src="js/navigation.js"></script>
<script src="js/main.js"></script>
</body>
</html>