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: #78909c !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: #78909c !important;
30
}
31
}
32
33
h1 {
34
letter-spacing: 8px;
35
}
36
37
h5 {
38
letter-spacing: 3px;
39
}
40
41
.hr-light {
42
border-top: 3px solid #fff;
43
width: 80px;
44
}
45
46
</style>
47
48
<!-- Main navigation -->
49
<header>
50
<!--Navbar-->
51
<nav class="navbar navbar-expand-lg navbar-dark fixed-top scrolling-navbar">
52
<div class="container">
53
<a class="navbar-brand" href="#"><strong>MDB</strong></a>
54
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent-7"
55
aria-controls="navbarSupportedContent-7" aria-expanded="false" aria-label="Toggle navigation">
56
<span class="navbar-toggler-icon"></span>
57
</button>
58
<div class="collapse navbar-collapse" id="navbarSupportedContent-7">
59
<ul class="navbar-nav mr-auto">
60
<li class="nav-item active">
61
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
62
</li>
63
<li class="nav-item">
64
<a class="nav-link" href="#">Link</a>
65
</li>
66
<li class="nav-item">
67
<a class="nav-link" href="#">Profile</a>
68
</li>
69
</ul>
70
<form class="form-inline">
71
<div class="md-form my-0">
72
<input class="form-control mr-sm-2" type="text" placeholder="Search" aria-label="Search">
73
</div>
74
</form>
75
</div>
76
</div>
77
</nav>
78
<!-- Navbar -->
79
<!-- Full Page Intro -->
80
<div class="view jarallax" data-jarallax='{"speed": 0.2}' style="background-image: url('https://mdbootstrap.com/img/Photos/Others/img%20%2848%29.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center;">
81
<!-- Mask & flexbox options-->
82
<div class="mask rgba-black-light d-flex justify-content-center align-items-center">
83
<!-- Content -->
84
<div class="container">
85
<!--Grid row-->
86
<div class="row">
87
<!--Grid column-->
88
<div class="col-md-12 mb-4 white-text text-center">
89
<h1 class="h1-reponsive white-text text-uppercase font-weight-bold mb-0 pt-md-5 pt-5 wow fadeInDown"
90
data-wow-delay="0.3s"><strong>Minimalist intro</strong></h1>
91
<hr class="hr-light my-4 wow fadeInDown" data-wow-delay="0.4s">
92
<h5 class="text-uppercase mb-4 white-text wow fadeInDown" data-wow-delay="0.4s"><strong>Photography
93
& design</strong></h5>
94
<a class="btn btn-outline-white wow fadeInDown" data-wow-delay="0.4s">portfolio</a>
95
<a class="btn btn-outline-white wow fadeInDown" data-wow-delay="0.4s">About me</a>
96
</div>
97
<!--Grid column-->
98
</div>
99
<!--Grid row-->
100
</div>
101
<!-- Content -->
102
</div>
103
<!-- Mask & flexbox options-->
104
</div>
105
<!-- Full Page Intro -->
106
</header>
107
<!-- Main navigation -->
1
1
xxxxxxxxxx
1
new WOW().init();
Console errors: 0