-
Notifications
You must be signed in to change notification settings - Fork 0
/
ASP web application.html
551 lines (492 loc) · 31.1 KB
/
ASP web application.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
<!DOCTYPE html>
<html style="font-size: 16px;">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="keywords" content="IT Services, Preparing For Your Success Provide Best IT Solutions., Development Services, About Us, Testimonials, Meet The Team, Contact Us">
<meta name="description" content="">
<meta name="page_type" content="np-template-header-footer-from-plugin">
<title>ASP.NET web application</title>
<link rel="icon" type="image/x-icon" href="images/myfav.png">
<link rel="stylesheet" href="nicepage.css" media="screen">
<link rel="stylesheet" href="Our-Products.css" media="screen">
<script class="u-script" type="text/javascript" src="jquery.js" defer=""></script>
<script class="u-script" type="text/javascript" src="nicepage.js" defer=""></script>
<meta name="generator" content="Nicepage 4.4.3, nicepage.com">
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i">
<link id="u-page-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "",
"logo": "images/ca3c956e1057b5ce2863c5f0a21c09e3.png"
}
</script>
<meta name="theme-color" content="#478ac9">
<meta property="og:title" content="Home">
<meta property="og:type" content="website">
<style>
#slider {
position: relative;
width: 100%;
height: 490px;
overflow: hidden;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
#slider ul {
position: relative;
list-style: none;
height: 100%;
width: 10000%;
padding: 0;
margin: 0;
transition: all 750ms ease;
left: 0;
}
#slider ul li {
position: relative;
height: 100%;
float: left;
}
#slider ul li img {
width: 782px;
height: 490px;
}
#slider #prev, #slider #next {
width: 50px;
line-height: 50px;
border-radius: 50%;
font-size: 2rem;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
text-align: center;
color: white;
text-decoration: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: all 150ms ease;
}
#slider #prev:hover, #slider #next:hover {
background-color: rgba(0, 0, 0, 0.5);
text-shadow: 0;
}
#slider #prev {
left: 10px;
}
#slider #next {
right: 10px;
}
.home {
color: black;
}
#big-img {
/* display:none; */
display: inline-block;
width: 100%;
height: auto;
}
#big-div {
display: inline-block;
width: 60%;
height: 500px;
background: inherit; /*url(images/abeae987a6f362b2cf8f4ccb5fc2c1efe2d3b6de1b7fef75bc8fc2e615714b65c2f3d2e648b2a0e1796d6fc39a2d3bc84f1cf7bf79570ab0164c33_1280.jpg) left; */
/* background-repeat:no-repeat;
background-size: contain; */
}
#small-div {
display: inline-block;
position: relative;
width: 37%;
height: 490px;
background: inherit;
box-shadow: 1px 1px 3px black;
vertical-align: top;
padding: 15px;
}
#contact {
opacity: 0;
position: relative;
transition: all 2s;
display: inline-block;
}
.sub:hover
{
background:!important;
background-color: lightgray;
}
@media only screen and (max-width: 620px) {
/* For mobile phones: */
#slider {
position: relative;
width: 100%;
height: 250px;
}
#slider ul li img {
width: 500px;
height: 250px;
}
#big-div {
background: inherit;
width: 100%;
height: auto;
}
#big-img {
display: inline-block;
width: 100%;
height: auto;
}
#small-div {
width: 100%;
vertical-align: top;
height: auto;
}
}
</style>
<!--u-sticky u-sticky-1702-->
</head>
<body data-home-page="index.html" data-home-page-title="Index" class="u-body u-xl-mode">
<table width="100%">
<tr>
<td>
<header class="u-clearfix u-header u-header" id="sec-a2c0" style="box-shadow:1px 1px 4px 1px black;">
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<div class="elfsight-app-6f4e400a-f035-4353-8590-8933c21c23d1"></div>
<div class="u-clearfix u-sheet u-sheet-1">
<a href="index.html" class="u-image u-logo u-image-1" data-image-width="363" data-image-height="176">
<img src="images/logo2.png" class="u-logo-image u-logo-image-1" style="width:100%; height:auto;">
</a>
<nav class="u-menu u-menu-dropdown u-offcanvas u-menu-1">
<div class="menu-collapse" style="font-size: 1rem; letter-spacing: 0px; font-weight: 700;">
<a class="u-button-style u-custom-active-border-color u-custom-border u-custom-border-color u-custom-borders u-custom-hover-border-color u-custom-left-right-menu-spacing u-custom-padding-bottom u-custom-text-color u-custom-text-hover-color u-custom-top-bottom-menu-spacing u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base" href="#">
<svg class="u-svg-link" viewBox="0 0 24 24"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#menu-hamburger"></use></svg>
<svg class="u-svg-content" version="1.1" id="menu-hamburger" viewBox="0 0 16 16" x="0px" y="0px" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
<g>
<rect y="1" width="16" height="2"></rect>
<rect y="7" width="16" height="2"></rect>
<rect y="13" width="16" height="2"></rect>
</g>
</svg>
</a>
</div>
<div class="u-custom-menu u-nav-container">
<ul class="u-nav u-spacing-20 u-unstyled u-nav-1">
<li class="u-nav-item">
<!--u-border-active-palette-1-base u-border-hover-palette-1-base u-button-style u-nav-link u-text-active-palette-1-base u-text-black u-text-hover-palette-2-base-->
<a class="home" href="index.html" style="padding: 10px;">Home</a>
</li>
<li class="u-nav-item">
<a class="home" href="#" style="padding: 10px;">Pages</a><div class="u-nav-popup">
<ul class="u-h-spacing-20 u-nav u-unstyled u-v-spacing-10 u-nav-2">
<li class="u-nav-item">
<a class="u-button-style u-nav-link u-white" href="#carousel_2104" data-page-id="2743630793">Contact Us</a>
</li>
<li class="u-nav-item">
<a class="sub u-nav-link u-white" href="index.html#carousel_c70b" data-page-id="2743630793">Our Services</a>
</li>
<li class="u-nav-item">
<a class="sub u-nav-link u-white" href="index.html#carousel_f5c7" data-page-id="2743630793">About</a>
</li>
</ul>
</div>
</li>
<li class="u-nav-item">
<a class="u-border-active-palette-1-base u-border-hover-palette-1-base u-button-style u-nav-link u-text-active-palette-1-base u-text-black u-text-hover-palette-2-base" style="padding: 10px;" href="#">Products</a><div class="u-nav-popup">
<ul class="u-h-spacing-20 u-nav u-unstyled u-v-spacing-10 u-nav-3">
<li class="u-nav-item">
<a class="u-button-style u-nav-link u-white" href="ASP web application.html">ASP.NET Web App</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link u-white" href="Window application.html">Windows application</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link u-white" href="Web development.html">Web development</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link u-white" href="Web design.html">Web designing</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link u-white" href="Graphics design.html">Graphics designing</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link u-white" href="Word processing.html">Desktop publishing</a>
</li>
</ul>
</div>
</li>
<li class="u-nav-item">
<a class="home" href="Privacy policy.html" style="padding: 10px;">Privacy policy</a>
</li>
</ul>
</div>
<div class="u-custom-menu u-nav-container-collapse">
<div class="u-black u-container-style u-inner-container-layout u-opacity u-opacity-95 u-sidenav">
<div class="u-inner-container-layout u-sidenav-overflow">
<div class="u-menu-close"></div>
<ul class="u-align-center u-nav u-popupmenu-items u-unstyled u-nav-4">
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="index.html" style="padding: 10px;">Home</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="#" style="padding: 10px;">Pages</a><div class="u-nav-popup">
<ul class="u-h-spacing-20 u-nav u-unstyled u-v-spacing-10 u-nav-5">
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="index.html#carousel_2104" data-page-id="2743630793">Contact Us</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="index.html#carousel_c70b" data-page-id="2743630793">Our Services</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="index.html#carousel_f5c7" data-page-id="2743630793">About</a>
</li>
</ul>
</div>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link" style="padding: 10px;" href="#">Products</a><div class="u-nav-popup">
<ul class="u-h-spacing-20 u-nav u-unstyled u-v-spacing-10 u-nav-6">
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="ASP web application.html">ASP.NET Web App</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="Window application.html">Windows application</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="Web development.html">Web development</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="Web design.html">Web designing</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="Graphics design.html">Graphics designing</a>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="Word processing.html">Desktop publishing</a>
</li>
</ul>
</div>
</li>
<li class="u-nav-item">
<a class="u-button-style u-nav-link" href="Privacy policy.html" style="padding: 10px;">Privacy policy</a>
</li>
</ul>
</div>
</div>
<div class="u-black u-menu-overlay u-opacity u-opacity-70"></div>
</div>
</nav>
</div>
</header>
</td>
</tr>
<tr>
<td>
<section style="padding:20px;">
<h2 class="u-custom-font u-font-montserrat u-text u-text-default u-text-1"><img src="images/4.png" style="width:30px; height:30px;" alt=""> ASP.NET web application</h2>
<div id="big-div">
<!--<img src="images/abeae987a6f362b2cf8f4ccb5fc2c1efe2d3b6de1b7fef75bc8fc2e615714b65c2f3d2e648b2a0e1796d6fc39a2d3bc84f1cf7bf79570ab0164c33_1280.jpg" id="big-img" /> -->
<div id="slider">
<ul id="slideWrap">
<li><img src="images/asp-net.jpeg" /></li>
<li><img src="images/ASP.jpg" /></li>
<li><img src="images/asp-net3.jpg" /></li>
<li><img src="images/asp-net4.png" /></li>
<li><img src="images/dotNET.png" /></li>
</ul>
<a id="prev" style="cursor:pointer;">≪</a>
<a id="next" style="cursor:pointer;">≫</a>
</div>
<script>
var responsiveSlider = function() {
var slider = document.getElementById("slider");
var sliderWidth = slider.offsetWidth;
var slideList = document.getElementById("slideWrap");
var count = 1;
var items = slideList.querySelectorAll("li").length;
var prev = document.getElementById("prev");
var next = document.getElementById("next");
window.addEventListener('resize', function() {
sliderWidth = slider.offsetWidth;
});
var prevSlide = function() {
if(count > 1) {
count = count - 2;
slideList.style.left = "-" + count * sliderWidth + "px";
count++;
}
else if(count = 1) {
count = items - 1;
slideList.style.left = "-" + count * sliderWidth + "px";
count++;
}
};
var nextSlide = function() {
if(count < items) {
slideList.style.left = "-" + count * sliderWidth + "px";
count++;
}
else if(count = items) {
slideList.style.left = "0px";
count = 1;
}
};
next.addEventListener("click", function() {
nextSlide();
});
prev.addEventListener("click", function() {
prevSlide();
});
setInterval(function() {
nextSlide()
}, 5000);
};
window.onload = function() {
responsiveSlider();
}
</script>
</div>
<div id="small-div">
<h4 class="u-custom-font u-font-montserrat u-text u-text-default u-text-1">ASP.NET web application</h4>
<blockquote>
ASP.NET is an open source web framework, created by Microsoft, for building modern web apps and services with . It is cross platform and runs on Linux, Windows, macOS, and Docker. ASP.NET is a free web framework for building great websites and web applications using HTML, CSS, and JavaScript. You can also create Web APIs and use real-time technologies like Web Sockets.
</blockquote>
<blockquote>
ASP.NET is used to create web pages and web technologies and is an integral part of Microsoft's . NET framework vision. ... NET framework, ASP.NET is a very valuable tool for programmers and developers as it allows them to build dynamic, rich web sites and web applications using compiled languages like VB and C#.
</blockquote>
</div>
<br />
<div style="width:100%;">
<button type="button" class="u-btn" style="display:inline-block;" id="order">
Order Now !
</button>
<div id="contact">
<a href="tel:+234 818 3992 668" class="u-btn" style="display:inline-block; position:relative;">
Call Us! : 08183993668
</a>
<a href="mailto:onukwilip@gmail.com" class="u-btn" style="display:inline-block; position:relative;">
Email Us!
</a>
</div>
<script>
var order = document.getElementById("order");
order.onclick=function()
{
document.getElementById("contact").style.display = "inline-block";
document.getElementById("contact").style.opacity = 1;
document.getElementById("order").style.display = "none";
}
</script>
</div>
</section>
<section style="padding:20px; color:white;" class="u-grey-80">
<h5 class="u-custom-font u-font-montserrat u-text u-text-default u-text-1"><b>ASP.NET web application Package</b> </h5>
<ul>
<li>Use of C# programming, and ASP.NET framework to create web applications.</li>
<li>Connection of multiple devices to one server, in the stead of installing on every device.</li>
<li>Source code included.</li>
</ul>
<h5 class="u-custom-font u-font-montserrat u-text u-text-default u-text-1"> Requirements </h5>
<ul>
<li>The software (If you want us to edit existing one).</li>
<li>The description of your project (What do you want us to do).</li>
<li>Number of modules and structure of database.</li>
<li>The time frame in which you want it delivered.</li>
<b>(N.B: Revisions are available).</b>
</ul>
</section>
<section class="u-align-center u-clearfix u-section-10" id="carousel_9296">
<div class="u-clearfix u-sheet u-sheet-1">
<h6 class="u-custom-font u-font-montserrat u-text u-text-1">Location</h6>
<p class="u-custom-font u-font-montserrat u-text u-text-2">214 Ayobo-Ipaja Road, Akinyele Bus-Stop.</p>
<div class="u-border-10 u-border-palette-1-base u-line u-line-horizontal u-line-1"></div>
<p class="u-text u-text-3">
Office hours: 8am - 6pm.<br>Monday - Friday.
</p>
</div>
</section>
<section class="u-align-center u-clearfix u-image u-section-11" id="carousel_2104" data-image-width="1529" data-image-height="1080">
<div class="u-clearfix u-sheet u-sheet-1">
<div class="u-container-style u-expanded-width-md u-expanded-width-sm u-expanded-width-xs u-group u-radius-50 u-shape-round u-white u-group-1" data-animation-name="zoomIn" data-animation-duration="2000" data-animation-direction="">
<div class="u-container-layout u-container-layout-1">
<h2 class="u-align-center u-custom-font u-font-montserrat u-text u-text-1">Contact Us</h2>
<div class="u-form u-form-1">
<form action="mailto:onukwilip@gmail.com" method="post" enctype="text/plain">
<label class="u-label u-label-1">
Name * <br />
<input type="text" name="name" placeholder="Your name" class="u-grey-5 u-input u-input-rectangle u-input-1" required />
</label>
<br />
<label class="u-label u-label-1">
Email * <br />
<input type="email" name="email" placeholder="Your email" class="u-grey-5 u-input u-input-rectangle u-input-1" required />
</label>
<br />
<label class="u-label u-label-1">
Tel <br />
<input type="tel" name="phone" placeholder="Your phone" class="u-grey-5 u-input u-input-rectangle u-input-1" />
</label>
<br />
<label class="u-label u-label-1">
Message * <br />
<textarea rows="5" cols="50" class="u-grey-5 u-input u-input-rectangle u-input-5" placeholder="Your message" name="message" required></textarea>
</label>
<br />
<table width="100%">
<tr>
<td>
<input type="reset" value="Reset" name="reset" class="u-btn" />
</td>
<td align="right">
<input type="submit" value="Send" name="submit" class="u-btn" />
</td>
</tr>
</table>
</form>
<!--<form action="#" method="POST" class="u-clearfix u-form-spacing-13 u-form-vertical u-inner-form" style="padding: 0;" source="custom" name="form">
<div class="u-form-email u-form-group u-form-partition-factor-2">
<label for="email-f18c" class="u-label u-label-1">Address</label>
<input type="email" placeholder="" id="email-f18c" name="email" class="u-grey-5 u-input u-input-rectangle u-input-1" required="">
</div>
<div class="u-form-group u-form-name u-form-partition-factor-2">
<label for="name-f18c" class="u-label u-label-2">Name</label>
<input type="text" placeholder="Enter your Name" id="name-f18c" name="name" class="u-grey-5 u-input u-input-rectangle u-input-2" required="">
</div>
<div class="u-form-group u-form-partition-factor-2 u-form-phone u-form-group-3">
<label for="phone-cbff" class="u-label u-label-3" wfd-invisible="true">Phone</label>
<input type="tel" pattern="\+?\d{0,2}[\s\(\-]?([0-9]{3})[\s\)\-]?([\s\-]?)([0-9]{3})[\s\-]?([0-9]{2})[\s\-]?([0-9]{2})" placeholder="Enter your phone (e.g. +14155552675)" id="phone-cbff" name="phone оо" class="u-grey-5 u-input u-input-rectangle u-input-3" required="">
</div>
<div class="u-form-date u-form-group u-form-partition-factor-2 u-form-group-4">
<label for="date-33f9" class="u-label u-label-4">Date</label>
<input type="date" placeholder="" id="date-33f9" name="date" class="u-grey-5 u-input u-input-rectangle u-input-4" required="">
</div>
<div class="u-form-group u-form-message u-form-group-5">
<label for="message-1015" class="u-label u-label-5">Message</label>
<textarea placeholder="Enter your message" rows="4" cols="50" id="message-1015" name="message-1" class="u-grey-5 u-input u-input-rectangle u-input-5" required=""></textarea>
</div>
<div class="u-align-center u-form-group u-form-submit">
<a href="#" class="u-border-none u-btn u-btn-round u-btn-submit u-button-style u-palette-1-base u-radius-50 u-text-hover-palette-1-light-2 u-btn-1">Submit</a>
<input type="submit" value="submit" class="u-form-control-hidden" wfd-invisible="true">
</div>
<div class="u-form-send-message u-form-send-success" wfd-invisible="true"> Thank you! Your message has been sent. </div>
<div class="u-form-send-error u-form-send-message" wfd-invisible="true"> Unable to send your message. Please fix errors then try again. </div>
<input type="hidden" value="" name="recaptchaResponse" wfd-invisible="true">
</form>-->
</div>
</div>
</div>
</div>
</section>
<footer class="u-align-center u-clearfix u-footer u-grey-80 u-footer" id="sec-0b4b">
<div class="u-clearfix u-sheet u-sheet-1">
<p class="u-small-text u-text u-text-variant u-text-1">Copyright © 2021 GO IT store.</p>
</div>
</footer>
</td>
</tr>
</table>
<span style="height: 64px; width: 64px; margin-left: 0px; margin-right: auto; margin-top: 0px; background-image: none; right: 20px; bottom: 20px" class="u-back-to-top u-icon u-icon-circle u-opacity u-opacity-85 u-palette-1-base u-spacing-15" data-href="#">
<svg class="u-svg-link" preserveAspectRatio="xMidYMin slice" viewBox="0 0 551.13 551.13"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#svg-1d98"></use></svg>
<svg class="u-svg-content" enable-background="new 0 0 551.13 551.13" viewBox="0 0 551.13 551.13" xmlns="http://www.w3.org/2000/svg" id="svg-1d98"><path d="m275.565 189.451 223.897 223.897h51.668l-275.565-275.565-275.565 275.565h51.668z"></path></svg>
</span>
</body>
</html>