-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
309 lines (280 loc) · 12.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Showport" content="width=device-width, initial-scale=1.0">
<!-- bxslide css -->
<link rel="stylesheet" href="css/jquery.bxslider.min.css">
<!-- my css files -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/normalize2.css">
<!-- font awsome library -->
<link rel="stylesheet" href="css/all.css">
<title>Document</title>
</head>
<body>
<!-- star navbar -->
<div class="navbar">
<div class="container">
<div class="brand">
<h2>Badni <span>Tech</span></h2>
</div>
<ul class="links">
<li class='active'><a href="">Home</a></li>
<li><a href="#ser">About</a></li>
<li><a href="#test">Testmonion</a></li>
<li><a href="#port">Portfolio</a></li>
<li><a href="">Contact</a></li>
</ul>
<div class="clearFix"></div>
</div>
</div>
<!-- end navbar -->
<!-- star header -->
<div class="header">
<div class="overlay">
<ul class="bxslider">
<li>
<h2>Welcome to <span>My Blogger</span></h2>
<p>Explore several information in<br>our blogger</p>
</li>
<li>
<h2>Welcome to <span>Classic</span></h2>
<p>welcome to the second</p>
</li>
<li>
<h2>Welcome to <span>Classic</span></h2>
<p>welcome to the fourth</p>
</li>
<li>
<h2>Welcome to <span>Classic</span></h2>
<p>welcome to the fiveth</p>
</li>
</ul>
</div>
</div>
<!-- end header -->
<!-- star our service -->
<div id="ser" class="ourserv">
<div class="container">
<div class="head-serv">
<h2 class="special-h"><span>Our</span> Services</h2>
</div>
<div class="serv-box">
<div class="box">
<i class="fal fa-window fa-4x"></i>
<div class="cont">
<h3>Front End</h3>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font,</p>
</div>
</div>
<div class="box">
<i class="fas fa-cloud fa-4x"></i>
<div class="cont">
<h3>Cloud Services</h3>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font,</p>
</div>
</div>
<div class="box">
<i class="far fa-pencil-paintbrush fa-4x"></i>
<div class="cont">
<h3>Photoshop Design</h3>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font,</p>
</div>
</div>
<div class="box">
<i class="fad fa-database fa-4x"></i>
<div class="cont">
<h3>Back End</h3>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font,</p>
</div>
</div>
<div class="box">
<i class="fas fa-video fa-4x"></i>
<div class="cont">
<h3>Support Video</h3>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font,</p>
</div>
</div>
<div class="box">
<i class="far fa-file-search fa-4x"></i>
<div class="cont">
<h3>SEO Engineer</h3>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font,</p>
</div>
</div>
</div>
</div>
<div class="clearFix"></div>
</div>
<div class="container"><hr></div>
<div class="our-team">
<div class="container">
<div class="box">
<h2 class="special-h">Our Team</h2>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font The search input is not fully stylable by default. In Chrome and Safari </p>
</div>
<div class="box">
<div class="box-img"><img src="images/photograph.jpg" alt=""><span>Hello</span></div>
<div class="box-img"><img src="images/photograph2.jpg" alt=""><span>How are you</span></div>
<div class="box-img"><img src="images/photograph3.jpg" alt=""><span>Hi</span></div>
<div class="box-img"><img src="images/photograph4.jpg" alt=""><span>So</span></div>
<div class="clearFix"></div>
</div>
</div>
</div>
<div class="clearFix"></div>
<!-- end our service -->
<!-- star testimonials -->
<div class="testim" id="test">
<div class="overlay">
<div class="container">
<h2>What Our Clients Say</h2>
<div class="slid">
<div class="active">
<q> The services of this page is very butiful, I love this page for many special, The services of this page is very butiful, I love this page for many special The services of this page is very butiful </q>
<p>Sami</p>
</div>
<div>
<q> The services of this page is very butiful, I love this page for many special, The services of this page is very butiful, I love this page for many special The services of this page is very butiful </q>
<p>Abdou</p>
</div>
<div>
<q> The services of this page is very butiful, I love this page for many special, The services of this page is very butiful, I love this page for many special The services of this page is very butiful </q>
<p>Ahmed</p>
</div>
<div>
<q> The services of this page is very butiful, I love this page for many special, The services of this page is very butiful, I love this page for many special The services of this page is very butiful </q>
<p>Salah</p>
</div>
</div>
</div>
</div>
</div>
<!-- end testimonials -->
<!-- star Portfolio -->
<div id="port" class="portfolio">
<div class="container">
<h2 class="special-h">Project</h2>
<div class="project">
<ul class="shuffle">
<li class="select filter" data-filter="all">All</li>
<li class="filter" data-filter=".photoshop">Photoshop</li>
<li class="filter" data-filter=".Front">Front End</li>
<li class="filter" data-filter=".back">Back End & cloud</li>
</ul>
<div id="Container" class="boxes">
<div class="mix photoshop">
<img src="images/photoshop5.png" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i> </div>
</div>
<div class="mix Front">
<img src="images/fronend.jpg" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix Front">
<img src="images/frontend1.jfif" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix back">
<img src="images/back end .net.jfif" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix back">
<img src="images/back end php.png" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix Front">
<img src="images/frontend3.png" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix Front">
<img src="images/frontend33.jpg" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix back">
<img src="images/back end nodjs.jpg" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix back">
<img src="images/back end seo.jpg" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix back">
<img src="images/back end.jfif" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix photoshop">
<img src="images/photoshop6.png" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix photoshop">
<img src="images/photoshop7.png" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
<div class="mix photoshop">
<img src="images/photoshop8.jpg" alt="">
<div class="alt"><span>Show More</span><i class="far fa-heart"> 14</i></div>
</div>
</div>
</div>
</div>
</div>
<!-- star Portfolio -->
<!-- star footer -->
<div class="footer">
<div class="container">
<div class="col">
<h2>About Classic</h2>
<p> The services of this page is very butiful, I love this page for many special, The services of this page is very butiful, I love this page for many special The services of this page is very butiful </p>
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
</div>
<div class="col">
<h2>Tags</h2>
<div class="tags">
<span>HTML</span>
<span>Css</span>
<span>photoshop</span>
<span>Responsive</span>
<span>Art</span>
</div>
</div>
<div class="col">
<h2>Recent Posts</h2>
<div class="qs">
<img src="images/s1.png">
<div><a href="">How to Get Red of Arts</a><span>June 2014</span></div>
</div>
<div class="qs">
<img src="images/s2.png">
<div><a href="">Why I'm Running</a><span>July 2014</span></div>
</div>
<div class="qs">
<img src="images/s3.jpg">
<div><a href="">Cassella Waste</a><span>August 2014</span></div>
</div>
</div>
<div class="col">
<h2>Blog Categories</h2>
<ul>
<li>Agency</li>
<li>Busness</li>
<li>Multi Purpose</li>
<li>Audio</li>
</ul>
</div>
<div class="clearFix"></div>
<div class="copyright">Copyright © 2015 All Right Reserved</div>
</div>
</div>
<!-- end footer -->
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/jquery.bxslider.min.js"></script>
<script src="js/jquery.mixitup.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>