-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.html
101 lines (89 loc) · 4.42 KB
/
product.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alpha Touch</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header class="header d-flex justify-content-center align-items-center shadow-sm">
<div class="container text-center">
<a href="">
<img class="img-fluid" src="./images/logo.svg" alt="Logo">
</a>
</div>
</header>
<main class="gradient main py-5">
<div class="container">
<p style="font-weight: bold;" class="text-center text-primary mb-3">Quiz Result Verified</p>
<h2 style="font-weight: bold; max-width: 680px;" class="mx-auto text-center mb-3">AlphaTouch Would Instantly
Help You Win More Dates In 2024!</h2>
<p class="text-center mb-5">Try It Today for Up to 60% OFF</p>
<div class="row g-3">
<div class="col-lg-6">
<img src="./images/product-2.jpg" class="w-100" alt="">
</div>
<div class="col-lg-6">
<div class="px-4">
<h3 style="font-weight: bold;" class="mb-4">The benefits of Lure Her go on an on but here’s a
few that you’d love:</h3>
<div class="row mb-4">
<div class="col-2">
<img src="./images/icon-1.svg" alt="">
</div>
<div class="col-8">
<p class="mb-0"><strong>Transform Your Dating Life:</strong></p>
<p>92% of Men Noticed more attention and interest from women</p>
</div>
</div>
<div class="row mb-4">
<div class="col-2">
<img src="./images/icon-2.svg" alt="">
</div>
<div class="col-8">
<p class="mb-0"><strong>Science-Backed:</strong></p>
<p>Made With a Proprietery Natural Pheromone Formula</p>
</div>
</div>
<div class="row mb-4">
<div class="col-2">
<img src="./images/icon-3.svg" alt="">
</div>
<div class="col-8">
<p class="mb-0"><strong>Score On Dates:</strong></p>
<p>Proven To Increase Your Chances on a Date.</p>
</div>
</div>
<div class="row mb-4">
<div class="col-2">
<img src="./images/icon-4.svg" alt="">
</div>
<div class="col-8">
<p class="mb-0"><strong>Long Lasting:</strong></p>
<p>87% of Customers Loved the Long-Lasting Scent</p>
</div>
</div>
<a style="font-weight: bold;" class="btn btn-primary btn-lg w-100 mb-3" href="">SAVE 60%
TODAY</a>
<div class="text-center">
<img class="mx-auto" style="max-width: 400px;" src="./images/bottom.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</main>
<div>
<img src="./images/testimonials.jpg" class="w-100" alt="">
</div>
</body>
</html>