-
Notifications
You must be signed in to change notification settings - Fork 1
/
rewards.html
executable file
·53 lines (50 loc) · 2.15 KB
/
rewards.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
<!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">
<link rel="stylesheet" href="./Style/rewards.css">
<link rel="stylesheet" href="./Style/footer.css">
<link rel="stylesheet" href="./Style/navbar.css">
<link rel="stylesheet" href="./Style/nav1.css">
<script src="https://kit.fontawesome.com/24c494a6b6.js" crossorigin="anonymous"></script>
<title>Rewards</title>
</head>
<body>
<div id="main_export"> </div>
<div id="nav1"></div>
<div id="container">
<div id="box1">
<!-- <button >About the Rewards Program</button> -->
<div id="divAboutRewards" class="list" style="height: 45px;">
About the Rewards Program
</div>
<div id="divBenefitsPrivileges" class="list listOnSelected"
style="line-height: 25px; vertical-align: middle; height: 35px;">
Benefits & Privileges
</div>
<div id="divMyRewards" class="list listOnSelected" style="line-height: 24px;
vertical-align: middle; height: 35px;">
My Rewards
</div>
<div id="divmyAboutDetails" class="list listOnSelected"
style="line-height: 25px; vertical-align: middle; height: 35px;">
Terms & Conditions
</div>
</div>
<div id="box2">
<h class="type03">REWARDS<span class="h1">PROGRAM</span></h>
<h2 class="active">Your Gateway To World Food</h2>
<h2 class="active">Earning points is easy</h2>
<h2 class="active">REWARDS IS MORE THAN JUST POINTS</h2>
<h2 class="active">Redeeming Points Is Irresistible</h2>
<h2 class="active"> KNOW YOUR NATURES BASKET REWARDS PROGRAM</h2>
<h2>BENEFITS OF REWARDS PROGRAM</h2>
<div><img src="https://d1z88p83zuviay.cloudfront.net/Images/REWARD_1%20-%20Copy.jpg"></div>
</div>
</div>
<footer></footer>
</body>
</html>
<script type="module" src="./Script/rewards.js"></script>