-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
126 lines (124 loc) · 5.3 KB
/
services.html
File metadata and controls
126 lines (124 loc) · 5.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SyntaxERROR! Pvt. Ltd.</title>
<meta name="viewport" content="width=device-width, initial-scale=1,shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div style="background-image: url(back.jpg); background-size: cover; position: center; height: 280px; width: 100%;">
<center><img src="syntax.png" class="img-fluid" style="height:300px; width:30%;"></center>
</div> <!-- For the header image with logo -->
<!-- Navigation starts -->
<nav class="navbar navbar-expand-md sticky-top navbar-dark" style="background-color:#e05f14d6;" >
<a class="navbar-brand" href="index.html">
<img src="syntax.png" class="img-fluid" style="height:40px;">
</a>
<button style="color:black;" class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html" style="color:maroon; ">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Aims & Vision.html" style="color:maroon;">Aims & Vision</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Team.html" style="color:maroon;">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="form.html" style="color:maroon;">Login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="form.html" style="color:maroon;">Signup</a>
</li>
</ul>
</div>
</nav> <!-- navigation ends -->
<!-- column starts -->
<div class="container-fluid">
<div class="our-services mt-5">
<h1 class="text-center" style="font-family: monotype corsiva; color: orange;" ><strong>Our Services</strong></h1>
<hr>
<div class="row text-center mt-5">
<div class="col-md-4">
<div class="service-list mt-3 py-5">
<center><img src="web1.png" style="height: 80px; width: 80px;" class="img-fluid"></center>
<br>
<h3>WEB DEVELOPMENT</h3><br>
<p class="text-center px-2">We develop native and smooth web page for your need with best customization possible</p>
</div>
</div>
<div class="col-md-4">
<div class="service-list mt-3 py-5">
<center><img src="android.png" style="height: 80px; width: 80px;" class="img-fluid"></center>
<br>
<h3>ANDROID DEVELOPMENT</h3><br>
<p class="text-center px-2">We develop native and smooth application for your need with best customization possible</p>
</div>
</div>
<div class="col-md-4">
<div class="service-list mt-3 py-5">
<center><img src="game.png" style="height: 80px; width: 80px;" class="img-fluid"></center>
<br>
<h3>GAME DEVELOPMENT</h3><br>
<p class="text-center px-2">We develop native and smooth game for your need with best customization possible</p>
</div>
</div>
<div class="col-md-4">
<div class="service-list mt-3 py-5">
<center><img src="graphic.png" style="height: 80px; width: 80px;" class="img-fluid"></center>
<br>
<h3>GRAPHIC DESIGN</h3><br>
<p class="text-center px-2">We develop native and smooth graphics for your need with best customization possible</p>
</div>
</div>
<div class="col-md-4">
<div class="service-list mt-3 py-5">
<center><img src="Hosting.png" style="height: 80px; width: 80px;" class="img-fluid"></center>
<br>
<h3>HOSTING SERVICES</h3><br>
<p class="text-center px-2">We can host native and smoothly for your need with best customization possible</p>
</div>
</div>
<div class="col-md-4">
<div class="service-list mt-3 py-5">
<center><img src="windows.png" style="height: 80px; width: 80px;" class="img-fluid"></center>
<br>
<h3>WINDOWS DEVELOPMENT</h3><br>
<p class="text-center px-2">We develop native and smooth windows for your need with best customization possible</p>
</div>
</div>
</div>
</div>
</div>
<!-- column ends-->
<!-- footer starts -->
<div class="text-white py-3 mt-5" style="background-image: url(back.jpg); background-size: cover; position: center;">
<div class="row">
<div class="col-md-2">
<a class="navbar-brand" href="index.html">
<img src="syntax.png" class="img-fluid" style="height:80px; width: auto;">
</a>
</div>
<div class="col-md-6">
<p style="font-size: 25px;">Copyright© SyntaxERROR! All right reserved.<br> </p>
</div>
<div class="col-md-4">
<center><a href="#"><img hoveer src="facebook.png" height="40px" width="40px" class="img-fluid"></a>
<a href="#"><img src="insta.png" height="40px" width="40px" class="img-fluid"></a>
<a href="#"><img src="twitter.png" height="40px" width="40px" class="img-fluid"></a><br>
<a href="contact.html" style="color:maroon; font-size: 25px;"><strong>Contact us</strong></a></center>
</div>
</div>
</div> <!-- footer ends -->
<!-- link javascript -->
<script src="js/jquery.js"></script>
<script src="js/popper.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>