4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< title > Complete Website Layout</ title >
7
+ < link rel ="stylesheet " href ="https://unpkg.com/aos@next/dist/aos.css " />
7
8
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css ">
8
9
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js "> </ script >
9
10
< script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js "> </ script >
10
11
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js "> </ script >
11
12
< script src ="https://use.fontawesome.com/releases/v5.0.8/js/all.js "> </ script >
13
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css ">
12
14
< link href ="style.css " rel ="stylesheet ">
13
15
</ head >
14
16
< body >
43
45
</ nav >
44
46
45
47
<!--- Image Slider -->
46
- < div id ="slides " class ="carousel slide " data-ride ="carousel ">
48
+ < div id ="slides " class ="carousel slide " data-ride ="carousel " data-aos ="fade-up "
49
+ data-aos-offset ="200 "
50
+ data-aos-delay ="50 "
51
+ data-aos-duration ="1000 ">
47
52
< ul class ="carousel-indicators ">
48
53
< li data-target ="#slides " data-slide-to ="0 " class ="active "> </ li >
49
54
< li data-target ="#slides " data-slide-to ="1 "> </ li >
@@ -70,11 +75,14 @@ <h3>Complete Website Layout</h3>
70
75
</ div >
71
76
72
77
<!--- Jumbotron -->
73
- < div class ="container-fluid ">
78
+ < div class ="container-fluid " data-aos ="fade-up "
79
+ data-aos-offset ="200 "
80
+ data-aos-delay ="50 "
81
+ data-aos-duration ="1000 ">
74
82
< div class ="row jumbotron ">
75
83
< div class ="col-xs-12 col-sm-12 col-md-9 col-lg-9 col-xl-10 ">
76
- < p class ="lead "> A web hosting service allows individuals and
77
- organizations to make their website accessible via the World
84
+ < p class ="lead "> A web hosting service allows individuals and
85
+ organizations to make their website accessible via the World
78
86
Wide Web.</ p >
79
87
</ div >
80
88
< div class ="col-xs-12 col-sm-12 col-md-3 col-lg-3 col-xl-2 ">
@@ -85,7 +93,10 @@ <h3>Complete Website Layout</h3>
85
93
</ div >
86
94
87
95
<!--- Welcome Section -->
88
- < div class ="container-fluid padding ">
96
+ < div class ="container-fluid padding "data-aos ="fade-up "
97
+ data-aos-offset ="200 "
98
+ data-aos-delay ="50 "
99
+ data-aos-duration ="1000 ">
89
100
< div class ="row welcome text-center ">
90
101
< div class ="col-12 ">
91
102
< h1 class ="display-4 "> Built with ease.</ h1 >
@@ -100,7 +111,10 @@ <h1 class="display-4">Built with ease.</h1>
100
111
</ div >
101
112
102
113
<!--- Three Column Section -->
103
- < div class ="container-fluid padding ">
114
+ < div class ="container-fluid padding "data-aos ="fade-up "
115
+ data-aos-offset ="200 "
116
+ data-aos-delay ="50 "
117
+ data-aos-duration ="1000 ">
104
118
< div class ="row text-center padding ">
105
119
< div class ="col-xs-12 col-sm-6 col-md-4 ">
106
120
< i class ="fas fa-code "> </ i >
@@ -122,16 +136,19 @@ <h3>CSS3</h3>
122
136
</ div >
123
137
124
138
<!--- Two Column Section -->
125
- < div class ="container-fluid padding ">
139
+ < div class ="container-fluid padding "data-aos ="fade-up "
140
+ data-aos-offset ="200 "
141
+ data-aos-delay ="50 "
142
+ data-aos-duration ="1000 ">
126
143
< div class ="row padding ">
127
144
< div class ="col-md-12 col-lg-6 ">
128
145
< h2 > If you build it...</ h2 >
129
- < p > The columns will automatically stack on each other when
146
+ < p > The columns will automatically stack on each other when
130
147
the screen is less than 576px wide.</ p >
131
- < p > Resize the browserwindow to see the effect. Responsive web
132
- design has become more important as the amount of mobile traffic now
148
+ < p > Resize the browserwindow to see the effect. Responsive web
149
+ design has become more important as the amount of mobile traffic now
133
150
accounts for more than half of total internet traffic.</ p >
134
- < p > It can also display the web page differently depending on the
151
+ < p > It can also display the web page differently depending on the
135
152
screen size or viewing device.</ p >
136
153
< br >
137
154
< a href ="# " class ="btn btn-primary "> Learn More</ a >
@@ -144,25 +161,28 @@ <h2>If you build it...</h2>
144
161
145
162
< hr class ="my-4 ">
146
163
147
-
164
+
148
165
<!--- Meet the team -->
149
166
< div class ="container-fluid padding ">
150
167
< div class ="row welcome text-center ">
151
168
< div class ="col-12 ">
152
- < h1 class ="display-4 "> Meet the Team </ h1 >
169
+ < h1 class ="display-4 "> Meet the Team </ h1 >
153
170
</ div >
154
171
</ div >
155
172
</ div >
156
173
157
174
<!--- Cards -->
158
- < div class ="container-fluid padding ">
175
+ < div class ="container-fluid padding " data-aos ="fade-up "
176
+ data-aos-offset ="200 "
177
+ data-aos-delay ="50 "
178
+ data-aos-duration ="1000 ">
159
179
< div class ="row padding ">
160
180
< div class ="col-md-4 ">
161
181
< div class ="card ">
162
182
< img class ="card-img-top " src ="img/team1.png ">
163
183
< div class ="card-body ">
164
184
< h4 class ="card-title "> John Doe</ h4 >
165
- < p class ="card-text "> John is an Interent
185
+ < p class ="card-text "> John is an Interent
166
186
entrepreneur with almost 20 years of experience.
167
187
</ p >
168
188
< a href ="# " class ="btn btn-outline-secondary "> See Profile</ a >
@@ -195,14 +215,17 @@ <h4 class="card-title">Phil Ho</h4>
195
215
</ div >
196
216
197
217
<!--- Two Column Section -->
198
- < div class ="container-fluid padding ">
218
+ < div class ="container-fluid padding " data-aos ="fade-up "
219
+ data-aos-offset ="200 "
220
+ data-aos-delay ="50 "
221
+ data-aos-duration ="1000 ">
199
222
< div class ="row padding ">
200
223
< div class ="col-md-12 col-lg-6 ">
201
224
< h2 > Our Philosophy</ h2 >
202
225
< p > We know that greatness in a disruptive era requires bold
203
226
ambition, curious talent and a culture that believes we're
204
227
smarter together.</ p >
205
- < p > We approach every challenge hostically, with best-in-class
228
+ < p > We approach every challenge hostically, with best-in-class
206
229
expertise in data, creativity, media, technology, search, social and
207
230
more. We call this Alchemy. It has the power to build our clients'
208
231
brands and transform their business. And white it may seem like
@@ -235,7 +258,10 @@ <h2>Connect</h2>
235
258
236
259
<!--- Footer -->
237
260
< footer >
238
- < div class ="container-fluid padding ">
261
+ < div class ="container-fluid padding " data-aos ="fade-up "
262
+ data-aos-offset ="200 "
263
+ data-aos-delay ="50 "
264
+ data-aos-duration ="1000 ">
239
265
< div class ="row text-center ">
240
266
< div class ="col-md-4 pt-0 ">
241
267
< div class ="footer-image ">
@@ -271,7 +297,10 @@ <h5>© Website Learning </h5>
271
297
</ div >
272
298
</ footer >
273
299
274
-
300
+ < script src ="https://unpkg.com/aos@next/dist/aos.js "> </ script >
301
+ < script >
302
+ AOS . init ( ) ;
303
+ </ script >
275
304
276
305
</ body >
277
306
</ html >
0 commit comments