-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
351 lines (341 loc) · 13.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
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
349
350
351
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Business Ship - Help Small businesses
</title>
<meta name="Description" content="Many businesses cannot open at the moment or have been affected in some way, but with your help we can help them to continue operating." />
<!-- -->
<link rel="stylesheet" href="assets/libs/@fortawesome/fontawesome-free/css/minify.css">
<!-- CSS -->
<link rel="stylesheet" href="assets/css/style.css" id="stylesheet">
<style>
@keyframes hidePreloader {
0% {
width: 100%;
height: 100%;
}
100% {
width: 0;
height: 0;
}
}
body>div.preloader {
position: fixed;
background: white;
width: 100%;
height: 100%;
z-index: 1071;
opacity: 0;
transition: opacity .5s ease;
overflow: hidden;
pointer-events: none;
display: flex;
align-items: center;
justify-content: center;
}
body:not(.loaded)>div.preloader {
opacity: 1;
}
body:not(.loaded) {
overflow: hidden;
}
body.loaded>div.preloader {
animation: hidePreloader .5s linear .5s forwards;
}
</style>
<script>
window.addEventListener("load", function() {
setTimeout(function() {
document.querySelector('body').classList.add('loaded');
}
, 300);
}
);
</script>
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="spinner-border text-primary" role="status">
<span class="sr-only">Loading...
</span>
</div>
</div>
<div class="modal fade" tabindex="-1" role="dialog" id="modal-cookies" data-backdrop="false" aria-labelledby="modal-cookies" aria-hidden="true">
<div class="modal-dialog modal-dialog-aside left-4 right-4 bottom-4">
</div>
</div>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<div class="container">
<!-- Brand -->
<a class="navbar-brand" href="/">
<img alt="Image placeholder" src="assets/img/brand/BusinessShip-nobg.svg" id="navbar-logo width=" 50000"="" height="60000" "="" style="
width: 120px;
height: 100px;
">
</a>
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</span>
</button>
<!-- Collapse -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mt-4 mt-lg-0 ml-auto">
<li class="nav-item ">
</li>
<li class="nav-item dropdown dropdown-animate" data-toggle="hover">
<a class="nav-link" href="#" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">For you
</a>
<div class="dropdown-menu dropdown-menu-single">
<a href="#ajudar" class="dropdown-item">Client
</a>
<a href="register.html" class="dropdown-item">Entrepreneur
</a>
<div class="dropdown-divider">
</div>
<a href="mailto:[email protected]" class="dropdown-item">Enterprises
</a>
</div>
</li>
<li class="nav-item ">
<a class="nav-link" href="mailto:[email protected]">Contact
</a>
</li>
</ul>
<!-- Button -->
<a class="navbar-btn btn btn-sm btn-primary d-none d-lg-inline-block ml-3" href="register.html">
Login or Register
</a>
<!-- Mobile button -->
<div class="d-lg-none text-center">
<a href="register.html" class="btn btn-block btn-sm btn-warning">Login or Register
</a>
</div>
</div>
</div>
</nav>
<!-- Main content -->
<section class="slice-main py-main">
<div class="container">
<div class="row row-grid align-items-center">
<div class="col-12 col-md-5 col-lg-6 order-md-2">
<!-- Image -->
<figure class="w-100">
<img alt="Image placeholder" src="assets/img/svg/illustrations/main-illustration.svg" class="img-fluid mw-md-120">
</figure>
</div>
<div class="col-12 col-md-7 col-lg-6 order-md-1 pr-md-5">
<!-- Heading -->
<h1 class="display-4 text-center text-md-left mb-3">Help <strong class="text-primary">small
</strong> businesses stay afloat!
</h1>
<!-- Text -->
<p class="lead text-center text-md-left text-muted">We help connect you with local businesses! </p>
<!-- Buttons -->
<div class="text-center text-md-left mt-5">
<a href="#" class="btn btn-primary btn-icon">
<span class="btn-inner--text">I want to help!
</span>
<span class="btn-inner--icon">
<i data-feather="arrow-right">
</i>
</span>
</a>
<a href="register.html" class="btn btn-neutral btn-icon d-none d-lg-inline-block">I have a business!
<span class="btn-inner--icon">
<i data-feather="arrow-right">
</i>
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="slice slice-main pb-footer" id="ajuda">
<section class="slice slice-lg pt-lg-inter pb-0 pb-lg-6">
<div class="container">
<!-- Title -->
<!-- Section title -->
<div class="row mb-5 justify-content-center text-center">
<div class="col-lg-6">
<span class="badge badge-soft-success badge-pill badge-lg">
WE NEED YOU!
</span>
<h2 class=" mt-4">Local businesses are the heart of our communities. Help them!
</h2>
<div class="mt-2">
<p class="lead lh-180">We have the task of bringing you together with small local businesses. With this platform you can help them to stay up.
</p>
</div>
</div>
</div>
<!-- Card -->
<div class="row mt-5">
<div class="col-md-4">
<div class="card border-0 bg-soft-danger">
<div class="card-body pb-5">
<div class="pt-4 pb-5">
<img src="assets/img/svg/illustrations/explica1.svg" class="img-fluid img-center" style="height: 200px;" alt="Illustration" />
</div>
<h5 class="h4 lh-130 text-dark mb-3">Purchase products through a local business
</h5>
<p class="text-dark opacity-6 mb-0">With the current circumstances, many local businesses are struggling to stay up. Help them by buying their products.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 bg-soft-success">
<div class="card-body pb-5">
<div class="pt-4 pb-5">
<img src="assets/img/svg/illustrations/explica2.svg" class="img-fluid img-center" style="height: 200px;" alt="Illustration" />
</div>
<h5 class="h4 lh-130 text-dark mb-3">Learn about struggling local businesses near you.
</h5>
<p class="text-dark opacity-6 mb-0">With this platform you can learn about local businesses and their products. You can also contact them directly.
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 bg-soft-warning">
<div class="card-body pb-5">
<div class="pt-4 pb-5">
<img src="assets/img/svg/illustrations/explica3.svg" class="img-fluid img-center" style="height: 200px;" alt="Illustration" />
</div>
<h5 class="h4 lh-130 text-dark mb-3">Help by registering a small business
</h5>
<p class="text-dark opacity-6 mb-0">Know a small business that is struggling? Help them by registering them on our platform.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="slice slice-lg bg-section-dark pt-5 pt-lg-8" id="ajudar">
<!-- SVG separator -->
<div class="shape-container shape-line shape-position-top shape-orientation-inverse">
<svg width="2560px" height="100px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none" x="0px" y="0px" viewBox="0 0 2560 100" style="enable-background:new 0 0 2560 100;" xml:space="preserve" class="">
<polygon points="2560 0 2560 100 0 100">
</polygon>
</svg>
</div>
<!-- Container -->
<section class="slice slice-cad">
<div class="container text-center">
<div class="row justify-content-center mt-4">
<div class="col-lg-8">
<!-- Title -->
<h2 class="h1 strong-600">
For the Investors
</h2>
<!-- Text -->
<p class="lead text-muted">
Do you like our Idea? Be a part of a this great project!
<br>All the money collected will be used to develop the platform and to help local businesses.
</p>
<!-- Buttons -->
<div class="mt-5">
<a href="mailto:[email protected]" class="btn btn-lg btn-warning px-4">
Shoot me a message!
</a>
</div>
</div>
</div>
</div>
</section>
<footer class="position-relative" id="footer-main">
<div class="footer footer-dark bg-dark">
<!-- SVG shape -->
<!-- Footer -->
<div class="container pt-4">
<div class="row">
<div class="col-lg-4 mb-5 mb-lg-0">
<!-- Theme's logo -->
<!-- Somos -->
<p class="mt-4 text-sm opacity-8 pr-lg-4">We connect you with local businesses to help them stay up!
</p>
</div>
<div class="col-lg-2 col-6 col-sm-4 ml-lg-auto mb-5 mb-lg-0">
<h6 class="heading mb-3">About Us
</h6>
<ul class="list-unstyled">
<li>
<a href="#">Our Team
</a>
</li>
<li>
<a href="#">Our Mission
</a>
</li>
<li>
<a href="mailto:[email protected]">Careers
</a>
</li>
</ul>
</div>
<div class="col-lg-2 col-6 col-sm-4 mb-5 mb-lg-0">
<h6 class="heading mb-3">Support
</h6>
<ul class="list-unstyled text-small">
<li>
<a href="#">Help Center
</a>
</li>
<li>
<a href="#">Terms of Service
</a>
</li>
<li>
<a href="#">Privacy Policy
</a>
</li>
</ul>
</div>
<hr class="divider divider-fade divider-dark my-footer">
<div class="row align-items-center justify-content-md-between pb-4">
<div class="col-md-6">
<div class="copyright text-sm font-weight-bold text-center text-md-left">
Made with 🧡 by
<a href="https://www.arnavgoel.xyz" class="font-weight-bold" target="_blank">Arnav
</a>.
<a href="https://github.com/arncv/Business-Ship">
<img alt="Image placeholder" src="assets/img/brand/logo (1).svg" id="footer-logo" style="
width: 100px;
">
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Core JS -->
<script src="assets/libs/jquery/dist/jquery.min.js">
</script>
<script src="assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js">
</script>
<script src="assets/libs/svg-injector/dist/svg-injector.min.js">
</script>
<script src="assets/libs/feather-icons/dist/feather.min.js">
</script>
<!-- Quick JS -->
<script src="assets/js/businessship.js">
</script>
<!-- Feather Icons -->
<script>
feather.replace({
'width': '1em',
'height': '1em'
}
)
</script>
</body>
</html>