-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmix-web.html
328 lines (296 loc) · 15.4 KB
/
mix-web.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
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Andrew Adel</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<!-- <link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="https://m.w3newbie.com/you-tube.css"> -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--fixed button-->
<a href="#" id="btnscrolltotop">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-up-short" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 5.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5z" />
<path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8 5.707 5.354 8.354a.5.5 0 1 1-.708-.708l3-3z" />
</svg>
</a>
<!--Navbar-->
<nav class="navbar navbar-expand-md navbar-light sticky-top fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#"> <img src="img/logo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#c1">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#c2">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#c3">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#c4">Connect</a>
</li>
</ul>
</div>
</div>
</nav>
<!--image Slider-->
<div id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="overlayer"></div>
<img src="img/11.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h1 class="animated infinite bounce">AA Website</h1>
<h3>More of Website design</h3>
<a href="travel.html">
<button type="button" class="btn btn-primary btn-lg">
Get started
</button>
</a>
</div>
</div>
<div class="carousel-item">
<div class="overlayer"></div>
<img src="img/22.jpeg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h1>AA Website</h1>
<h3>More of website design </h3>
<a href="travel.html">
<button type="button" class="btn btn-primary btn-lg">
Get started
</button>
</a>
</div>
</div>
<div class="carousel-item">
<div class="overlayer"></div>
<img src="img/33.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h1>AA Website</h1>
<h3>More of website design</h3>
<a href="travel.html">
<button type="button" class="btn btn-primary btn-lg">
Get started
</button>
</a>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--About-->
<div>
<div class="container-fluid padding About" id="c1">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">Welcom AA</h1>
</div>
<hr>
<div class="col-12">
<p class="lead">Welcome to AA Website in this website we can see about more of web pages design to learn.</p>
</div>
</div>
</div>
<div class="container-fluid padding two">
<div class="row padding">
<div class="col-md-12 col-lg-6">
<h2>Adopt using just.....</h2>
<p><h4>HTML5:</h4> HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and latest major version of HTML that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard and is maintained by a consortium of the major browser vendors (Apple, Google, Mozilla, and Microsoft), the Web Hypertext Application Technology Working Group (WHATWG)..</p>
<p><h4>CSS3:</h4> CSS3 is designed to enable the separation of presentation and content, including layout, colors, and fonts.This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple web pages to share formatting by specifying the relevant CSS in a separate .css file, and reduce complexity and repetition in the structural content. .</p>
<p><h4>Bootstrap4:</h4> Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains CSS- and (optionally) JavaScript-based design templates for typography, forms, buttons, navigation, and other interface componentsBootstrap is the seventh-most-starred project on GitHub, with more than 142,000 stars, behind freeCodeCamp (almost 312,000 stars) and marginally behind Vue.js framework.According to Alexa Rank, Bootstrap is in the top-2000 in the USA while vuejs.org is in the top-7000 in the USA.</p>
</div>
<div class="col-md-12 col-lg-6">
<img src="img/two.png" class="img-fluid">
</div>
</div>
</div>
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fas fa-code"></i>
<h3>HTML5</h3>
<p>Bulid with the latest version of HTML, HTML5.</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fas fa-bold"></i>
<h3>Bootstrap</h3>
<p>Bulid with the latest version of Bootstrap, Bootstrap4.</p>
</div>
<div class="col-sm-12 col-md-4">
<i class="fab fa-css3"></i>
<h3>CSS</h3>
<p>Bulid with the latest version of CSS, CSS3.</p>
</div>
</div>
</div>
</div>
<!--fixed image-->
<div class="background">
<div class="overlayer"></div>
</div>
<!--servces-->
<div>
<div class="container-fluid padding " id="c2">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">Servecs AA</h1>
</div>
<hr>
<div class="col-12">
<p class="lead">AA Website make a serves to help you to make a new website.</p>
</div>
</div>
</div>
<div class="container-fluid padding padding-top">
<div class="row padding">
<div class="col-md-6">
<div class="card">
<div class="card-body text-center">
<h4 class="card-title">Help to make a website</h4>
<p class="card-text">In this servecs we just help you to learn a make a website.</p>
<a href="https://www.facebook.com/profile.php?id=100005110158318" class="btn btn-outline-secondary">See Profile</a>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card">
<div class="card-body text-center">
<h4 class="card-title">Make a New website</h4>
<p class="card-text">In this servecs we make a new website design to you.</p>
<a href="https://www.facebook.com/profile.php?id=100005110158318" class="btn btn-outline-secondary">See Profile</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--fixed photo-->
<div class="back">
<div class="overlayer"></div>
</div>
<!--team-->
<div class="container-fluid padding padding-top" id="c3">
<div class="row padding">
<div class="col-md-4 portfolio-content">
<div class="card sc portfolio-img">
<img class="card-img-top" src="img/team.png">
<div class="card-body layer-content">
<div class="layer-info">
<h4 class="card-title category">Jhon Doe</h4>
<p class="card-text layer-content-title">Jhon is an Iternet entrepreneur with almost 20 years of experience.</p>
<a href="https://www.facebook.com/profile.php?id=100005110158318" class="btn btn-outline-secondary">See Profile</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 portfolio-content">
<div class="card sc portfolio-img">
<img class="card-img-top" src="img/team2.jpg">
<div class="card-body layer-content">
<div class="layer-info">
<h4 class="card-title category">Jhon Doe</h4>
<p class="card-text layer-content-title">Jhon is an Iternet entrepreneur with almost 20 years of experience.</p>
<a href="https://www.facebook.com/profile.php?id=100005110158318" class="btn btn-outline-secondary">See Profile</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 portfolio-content">
<div class="card sc portfolio-img">
<img class="card-img-top" src="img/team3.jpg">
<div class="card-body layer-content">
<div class="layer-info">
<h4 class="card-title category">Jhon Doe</h4>
<p class="card-text layer-content-title">Jhon is an Iternet entrepreneur with almost 20 years of experience.</p>
<a href="https://www.facebook.com/profile.php?id=100005110158318" class="btn btn-outline-secondary">See Profile</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--fixed photo-->
<div class="back2">
<div class="overlayer"></div>
</div>
<!--footer-->
<footer>
<div class="container-fluid padding" id="c4">
<div class="row text-center">
<div class="col-md-4">
<img src="img/logo.png" style="width:60px;">
<hr class="light" />
<p>0222-516-899</p>
<p>andrewadel11111@gmail.com</p>
<p>425 tr3at el gabal street</p>
<p>cario, egypt, 00000</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Our hours</h5>
<hr class="light">
<p>monday: 9am-5pm</p>
<p>saturday: 10am-6pm</p>
<p>sunday: close</p>
</div>
<div class="col-md-4">
<hr class="light">
<h5>Service Area</h5>
<hr class="light">
<p>cario, egypt, 00000</p>
<p>cario, egypt, 00000</p>
<p>cario, egypt, 00000</p>
<p>cario, egypt, 00000</p>
</div>
<hr class="light">
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-12">
<h2>Connect</h2>
</div>
<div class="col-12 social padding">
<a href="https://www.facebook.com/profile.php?id=100005110158318"><i class="fab fa-facebook"></i></a>
<a href="https://www.facebook.com/profile.php?id=100005110158318"><i class="fab fa-twitter"></i></a>
<a href="https://www.facebook.com/profile.php?id=100005110158318"><i class="fab fa-google-plus-g"></i></a>
<a href="https://www.facebook.com/profile.php?id=100005110158318"><i class="fab fa-instagram"></i></a>
<a href="https://www.facebook.com/profile.php?id=100005110158318"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
<div class="col-12">
<hr class="light">
<h5>© AA-website.com</h5>
</div>
</div>
</div>
</footer>
</body>
</html>