-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupgrade.html
69 lines (69 loc) · 3.04 KB
/
upgrade.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
<!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>Undesign</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=Roboto+Mono:wght@300;400;500&display=swap" rel="stylesheet">
<link rel="icon" href="images/logo.png">
<link rel="stylesheet" href="upgradeStyle.css">
<script src="https://kit.fontawesome.com/2acc2d4e2c.js" crossorigin="anonymous"></script>
<script src="script.js" defer></script>
</head>
<body>
<main>
<div class="container">
<div class="top-container">
<a href="index.html">
<img src="images/logo.png" alt="undesign">
<h2 class="link-title">Undesign</h2>
</a>
</div>
<div class="bottom-container">
<h1 class="container-title">Get more traffic</h1>
<p class="container-text">Get more traffic by improving your visibility for 2000rs (life time deal)</p>
<div class="features">
<div class="feature">
<i class="fa-solid fa-circle-check"></i>
SEO Backlink
</div>
<div class="feature">
<i class="fa-solid fa-circle-check"></i>
Get featured on the homepage
</div>
<div class="feature">
<i class="fa-solid fa-circle-check"></i>
Get featured in the newsletter
</div>
<div class="feature">
<i class="fa-solid fa-circle-check"></i>
Get the super undesigner badge
</div>
<div class="feature">
<i class="fa-solid fa-circle-check"></i>
Appear first
</div>
<div class="feature">
<i class="fa-solid fa-circle-check"></i>
Support an independent creator
</div>
</div>
<form action="index.html" autocomplete="off">
<label>Name of the resource <br>
<input type="text" placeholder="Search..." required>
</label>
<input type="submit" value="Checkout">
</form>
<div class="extras">
<div><i class="fa-solid fa-lock"></i> <p>Payments securely processed</p> </div>
<div><i class="fa-solid fa-face-smile"></i> <p>14 days money-back guarantee</p> </div>
</div>
</div>
</div>
</main>
<button class="theme-btn light"><i class="fa-solid fa-lightbulb"></i></button>
</body>
</html>