-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·342 lines (314 loc) · 13.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>FASIGHT - Digital Legacy Builder</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top" style="color: #FF6633">faSight</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#how-it-works">How It Works</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#start-now">Start now!</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- header data -->
<header class="masthead text-center text-white d-flex">
<div class="container my-auto">
<div class="row">
<div class="col-lg-10 mx-auto">
<h1 class="text-uppercase">
<strong style="color: #FF6633">fasight</strong>
</h1>
<hr>
</div>
<div class="col-lg-8 mx-auto">
<p class="text-faded mb-5">Digital will planning made easy!</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Find Out More</a>
</div>
</div>
</div>
</header>
<!-- header data -->
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading text-white">We've got what you need!</h2>
<hr class="light my-4">
<p class="text-faded mb-4">Provide for your loved ones with our digital will-making service.</br> It is free and you are never too late to get started now.</p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#services">Get Started!</a>
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Why use our platform?</h2>
<hr class="my-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<!-- legacy planning free </br>& open-sourced -->
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-4x fa-gem text-primary mb-3 sr-icon-1"></i>
<h3 class="mb-3">legacy planning free </br>& open-sourced</h3>
</div>
</div>
<!-- legacy planning free </br>& open-sourced -->
<!-- digital memorialising of wills -->
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-4x fa-atom text-primary mb-3 sr-icon-2"></i>
<h3 class="mb-3">Digital memorialising</br> Of wills</h3>
</div>
</div>
<!-- simple and seamless experience -->
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="far fa-4x fa-clock text-primary mb-3 sr-icon-3"></i>
<h3 class="mb-3">Simple & seamless experience</h3>
</div>
</div>
<!-- simple and seamless experience -->
</div>
</div>
</section>
<section class="p-0" id="portfolio">
<div class="container-fluid p-0">
<div class="row no-gutters popup-gallery">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="./img/portfolio/fullsize/1.jpg">
<img class="img-fluid" src="./img/portfolio/fullsize/1.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Real Estate
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="./img/portfolio/fullsize/2.jpg">
<img class="img-fluid" src="./img/portfolio/fullsize/2.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Private Equity, Bonds, Stocks
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="./img/portfolio/fullsize/3.jpg">
<img class="img-fluid" src="./img/portfolio/fullsize/3.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Cash Equivalents
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="./img/portfolio/fullsize/4.jpg">
<img class="img-fluid" src="./img/portfolio/fullsize/4.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Patents
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="./img/portfolio/fullsize/5.jpg">
<img class="img-fluid" src="./img/portfolio/fullsize/5.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Home furniture and appliances
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="./img/portfolio/fullsize/6.jpg">
<img class="img-fluid" src="./img/portfolio/fullsize/6.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Category
</div>
<div class="project-name">
Comodities
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="how-it-works">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">How it Works?</h2>
<hr class="my-4">
<!-- how it works 1st section -->
<!-- left sidebar text right image -->
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div class="p-5">
<img class="img-fluid rounded-circle" src="https://www.everplans.com/sites/default/files/styles/article_header_image/public/last-will-testament-retro-750.jpg?itok=ewpDIhpv" alt="">
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="p-5">
<h2 class="display-4">1. Answer simple questions</h2>
<p>Make a will on the website by answering simple questions, we also have a image recognition software,
which will make the setup of the will even more simpler.</p>
</div>
</div>
</div>
</div>
<!-- left sidebar text right image -->
<!-- how it works 1st section -->
<!-- how it works 2nd section -->
<!-- right sidebar text left image -->
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="p-5">
<img class="img-fluid rounded-circle" src="https://techcrunch.com/wp-content/uploads/2017/10/gmail-grid.png?w=730&crop=1" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="p-5">
<h2 class="display-4">2. Will is sent out and activated at later date.</h2>
<p>After the digitization of the will, the platform will sent out the link to the guarantors, to be accessed
that the later date when the account holder have deceased.</p>
</div>
</div>
</div>
</div>
<!-- right sidebar text left image -->
<!-- how it works 2nd section -->
<!-- how it works 3rd section -->
<!-- left sidebar text right image -->
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div class="p-5">
<img class="img-fluid rounded-circle" src="https://dqbasmyouzti2.cloudfront.net/assets/content/cache/made/content/images/articles/BigData_Wormhole_XL_721_420_80_s_c1.jpg" alt="">
</div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="p-5">
<h2 class="display-4">3. Make the will digital-binding</h2>
<p>Through the use of e-signatures(bio-metric thumbprint), we can digitize the experience of the will for the whole
legacy.</p>
</div>
</div>
</div>
</div>
<!-- left sidebar text right image -->
<!-- how it works 3rd section -->
<!-- how it works 4th section -->
<!-- right sidebar text left image -->
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="p-5">
<img class="img-fluid rounded-circle" src="http://blogs.vmware.com/velocloud/files/2018/07/Image_FinancialInstitution.jpg" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="p-5">
<h2 class="display-4">4. Access the funds</h2>
<p>With a legal binding digital will, one can visit the respective financial institutions to get the fund
re-structured according the to the next generation needs.</p>
</div>
</div>
</div>
</div>
<!-- right sidebar text left image -->
<!-- how it works 4th section -->
</div>
<div>
</section>
<section class="bg-primary text-white" id="start-now">
<div class="container text-center">
<h2 class="mb-4">Free Digital binding at FASIGHT!</h2>
<a class="btn btn-light btn-xl sr-button" href="./login-page/index.html">start Now!</a>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
</body>
</html>