-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
348 lines (327 loc) · 17.5 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
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
name="viewport">
<meta content="ie=edge" http-equiv="X-UA-Compatible">
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&display=swap"
rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/home.css" rel="stylesheet">
<title>Subscribie website</title>
</head>
<body>
<div class="main-container">
<div class="header header-bg">
<div class="row nav-menu">
<div class="col-sm-12 ">
<nav class="navbar navbar-expand-lg navbar-light d-flex justify-content-between flex-wrap">
<a class="navbar-brand text-white" href="#">Subscribie</a>
<button aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler"
data-target="#navbarNav" data-toggle="collapse" type="button">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav w-100 d-flex justify-content-end align-items-center ">
<li class="nav-item w-auto active">
<a class="nav-link text-white" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item w-auto">
<a class="nav-link text-white" href="/page/pricing">Pricing</a>
</li>
<li class="nav-item w-auto">
<a class="nav-link text-white" href="/shop-owner-login">Login</a>
</li>
<li class="nav-item w-auto">
<a class="nav-link text-white" href="https://subscriptionwebsitebuilder.co.uk/blog">Blog</a>
</li>
<li class="nav-item w-auto">
<a class="nav-link text-white" href="/page/faq">FAQ</a>
</li>
<li class="nav-item w-auto">
<a class="nav-link text-white" href="/page/features">Features</a>
</li>
<li class="nav-item w-auto">
<a class="nav-link text-white" href="/page/subscription-billing">Subscription Billing</a>
</li>
<li class="nav-item w-auto">
<a class="nav-link text-white" href="/page/choose-subscribie">Why Subscribie?</a>
</li>
<li class="nav-item w-auto">
<a class="nav-link text-white" href="/#revenue-calculator">Revenue Calculator</a>
</li>
<li class="nav-item w-auto">
<a class="nav-link text-white" href="/page/subscription-software">Subscription Software</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="header-content py-4">
<div class="row">
<div class="col-sm-12 d-flex justify-content-center align-items-center text-center">
<h1>Subscription Website Builder</h1>
</div>
</div>
<div class="row">
<div class="col-sm-12 d-flex justify-content-center align-items-center text-center">
<h3>Take recurring payments</h3>
</div>
</div>
<div class="row">
<div class="col-sm-12 d-flex justify-content-center align-items-center">
<span class="description text-center py-4">
Easily take recurring payments online and create unlimited subscription packages at no extra cost.<br>
<span class="py-2"> We don't take a cut !</span>
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 d-flex justify-content-center align-items-center my-3">
<button class="btn" >To be replaced with google Oauth</button>
</div>
</div>
<div class="row">
<div class="col-sm-12 d-flex justify-content-center align-items-center">
<a href="/start-building" class="get-started-btn">Get Started</a>
</div>
</div>
</div>
<section class="features">
<div class="row">
<div class="col-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="feature-section-title">Features</span>
</div>
</div>
<div class="row">
<div class="col-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="feature-section-description">What subscribie has to offe, and how it can work for you.</span>
</div>
</div>
<div class="row features-container">
<div class="col-sm-12 col-md-4">
<div class="row">
<div class="col-sm-12 feature-icon d-flex justify-content-center align-items-center text-center">
<img class="feature-img" alt="" src="img/feature1.png">
</div>
</div>
<div class="row">
<div class="col-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="feature-description">Customer chose package</span>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<span class="customer-description">
Use out easy website builder to setup packages for your customers
</span>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="row">
<div class="col-sm-12 feature-icon d-flex justify-content-center align-items-center text-center">
<img class="feature-img" alt="" src="img/feature2.png">
</div>
</div>
<div class="row">
<div class="col-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="feature-description">Customer enter contact info</span>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<span class="customer-description">
A simple customer form takes all the required information, such as name and adress
</span>
</div>
</div>
</div>
<div class="col-sm-12 col-md-4">
<div class="row">
<div class="col-sm-12 feature-icon d-flex justify-content-center align-items-center text-center">
<img class="feature-img" alt="" src="img/feature3.png">
</div>
</div>
<div class="row">
<div class="col-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="feature-description">Recurring subscription is Set-up</span>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-center">
<span class="customer-description">
The customer is setup with a recurring payment for the package they choose
</span>
</div>
</div>
</div>
</div>
</section>
<section class="features payment-section position-relative">
<div class="payment-bg"></div>
<div class="row d-flex justify-content-between flex-wrap align-items-center">
<div class="col-sm-12 mb-2 mt-2 p-2 col-md-4 d-flex flex-wrap justify-content-center align-items-center text-center">
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="col-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="payment-title">
Create a Subscription Service
</span>
</div>
</div>
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="row-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="payment-desc">Create a subscription website in minutes.</span>
</div>
</div>
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="col-sm-12 col-md-6 d-flex justify-content-center align-items-center text-center">
<div class="payment-icon">
<img class="feature-img" alt="" src="img/credit.png">
</div>
</div>
</div>
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="col-sm-12 col-md-6 d-flex justify-content-center align-items-center text-center">
<div class="payment-description">
<p class="payment-p">Produce any subscription service you want using Subscribie to generate an entire subscription website from scratch. Whatever you’re selling, from club memberships to dog treats, simply tell us what is in your subscription and Subscribie will build your site. Start building now.</p>
</div>
</div>
</div>
</div>
<div class="col-sm-12 mb-2 mt-2 p-2 col-md-4 d-flex flex-wrap justify-content-center align-items-center text-center">
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="col-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="payment-title">
Take recurring payments online
</span>
</div>
</div>
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="row-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="payment-desc">Accept payments without lifting a finger. </span>
</div>
</div>
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="col-sm-12 col-md-6 d-flex justify-content-center align-items-center text-center">
<div class="payment-icon">
<img class="feature-img" alt="" src="img/no-credit.png">
</div>
</div>
</div>
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="col-sm-12 col-md-6 d-flex justify-content-center align-items-center text-center">
<div class="payment-description">
<p class="payment-p">Easily accept one-off, recurring payments online using our subscription website builder.<br>
We integrate with Stripe which allows customers to pay for your subscription service on a recurring basis, or one-off if you have on-time plans.
This gives great flexibility to you and your customers.<br><br>
You can take recurring payments online, and change subscriptions plans as needed.
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-12 mb-2 mt-2 p-2 col-md-4 d-flex flex-wrap justify-content-center align-items-center text-center">
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="col-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="payment-title">
Unlimited plans, no extra cost
</span>
</div>
</div>
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="row-sm-12 d-flex justify-content-center align-items-center text-center">
<span class="payment-desc">Rest easy knowing your costs won’t change.</span>
</div>
</div>
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="col-sm-12 col-md-6 d-flex justify-content-center align-items-center text-center">
<div class="payment-icon">
<img class="feature-img" alt="" src="img/no-credit.png">
</div>
</div>
</div>
<div class="row w-100 d-flex justify-content-center align-items-center">
<div class="col-sm-12 col-md-6 d-flex justify-content-center align-items-center text-center">
<div class="payment-description">
<p class="payment-p">Create unlimited subscription packages and no matter how many you sell,
your basic Subscribie cost and the percentage taken will remain the same.
We offer a free shop web address, or Subscribie can be embedded into an existing website.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="row footer-section">
<div class="col-sm-12 col-md-3 d-flex justify-content-center align-items-start text-center">
<h3>Subscribie</h3>
</div>
<div class="col-sm-12 col-md-3">
<div class="section-title w-100">
<span>Create an account</span>
</div>
<div class="w-100">
<ul class="footer-menu">
<li class="footer-menu-item">SignIn</li>
<li class="footer-menu-item">About</li>
<li class="footer-menu-item">Pricing</li>
</ul>
</div>
</div>
<div class="col-sm-12 col-md-3">
<div class="section-title w-100">
<span>Resources</span>
</div>
<div class="w-100">
<ul class="footer-menu">
<li class="footer-menu-item">Blog</li>
<li class="footer-menu-item">Documentation</li>
</ul>
</div>
</div>
<div class="col-sm-12 col-md-3">
<div class="section-title w-100">
<span>Support</span>
</div>
<div class="w-100">
<ul class="footer-menu">
<li class="footer-menu-item">Contact US</li>
<li class="footer-menu-item">Terms and conditions</li>
</ul>
</div>
</div>
</div>
<div class="row footer-bottom d-flex justify-content-sm-center align-content-md-start align-items-center">
<div class="col-sm-12 col-md-6">
<div class="copyrights">
© Subscribie 2019. All right reserved
</div>
</div>
<div class="col-sm-12 col-md-6 d-flex justify-content-center align-items-center">
<div class="social-links d-flex justify-content-center align-content-between">
<div class="social-link">
<img alt="" src="img/social/iconfinder_Circled_Facebook_svg_5279111.png">
</div>
<div class="social-link">
<img alt="" src="img/social/iconfinder_Circled_Twitter_svg_5279123.png">
</div>
<div class="social-link">
<img alt="" src="img/social/iconfinder_Circled_Instagram_svg_5279112.png">
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>