-
Notifications
You must be signed in to change notification settings - Fork 15
/
element-hero-blocks.html
83 lines (78 loc) · 3.74 KB
/
element-hero-blocks.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
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#0134d4">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags-->
<!-- Title-->
<title>AC-Mobile UI Neumorphism</title>
<!-- Fonts-->
<link rel="preconnect" href="https://fonts.gstatic.com/">
<link href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap-icons.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/ion.rangeSlider.min.css">
<link rel="stylesheet" href="css/dataTables.bootstrap4.min.css">
<link rel="stylesheet" href="css/apexcharts.css">
<!-- Core Stylesheet-->
<link rel="stylesheet" href="style.css">
<!-- Web App Manifest-->
<link rel="manifest" href="manifest.json">
</head>
<body>
<!-- Preloader-->
<div class="preloader d-flex align-items-center justify-content-center" id="preloader">
<div class="spinner-grow text-primary" role="status">
<div class="sr-only">Loading...</div>
</div>
</div>
<!-- Internet Connection Status-->
<div class="internet-connection-status" id="internetStatus"></div>
<!-- Hero Block Wrapper-->
<div class="hero-block-wrapper bg-primary">
<!-- Styles-->
<div class="hero-block-styles">
<div class="hb-styles1" style="background-image: url('img/core-img/dot.png')"></div>
<div class="hb-styles2"></div>
<div class="hb-styles3"></div>
</div>
<div class="container">
<!-- Skip Page-->
<div class="skip-page"><a href="page-home.html">Skip</a></div>
<!-- Hero Block Content-->
<div class="hero-block-content"><img class="mb-4" src="img/bg-img/19.png" alt="">
<h2 class="display-4 text-white mb-3">Build your website easier with Animation Coding</h2>
<p class="text-white">AC is a modern and latest technology based mobile template.</p><a class="btn btn-warning btn-lg w-100" href="page-login.html">Get Started</a>
</div>
</div>
</div>
<!-- All JavaScript Files-->
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/default/internet-status.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/jquery.countdown.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/default/dark-mode-switch.js"></script>
<script src="js/ion.rangeSlider.min.js"></script>
<script src="js/jquery.dataTables.min.js"></script>
<script src="js/default/active.js"></script>
<script src="js/default/clipboard.js"></script>
<!-- PWA-->
<script src="js/pwa.js"></script>
</body>
</html>