-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanner.php
41 lines (41 loc) · 2.07 KB
/
banner.php
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
<section id="banner">
<div class="container-fluid">
<div class="owl-carousel owl-theme banner">
<div class="item">
<div class="bg-light border rounded border-light hero-nature carousel-hero jumbotron py-5 px-4">
<h1 class="hero-title animate__animated animate__backInRight animate__delay-1s">
Welcome, Customer.
</h1>
</div>
</div>
<div class="item">
<div class="bg-light border rounded border-light hero-photography carousel-hero jumbotron py-5 px-4">
<h1 class="hero-title animate__animated animate__delay-1s">
Every Purchase Will Be Made With Pleasure.
</h1>
<p class="hero-subtitle animate__animated animate__delay-2s">
Nullam id dolor id nibh ultricies vehicula ut id elit. Cras
justo odio, dapibus ac facilisis in, egestas eget quam.
</p>
<p>
<a class="btn btn-primary hero-button plat animate__animated animate__delay-3s" role="button" href="#">Learn more</a>
</p>
</div>
</div>
<div class="item">
<div class="bg-light border rounded border-light hero-technology carousel-hero jumbotron py-5 px-4">
<h1 class="hero-title animate__animated animate__delay-1s">
Placeholder
</h1>
<p class="hero-subtitle animate__animated animate__delay-2s">
Nullam id dolor id nibh ultricies vehicula ut id elit. Cras
justo odio, dapibus ac facilisis in, egestas eget quam.
</p>
<p>
<a class="btn btn-primary hero-button plat animate__animated animate__delay-3s" role="button" href="#">Learn more</a>
</p>
</div>
</div>
</div>
</div>
</section>