-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
243 lines (212 loc) · 9.12 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"> </script>
<style>
.carousel-item {
height: 65vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body,html{
width: 99%;
border: none;
padding-left: 15px;
}
p{
background-color: none;
}
hr {
position: relative;
top: 20px;
border: none;
height: 8px;
background: black;
margin-bottom: 50px;
}
.footer {
position: relative;
bottom: 0;
width: 100%;
height: 300px;
}
@media (max-width: 34em) {
body {
margin-bottom: 500px;
}
.footer {
height: 300px;
}
}
footer {
padding-top: 30px;
background-color: #292c2f;
color: #bbb;
}
footer a {
color: #999;
text-decoration:none;
}
footer a:hover, footer a:focus {
color: #aaa;
text-decoration:none;
border-bottom:1px dotted #999;
}
footer .form-control {
background-color: #1f2022;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
border: none;
resize: none;
color: #d1d2d2;
padding: 0.7em 1em;
}
.mi{
background-color: #252627;
color: white;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#">WE ARE HERE !!</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"> Go Home</a>
</li>
</ul>
</div>
</div>
</nav>
<br><br><br><br>
<div class="mi">
<div class="jumbotron ">
<h1 class="display-4" style=" font-family: 'Courier New', monospace;">Hello,Users</h1>
<p class="lead"style=" font-family: 'Courier New', monospace;">We Are Here To Give You a Full Responsive User Friendly Websites , Which Wont Make You Wait in Internet Traffic !</p>
<hr class="my-4"style=" font-family: 'Courier New', monospace;">
<p>Our team is continuously monitoring all the websites that are hosted and maintaining by us , if you facing any problem feel free to <mark> contact us</mark> .   <a href="#contact">Take Me</a></p>
<p class="lead">
<a class="btn btn-link btn-lg" href="#" role="button">Learn more</a>
</p>
</div>
</div>
<br><br>
<header>
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" style="background-image: url('de1.jpg')">
<div class="carousel-caption">
<h5>FULL STACK DEV</h5>
<p>AVAILABLE 24 * 7.</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('dev2.png')">
<div class="carousel-caption">
<h5>GAME DEV</h5>
<p>WE ARE PLANING TO MAKE A STEP IN GAME DEVELOPMENT TOO.</p>
</div>
</div>
<div class="carousel-item" style="background-image: url('de3.jpg')">
<div class="carousel-caption">
<h5>FREE SERVICE</h5>
<p>FOR REGULAR CUSTOMER WE MAKE A FREE WEBSITES !.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</header>
<br><br><br><br>
<form>
<cente//r>
<h1 style="text-align: center;">OUR NEXT PROJECT !!</h1>
<br><br><br>
<br><br>
<hr size="5" width="97%" color="black"><div class="row"><br><br>
<div class="col-md-7 col-sm-12"><img src="architech.png" class="rounded-circle" alt="Cinque Terre" width="304" height="236"> </div>
<div class="col-md-4 col-sm-6"> <p style="text-align: center;padding-top: 19vh;padding-bottom: 7vh;color: solid black;font-family: 'Courier New', monospace;">We Are Making a Responsive Website For a Professional Architect !!!</p></div>
</div>
<br><br>
<hr size="5" width="97%" color="black"><div class="row"><br><br>
<div class="col-md-7 col-sm-12"><img src="unity.jfif" class="rounded-circle" alt="Cinque Terre" width="304" height="236"> </div>
<div class="col-md-4 col-sm-6"> <p style="text-align: center;padding-top:19vh;padding-bottom: 7vh;color: solid black;font-family: 'Courier New', monospace;"> Our Teams Are working On a Massive Website For Releasing games ASAP!!!</p></div>
</div>
<br><br>
<hr size="5" width="97%" color="black"><div class="row"><br><br>
<div id="contact"></div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-5">
<h5><i class="fa fa-road"></i> PRANESH DEV..</h5><br><br>
<div class="row">
<div class="col-6">
<ul class="list-unstyled">
<li><a href="">Product</a></li><br>
<li><a href="">Benefits</a></li><br>
<li><a href="">Partners</a></li><br>
<li><a href="">Team</a></li><br>
</ul>
</div>
<div class="col-6">
<ul class="list-unstyled">
<li><a href="">Documentation</a></li><br>
<li><a href="">Support</a></li><br>
<li><a href="">Legal Terms</a></li><br>
<li><a href="">About</a></li><br>
</ul>
</div>
</div>
<ul class="nav">
<li class="nav-item"><a href="" class="nav-link pl-0"><i class="fa fa-facebook fa-lg"></i></a></li>
<li class="nav-item"><a href="" class="nav-link"><i class="fa fa-twitter fa-lg"></i></a></li>
<li class="nav-item"><a href="" class="nav-link"><i class="fa fa-github fa-lg"></i></a></li>
<li class="nav-item"><a href="" class="nav-link"><i class="fa fa-instagram fa-lg"></i></a></li>
</ul>
<br>
</div>
<div class="col-md-2">
<h5 class="text-md-right">Contact Us</h5>
<hr>
</div>
<div class="col-md-5">
<form>
<fieldset class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
</fieldset>
<fieldset class="form-group">
<textarea class="form-control" id="exampleMessage" placeholder="Message"></textarea>
</fieldset>
<fieldset class="form-group text-xs-right">
<button type="button" class="btn btn-secondary-outline btn-lg col btn-primary">Send</button>
</fieldset>
</form>
</div>
</div>
</div>
</footer>
</body>
</html>