forked from RosanaConstantin/funnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·704 lines (679 loc) · 41 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
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
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
<!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>Funnect - Connect with fun</title>
<!-- Social Media Icons -->
<script src="https://unpkg.com/ionicons@4.4.6/dist/ionicons.js"></script>
<link href="css/css.css" rel="stylesheet" type="text/css" >
<!-- 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">Funnect</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">Features</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#validation">Validation</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#portfolio">Download</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#mockup">Mockup</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#market">Market Research</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interviews">Interviews</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#persona">User Persona</a>
</li>
</ul>
</div>
</div>
</nav>
<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>Funnect </strong>
</br>
<h3>Fun connect with the right people easier!</h3>
</h1>
<hr>
<h4>Meet people who share the same passion with you!</h4>
</div>
<div class="col-lg-8 mx-auto">
<p class="text-faded mb-5"></p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#about">Find Out More</a>
</br>
</br>
<a class="btn btn-primary btn-xl js-scroll-trigger"
href="https://constantinrosana_72b5.gr8.com/preview?h=CbobGFWNZInjYWofr8hrMjnailbFD1IrezzdxDRs6j8=&v=0">Go to our landing page</a>
</div>
</div>
</div>
</header>
<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">There are a lot of activities that requires other people to participate, like board games, dancing, team activities. Usually we search for events that interests us on Facebook, and wait for weeks until anything occures. This way, we limit ourselves to the events organized by someone else.
</br>
How about meetiung people without being organizer? Everybody wants top go out, but nobody accept the responsability to organize that meeting.
</br>
Reduce your stress right now and meet people who share the same passion with you!
</p>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#services">Get Started!</a>
</div>
</div>
</div>
</section>
<section class="bg-primary" id="interviews">
<div class="container">
<div class="row">
<div class="col-lg-12 mx-auto ">
<p>The main customers segment that we are targeting are people with hobbies. So, we interviewed three friends, potential users of our application, to identify their needs and problems.
Below you can see the questions that were included in the interview process as well as the answers provided by us.
</p>
</br>
<ul>
<li>
What are your favorite activities / hobbies?
<ul>
<li>Person 1: Drawing and photography.</li>
<li>Person 2: Running, poetry, music, reading.</li>
<li>Person 3: My favorite activity is traveling.</li>
</ul>
</li>
<li>
Why do they interest them for you?
<ul>
<li>Person 1: Because they are some relaxing activities that capture pleasant events or landscapes.</li>
<li>Person 2:
It relaxes me, through them I acquire new knowledge and helps me maintain my balance.</li>
<li>Person 3: Because it gives me the opportunity to get to know new civilizations / customs.</li>
</ul>
</li>
<li>
How often do you do these activities?
<ul>
<li>Person 1: I try how often I can, when I allow my time. </li>
<li>Person 2: Daily. Not all, but at least 2 every day. </li>
<li>Person 3: Lately, three to four times a year, unfortunately. </li>
</ul>
</li>
<li>
Would you like to practice them more often?
<ul>
<li>Person 1: Yes, I think I can not afford enough time and attention as much as I would like.</li>
<li>Person 2: Mostly, yes.</li>
<li>Person 3: I wish I could practice them at least 6 times.</li>
</ul>
</li>
<li>
Are you satisfied with the way events are organized that include such activities?
<ul>
<li>Person 1: I have not seen events that include such activities.</li>
<li>Person 2: Most events of this type have had a good organization, but as always there can be many improvements that can be made.</li>
<li>Person 3:
I'm rather happy, but I'd like more precision in setting up daytime activities.</li>
</ul>
</li>
<li>
Why do you think you have not seen such events?
<ul>
<li>Person 1: Because nobody is thinking about organizing such events, and if they exist, they are not promoted enough.</li>
<li>Person 2: Age categories for some of the musical events for example. Access should only be made for those who are at least 16 or 18 years of age.</li>
<li>Person 3: Because it can be a hard work to organize a travel depending on people's preferences.</li>
</ul>
</li>
<li>
What do you think there are the pros and cons of organizing such events by a person or a group of people?
<ul>
<li>Person 1: As an pros, it offers something new to people and an opportunity to relax and socialize with people with common interests. As disadvantages, there might be a little disorganization and everyone might not be interested.</li>
<li>Person 2: The benefits are that they have been interacting with people who have participated in such events over time and noted their needs and demands to make events better. The disadvantages are that all the opinions can not be taken into account and can not meet the needs of all those there, but at least the majority is satisfied and a linear nucleus is created from the point of view of needs.</li>
<li>Person 3: The present disadvantages are multiple, but the predominant one involves the subjectivism of the organizer(s) that may attract dissatisfaction within a diversified group.</li>
</ul>
</li>
<li>
How do you think the disadvantages could be overcome?
<ul>
<li>Person 1: A larger organizing team and more time for preparing the event.</li>
<li>Person 2: Exceeded I do not think these disadvantages could be, but they can be limited, brought to a minimum by some good filters that satisfy the vast majority of people.</li>
<li>Person 3: These would be overcome by involving all participants in assuming all the established or eliminating the human / subjective factor.</li>
</ul>
</li>
<li>
Do you think such events would be more successful and would attract more interested people if the choice of location, date and time and sending invitations would be done automatically and not by a particular person?
<ul>
<li>Person 1: Yes, because people are making mistakes and easier for everyone, both for organizers and for participants.</li>
<li>Person 2: I think it would have a helpful effect for larger events that already have a specific audience, a faithful target audience, but size increase will be more difficult for small and new events.</li>
<li>Person 3: Yes, because it would be a clear program set on an agenda with warnings of rigor.</li>
</ul>
</li>
<li>
Do you think such an automated organization would help you participate in more events that interest you?
<ul>
<li>Person 1: Yes, since it would allow for better organization without the need for involvement of a person or a group of people. </li>
<li>Person 2: Because people enjoy more concrete and safe things, when it comes to new things, they are somewhat reluctant and it's about their time, which they sometimes do not want to risk by participating in an unknown event that might come out unpleasant.</li>
<li>Person 3: Yes, it will be easier for me to find travel partners.</li>
</ul>
</li>
<li>
Would you use an app to automatically organize events based on your interests and availability and other users?
<ul>
<li>Person 1: Yes, because it seems a good and original idea that would make people with the same interests better acquainted, spend time together and learn from each other.</li>
<li>Person 2: I would give her a chance.</li>
<li>Person 3: Yes, sure.</li>
</ul>
</li>
<li>
What expectations would you expect from such an app?
<ul>
<li>Person 1: D
Meet people with the same interests.</li>
<li>Person 2: Offer many events based on the interests that I show. Also, I offer some events that are associated with my interests, not necessarily from the categories I have selected.</li>
<li>Person 3: Firstly, I would like that, based on the budget and location, my application can identify all the activities that fit our criteria and, depending on this, each of the participants can vote so that at the end, to keep a list of the main activities that we can put into practice. I would love the application to send warnings before check in.</li>
</ul>
</li>
</ul>
<img style="height: 200px;width: 200px;margin-left: 45%;margin-bottom: -300px;" src="img/portfolio/thumbnails/persona.png" alt="">
</div>
</div>
</div>
</section>
<section class="bg-primary" id="persona">
<div class="container">
<p style="align-self: center;"> Daniel </p>
<p style="font-style: italic">Without a successful planning, execution is doomed to failure!</p>
<div class="row">
<div class="col-lg-6 mx-auto ">
<h2 class="section-heading text-white">Details</h2>
<ul>
<li>25 years old, Bucharest</li>
<li>Senior software developer in an IT corporation</li>
<li>Graduate of the Faculty of Automation and Computers, with a Masters in Management</li>
<li>Earn about 10000 RON/month</li>
<li>A 5 years old Beagle owner </li>
</ul>
</div>
<div class="col-lg-6 mx-auto ">
<h2 class="section-heading text-white">Life and style</h2>
<ul>
<li>Extremely serious, 100% dedicated to the job and its relationship</li>
<li>In fact, it is never late, be it a job or activities outside it</li>
<li>Very effective in everything he does</li>
<li>Fixed and repetitive, likes to have a clear schedule and plan everything in advance</li>
<li>Tennis lover, chess, hiking trails, literary debates, outdoor movies and concerts</li>
<li>Has very little free time, being caught between the job, wedding planning, dog care and outings with friends.</li>
<li>He wants to spend more time on his favorite activities, but he rarely finds or is invited to events that include such activities and does not allow them to organize them.</li>
</ul>
</div>
<div class="col-lg-12 mx-auto ">
<h2 class="section-heading text-white text-center">User stories | Use cases | User flows</h2>
<h3>Epic Story</h3>
As a standard user I need an account to be able to set my preferences and join activities.
<h3>Detailed Stories</h3>
<ul>
<li>As a standard user I need to select my interests ( ex: football, tennis, theatre, running) so that I can join other people that are enjoying same activities like me.</li>
<li>As a visitor user I need to create a new account so that I can fill my interests and availability.</li>
<li>As a standard user I need to view activities so that I can invite other people.</li>
<li>As a standard user I need to be notified/receive email when someone invites me to join an activity so that I can accept or decline.</li>
<li>As a standard user I need to sync with my facebook friends list so that I can invite them to use FUNNECT.</li>
<li>As an admin user I need full access of user profiles and activities details so that I can delete or temporary ban standard users for not showing at the activity.</li>
<li>As an admin user I need access to all activity results so that I can make a ranking with the most active users.</li>
</ul>
<h3>Multiple user Stories</h3>
As a standard user I need to view all activities so that I can join or invite other people to join.
</div>
</div>
</div>
</section>
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h4 class="section-heading">What if there would be a way to create events without stress ? Better yet, not to create events at all, just to press "Going" ? Our solution is a platform that connects users with similar interests trough artificial generated events.
</br> Choose a date and a place from the provided list, an our platform will create the event.
We will offer a list of venues which work with us or are marked as event-friendly. Also, the platform will compute a compromise between users with different availability times.
</h4>
<hr class="my-4">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 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">Create your profile!</h3>
<p class="text-muted mb-0">You can create a profile based on your passions, favourite activities, hobbies.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-4x fa-paper-plane text-primary mb-3 sr-icon-2"></i>
<h3 class="mb-3">Ready to meet others</h3>
<p class="text-muted mb-0">The app connects people with matching profiles.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-4x fa-code text-primary mb-3 sr-icon-3"></i>
<h3 class="mb-3">Start talking to them</h3>
<p class="text-muted mb-0">The app creates a virtual group and youy can start chating with the others.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box mt-5 mx-auto">
<i class="fas fa-4x fa-heart text-primary mb-3 sr-icon-4"></i>
<h3 class="mb-3">Made with Love</h3>
<p class="text-muted mb-0">Do you want a meeting? The app is here for you.</p>
</div>
</div>
</div>
</div>
</section>
<section id="validation">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p class="section-heading">
<h2> Problem </h2>
Everyone has hobbies, interests, activities that we enjoy, that help relax or entertain us. Moreover, people with common interests tend to connect with each other in an easier manner, as they become more sociable while doing something they like. Events focusing on one activity that many people enjoy are already very common, but the downside is that every event needs someone to plan and organize it. This requires time and a lot of commitment on the planner's behalf.
</br>
<h2> Solution </h2>
We believe that such an event can be planned automatically, without the need for someone to be specifically involved in the process. Through an app, users register their interests and schedule (e.g. periods when they are available for such events). The app would be responsible with choosing an activity, a date and hour such that as many users interested in it as possible can attend the event, sending invitations to such users and selecting a venue (e.g. from a list of suitable locations, depending on the number of people attending the event). The human involvement is thus reduced to a minimum, as the only people who need to deal with preparations are the venue employees, who are already familiar with hosting such events.
</br>
We plan to discover customers mainly through social media and advertisement.
</br>
<h2> Customer segments </h2>
We identified our customer segment quickly because we are students, all of us have a job and time is very important for us. We don't want to waste it. So we found a solution for our planner time.
After some face-to-face interviews with our colleagues, we have realised that we need a planner time so.. here we are!
<h2>How did we find this?</h2>
<p>
We tried to discuss with close friends, our colleagues, our families to find out what their opinion was about the issue raised by us. We have discovered, following discussions, face-to-face interviews that the application can handle some of what our competitors lack.
</p>
</br>
<h2>Key metrics</h2>
<p>we will track the number of users and use this number to analyze the quality of our product. We expect it to increase over the weekend and during holidays</p>
</br>
<h2>Revenue streams</h2>
<p>
<ul>
<li>User fee: 5$/month (after a 30-day free trial)
</li>
<li>Contracts with partners(pubs, hotels, gyms)
</li>
<li>Ads inside app
</li>
</ul>
</p>
</br>
Basing on the enthusiasm of our friends, yes, we are ready to move on. We like to be fast.. and furious.
</p>
<hr class="my-4">
</div>
</div>
</div>
</section>
<section class="p-0" id="team">
<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/Rosana.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/Rosana.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Rosana Constantin
</br>
constantin.rosana@yahoo.com
</div>
</br>
<div class="project-name">
Ux/Ui Design
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/Mihai.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/Mihai.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Mihai Custura
</br>
mihai.custura@gmail.com
</div>
</br>
<div class="project-name">
Backend Developer
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/Marius.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/Marius.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Marius Scarlat
</br>
m.scarlat95@gmail.com
</div>
</br>
<div class="project-name">
Android Developer
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/Adrian.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/Adrian.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Adrian Nastase
</br>
adrian.nastase1207gmail.com
</div>
</br>
<div class="project-name">
Frontent developer
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/Laurentiu.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/Laurentiu.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Laurentiu Popescu </br> ilaurr@gmail.com
</div>
</br>
<div class="project-name">
Project Manager
</div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/Eusebiu.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/Eusebiu.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Eugeniu Cernei</br> eugen.cernei@gmail.com
</div>
</br>
<div class="project-name">
PR
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="bg-dark text-white" id="portfolio">
<div class="container text-center">
<h4 class="mb-4">Are you young? Are you active on social media? Do you like the team activities and do you need an organizer for your meetings?
</br>
Find us on Google Play or Apple Store and get the best organizer that you can ever have!
</br>
It's more easier than Facebook and other events scheduling platforms because our app creates those instead of users!
</h4>
<a class="btn btn-light btn-xl sr-button" href="https://play.google.com/store/apps/details?id=com.facebook.Socal">Download Now!</a>
</div>
</br>
<!-- <div >
<img style=" height: 250px; width: 700px; margin-top:10px; margin-left:29%; border-radius: 20px" class="img-fluid" src="img/portfolio/thumbnails/statistica.png" alt="">
</div> -->
<section id="mockup" style="margin-left:38%">
<iframe width="375" height="812" src="https://xd.adobe.com/embed/285a55c8-c704-4874-6df0-991c6872c1f7-5e6b/" frameborder="0" allowfullscreen></iframe>
</section>
<section class="bg-primary" id="market">
<div class="container">
<div class="row">
<div class="col-lg-16 mx-auto ">
<h2>The volume of our target market (including the different sub-markets)</h2>
<p>
The market for FUNNECT is represented in a first phase of Bucharest. Subsequently, for the growth of the user we will expand in the main cities in Romania such as Brasov, Timisoara, Cluj-Napoca and Iasi. The number of possible users is estimated at half the number of people between 18 and 40 years, respectively 250,000 users (according to Bucharest Pollution in ages). In order to move on to the expansion of the application in other cities, we have to overcome an initial number of 50,000 users in Bucharest, of which 25,000 will be active. The final volume for the Romanian market is 700,000-800,000 users.
</p>
<h2>The approximate number of players / competitors in your targeted market</h2>
<p>
We identified one major platform for connecting people with the same passions: Ludicon. It owns a monopoly on this market being the only application of its kind.
Ludicon creates a dedicated meeting point for sports enthusiasts, through an online platform in which anyone can create sport events, invite participants, and get points for their effort. Ludicon combines the passion of sports with the thrills of gamification, in order to stimulate people to create the perfect team for the perfect match in football, basketball, ping pong, squash, volley, tennis, cycling, jogging and others.
</p>
<h2>The competition and if possible market share for each competitor</h2>
<p>
Ludicon is the project that aims to link the four major sporting entities: sports lovers, sports models, sports fields and sports retailers. Ludicon owns about 2,000 users in Bucharest. This application has been recently launched and is under development. This allows us to gain a market share with funnect, as the market has not yet been captured.
What Funnect can do is cover a larger beach of activities and this can gain in front of competitor on the market, making possible both applications of this kind.
</p>
<h2>The potential market share in year 1, 2, 3, 4 and 5 after launch</h2>
<p>
<ul>
<li>Year 1: we expect that our market share will be around 40%, taking into account that it addresses a wide audience, regardless of the field of the hobby</li>
<li>Year 2: we expect our market share to grow slightly from 40% (value from the previous year) to 48%
</li>
<li>Year 3: we expect that our monopole of the market will be shattered, due to the apparition of another competitors. We will try to keep our percentage at 48%</li>
<li>Year 4: we will follow a growth plan and we will try to add attractive new features that will allow us to
to attract the market to the detriment of the competitor (from 48% to 60%)
</li>
<li>Year 5: we will try to close a deal with other competitors and to increase our market, giving the best social app to our clients (from 60% to 80%)
</li>
</ul>
</p>
<h2>The total market value and the value of your market share for years 1, 2, 3, 4, 5</h2>
<p>
We expect that the number of social lover people will increase at a yearly basis, as well as the total market value.
<ul>
<li>Year 1: Total market value: 1 million RON. As we expect the percentage of our market share to be around 40%, its value will therefore be around 400.000 RON</li>
<li>Year 2: Total market value: 1.2 million RON. As we expect the percentage of our market share to be around 48%, its value will therefore be around 576.000 RON</li>
<li>Year 3: Total market value: 1.3 million RON. As we expect the percentage of our market share to be around 48%, its value will therefore be around 624.000 RON</li>
<li>
Year 4: Total market value: 1.7 million RON. As we expect the percentage of our market share to be around 60%, its value will therefore be around 1 million RON.
</li>
<li>
Year 5: Total market value: 2.5 million RON. As we expect the percentage of our market share to be around 80%, its value will therefore be around 2 million RON.
</li>
</ul>
</p>
</div>
</div>
</section>
<section class="p-0" >
<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/thumbnails/1.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Sport
</div>
<div class="project-name">
Tennis
</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/thumbnails/2.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Cultural
</div>
<div class="project-name">
Theater
</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/thumbnails/3.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Intellectual
</div>
<div class="project-name">
Chess
</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/thumbnails/4.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Fun
</div>
<div class="project-name">
Stand up
</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/thumbnails/5.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Design
</div>
<div class="project-name">
Painting
</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/thumbnails/6.jpg" alt="">
<div class="portfolio-box-caption">
<div class="portfolio-box-caption-content">
<div class="project-category text-faded">
Love
</div>
<div class="project-name">
Programming
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Let's Get In Touch!</h2>
<hr class="my-4">
<p class="mb-5">Ready to meet new people and do you have some problems with the app? That's wrong!
</br>
Call us or send an email and we will get back to you as soon as possible!
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<i class="fas fa-phone fa-3x mb-3 sr-contact-1"></i>
<p>123-456-6789</p>
</div>
<div class="col-lg-4 mr-auto text-center">
<i class="fas fa-envelope fa-3x mb-3 sr-contact-2"></i>
<p>
<a href="mailto:your-email@your-domain.com">suport@funnect.com</a>
</p>
</div>
</div>
</div>
</section>
<div class="col-lg-8 mx-auto text-center">
<a href="http://www.facebook.com">
<ion-icon class='icons' name="logo-facebook"></ion-icon>
</a>
<a href="http://www.twitter.com">
<ion-icon class='icons' name="logo-twitter"></ion-icon>
</a>
<a href="http://www.instagram.com">
<ion-icon class='icons' name="logo-instagram"></ion-icon>
</a>
<a href="http://www.googleplus.com">
<ion-icon class='icons' name="logo-googleplus"></ion-icon>
</a>
</div>
<!-- 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>