-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathfeatures.html
64 lines (46 loc) · 1.77 KB
/
features.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
<!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.0">
<title>Features</title>
<link rel="stylesheet" type="text/css" href="css/Features.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" src="js/base.js"></script>
</head>
<body>
<header id="header" class="App-header base-header"></header>
<main>
<div class="head-bg bg-dark">
<h1>Features</h1>
</div>
<div class="heading">
<h1 class="display-5">Some heading</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Nemo assumenda minima a soluta? Totam, ut.</p>
</div>
<hr class="mx-5"/>
<!-- main content **featureS -->
<div id="print-features">
<div class="mt-5 pt-5 flex w-100">
<div class="pre-loader"></div>
</div>
<!-- <span class="text-center disabled-text">refresh page if content is not visible</span> -->
<section class="main-section light-bg pre-content">
<img class="img-fluid" alt='dummy' height="300" width="800"
src="https://wallpapercave.com/wp/wp2646216.jpg">
</section>
</div>
<div class="tail px-2 px-md-5 tinted-bg flex">
<div class="container mx-1 mx-md-4">
<h3>lastly something more</h3>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nam sequi saepe eaque. Perspiciatis cupiditate aliquam veritatis in quas dolore quibusdam.
</div>
</div>
</main>
<footer></footer>
<script type="text/javascript" src="js/features.js"></script>
</body>
</html>