This repository was archived by the owner on Jun 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
581 lines (569 loc) · 26.3 KB
/
index.html
File metadata and controls
581 lines (569 loc) · 26.3 KB
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
<!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 http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link href="css/main.css" rel="stylesheet" />
<title>Pfalfa</title>
</head>
<body>
<div id="particles-js"></div>
<div class="mobile-menu-container show-on-mobile center">
<div class="menu-wrapper">
<a class="mobile-menu-item nav-link" href="#about">About</a>
<a class="mobile-menu-item nav-link" href="#service">Service</a>
<a class="mobile-menu-item nav-link" href="#token">Token</a>
<a class="mobile-menu-item nav-link" href="#timeline">Timeline</a>
<a class="mobile-menu-item nav-link" href="#team">Our Team</a>
<!-- <a class="mobile-menu-item nav-link" href="#faq">FAQ</a> -->
<a class="mobile-menu-item nav-link" href="#contact">Contact Us</a>
</div>
</div>
<nav>
<div class="container">
<div class="logo-wrapper">
<img src="./image/logo.svg" alt="logo" />
</div>
<div class="menu-wrapper hide-on-mobile">
<a class="item nav-link" href="#about">About</a>
<a class="item nav-link" href="#service">Service</a>
<a class="item nav-link" href="#token">Token</a>
<a class="item nav-link" href="#timeline">Timeline</a>
<a class="item nav-link" href="#team">Our Team</a>
<!-- <a class="item nav-link" href="#faq">FAQ</a> -->
<a class="item nav-link" href="#contact">Contact Us</a>
</div>
<div class="social-menu-wrapper hide-on-mobile">
<a class="item" target="_blank" href="https://www.instagram.com/pfalfa.io/">
<img src="./image/instagram.svg" alt="instagram" />
</a>
<a class="item" target="_blank" href="https://www.linkedin.com/in/pfalfa-io-751162186/">
<img src="./image/linkedin.svg" alt="linkedin" />
</a>
<a class="item" target="_blank" href="https://m.facebook.com/pfalfa">
<img src="./image/facebook.svg" alt="facebook" />
</a>
<a class="item" target="_blank" href="https://mobile.twitter.com/pfalfa">
<img src="./image/twitter.svg" alt="twitter" />
</a>
</div>
<div class="hamburger-container show-on-mobile">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</div>
</nav>
<section id="home">
<div class="width-50 v-center vh-100">
<div>
<h2 class="center-on-mobile">Decentralized Data Management</h2>
<p class="center-on-mobile">
we have submitted all personal data on the internet, but we don’t have control over that. Pfalfa will develop a new identity system that gives you control and maintain privacy.
</p>
<div class="show-on-mobile">
<div class="m-bottom-2 center">
<iframe width="300" height="200" src="https://www.youtube.com/embed/YR6T0WkpPCY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<!-- <div class="center">
<a class="btn" href="#!">DOWNLOAD WHITE PAPER</a>
</div> -->
</div>
<!-- <a class="btn hide-on-mobile" href="#!">DOWNLOAD WHITE PAPER</a> -->
</div>
</div>
<div class="width-50 v-center center vh-100 hide-on-mobile">
<div id="bg1">
<img src="image/bg1.svg" />
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/YR6T0WkpPCY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
<section id="about" class="hide">
<div class="width-50 v-center hide-on-mobile">
<div class="flex">
<div class="width-50">
<div class="center">
<img src="image/id-card.svg" style="width: 100%; max-width: 400px;" />
<img src="image/folder.svg" style="width: 100%; max-width: 400px;" />
</div>
</div>
<div class="width-50">
<div style="margin-top: 30%" class="center">
<img src="image/dollar.svg" style="width: 100%; max-width: 400px;" />
<img src="image/database.svg" style="width: 100%; max-width: 400px;" />
</div>
</div>
</div>
</div>
<div class="width-50 bg-triangle-down">
<div>
<h2 class="m-bottom-2 center-on-mobile">ABOUT PFALFA</h2>
<p class="center-on-mobile">The Pfalfa project is a project of making a public blockchain platform dedicated to providing data storage infrastructure for decentralized applications (DApps). With blockchain technology, Pfalfa technology has the ability to store and access cloud data with a very high level of security. In addition, with the Sharding mechanism, transactions can occur at high speeds.</p>
<p class="center-on-mobile">By providing a range of infrastructure capabilities including file storage, object storage, visual content storage, and table storage, which can be extended indefinitely. Through fast-synchronizing remote network transmission, Pfalfa allows DApps to perform data management such as computing, transmission, storage, and retrieval in an easy way. In addition, the encryption system applied in this project will protect the privacy of data from users..</p>
</div>
</p>
</div>
</section>
<section id="service" class="overflow-hidden hide" >
<div id="bg2" class="hide-on-mobile">
<img src="image/bg2.svg" />
</div>
<div class="block center">
<img src="image/bussiness.svg" alt="bussiness.svg" />
</div>
<h2 class="center m-top-2 m-bottom-4">OUR SERVICE</h2>
<div class="width-50">
<div class="card">
<div class="image m-right-2">
<img src="image/dollar.svg" alt="dolar.svg" />
</div>
<div class="content">
<h3 class="title">Pfalfa Token</h3>
<p>
Like vouchers and electricity tokens that are used as tools to access services (internet and electricity data), Pfalfa is a blockchain token that is used as a media / platform to access technological features in the Pfalfa blockchain ecosystem.
</p>
</div>
</div>
</div>
<div class="width-50">
<div class="card">
<div class="image m-right-2">
<img src="image/id-card.svg" alt="id-card.svg" />
</div>
<div class="content">
<h3 class="title">Identity Service</h3>
<p>
Pfalfa uses Protocols and Systems that enable the creation, resolution, and discovery of identities & names that are decentralized throughout the system without a center
</p>
</div>
</div>
</div>
<div class="width-50">
<div class="card">
<div class="image m-right-2">
<img src="image/folder.svg" alt="folder.svg" />
</div>
<div class="content">
<h3 class="title">Storage Service</h3>
<p>
Pfalfa provides access where users can enter the application by using a decentralized identity and storing data created in the back-end storage owned by the user
</p>
</div>
</div>
</div>
<div class="width-50">
<div class="card">
<div class="image m-right-2">
<img src="image/database.svg" alt="database.svg" />
</div>
<div class="content">
<h3 class="title">Database Service</h3>
<p>
Structurally stable data storage, where the database is distributed. There is no single point of error and control because it is connected via the P2P Network. Store structured data namely: metadata, transactions, and blocks using MongoDB-like queries.
</p>
</div>
</div>
</div>
</section>
<section id="token" class="hide">
<h2 class="center m-top-4 m-bottom-4">PFALFA TOKEN</h2>
<div class="width-50">
<div style="width: 100%" class="center">
<div class="chart-wrapper">
<img src="image/chart.png" alt="chart" style="width: 200px;" />
</div>
<div class="left inline-block">
<div class="flex v-center">
<div class="point blue"></div>
<p class="no-margin">Released to Public - 10%</p>
</div>
<div class="flex v-center">
<div class="point green"></div>
<p class="no-margin">Nodes Rewards - 70%</p>
</div>
<div class="flex v-center">
<div class="point pink"></div>
<p class="no-margin">Pfalfa team & Advisors - 10%</p>
</div>
<div class="flex v-center">
<div class="point orange"></div>
<p class="no-margin">STIFIn Foundation - 10%</p>
</div>
</div>
</div>
</div>
<div class="width-50">
<div>
<div class="flex">
<div class="padding-1">
<img class="check-icon" src="image/check.svg" alt="check.svg" />
</div>
<p class="padding-1">
Token allocation for STIFin Foundation and Pfalfa team & Advisors are subject to 2 years lock-up period with maksimum release of 1,000,000 token each per year on years after that
</p>
</div>
<div class="flex">
<div class="padding-1">
<img class="check-icon" src="image/check.svg" alt="check.svg" />
</div>
<p class="padding-1">
Number of nodes is unlimited and difficulty level be adjusted accordingly with an estimation that 100% Pfalfa token will all expected to be released on the market/public at year 2200
</p>
</div>
</div>
</div>
</section>
<section id="timeline" class="with-bg center hide">
<h2 class="center m-top-2 m-bottom-2">PROJECT TIMELINE</h2>
<div class="timeline">
<div class="event-wrapper">
<div class="pin"></div>
<div class="event-time">APRIL</div>
<div class="event-description">
Project initial launch
</div>
</div>
<div class="event-wrapper">
<div class="pin"></div>
<div class="event-time">MAY to JUNE</div>
<div class="event-description">
Private sale <br/>
Initial Development <br/>
Token listing on P2P, B2B
</div>
</div>
<div class="event-wrapper">
<div class="pin"></div>
<div class="event-time">JULY</div>
<div class="event-description">
Community building <br />
Public Sale <br />
Phase 2 tech development Begin
</div>
</div>
<div class="event-wrapper">
<div class="pin"></div>
<div class="event-time">AUGUST</div>
<div class="event-description">
Initial exchange offering
</div>
</div>
<div class="event-wrapper">
<div class="pin"></div>
<div class="event-time">SEPTEMBER</div>
<div class="event-description">
Private launch<br/>
Beta testing<br/>
International marketing started
</div>
</div>
<div class="event-wrapper">
<div class="pin"></div>
<div class="event-time">OCTOBER</div>
<div class="event-description">
Nodes onboarding<br/>
Public launch<br/>
IEO 2
</div>
</div>
<div class="event-wrapper">
<div class="pin"></div>
<div class="event-time">NOVEMBER</div>
<div class="event-description">
Dapps onboarding<br/>
Market development
</div>
</div>
<div class="event-wrapper">
<div class="pin"></div>
<div class="event-time">DECEMBER</div>
<div class="event-description">
Market Expantion
</div>
</div>
</div>
</section>
<section id="team">
<h2 class="center m-bottom-2">OUR TEAM</h2>
<div class="width-25 center rise-on-hover padding-1 m-bottom-2">
<div class="center">
<div class="inline-block avatar">
<img src="image/m-noer.jpg" alt="avatar"/>
</div>
<h3 class="secondary">M Noer</h3>
<p class="secondary">
M Noer is one of the most complete programmer in Indonesia with an extensive experience in database, system, and network. Since starting his journey on tech field in 1984, M Noer has contributed his works to many important corporation and government institutions in Indonesia.
</p>
</div>
</div>
<div class="width-25 center rise-on-hover padding-1 m-bottom-2">
<div class="center">
<div class="inline-block avatar">
<img src="image/fahmi2.png" alt="avatar"/>
</div>
<h3 class="secondary">Fahmi</h3>
<p class="secondary">
Fahmi has a background in general management with a strong vision to bring some innovations to the tech industry.
</p>
</div>
</div>
<div class="width-25 center rise-on-hover padding-1 m-bottom-2">
<div class="center">
<div class="inline-block avatar">
<img src="image/adi-setiawan.jpg" alt="avatar"/>
</div>
<h3 class="secondary">Adi</h3>
<p class="secondary">
Adi is full-stack developer with more than 17 years of extensive experiences in web development industry from open source content management system, API & third party integration to system architecture design.
</p>
</div>
</div>
<div class="width-25 center rise-on-hover padding-1 m-bottom-2">
<div class="center">
<div class="inline-block avatar">
<img src="image/ronald2.png" alt="avatar"/>
</div>
<h3 class="secondary">Ronald</h3>
<p class="secondary">
Ronald is a Commercial Director and founder of AKASIA.id. An IT Consultant Company engaged in the field of Internet Telephony, Financial & Blockchain Technology
</p>
</div>
</div>
<div class="width-25 center rise-on-hover padding-1 m-bottom-2">
<div class="center">
<div class="inline-block avatar">
<img src="image/puja.jpg" alt="avatar"/>
</div>
<h3 class="secondary">Puja</h3>
<p class="secondary">
Puja is a UI/UX Designer who has experience working on various startup company projects to help realize a good user interface and user experience for peoples both web and mobile applications
</p>
</div>
</div>
</section>
<section id="contact" class="no-padding no-margin hide">
<div class="width-50 v-center vh-100 with-bg">
<div class="padding-2">
<h2 class="m-bottom-2">CONTACT US</h2>
<p class="text-medium white text-medium">
To schedule a product knowledge with one of our consultants, please fill in your contact details
</p>
</div>
</div>
<div class="width-50 v-center">
<div class="padding-2" style="width: 100%">
<form action="https://mailthis.to/fahmi@pfalfa.io" method="POST">
<input name="name" type="text" placeholder="Your Name" required />
<input name="email" type="email" placeholder="Email Address" required />
<input name="phone" type="text" placeholder="Phone" required />
<textarea name="message" placeholder="Type your message here" rows="10" required></textarea>
<div class="right">
<button type="submit" class="btn">SUBMIT</button>
</div>
</form>
</div>
</div>
</section>
<!-- <section id="faq" class="hide">
<h2 class="center m-top-4 m-bottom-2">FAQ</h2>
<div class="width-50">
<div class="block">
<div class="padding-1">
<label class="accordion">
<input type="radio" name="accordion-group" />
<div class="title">
<img class="icon" src="image/add-circle.png" />
<div>What is lorem ipsum?</div>
</div>
<p class="content primary no-margin no-padding">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</label>
</div>
<div class="padding-1">
<label class="accordion">
<input type="radio" name="accordion-group" />
<div class="title">
<img class="icon" src="image/add-circle.png" />
<div>What is lorem ipsum?</div>
</div>
<p class="content primary no-margin no-padding">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</label>
</div>
<div class="padding-1">
<label class="accordion">
<input type="radio" name="accordion-group" />
<div class="title">
<img class="icon" src="image/add-circle.png" />
<div>What is lorem ipsum?</div>
</div>
<p class="content primary no-margin no-padding">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</label>
</div>
<div class="padding-1">
<label class="accordion">
<input type="radio" name="accordion-group" />
<div class="title">
<img class="icon" src="image/add-circle.png" />
<div>What is lorem ipsum?</div>
</div>
<p class="content primary no-margin no-padding">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</label>
</div>
</div>
</div>
<div class="width-50">
<div class="block">
<div class="padding-1">
<label class="accordion">
<input type="radio" name="accordion-group" />
<div class="title">
<img class="icon" src="image/add-circle.png" />
<div>What is lorem ipsum?</div>
</div>
<p class="content primary no-margin no-padding">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</label>
</div>
<div class="padding-1">
<label class="accordion">
<input type="radio" name="accordion-group" />
<div class="title">
<img class="icon" src="image/add-circle.png" />
<div>What is lorem ipsum?</div>
</div>
<p class="content primary no-margin no-padding">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</label>
</div>
<div class="padding-1">
<label class="accordion">
<input type="radio" name="accordion-group" />
<div class="title">
<img class="icon" src="image/add-circle.png" />
<div>What is lorem ipsum?</div>
</div>
<p class="content primary no-margin no-padding">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</label>
</div>
<div class="padding-1">
<label class="accordion">
<input type="radio" name="accordion-group" />
<div class="title">
<img class="icon" src="image/add-circle.png" />
<div>What is lorem ipsum?</div>
</div>
<p class="content primary no-margin no-padding">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</label>
</div>
</div>
</div>
</section> -->
<section class="m-top-4 m-bottom-4">
<div class="block center">
<h2 class="secondary">Need more info?</h2>
<a class="btn" href="#!">DOWNLOAD WHITE PAPER</a>
</div>
</section>
<footer>
<div class="width-25 padding-1">
<div>
<img class="m-bottom-2" src="./image/logo-white.svg" alt="logo" />
<p class="white no-margin">
STIFIn Pusat Lt.3,<br/>
Perum Bumi Makmur IV,<br/>
Jl. Poksai No.H-3, Jatimakmur,<br/>
Pondokgede, Kota Bks, Jawa Barat 17413<br/>
</p>
</div>
</div>
<div class="width-25 padding-1">
<div>
<p class="bold white text-medium no-margin">Sitemap</p>
<ul>
<li>
<a class="white" href="#">Home</a>
</li>
<li>
<a class="white nav-link" href="#about">About</a>
</li>
<li>
<a class="white nav-link" href="#service">Service</a>
</li>
<li>
<a class="white nav-link" href="#token">Token</a>
</li>
<li>
<a class="white nav-link" href="#timeline">Timeline</a>
</li>
<li>
<a class="white nav-link" href="#team">Our Team</a>
</li>
<!-- <li>
<a class="white nav-link" href="#faq">FAQ</a>
</li> -->
<li>
<a class="white nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
<div class="width-25 padding-1">
<div>
<p class="bold white text-medium no-margin">Contact Us</p>
<ul>
<li>
<a class="white" href="mailto:info@pfalfa.io">
<img class="m-right-1" src="image/mail.svg" />
info@pfalfa.io
</a>
</li>
<li>
<a class="white" href="tel:62-811-119-122">
<img class="m-right-1" src="image/phone.svg" />
62-811-119-122
</a>
</li>
</ul>
</div>
</div>
<div class="width-25 padding-1">
<div>
<p class="bold white text-medium m-bottom-1">Social Media</p>
<div class="flex spread">
<a target="_blank" href="https://www.instagram.com/pfalfa.io/">
<img src="image/instagram-white.svg" />
</a>
<a target="_blank" href="https://www.linkedin.com/in/pfalfa-io-751162186/">
<img src="image/linkedin-white.svg" />
</a>
<a target="_blank" href="https://m.facebook.com/pfalfa">
<img src="image/facebook-white.svg" />
</a>
<a target="_blank" href="https://mobile.twitter.com/pfalfa">
<img src="image/twitter-white.svg" />
</a>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/particle.js"></script>
<script src="js/main.js"></script>
</body>
</html>