xxxxxxxxxx
1
<style>
2
3
html,
4
body,
5
header,
6
.view {
7
height: 100%;
8
}
9
10
@media (max-width: 740px) {
11
html,
12
body,
13
header,
14
.view {
15
height: 100vh;
16
}
17
}
18
19
.top-nav-collapse {
20
background-color: #f8bbd0 !important;
21
}
22
23
.navbar:not(.top-nav-collapse) {
24
background: transparent !important;
25
}
26
27
@media (max-width: 991px) {
28
.navbar:not(.top-nav-collapse) {
29
background: #f8bbd0 !important;
30
}
31
}
32
33
</style>
34
35
<!-- Main navigation -->
36
<header>
37
<!-- Navbar -->
38
<nav class="navbar navbar-expand-lg navbar-light fixed-top scrolling-navbar">
39
<div class="container">
40
<a class="navbar-brand" href="#"><strong>MDB</strong></a>
41
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent-7"
42
aria-controls="navbarSupportedContent-7" aria-expanded="false" aria-label="Toggle navigation">
43
<span class="navbar-toggler-icon"></span>
44
</button>
45
<div class="collapse navbar-collapse" id="navbarSupportedContent-7">
46
<ul class="navbar-nav mr-auto">
47
<li class="nav-item active">
48
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
49
</li>
50
<li class="nav-item">
51
<a class="nav-link" href="#">Link</a>
52
</li>
53
<li class="nav-item">
54
<a class="nav-link" href="#">Profile</a>
55
</li>
56
</ul>
57
<form class="form-inline">
58
<div class="md-form my-0">
59
<input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search">
60
</div>
61
</form>
62
</div>
63
</div>
64
</nav>
65
<!-- Navbar -->
66
<!-- Full Page Intro -->
67
<div class="view jarallax" data-jarallax='{"speed": 0.2}' style="background-image: url('https://mdbootstrap.com/img/Photos/Others/gradient2.png'); background-repeat: no-repeat; background-size: cover; background-position: center center;">
68
<!-- Mask & flexbox options-->
69
<div class="mask rgba-purple-slight d-flex justify-content-center align-items-center">
70
<!-- Content -->
71
<div class="container">
72
<!--Grid row-->
73
<div class="row wow fadeIn">
74
<!--Grid column-->
75
<div class="col-md-12 text-center">
76
<h1 class="display-4 font-weight-bold mb-0 pt-md-5 pt-5 wow fadeInUp">Our New Course is Ready</h1>
77
<h5 class="pt-md-5 pt-sm-2 pt-5 pb-md-5 pb-sm-3 pb-5 wow fadeInUp" data-wow-delay="0.2s">It comes
78
with a lot of new features, easy to follow videos and images. Check it out now!</h5>
79
<div class="wow fadeInUp" data-wow-delay="0.4s">
80
<a class="btn btn-purple btn-rounded"><i class="fas fa-user left"></i> Sign up!</a>
81
<a class="btn btn-outline-purple btn-rounded"><i class="fas fa-book left"></i> Learn more</a>
82
</div>
83
</div>
84
<!--Grid column-->
85
</div>
86
<!--Grid row-->
87
</div>
88
<!-- Content -->
89
</div>
90
<!-- Mask & flexbox options-->
91
</div>
92
<!-- Full Page Intro -->
93
</header>
94
<!-- Main navigation -->
1
1
xxxxxxxxxx
1
new WOW().init();
Console errors: 0