-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (94 loc) · 4.92 KB
/
index.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
104
105
106
107
108
<!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, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>Heybooster Landing Page</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16x16.png">
<link rel="manifest" href="assets/icons/site.webmanifest">
<link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
</head>
<body>
<div class="blurred-wrapper"></div>
<div class="container">
<aside class="side-left">
<div class="gradient gradient-1">
</div>
<div class="benefits">
<div class="benefit benefit-1">
<img src="assets/img/benefit-1.svg" alt="" class="benefit-logo">
</div>
</div>
</aside>
<main class="main-content">
<header class="header">
<img src="assets/img/logo.svg" alt="" class="logo">
</header>
<div class="card card-co-founder animate__animated animate__backInUp">
<h3 class="card-title">Hey! This is Şahin 👋🏻</h3>
<p class="card-description">
Co-founder of <a href="https://heybooster.ai/" class="card-link" target="_blank">heybooster.ai</a> | Google Analytics Expert | Passionate Traveller
</p>
</div>
<div class="card card-get-limited-early-access animate__animated animate__backInUp">
<h3 class="card-title">Get Limited Early Access🎗</h3>
<p class="card-description">
We’re working on actionable insights to collect <span class="font-weight-bold">all marketing platform insights into one place</span>. (Google ads, Facebook, Criteo, Search Console, and so on..) It helps them to <span class="font-weight-bold">make data-driven decisions.</span>
</p>
<div class="card-image">
<img src="https://via.placeholder.com/355X450" alt="">
</div>
</div>
<div class="card card-subscribe animate__animated animate__backInUp">
<h3 class="card-title">1482 User Subscribed 🚀</h3>
<div class="card-description">
<p>Our waitlist is growing fast!</p>
<span class="font-weight-bold">Ready to grow your business with tracked KPIs and actionable insights. 🔔</span>
<p> Your email will be shared with Şahin, the maker of this product.</p>
</div>
<div class="form-group">
<input type="text" class="form-control input-email" placeholder="Email address">
<button type="submit" class="btn-subscribe">Subscribe</button>
</div>
</div>
<!-- <div class="card card-subscribe animate__animated animate__backInUp">
<h3 class="card-title">1482 User Subscribed 🚀</h3>
<p class="card-description">
Our waitlist is growing fast!
<span class="font-weight-bold">Ready to grow your business with tracked KPIs and actionable insights. 🔔</span> Your email will be shared with Şahin, the maker of this product.
</p>
<button type="submit" class="btn-subscribe">Subscribe Now</button>
</div> -->
<footer class="footer">
<div class="co-founder animate__animated animate__zoomIn">
<img src="assets/img/co-founder.jpg" alt="">
</div>
</footer>
</main>
<aside class="side-right">
<div class="gradient gradient-1">
</div>
<div class="gradient gradient-2">
</div>
<div class="benefits">
<div class="benefit benefit-1">
<img src="assets/img/benefit-2.svg" alt="" class="benefit-logo">
</div>
<div class="benefit benefit-2">
<img src="assets/img/benefit-3.svg" alt="" class="benefit-logo">
</div>
</div>
</aside>
</div>
<script src="assets/js/main.js"></script>
</body>
</html>