-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.html
179 lines (144 loc) · 7.04 KB
/
service.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="/node_modules/bootstrap/dist/css/bootstrap.css">
<link rel="stylesheet" href="/node_modules/bootstrap-icons/font/bootstrap-icons.css">
<style>
.card-logo{
margin-left: 70px;
color: purple;
}
.icon{
font-size: 40px;
color: purple
}
.card-img{
height: 200px;
}
</style>
</head>
<body>
<div class="card-container">
<h1 class="mt-5 text-center text-secondary border border-4 rounded rounded-5">Our Services</h2>
<div class="d-flex flex-wrap justify-content-center">
<div class="card w-25 mt-5">
<img src="../assets/webdesign.webp" class="card-img">
<div class="card-header">
<h1 class="card-logo"> <span class="card-title bi bi-code-slash icon"></span></h2>
<h2 class="card-title text-secondary">Web Design</h2>
</div>
<div class="card-body">
<p class="card-text">We can design and develop a custom and personalized website to help you establish a strong online presence and reach your target audience.</p>
</div>
<div class="card-footer">
<button class="btn btn-danger rounded rounded-4">
<a class="text-decoration-none text-light">Place your order</a> <span class="bi bi-chevron-right"></span>
</button>
</div>
</div>
<div class="card w-25 mt-5 ms-5">
<img src="../assets/IT services.jpg" class="card-img">
<div class="card-header">
<h1 class="card-logo"> <span class="card-title bi bi-server icon"></span></h2>
<h2 class="card-title text-secondary">IT Services</h2>
</div>
<div class="card-body">
<p class="card-text">Our team of experienced network engineers uses latest technology and industry practices to design and implement secure as well as reliable networks.</p>
</div>
<div class="card-footer">
<button class="btn btn-danger rounded rounded-4">
<a class="text-decoration-none text-light">Place your order</a> <span class="bi bi-chevron-right"></span>
</button>
</div>
</div>
<div class="card w-25 mt-5 ms-5">
<img src="../assets/digitalmarketing.jfif" class="card-img">
<div class="card-header">
<h1 class="card-logo"> <span class="card-title bi bi-wifi"></span></h2>
<h2 class="card-title text-secondary">Digital Marketing</h2>
</div>
<div class="card-body">
<p class="card-text">Digital marketing is a form of marketing that leverages the internet and digital technologies, such as computers and mobile devices, to connect with customers.</p>
</div>
<div class="card-footer">
<button class="btn btn-danger rounded rounded-4">
<a class="text-decoration-none text-light">Place your order</a> <span class="bi bi-chevron-right"></span>
</button>
</div>
</div>
</div>
</div>
<div class="footer bg-dark mt-5">
<h1 class="text-center text-secondary">Naresh IT and Technologies</h1>
<div class="row">
<div class="col-4 mt-5 ms-3">
<h4 class="text-white">Our Social Media</h4>
<div class="mt-4 text-info infos">
<span class="bi bi-facebook"></span>
<a href="www.facebook.com" class="social-link text-decoration-none text-info" >Facebook</a>
</div>
<div class="mt-2 text-info infos">
<span class="bi bi-mailbox-flag"></span>
<a href="www.gmail.com" class="social-link text-decoration-none text-info"> Gmail</a>
</div>
<div class="mt-2 text-info infos">
<span class="bi bi-twitter"></span>
<a href="www.facebook.com" class="social-link text-decoration-none text-info" >Twitter</a>
</div>
</div>
<div class="col-4 mt-5">
<h4 class="text-white">Navigate</h4>
<div class="mt-4 infos">
<span class="bi bi-house text-decoration-none text-info"></span>
<a href="index.html" class="text-decoration-none text-info">Home</a>
</div>
<div class="mt-2">
<span class="bi bi-question-circle text-decoration-none text-info"></span>
<a href="about.html" class="text-decoration-none text-info" id="infos">About</a>
</div>
<div class="mt-2 infos">
<span class="bi bi-info-square text-decoration-none text-info"></span>
<a href="service.html" class="text-decoration-none text-info">Service</a>
</div>
<div class="mt-2 infos">
<span class="bi bi-telephone text-decoration-none text-info"></span>
<a href="contact.html" class="text-decoration-none text-info">Contact us</a>
</div>
</div>
<div class="col-3">
<h4 class="text-white mt-5">More Information</h4>
<div class="mt-4">
<p class="text-info">Name : Naresh Yadav</p>
</div>
<div class="mt-2">
<p class="text-info">Email : [email protected]</p>
</div>
<div class="mt-2">
<p class="text-info">Phone : +9779812345678</p>
</div>
</div>
</div>
<div class="review-form text-white ms-5 mt-5">
<h3 class="text-light">Feedback</h3>
<form>
<dt class="text-warning" id="data-term">Your Name :</dt>
<dd><input type="text" class="form-control w-50"></dd>
<div class="w-50">
<dt class="text-warning" id="data-term">Your Email :</dt>
<dd class="d-flex input-group"><input type="email" class="form-control" width="50" >
<span class="input-group-text">@gmail.com</span>
</dd>
</div>
<dt class="text-warning" id="data-term">Your Comments : </dt>
<dd><textarea name="" id="" cols="50" rows="5" class="rounded rounded-end-5"></textarea></dd>
<button class="btn btn-success">Submit</button>
<button type="reset" class="btn btn-danger">Clear</button>
</form>
</div>
<h6 class="text-white text-center" id="copy">© Copyright 2023 - Rajat Dawadi <h5>
</div>
</body>
</html>