-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpremium.html
103 lines (103 loc) · 4.05 KB
/
premium.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
102
103
<!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>Sweet Love Premium Membership</title>
<link rel="stylesheet" href="styles3.css">
<link rel="shortcut icon" type="x-icon" href="ImagesDating/heart.png">
<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=Sora:wght@600;800&display=swap" rel="stylesheet">
<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=Didact+Gothic&display=swap" rel="stylesheet">
<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=Palanquin+Dark&display=swap" rel="stylesheet">
<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=Darker+Grotesque&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<div class="main">
<div class="main-head">
<h2> Sign up for Premium Membership</h2>
<h3> Subscribe to our premium membership to get additional features, personalised matchings to make your experience better. </h3>
</div>
<div class="'join">
<button class="join-prem"> Join now at ₹399</button>
</div>
</div>
<div class="mainfeature">
<div class="text">
<h2 class="heading1">Why choose Premium?</h2>
<div class="text1">
<h3 class="feature1" ><ul><li>More Personalised Matching</li></h3>
<h4 class="feature2">Apply advanced filters to get more personalised matching to find yourself your ideal partner. </h4>
</div>
</div>
<div class="img1">
<img src="5cc757d63778041e02604f93be2ff247.webp">
</div>
</div>
<div class="mainfeature">
<div class="text2">
<h3 class="feature1" ><ul><li>Super Boost</li></h3>
<h4 class="feature2">Boost your profile with a tap of a button to appear 5x more in profile searches.</h4>
</div>
<div>
<img src="profile.png" class="img2" >
</div>
</div>
<div class="mainfeature">
<div class="text3">
<h3 class="feature1" ><ul><li>Unlimited Swipes</li></h3>
<h4 class="feature2">There's no cap on the number of people that you can swipe on Premium.</h4>
</div>
<div>
<img src="ios-dating-app-template-800x600.png" class="img3" >
</div>
</div>
<div class="testimonial">
<div>
<h2>Legal</h2>
<ol>
<li>Privacy</li>
<li>Terms</li>
<li>Cookie Policy</li>
<li>Intellectual Property</li>
</ol>
</div>
<div>
<h2>Careers</h2>
<ol>
<li>Careers Portal</li>
<li>Tech Blog</li>
</ol>
</div>
<div>
<h2>Social</h2>
<br><br>
<div class="icons">
<i class="fa-brands fa-instagram"></i> 
<i class="fa-brands fa-tiktok"></i> 
<i class="fa-brands fa-youtube"></i> 
<i class="fa-brands fa-twitter"></i> 
<i class="fa-brands fa-facebook"></i> 
</div>
</div>
<div>
<h3>FAQ</h3>
<ol>
<li>Destinations</li>
<li>Press Room</li>
<li>Contact</li>
<li>Promo Code</li>
</ol>
</div>
</div>
</body>
</html>