-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (72 loc) · 3.37 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Creative Web Designer. Landing Page Project | Crimson</title>
<link rel="stylesheet" href="css/plugins.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="preloader-bg"></div>
<div id="preloader">
<div id="preloader-status">
<div class="preloader-position loader"> <span></span> </div>
</div>
</div>
<nav class="nilsbrown-menu" id="nilsbrown-navbar-spy">
<div class="nilsbrown-menu-inner" id="nilsbrown-navbar">
<ul class="list-unstyled">
<li><a href="#">Home</a></li>
<li><a href="#">Resume</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</nav>
<br><br><br><br>
<section id="home" class="header-section">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="header-section-wrap">
<div class="header-view-on-mobile">
<h1>Jennie White</h1>
<h6>Creative Web & App Developer</h6>
</div>
<div class="transform-banner position-relative">
<img class="img header-img header-img-left wow imago" src="images/main.jpg" alt="">
</div>
<div class="header-cont header-cont-right">
<div class="header-cont-absolute header-cont-absolute-right">
<div class="header-not-view-on-mobile">
<h1 class="wow" data-splitting="">Jennie White</h1>
<h6 class="wow" data-splitting="">Creative Web & App Developer</h6>
</div>
<div class="header-cont-text">
<p class="wow" data-splitting="">Hi, I’m Jennie White and I am creative web & app developer who dream making the world better place by creating captivating products.</p>
</div>
<div class="btn-wrap text-center">
<div class="btn-link"> <a href="#">Download CV <i class="ti-download"></i></a> <span class="btn-block color1 animation-bounce"></span> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="js/plugins/jquery-3.6.0.min.js"></script>
<script src="js/plugins/bootstrap.min.js"></script>
<script src="js/plugins/owl.carousel.min.js"></script>
<script src="js/plugins/jquery.magnific-popup.min.js"></script>
<script src="js/plugins/YouTubePopUp.js"></script>
<script src="js/plugins/jquery.easing.1.3.js"></script>
<script src="js/plugins/smooth-scroll.min.js"></script>
<script src="js/plugins/wow.js"></script>
<script src="js/custom.js"></script>
</body>
</html>