-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
261 lines (261 loc) · 19.2 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./assets/styles/bundler.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div id="root">
<div class="root-wrapper">
<main>
<header class="header">
<div class="header__top-panel">
<button class="header__button header__button--business">For Business</button>
<button class="header__button header__button--customer">For Customers</button>
</div>
<div class="header__top-bar"> <img src="./assets/imgs/logo.png" alt="Logo" class="header__logo">
<nav class="header__nav"> <span class="header__nav-burger">
<img src="./assets/imgs/svg/Burger.svg" alt="">
</span>
<div class="wrapper"> <span class="header__nav-burger--close">
<img src="./assets/imgs/svg/BurgerClose.svg" alt="">
</span>
<div class="container">
<button class="header__nav-button nav-button--contact __primary __primary-dark __contacts"> Contact Sales </button>
<ul class="header__nav-list">
<li class="header__nav-item header__nav-item--business"><a href="#">For Business</a></li>
<li class="header__nav-item header__nav-item--customer"><a href="#">For Customers</a></li>
<li class="header__nav-item header__nav-item--police"><a href="#">Privacy Policy</a></li>
<li class="header__nav-item header__nav-item--seller"><a href="#">Terms Of Use - Seller</a></li>
<li class="header__nav-item header__nav-item--customers"><a href="#">Terms of Use - Sellers & Customers</a></li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<section class="hero">
<div class="hero__content">
<h1 class="hero__title">Everyone is an Influencer</h1>
<p class="hero__description"> Budss is a payments as a service and WOM engine dedicated to acquisition and retention of customers to your business. </p>
<button class="hero__button __primary __primary-dark __contacts">Contact sales</button>
</div>
<div class="hero__image">
<picture>
<source srcset="./assets/imgs/Hero.png" type="image/png"> <img src="./assets/imgs/Hero.png" alt="Budss Logo" class="hero__image-logo">
</picture>
</div>
</section>
<section class="about">
<h2 class="about__title">About Budss</h2>
<div class="about__container">
<div class="about__content">
<p class="about__description"> Payment as a service, powered seamlessly by our <span class="about__emphasis __text-decor">network of shoppers</span> </p>
<picture>
<source srcset="./assets/imgs/AboutBudss-Decor.png" type="image/png"> <img class="about__image" src="./assets/imgs/AboutBudss-Decor.png" alt="Budss decorative image">
</picture>
</div>
<div class="about__feature">
<article class="about__feature-item"> <img src="./assets/imgs/svg/Star.svg" class="about__feature-icon" alt="">
<h3 class="about__feature-title">Contactless</h3>
<p class="about__feature-description">Budss uses near field communication (NFC) for making contactless payments.</p>
</article>
<article class="about__feature-item"> <img src="./assets/imgs/svg/TheSwirl.svg" class="about__feature-icon" alt="">
<h3 class="about__feature-title">Increased Buying Power</h3>
<p class="about__feature-description">Returning customers spend up to 3X more.</p>
</article>
<article class="about__feature-item"> <img src="./assets/imgs/svg/Polyline.svg" class="about__feature-icon" alt="">
<h3 class="about__feature-title">Analytics & Insights</h3>
<p class="about__feature-description">Gain a holistic view into your customers’ buying behavior & purchasing patterns. </p>
</article>
<article class="about__feature-item"> <img src="./assets/imgs/svg/Chain.svg" class="about__feature-icon" alt="">
<h3 class="about__feature-title">Fraud Protection</h3>
<p class="about__feature-description">Budss handles all payments with a fraud prevention algorithm to flag high risk purchases & a user set PIN code to keep payment info secure. </p>
</article>
</div>
</div>
</section>
<section class="works">
<div class="works__marquee-container">
<div class="works__marquee-container">
<div class="works__marquee works__marquee--1" data-direction="right"> <span class="works__marquee-emphasis">How Budss Works</span> How Budss Works </div>
<div class="works__marquee works__marquee--2" data-direction="left"> How Budss Works <span class="works__marquee-emphasis">How Budss Works</span> </div>
<div class="works__marquee works__marquee--3" data-direction="right"> <span class="works__marquee-emphasis">How Budss Works</span> How Budss Works </div>
</div>
</div>
<div class="works__image">
<picture>
<source srcset="./assets/imgs/Phone.png" type="image/png"> <img src="./assets/imgs/Phone.png" alt="Budss decorative image">
</picture>
</div>
</section>
<section class="metrics">
<ul class="metrics__list">
<li class="metrics__item">
<h3 class="metrics__value">15%</h3>
<p class="metrics__description">Increase in Purchase Amount</p>
</li>
<li class="metrics__item">
<h3 class="metrics__value">30%</h3>
<p class="metrics__description">Growth in Annual Sales</p>
</li>
<li class="metrics__item">
<h3 class="metrics__value">10%</h3>
<p class="metrics__description">Growth in New Customers</p>
</li>
</ul>
</section>
<section class="why-budss">
<h2 class="why-budss__title">Why Budss</h2>
<p class="why-budss__description">We Provide Advanced Payment Solutions <span class="__text-decor">To Grow Your Business</span></p>
<div class="why-budss__container">
<div class="why-budss__item">
<div class="why-budss__item-wrapper">
<h3 class="why-budss__item-title">Turn your customers into loyal influencers</h3>
<p class="why-budss__item-description">Budss helps businesses harness the exponential power of loyal customers for acquisition and retention.</p>
</div>
</div>
<div class="why-budss__item">
<div class="why-budss__item-wrapper">
<h3 class="why-budss__item-title">Harness the power of buying in bulk</h3>
<p class="why-budss__item-description">Budss allows for shoppers to earn immediate cash back at their favorite stores.</p>
</div>
</div>
<div class="why-budss__item">
<div class="why-budss__item-wrapper">
<h3 class="why-budss__item-title">Seasoned with AI and Gamification</h3>
<p class="why-budss__item-description">AI programming creates a personalized customer journey, offering recommendations for their next purchase and optimizing rewards for after purchase.</p>
</div>
</div>
<div class="why-budss__item">
<div class="why-budss__item-wrapper">
<h3 class="why-budss__item-title">Turn your customers into loyal influencers</h3>
<p class="why-budss__item-description">Budss helps businesses harness the exponential power of loyal customers for acquisition and retention.</p>
</div>
</div>
</div>
</section>
<section class="brand">
<div class="brand__header">
<h2 class="brand__title">Let Your Business Grow</h2>
<button class="brand__button __primary __contacts">Contact sales</button>
</div>
<div class="brand__content">
<div class="brand__text">
<h1 class="brand__heading">Your Brand Awareness Matters</h1>
<p class="brand__description">Budss is a hustle-free solution to put your brand on any digital surface, including Instagram, Facebook, Twitter, and TikTok.</p>
</div>
<picture class="brand__image">
<source srcset="./assets/imgs/brand/Networks.png" type="image/png"> <img src="./assets/imgs/brand/Networks.png" alt="Budss Logo" class="brand__image-logo">
</picture>
</div>
<div class="brand__marquee">
<div class="brand__marquee-wrapper"> <img class="brand__maruee-item" src="./assets/imgs/brand/1.png" alt=""> <img class="brand__maruee-item" src="./assets/imgs/brand/2.png" alt=""> <img class="brand__maruee-item" src="./assets/imgs/brand/3.png" alt=""> <img class="brand__maruee-item" src="./assets/imgs/brand/4.png" alt=""> <img class="brand__maruee-item" src="./assets/imgs/brand/5.png" alt=""> </div>
</div>
</section>
</main>
<div class="abs-background __form">
<div class="form-wrapper">
<div class="form-wrapper__top-panel">
<button class="form-wrapper__close-button"> <img class="form-wrapper__close-icon" src="./assets/imgs/svg/FormClose.svg" alt="Close"> </button>
</div>
<form class="form">
<div class="form__field __important">
<h4 class="form__field-title">Name</h4>
<input placeholder="Enter name" class="form__field-input" type="text">
<p class="form__field-error">This field is required.</p>
</div>
<div class="form__field __important">
<h4 class="form__field-title">Name</h4>
<input placeholder="Enter name" class="form__field-input" type="text">
<p class="form__field-error">This field is required.</p>
</div>
<div class="form__field __important">
<h4 class="form__field-title">Email</h4>
<input placeholder="Enter email" class="form__field-input" type="text">
<p class="form__field-error">This field is required.</p>
</div>
<div class="form__field __important">
<h4 class="form__field-title">Phone Number</h4>
<div class="form__input-wrapper"> <img class="form__field-icon" src="./assets/imgs/svg/flag.svg" alt="">
<input placeholder=" + 1 900 000 00 00 " class="form__field-input __phone" type="text">
</div>
<p class="form__field-error">This field is required.</p>
</div>
<div class="form__field">
<h4 class="form__field-title">Company</h4>
<input placeholder="Enter company" class="form__field-input" type="text">
</div>
<div class="form__field">
<h4 class="form__field-title">Website/Store URL</h4>
<input placeholder="Enter company" class="form__field-input" type="text">
</div>
<p class="form__agreement">By submitting this form you are agreeing to Budss’s <a href="#">Privacy Policy</a> and <a href="#">Terms of Use</a></p>
<button type="submit" class="form__button-submit __primary" disabled="">Contact sales</button>
</form>
</div>
</div>
<div class="abs-background __gratitude">
<div class="gratitude">
<div class="gratitude__top-panel">
<button class="gratitude__close-button"> <img class="gratitude__close-icon" src="./assets/imgs/svg/FormClose.svg" alt="Close"> </button>
</div>
<div class="gratitude__container">
<div class="gratitude__image"> <img src="./assets/imgs/Gratitude.png" alt="Gratitude Image"> </div>
<h4 class="gratitude__title">Thank you!</h4>
<p class="gratitude__message">Thank you, we have received your application and will contact you soon!</p>
<button class="gratitude__button __primary">Super!</button>
</div>
</div>
</div>
<div class="accept-cookies __open">
<div class="accept_wrapper">
<div class="accept__container">
<p class="accept-cookies__text">This website uses cookies to ensure you get the best experience on our website. They also allow us to analyze user behavior in order to constantly improve the website for you.</p>
<div class="accept-cookies__buttons">
<button class="accept-cookies__button accept-cookies__button--accept __primary">Accept</button>
<button class="accept-cookies__button accept-cookies__button--decline __secondary">Decline</button>
</div>
</div>
<div class="accept-cookies__right-panel">
<button class="accept-cookies__close-button"> <img class="accept-cookies__close-icon" src="./assets/imgs/svg/FormClose.svg" alt="Close"> </button>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__top">
<nav class="footer__navigation">
<div class="footer__logo"> <img src="./assets/imgs/logo.png" alt="logo"> </div>
<ul class="footer__nav-list">
<li class="footer__nav-item"><a class="footer__nav-link" href="#">For Business</a></li>
<li class="footer__nav-item"><a class="footer__nav-link" href="#">For Customers</a></li>
<li class="footer__nav-item"><a class="footer__nav-link" href="#">Privacy Policy</a></li>
<li class="footer__nav-item"><a class="footer__nav-link" href="#">Terms of Use - Seller</a></li>
<li class="footer__nav-item"><a class="footer__nav-link" href="#">Terms of Use - Sellers & Customers</a></li>
</ul>
</nav>
<div class="footer__actions">
<button class="footer__button __primary __contacts __primary-dark">Contact sales</button>
<div class="footer__app-stores">
<a href="#" class="footer__app-store-link"> <img src="./assets/imgs/appStoreLogo.png" alt="App Store"> </a>
<a href="#" class="footer__app-store-link"> <img src="./assets/imgs/googlePlayLogo.png" alt="OpenAI Play"> </a>
</div>
</div>
</div>
<div class="footer__bottom">
<p class="footer__copyright">© Copyright 2023, All Rights Reserved by Budss</p>
<nav class="footer__legal">
<ul class="footer__legal-list">
<li class="footer__legal-item"><a class="footer__legal-link" href="#">Privacy Policy</a></li>
<li class="footer__legal-item"><a class="footer__legal-link" href="#">Terms of Use - Seller</a></li>
<li class="footer__legal-item"><a class="footer__legal-link" href="#">Terms of Use - Sellers & Customers</a></li>
</ul>
</nav>
</div>
</footer>
</div>
</div>
<script src="./js/index.js"></script>
</body>
</html>