-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
781 lines (375 loc) · 26.6 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
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Socialeyes Blog</title>
<meta name="author" content="Socialeyes">
<meta name="description" content="Socialeyes is blogging about start ups, social networks, mobile world, tech and software development.">
<meta name="keywords" content="">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="http://blog.socialeyesapp.com">
<link href="/favicon.ico" rel="icon">
<link href='http://fonts.googleapis.com/css?family=Quicksand:300,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="Socialeyes Blog" type="application/atom+xml">
<script src="/js/jquery.js"></script>
<script src="/js/bootstrap-collapse.js"></script>
<script src="/js/modernizr-2.0.js"></script>
<script src="/js/octopress.js" type="text/javascript"></script>
<script src="/js/application.js"></script>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-47218860-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body >
<div class="navbar navbar-inverse navbar-static-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="fui-menu-24"></span>
</a>
<div class="nav-collapse collapse navbar-responsive-collapse" style="height:0;">
<ul class="nav">
<li class="active"><a href="/index.html">Home</a></li>
</ul>
<a href="https://play.google.com/store/apps/details?id=com.socialeyesapp" class="playstore-link" target="_blank" title="Download Socialeyes">Download Socialeyes on Google Play Store</a>
<a href="https://itunes.apple.com/nz/app/socialeyes/id550806403?ls=1&mt=8" class="appstore-link" target="_blank" title="Download Socialeyes">Download Socialeyes on Appstore</a>
<ul class="nav pull-right">
</ul>
</div>
</div>
</div>
</div>
<div class="container" id="main">
<div class="row-fluid">
<div id="content">
<div class="jumbotron">
<div class="container">
Socialeyes Blog
<h3 class="tagline">
Spontaneous Activities Nearby
</h3>
</div>
</div>
<div class="blog-index">
<article>
<div class="row-fluid">
<div class="span2 post-meta">
<h5 class="date-time">
<i class="icon-calendar-empty"></i> <time datetime="2015-05-11T06:13:08-04:00" pubdate data-updated="true">May 11<sup>th</sup>, 2015</time></h5>
<div class="row-fluid">
</div>
<div class="row-fluid">
</div>
</div>
<div class="span10 post-container">
<h1 class="link"><a href="/blog/2015/05/11/how-people-used-socialeyes-in-the-last-2-months/">How People Used Socialeyes in the Last 2 Months?</a></h1>
<p style="text-align:center">
<img src="/images/post/info100.png">
</p>
</div>
</div>
</article>
<hr>
<article>
<div class="row-fluid">
<div class="span2 post-meta">
<h5 class="date-time">
<i class="icon-calendar-empty"></i> <time datetime="2015-03-27T11:02:39-04:00" pubdate data-updated="true">Mar 27<sup>th</sup>, 2015</time></h5>
<div class="row-fluid">
</div>
<div class="row-fluid">
</div>
</div>
<div class="span10 post-container">
<h1 class="link"><a href="/blog/2015/03/27/how-my-small-world-rapidly-got-bigger-while-working-in-istanbul/">How my small world rapidly got bigger while working in Istanbul</a></h1>
<p style="text-align:center">
<img src="/images/post/medium-headline.jpg">
</p>
<p>Sometimes the seed of a great idea needs time to prosper in a protected environment to become a beautiful flower. For me this protected environment was a little town called Aachen in the tri-state-area of Germany, Belgium and the Netherlands.</p>
<p>Somehow with the end of my studies approaching, I felt a thirst that couldn’t be satisfied in the comfort zone of Aachen anymore. I felt that I had to get away from my accustomed environment to learn more about the topics which sparked my fire. My eggshell needed to be cracked once again, to give me the possibility to spread out my wings.
<a href="/blog/2015/03/27/how-my-small-world-rapidly-got-bigger-while-working-in-istanbul/">Read on →</a>
</div>
</div>
</article>
<hr>
<article>
<div class="row-fluid">
<div class="span2 post-meta">
<h5 class="date-time">
<i class="icon-calendar-empty"></i> <time datetime="2015-03-17T20:38:58-04:00" pubdate data-updated="true">Mar 17<sup>th</sup>, 2015</time></h5>
<div class="row-fluid">
</div>
<div class="row-fluid">
<a href="/blog/categories/friends/"><span class="badge">friends</span></a>
<a href="/blog/categories/good-times/"><span class="badge">good times</span></a>
<a href="/blog/categories/meet-people/"><span class="badge">meet people</span></a>
<a href="/blog/categories/social-butterfly/"><span class="badge">social butterfly</span></a>
<a href="/blog/categories/social-life/"><span class="badge">social life</span></a>
</div>
</div>
<div class="span10 post-container">
<h1 class="link"><a href="/blog/2015/03/17/this-is-how-socialeyes-has-affected-our-social-life-within-two-weeks/">This is how Socialeyes has effected our social life within two weeks</a></h1>
<p>It’s been two amazing weeks now since we launched.</p>
<p>During this time we had some really exciting experiences with our app.
We want to share them with you, to show you how Socialeyes can effect your daily
social life.</p>
<p>If you had some great experiences as well please let us know.
You can use the Comments or send a mail to <a href="mailto:david@socialeyesapp.com">david@socialeyesapp.com</a></p>
<h3><b>Can (@can)</b> and one of his activities on Socialeyes</h3>
<p><img src="/images/post/eating.jpg">
</p></p>
<p>Last week I got out of a meeting. I was really hungry and in a rush. I just wanted to grab
some food and not make a great deal of it. Anyway I posted an eating mood because it
can be done so quickly. Within 3 minutes a friend texted me about grabbing a bite
together and we met casually.</p>
<p>Even though Socialeyes has given me lots of opportunities like this, I was impressed
how fast I found a friend to join me. Instead of grabbing a quick sandwich on my own I
had the chance to see a friend, even though I had missed to meet him for a long time.</p>
<a href="/blog/2015/03/17/this-is-how-socialeyes-has-affected-our-social-life-within-two-weeks/">Read on →</a>
</div>
</div>
</article>
<hr>
<article>
<div class="row-fluid">
<div class="span2 post-meta">
<h5 class="date-time">
<i class="icon-calendar-empty"></i> <time datetime="2015-03-04T03:59:13-05:00" pubdate data-updated="true">Mar 4<sup>th</sup>, 2015</time></h5>
<div class="row-fluid">
</div>
<div class="row-fluid">
<a href="/blog/categories/pr/"><span class="badge">pr</span></a>
<a href="/blog/categories/press-kit/"><span class="badge">press kit</span></a>
<a href="/blog/categories/press-release/"><span class="badge">press release</span></a>
<a href="/blog/categories/socialeyes/"><span class="badge">socialeyes</span></a>
<a href="/blog/categories/socialeyes-press/"><span class="badge">socialeyes press</span></a>
</div>
</div>
<div class="span10 post-container">
<h1 class="link"><a href="/blog/2015/03/04/socialeyes/">Socialeyes, helps you keep track of your social life - Launched March’15</a></h1>
<p>Socialeyes, the new IOS/Android app, attempts to revolutionize your social life. Given the hustle bustle of everyday life, this app lets you retain the simple pleasures of life, like a fun and spontaneous get together.</p>
<p>With Socialeyes all you need to do is select which activity you are in the mood for and the rest is taken care of. Your friends nearby receive a notification of your preferred activity for the day and they can then tag along. Socialeyes records your social activities giving you a social identity. The more socially active you are, the more social points you earn.</p>
<p>The brainchild behind Socialeyes, Can Kagitcibasi, is a University of San Diego MBA alumnus. After working for PricewaterhouseCoopers for over 2 years Can decided to pursue his dreams and launched his first startup Tum Firsatlar, the leading deal aggregator of Turkey while he was still at school. Can is also a member of Startup Grind community and the director of Turkish Chapter. Can began working on Socialeyes in 2013 and now leading a team of 6 based in Istanbul and San Francisco and has recently raised $250 K as seed investment from an angel investor Doruk Dogramaci.</p>
<p>Texting, calling or posting on Facebook are all traditional ways of making plans. However, now you don’t have to ask your friends, “Who is up for coffee?” Thanks to Socialeyes, whoever is in the mood for coffee, will join you wherever you are.
Select an activity (mood), then choose a location or neighborhood you want to go to and tap share. Your open invitation to all your friends nearby is now live. By choosing to join in your activity, your friends earn substantial points.</p>
<p>The beauty of Socialeyes is that its user friendly, yet cool and exciting. Every action on the app, from a like to a comment earns you points, which takes your rank higher on the social scale. Now when you click on a person’s profile, you get to see how social they are. Instead of their educational or professional life you can easily learn about their social one.</p>
<p>Chief Everything Officer, Can Kagitcibasi, aptly described, “There needs to be two things for someone to socialize with a friend: proximity and the will to do an activity. That is what makes Socialeyes different than any other app out there, because we care about the activities just as much as the location.”</p>
<p>“There are times when you are in the mood for doing something. So we decided to call these activities “moods”. We offer our users pre-defined moods so that they can select them from the menu with a tap. Right now we offer 12 moods in the app and we will be introducing new moods in a few weeks. Later on our users will be able to create their own customized moods.”</p>
<p>Life is a social game; so are we. Socialeyes helps you create your social identity by digitizing your social life. We all live very busy lives. That is why we prefer our tasks done for us with just a few taps on our smart phones and tablets. We at Socialeyes believe that this is how we should be socializing in 2015 – with just a few taps.</p>
<p>The Founder Can Kagitcibasi, explains, “The market is becoming increasingly geared towards the mobile section of connectivity, and users want innovative platforms that will give them options to do things now, to connect now, and to be able to plan. This is where Socialeyes can make a difference as it combines a location-driven socializing platform with real-time notifications, allowing users to look more at future possibilities rather than past experiences.”</p>
<p><b>Contact</b>
Name: Can Kagitcibasi</p>
<p>Email: <a href="mailto:can@socialeyesapp.com">can@socialeyesapp.com</a></p>
<p><b>Links</b></p>
<p>Website: <a href="http://socialeyesapp.com">http://socialeyesapp.com</a></p>
<p>App Store: <a href="https://itunes.apple.com/us/app/socialeyes-share-your-mood/id550806403?l=tr&mt=8">https://itunes.apple.com/us/app/socialeyes-share-your-mood/id550806403?l=tr&mt=8</a></p>
<p>Android Play Store: <a href="https://play.google.com/store/apps/details?id=com.socialeyesapp">https://play.google.com/store/apps/details?id=com.socialeyesapp</a></p>
<p>Angel List: <a href="https://angel.co/socialeyes">https://angel.co/socialeyes</a></p>
<p>Crunchbase: <a href="https://www.crunchbase.com/organization/socialeyes-2">https://www.crunchbase.com/organization/socialeyes-2</a></p>
<p>Press Kit: <a href="http://blog.socialeyesapp.com/images/post/assets.zip">http://blog.socialeyesapp.com/images/post/assets.zip</a></p>
</div>
</div>
</article>
<hr>
<article>
<div class="row-fluid">
<div class="span2 post-meta">
<h5 class="date-time">
<i class="icon-calendar-empty"></i> <time datetime="2015-03-03T08:00:03-05:00" pubdate data-updated="true">Mar 3<sup>rd</sup>, 2015</time></h5>
<div class="row-fluid">
</div>
<div class="row-fluid">
<a href="/blog/categories/launch/"><span class="badge">launch</span></a>
<a href="/blog/categories/liveisspontan/"><span class="badge">liveisspontan</span></a>
<a href="/blog/categories/socialeyes/"><span class="badge">socialeyes</span></a>
<a href="/blog/categories/startup/"><span class="badge">startup</span></a>
<a href="/blog/categories/whosupfor/"><span class="badge">whosupfor</span></a>
</div>
</div>
<div class="span10 post-container">
<h1 class="link"><a href="/blog/2015/03/03/new-socialeyes-launched/">New Socialeyes Launched!</a></h1>
<h2>It all started with a simple problem</h2>
<p style="text-align:center">
<img src="/images/post/featureGraphic.png" title="center" >
</p>
<p>It was about three year ago it hit me. I wanted to grab a cup of coffee with a friend and I thought none of the traditional ways of communication was actually helping me to do this.</p>
<p>Texting or calling friends: Yes it is probably the best way to do this. But think about it. Can you do this every time you want to do something? What if your friends will have to say no most of the time because they are either busy or somewhere far away at the moment. On the other hand wouldn’t it sometimes be better to socialize with other circle of friends?</p>
<p>Facebook, Twitter: It might be hours later by the time my friends see that I was up for coffee 4 hours ago. Too late, no good. Besides let’s face it. It is not really cool to post something like “who’s up for coffee?” on your wall. And imagine doing this every time.</p>
<p>So we designed Socialeyes. We believed that asking friends to join us should be as simple as 1,2,3. We also thought life itself is a social game, so why don’t we design it in a way that it will be fun and cool at the same time.</p>
<p>And now ladies and gentlemen. We are proud to present you the months of hardwork, and dedication.</p>
<a href="/blog/2015/03/03/new-socialeyes-launched/">Read on →</a>
</div>
</div>
</article>
<hr>
<article>
<div class="row-fluid">
<div class="span2 post-meta">
<h5 class="date-time">
<i class="icon-calendar-empty"></i> <time datetime="2015-02-07T18:06:13-05:00" pubdate data-updated="true">Feb 7<sup>th</sup>, 2015</time></h5>
<div class="row-fluid">
</div>
<div class="row-fluid">
<a href="/blog/categories/friends/"><span class="badge">friends</span></a>
<a href="/blog/categories/liveisspontan/"><span class="badge">liveisspontan</span></a>
<a href="/blog/categories/progresshappening/"><span class="badge">progresshappening</span></a>
<a href="/blog/categories/stayintouch/"><span class="badge">stayintouch</span></a>
<a href="/blog/categories/weareexcited/"><span class="badge">weareexcited</span></a>
<a href="/blog/categories/whosupfor/"><span class="badge">whosupfor</span></a>
</div>
</div>
<div class="span10 post-container">
<h1 class="link"><a href="/blog/2015/02/07/let-life-surprise-you-predictability-is-becoming-obsolete/">Let life surprise you! Predictability is becoming obsolete</a></h1>
<p>This week was special for many people and hopefully for you as well. Not because you got excited of <a href="http://techcrunch.com/2015/02/02/tinder-plus-the-paid-version-featuring-an-undo-button-and-more-arrives-in-u-s-next-month/"><b>news about “Tinder Plus.</b>”</a>
This other moment, when you thought “Wow, I didn’t expect that to happen. It should happen way more often!”</p>
<p>There are more of this moments than we tend to realize. <a href="http://lifehacker.com/carry-a-surprise-journal-to-find-areas-for-self-impro-1638467349"><b>Sometimes it just needs a little reminder.</b></a></p>
<p style="text-align:center">
<img src="/images/post/launch-75.png" title="center" >
</p>
<a href="/blog/2015/02/07/let-life-surprise-you-predictability-is-becoming-obsolete/">Read on →</a>
</div>
</div>
</article>
<hr>
<article>
<div class="row-fluid">
<div class="span2 post-meta">
<h5 class="date-time">
<i class="icon-calendar-empty"></i> <time datetime="2014-10-12T10:21:21-04:00" pubdate data-updated="true">Oct 12<sup>th</sup>, 2014</time></h5>
<div class="row-fluid">
</div>
<div class="row-fluid">
</div>
</div>
<div class="span10 post-container">
<h1 class="link"><a href="/blog/2014/10/12/dont-do-these-mistakes-on-your-linkedin-profile/">Don’t Do These Mistakes on Your LinkedIn Profile</a></h1>
<p>Your job. One of the most important things in your life. Some of us spend more time on our jobs than for ourselves. That is why a good job can change your life for better.</p>
<p>We as team Socialeyes, started to look for candidates who will join our marketing team. And boy, we have seen some details that we have never paid attention to before. Here are some important details to look at on your LinkedIn profile that can turn a “no” to a “yes”.</p>
<a href="/blog/2014/10/12/dont-do-these-mistakes-on-your-linkedin-profile/">Read on →</a>
</div>
</div>
</article>
<hr>
<article>
<div class="row-fluid">
<div class="span2 post-meta">
<h5 class="date-time">
<i class="icon-calendar-empty"></i> <time datetime="2014-09-18T05:58:51-04:00" pubdate data-updated="true">Sep 18<sup>th</sup>, 2014</time></h5>
<div class="row-fluid">
</div>
<div class="row-fluid">
<a href="/blog/categories/apple/"><span class="badge">apple</span></a>
<a href="/blog/categories/application/"><span class="badge">application</span></a>
<a href="/blog/categories/ios-8/"><span class="badge">ios 8</span></a>
<a href="/blog/categories/iphone-6/"><span class="badge">iphone 6</span></a>
</div>
</div>
<div class="span10 post-container">
<h1 class="link"><a href="/blog/2014/09/18/updating-app-designs-for-iphone-6-and-6-plus/">Updating App Designs for iPhone 6 and 6 Plus</a></h1>
<p>The fact that Apple is releasing not one, but two models of iPhone surprised me despite all the rumors going around. As an iOS Developer, my first impulse was a longing for the days where all you had to deal with was a 320x480 screen and place every view and not give it a second thought.</p>
<a href="/blog/2014/09/18/updating-app-designs-for-iphone-6-and-6-plus/">Read on →</a>
</div>
</div>
</article>
<hr>
<article>
<div class="row-fluid">
<div class="span2 post-meta">
<h5 class="date-time">
<i class="icon-calendar-empty"></i> <time datetime="2014-09-02T04:29:43-04:00" pubdate data-updated="true">Sep 2<sup>nd</sup>, 2014</time></h5>
<div class="row-fluid">
</div>
<div class="row-fluid">
<a href="/blog/categories/business/"><span class="badge">business</span></a>
<a href="/blog/categories/creativity-tips/"><span class="badge">creativity tips</span></a>
<a href="/blog/categories/efficiency/"><span class="badge">efficiency</span></a>
<a href="/blog/categories/health/"><span class="badge">health</span></a>
<a href="/blog/categories/health-tips/"><span class="badge">health tips</span></a>
<a href="/blog/categories/office-life/"><span class="badge">office life</span></a>
<a href="/blog/categories/office-rules/"><span class="badge">office rules</span></a>
<a href="/blog/categories/work-efficiency/"><span class="badge">work efficiency</span></a>
<a href="/blog/categories/working/"><span class="badge">working</span></a>
</div>
</div>
<div class="span10 post-container">
<h1 class="link"><a href="/blog/2014/09/02/cannot-concentrate-on-anything/">Cannot Concentrate on Anything!</a></h1>
<p>Sounds familiar? Well this is the case for most of us. If you have a job that requires you to spend hours in front of your computer, this is most likely to be the case for you too. You will start your day, determined to finish most of your tasks. In a couple of hours or so, you will realize that your to-do list is still piling up! But how did this happen? You spent hours in front of your computer.</p>
<a href="/blog/2014/09/02/cannot-concentrate-on-anything/">Read on →</a>
</div>
</div>
</article>
<hr>
<article>
<div class="row-fluid">
<div class="span2 post-meta">
<h5 class="date-time">
<i class="icon-calendar-empty"></i> <time datetime="2014-08-26T05:30:55-04:00" pubdate data-updated="true">Aug 26<sup>th</sup>, 2014</time></h5>
<div class="row-fluid">
</div>
<div class="row-fluid">
<a href="/blog/categories/demographic/"><span class="badge">demographic</span></a>
<a href="/blog/categories/infographic/"><span class="badge">infographic</span></a>
<a href="/blog/categories/social/"><span class="badge">social</span></a>
<a href="/blog/categories/social-habbits/"><span class="badge">social habbits</span></a>
<a href="/blog/categories/social-networks/"><span class="badge">social networks</span></a>
<a href="/blog/categories/socialeyes/"><span class="badge">socialeyes</span></a>
</div>
</div>
<div class="span10 post-container">
<h1 class="link"><a href="/blog/2014/08/26/how-do-we-socialize/">How do we socialize?</a></h1>
<p>Socializing is in our nature. While the very basics of how we interact such as <a href="http://en.wikipedia.org/wiki/Handshake">handshaking</a> are both widespread and ages old, the specifics has always been in flux. Social occasions that our interactions revolve around, change across different ages and cultures.</p>
<a href="/blog/2014/08/26/how-do-we-socialize/">Read on →</a>
</div>
</div>
</article>
<div class="pagination">
<a class="prev" href="2">← Older</a>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<footer class="footer-page" role="contentinfo">
<p>
Copyright © 2015 - Socialeyes - <a href="http://www.socialeyesapp.com" target="_blank">www.socialeyesapp.com</a>
<span class="credit">Powered by <a target="_blank" href="http://octopress.org">Octopress</a></span> - Theme by <a target="_blank" href="http://alexgaribay.com">Alex Garibay</a>
</p>
</footer>
</div>
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js#appId=212934732101925&xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>