-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutUs.php
More file actions
340 lines (293 loc) · 10.5 KB
/
Copy pathaboutUs.php
File metadata and controls
340 lines (293 loc) · 10.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<title>Document</title>
<style type="text/css">
body{
background-color:rgb(239, 234, 234);
}
.navbar-nav>li>a
{
color: black;
margin-top: 4px;
}
.navbar-nav>li>a:hover
{
box-sizing: border-box;
color: Black;
background-color: white;
border-radius: 10px;
}
.navbar-brand
{
float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
color: black;
margin-top: 4px;
}
.tm{
margin-left: 100px;
margin-top: 50px;
width: 250px;
height: 250px;
border-radius: 100%;
overflow: hidden;
background-color: blue;
}
.click{
background-color: blueviolet;
}
.d{
text-align: center;
padding: 10px;
}
.more h1{
text-align: center;
font-size: 50px;
color: rgb(85, 196, 85);
margin-top: 800px;
}
.more{
margin-top: 10px;
margin-bottom: 60px;
}
.all .col-sm-6
{
box-sizing: border-box;
width: 480px;
overflow-x:clip;
background-color:cadetblue;
}
.a{
color: black;
margin-left: 170px;
}
.col-sm-6 .a button
{
color:black;
margin-left: 10px;
}
.all
{
margin-left: 35px;
}
.all h1{
font-size: 50px;
color: rgb(85, 196, 85);
}
.more .col-sm-3
{
margin-left: 35px;
border: .5px solid silver;
background-color: snow;
box-shadow: 0 3px 0 5px rgb(0,0,0,.1);
stroke-opacity: 0;
margin-top: 10px;
}
.more .col-sm-3 span
{
font-size: 20px;
color: black;
}
.more .col-sm-3 a
{
font-size: 20px;
color: black;
}
.more .col-sm-3 p{
font-size: 20px;
color: blue;
}
.more .col-sm-3 input[type="submit"]
{
cursor: pointer;
font-size: 20px;
background-color: grey;
margin-left: 46%;
margin-top: 6px;
}
.all p
{
color:black;
font-size: 20px;
text-align: center;
}
.more p{
font-size: 20px;
color:black;
text-align: center;
}
.footer-f{
padding: 5px;
border: 1px solid black;
background-color:cadetblue;
color: white;
margin-top: 500px;
}
.footer-f a{
margin-top: 3px;
color: white;
}
.footer-i
{
margin-left: 150px;
}
</style>
</head>
<body>
<nav class="navbar"position="fixed" style="background-color:cadetblue;height: 60px;" >
<div class="container-fluid" style="color: aqua;" >
<div class="navbar-header">
<a class="navbar-brand" href="home.php" style="font-size: 30px;font-family: Georgia, 'Times New Roman', Times, serif;margin-left: 5px;">THE DECODERS</a>
</div>
<ul class="nav navbar-nav" style="margin-left: 50px;display: flex; font-size: 20px;">
<li><a href="home.php">Home</a></li>
<li><a href="services.php">Services </a></li>
<li><a href="Products.php">Products</a></li>
<li><a href="aboutUs.php">About Us</a></li>
</ul>
<ul class="nav navbar-nav navbar-right" style="margin-right:40px; font-size: 20px; ">
<li><a href="signup.php"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="login.php"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</nav>
<div>
<div class="all">
<h1 class="d">Our Teams</h1>
<P>Let introduce our best team who initiate project concept and implemented into system for the welfare <br>of physically disable people.They have given their best effort to make system user interactive and fexible.</P>
<div class="col-sm-6">
<img class="tm" src="photos/home/trials.jpg" >
<h4 class="a">Soniya Poudel <br><br>
<button type="button" data-toggle="popover" data-content="Some content inside the popover">
see more
</button>
</h4>
</div>
<div class="col-sm-6">
<img class="tm" src="photos/home/trials.jpg" >
<h4 class="a">Suraj Shrestha <br><br>
<button type="button" data-toggle="popover" data-content="loremLorem ipsum dolor sit amet consectetur, adipisicing elit. Perferendis facere veniam debitis! Incidunt fugiat deserunt explicabo delectus ipsa consequatur blanditiis sed rerum eum. Veniam, vel voluptatibus. Asperiores nobis consectetur cupiditate.">
see more
</button>
</h4>
</div>
<div class="col-sm-6">
<img class="tm" src="photos/home/trials.jpg" >
<h4 class="a">Bimala Gadtaula <br><br>
<button type="button" data-toggle="popover" data-content="Some content inside the popover">
see more
</button>
</h4>
</div>
<div class="col-sm-6">
<img class="tm" src="photos/home/trials.jpg" >
<h4 class="a">Pramod Silwal <br><br>
<button type="button" data-toggle="popover" data-content="Some content inside the popover">
see more
</button>
</h4>
</div>
<div class="col-sm-6">
<img class="tm" src="photos/home/trials.jpg" >
<h4 class="a">William Power <br><br>
<button type="button" data-toggle="popover" data-content="Some content inside the popover">
see more
</button>
</h4>
</div>
<div class="col-sm-6">
<img class="tm" src="photos/home/trials.jpg" >
<h4 class="a">William Power <br><br>
<button type="button" data-toggle="popover" data-content="Some content inside the popover">
see more
</button>
</h4>
</div>
</div><br>
<div class="more">
<h1>Contact Us</h1>
<P style="border-bottom: 1px solid silver;box-shadow: 0 4px 0 3px rgb(0,0,0,.1);">You can visit our office or can contact from the detailed shown below.</P>
<div class="col-sm-3">
<br><br><br>
<div>
<i class="glyphicon glyphicon-map-marker"></i>
<span>Gongabu,Kathmandu </span>
</div><br>
<div>
<i class="glyphicon glyphicon-phone"></i>
<span>+997-9808548601</span>
</div><br>
<div>
<i class="glyphicon glyphicon-envelope"></i>
<a href="mailto:surakstha84@gmail.com">surakstha84@gmail.com</a>
</div><br>
<div>
<img src="photos/icons8-web-64.png" height="17px" width="17px">
<a href="#">websiteName</a>
</div><br>
<P> Feedback</p>
<textarea name="feedback" placeholder="write your feed back here" class="fb" style="width: 100%;height: 80px;"></textarea><br>
<input type="submit" name="submit" value="sumbit">
</div>
<div class="col-sm-5">
<div style="text-decoration:none; overflow:hidden;max-width:100%;width:500px;height:300px;margin-top: 55px;margin-left: 60%;"><div id="googlemaps-display" style="height:100%; width:100%;max-width:100%;"><iframe style="height:100%;width:100%;border:0;" frameborder="0" src="https://www.google.com/maps/embed/v1/place?q=gongabu+kathmandu&key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8"></iframe></div><a class="googlemap-html" href="https://www.embed-map.com" id="getdata-formap">https://www.embed-map.com</a><style>#googlemaps-display img{max-height:none;max-width:none!important;background:none!important;}</style></div>
</div>
</div>
</div>
<footer class="footer-f">
<div class="row">
<div class="col-sm-4">
<p class="footer-links">
<a href="#">Home</a>|
<a href="#">Services</a>|
<a href="#">Products</a> |
<a href="#">About US</a>|
</p>
<p class="footer-company-name">Copyright © 2022 <strong>The DECODERS</strong> All rights reserved</p>
</div>
<div class="col-sm-4">
<div>
<i class="glyphicon glyphicon-map-marker"></i>
<span>Tokha, </span>Kathmandu
</div>
<div>
<i class="glyphicon glyphicon-phone"></i>
<span>+997 9808548601</span>
</div>
<div>
<i class="glyphicon glyphicon-envelope"></i>
<a href="mailto:surakstha84@gmail.com">surakstha84@gmail.com</a>
</div>
</div>
<div class="col-sm-4">
<p class="footer-company-about">
<span style="margin-left: 200px;">About us:</span><br>
<p style="margin-left: 60px;">Helping <b>Physically Disable</b> to stood up on their own feet </p>
</p>
<div class="footer-i">
<a href="https://www.facebook.com/" ><img src="photos/icons8-facebook-48.png" alt="facebook" height="30px" width="30px"></a>
<a href="https://www.instagram.com/" ><img src="photos/icons8-instagram-48.png" alt="instagram" height="30px" width="30px" ></a>
<a href="https://www.linkedin.com/" ><img src="photos/icons8-linkedin-50.png" alt="linkedin" height="30px" width="30px"></a>
<a href="https://twitter.com/" ><img src="photos/icons8-twitter-48.png" alt="twitter" height="30px" width="30px"></a>
<a href="https://www.youtube.com/" ><img src="photos/icons8-youtube-48.png" alt="youtube" height="30px" width="30px"></a>
</div>
</div>
</div>
</footer>
<script>
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
});
</script>
</body>
</html>