-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
849 lines (769 loc) · 29.9 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
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="author" content="" />
<link rel="author" href="humans.txt" />
<meta
name="description"
content="JavaScript tutorials and web development articles including topics like NodeJS, Angular, VueJS, Data Structures and Algorithms."
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0"
/>
<link
rel="alternative"
href="/atom.xml"
title=" Blog"
type="application/atom+xml"
/>
<title>Instagram mobile design secrets revealed | Blog</title>
<!-- Favicons -->
<link
rel="apple-touch-icon-precomposed"
sizes="57x57"
href="/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="114x114"
href="/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="72x72"
href="/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="144x144"
href="/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="60x60"
href="/apple-touch-icon-60x60.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="120x120"
href="/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="76x76"
href="/apple-touch-icon-76x76.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="152x152"
href="/apple-touch-icon-152x152.png"
/>
<link
rel="icon"
type="image/png"
href="/favicon-196x196.png"
sizes="196x196"
/>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="'s Blog" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="/mstile-70x70.png" />
<meta
name="msapplication-square150x150logo"
content="/mstile-150x150.png"
/>
<meta name="msapplication-wide310x150logo" content="/mstile-310x150.png" />
<meta
name="msapplication-square310x310logo"
content="/mstile-310x310.png"
/>
<meta
name="msapplication-notification"
content="frequency=30;polling-uri=http://notifications.buildmypinnedsite.com/?feed=https://master--bgoonz-blog.netlify.app/atom.xml"
/>
<link
rel="canonical"
href="https://master--bgoonz-blog.netlify.app/instagram-mobile-design-secrets-revealed/"
/>
<!-- Open Graph -->
<meta
property="og:url"
content="https://master--bgoonz-blog.netlify.app/instagram-mobile-design-secrets-revealed/"
/>
<meta property="og:site_name" content=" Blog" />
<meta property="og:type" content="article" />
<meta
property="og:description"
content="Instagram is a very nice iPhone App. It allows you to give effects to your photos easily. Additionally, it’s blazing fast to upload your photos, and share them in other social networks such as Facebook, Twitter and/or Foursquare.
This app went from 0 to 12 million users in just 12 months! And today 30+ million users in less than 2 years. Go through the slideshows below and you can see why. This app has some design features that that improves a lot the user experience. One of them, it’s responding to the user actions instantly even though the task is still performing in the background…"
/>
<meta property="og:image" content="https://adrianmejia.comundefined" />
<meta
property="og:title"
content="Instagram mobile design secrets revealed"
/>
<meta property="fb:app_id" content="761831487293468" />
<meta property="fb:admins" content="895685163" />
<!-- /Open Graph -->
<!-- Critical Styles -->
<style media="screen">
.overlay {
display: none;
}
</style>
<link rel="stylesheet" href="/stylesheets/main.css" />
<!-- loadDeferredStyles -->
<noscript id="deferred-styles">
<link rel="stylesheet" href="/stylesheets/font-awesome.min.css" />
</noscript>
<script>
var loadDeferredStyles = function () {
var addStylesNode = document.getElementById("deferred-styles");
var replacement = document.createElement("div");
replacement.innerHTML = addStylesNode.textContent;
document.body.appendChild(replacement);
addStylesNode.parentElement.removeChild(addStylesNode);
};
var raf =
requestAnimationFrame ||
mozRequestAnimationFrame ||
webkitRequestAnimationFrame ||
msRequestAnimationFrame;
if (raf)
raf(function () {
window.setTimeout(loadDeferredStyles, 0);
});
else window.addEventListener("load", loadDeferredStyles);
</script>
<meta name="generator" content="Hexo 5.0.2" />
</head>
<body>
<header class="titlebar mdl-shadow--2dp">
<div class="container align-center flexbox--space-between">
<!-- <div class="row"> -->
<!-- <div class="col-md-12"> -->
<span class="hidden-mobile-up">
<i class="fa fa-bars" aria-hidden="true"></i>
</span>
<a href="/" class="align-center m-y-2">
<img
src="/images/adrianmejia-logo.png"
alt=" Logo"
class="animation--bounce-in"
/>
<h1 class="hidden-mobile-down hidden"></h1>
</a>
<nav class="hidden-mobile-down navbar">
<a
href="/#home"
class="animation--radial-out"
id="Home"
onclick="track('/#home', 'menu', true)"
>Home</a
>
<a
href="/#trending-posts"
class="animation--radial-out"
id="Trending"
onclick="track('/#trending-posts', 'menu', true)"
>Trending</a
>
<a
href="/#popular-posts"
class="animation--radial-out"
id="Popular"
onclick="track('/#popular-posts', 'menu', true)"
>Popular</a
>
<a
href="/#about"
class="animation--radial-out"
id="About"
onclick="track('/#about', 'menu', true)"
>About</a
>
<a
href="/blog/"
class="animation--radial-out"
id="Blog"
onclick="track('/blog/', 'menu', true)"
>Blog</a
>
</nav>
<a
href="#"
id="search-modal"
onclick="track('#search', 'search', true)"
class="open-overlay"
>
<i class="fa fa-search" aria-hidden="true"></i>
</a>
<div id="search-overlay" class="overlay" aria-hidden="true">
<script id="movie" type="text/x-handlebars-template">
<article class="movie">
{{#photos.0}}
<a href="/{{path}}">
<img class="movie-image" src="{{photos.0}}" />
</a>
{{/photos.0}}
<div class="movie-meta">
<div class="movie-title">
<a href="/{{path}}">
{{{_highlightResult.title.value}}}
</a>
<span class="movie-year">
{{updatedYear}}
</span>
</div>
<div class="movie-rating">
{{#stars}}
<span class="ais-star-rating--star{{^.}}__empty{{/.}}">
</span>
{{/stars}}
</div>
<p>
{{{_highlightResult.excerptStrip.value}}}
</p>
<div class="movie-genres">
{{#tags}}
<div class="movie-genre">
{{.}}
</div>
{{/tags}}
</div>
</div>
</article>
</script>
<div class="search-container">
<div class="top">
<div class="search-button">
<i class="fa fa-search"></i>
</div>
<div class="input-container">
<input type="text" id="search-box" />
<div id="stats"></div>
</div>
<a href="#" class="close-overlay">
<i class="fa fa-times"></i>
</a>
</div>
<div class="content">
<div class="facets">
<div class="facet">
<div id="clear-all" class="facet-title"></div>
</div>
<div class="facet">
<div class="facet-title">
<i class="fa fa-tags" aria-hidden="true"></i> Tags
</div>
<div id="tags"></div>
</div>
<div class="facet">
<div class="facet-title">
<i class="fa fa-folder-o" aria-hidden="true"></i>
Categories
</div>
<div id="categories"></div>
</div>
<div class="facet">
<div class="facet-title">
<i class="fa fa-eye" aria-hidden="true"></i>
Views
</div>
<div id="ratings"></div>
</div>
<div class="facet">
<div class="facet-title">
<i class="fa fa-calendar" aria-hidden="true"></i>
Year
</div>
<div id="year"></div>
</div>
</div>
<div class="canvas">
<div id="hits"></div>
<div id="pagination"></div>
<div>
Powered by
<img
src="/images/Algolia_logo_bg-white.svg"
height="30"
alt="Algolia search"
/>
</div>
</div>
</div>
</div>
</div>
<script src="/js/search.babel.js"></script>
</div>
</header>
<nav class="hidden-mobile-up mdl-shadow--2dp">
<div class="container flexbox--space-between navbar">
<a href="/#home" class="animation--underline-from-center">Home</a>
<a href="/#trending-posts" class="animation--underline-from-center"
>Trending</a
>
<a href="/#popular-posts" class="animation--underline-from-center"
>Popular</a
>
<a href="/#about" class="animation--underline-from-center">About</a>
<a href="/blog/" class="animation--underline-from-center">Blog</a>
</div>
</nav>
<main>
<!--https://developers.google.com/search/docs/data-types/articles-->
<!--http://schema.org/BlogPosting-->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BlogPosting",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": ""
},
"headline": "Instagram mobile design secrets revealed",
"image": {
"@type": "ImageObject",
"url": "https://adrianmejia.comundefined",
"height": 360,
"width": 728
},
"datePublished": "2012-05-06T21:45:00-04:00",
"dateModified": "2012-05-06T21:45:00-04:00",
"author": {
"@type": "Person",
"name": ""
},
"publisher": {
"@type": "Organization",
"name": "",
"logo": {
"@type": "ImageObject",
"url": "https://master--bgoonz-blog.netlify.app/images/logo.png",
"width": 347,
"height": 50
}
},
"description": "Instagram is a very nice iPhone App. It allows you to give effects to your photos easily. Additionally, it’s blazing fast to upload your photos, and share them in other social networks such as Facebook, Twitter and/or Foursquare.
This app went from 0 to 12 million users in just 12 months! And today 30+ million users in less than 2 years. Go through the slideshows below and you can see why. This app has some design features that that improves a lot the user experience. One of them, it’s responding to the user actions instantly even though the task is still performing in the background…"
}
</script>
<article class="container post">
<section class="hero">
<div class="muted">
<a class="category-link" href="/categories/learnings/">Learnings</a>
</div>
<h1>Instagram mobile design secrets revealed</h1>
<div class="muted">
<span title="Last time this post was updated">
<i class="fa fa-calendar" aria-hidden="true"></i>
Last updated
<time datetime="2012-05-07T01:45:00.000Z" itemprop="dateUpdated"
>May 6th 2012</time
>
</span>
<span class="m-x-2" title="Pageviews">
<i class="fa fa-eye" aria-hidden="true"></i>
0.9k
</span>
<span class="m-x-2" title="Click to go to the comments section">
<a href="#disqus_thread">
<i class="fa fa-comment-o" aria-hidden="true"></i>
<span
class="disqus-comment-count"
data-disqus-url="https://master--bgoonz-blog.netlify.app/instagram-mobile-design-secrets-revealed/"
>0</span
>
</a>
</span>
<span>
<ul class="tag-list" itemprop="keywords">
<li class="tag-list-item">
<a class="tag-list-link" href="/tags/startups/" rel="tag"
>startups</a
><span class="tag-list-count">2</span>
</li>
</ul>
</span>
</div>
</section>
<div class="art-container" style="background-color: "></div>
<div class="row">
<section class="col-sm-8 p-x-2">
<div class="post-content">
<p>
Instagram is a very nice iPhone App. It allows you to give
effects to your photos easily. Additionally, it’s blazing fast
to upload your photos, and share them in other social networks
such as Facebook, Twitter and/or Foursquare.
</p>
<p>
This app went from 0 to 12 million users in just 12 months! And
today 30+ million users in less than 2 years. Go through the
slideshows below and you can see why. This app has some design
features that that improves a lot the user experience. One of
them, it’s responding to the user actions instantly even though
the task is still performing in the background…
</p>
<a id="more"></a>
<p>More details in the slide:</p>
<script
async
class="speakerdeck-embed"
data-id="4ede6e9cad0da6004d000175"
data-ratio="1.299492385786802"
src="//speakerdeck.com/assets/embed.js"
></script>
<p>Scaling Instagram has also an interesting history:</p>
<script
async
class="speakerdeck-embed"
data-id="4f86746753373601f1006e39"
data-ratio="1.3333333333333333"
src="//speakerdeck.com/assets/embed.js"
></script>
</div>
<!-- after post -->
<div class="hidden-mobile-down">
<h3>Now, your turn!</h3>
Thanks for reading this far. Here are some things you can do next:
<ul>
<li>
Found a typo?
<a
target="_blank"
rel="noopener"
href="https://github.com/amejiarosario/amejiarosario.github.io/edit/source/source/_posts/2012-05-06-instagram-mobile-design-secrets-revealed.markdown"
>
Edit this post</a
>.
</li>
<li>
Got questions?
<a href="#comments-section">comment</a>
below.
</li>
<li>
Was it useful? Show your
<!-- <a href="/support">support</a> -->
support and share it.
<!-- <a target="_blank" href="http://paypal.me/amejiarosario">Paypal</a>, -->
<!-- <a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HZLFWQAFENN7W&source=url">Paypal</a>,
<a target="_blank" href="https://bitaps.com/3A8xanut3wddz1jJ7JWSw8nwwpUahLJpZi">Bitcoin</a>,
<a target="_blank" href="https://www.patreon.com/amejiarosario">Patreon</a>. -->
</li>
</ul>
</div>
<div class="hidden-mobile-up">
<a
target="_blank"
rel="noopener"
href="https://books.adrianmejia.com"
>
<!-- <img src="/images/data-structure-algorithms-javascript-presell.jpg" alt="Data Structure and Algorithms in JavaScript eBook"> -->
<img
src="/images/data-structure-algorithms-banner.jpg"
alt="Data Structure and Algorithms in JavaScript eBook"
/>
</a>
</div>
<!-- Next and previous posts -->
<div class="article-nav m-y-4">
<a
href="/backbone-dot-js-for-absolute-beginners-getting-started/"
class="article-nav-newer"
class="article-nav-link-wrap"
>
<strong class="article-nav-caption"
><i class="fa fa-chevron-left"></i> newer</strong
>
<div class="article-nav-title">
Backbone.js for Absolute Beginners - Getting started (Part 1:
Intro)
</div>
</a>
<a
href="/blog-migration-explained-drupal-7-to-jekyll/"
class="article-nav-older"
class="article-nav-link-wrap"
>
<strong class="article-nav-caption"
>older <i class="fa fa-chevron-right"></i
></strong>
<div class="article-nav-title">
Blog migration explained: Drupal 7 to Jekyll
</div>
</a>
</div>
<!-- Related -->
<footer>
<!-- subscribe -->
<div class="m-y-4">
<!-- Begin MailChimp Signup Form -->
<link
href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css"
rel="stylesheet"
type="text/css"
/>
<style type="text/css">
#mc_embed_signup {
background: #fff;
clear: left;
font: 14px Helvetica, Arial, sans-serif;
width: 100%;
}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form
action="//adrianmejia.us2.list-manage.com/subscribe/post?u=2294bb28c5931a6f2338d2474&id=52678e825b"
method="post"
id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form"
class="validate"
novalidate
>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL"
>Subscribe & stay up to date!</label
>
<input
type="email"
value=""
name="EMAIL"
class="email"
id="mce-EMAIL"
placeholder="email address"
required
/>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div
style="position: absolute; left: -5000px"
aria-hidden="true"
>
<input
type="text"
name="b_2294bb28c5931a6f2338d2474_52678e825b"
tabindex="-1"
value=""
/>
</div>
<div class="clear">
<input
type="submit"
value="Subscribe"
name="subscribe"
id="mc-embedded-subscribe"
class="button"
/>
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<script type="text/javascript">
var form = document.getElementById(
"mc-embedded-subscribe-form"
);
form.addEventListener("submit", function (event) {
event.preventDefault();
ga("send", "event", "newsletter", "signup", "page", {
hitCallback: createFunctionWithTimeout(function () {
form.submit();
}),
});
});
</script>
</div>
<!-- Author Bio -->
<b>About the author</b>
<!-- Bio -->
<section class="bio-box">
<img
class="m-a-1 not-scaled"
src="/images/adrian-mejia-headshot.png"
alt=""
/>
<article
class="p-x-1"
style="display: flex; flex-direction: column"
>
<p class="muted">
is a Software Engineer located in Boston, MA. Currently
working at Google. Adrian enjoys writing posts about
Algorithms, programming, JavaScript, and Web Dev. Also, he
likes to travel ✈️ and biking 🚴.
<!-- Find out more <a href="/#about">here</a>. -->
</p>
<!-- <p class="m-y-0"><a target="_blank" rel="noopener" href="https://twitter.com/iAmAdrianMejia">Follow him on Twitter</a>.</p> -->
<a
target="_blank"
rel="noopener"
href="https://twitter.com/iAmAdrianMejia"
id="twitter-follow-button"
class="twitter-follow-button"
data-show-count="false"
>Follow @iAmAdrianMejia</a
>
</article>
</section>
<div class="m-y-4"></div>
<!-- 726x88 -->
<!---->
<!--<script data-cfasync="false" type="text/javascript" src="(DISABLED)//www.eboundservices.com/ads/728x90_non_responsive.js"></script>-->
<!-- <div class="hidden-mobile-down">
<script data-cfasync="false" type="text/javascript" src="(DISABLED)//www.eboundservices.com/ads/728x90_responsive.js"></script>
</div> -->
<!--<script data-cfasync="false" type="text/javascript" src="//www.eboundservices.com/ads/336x280_responsive.js"></script>-->
<!-- last working ads -->
<!-- <script data-cfasync="false" type="text/javascript" src="//www.eboundservices.com/ads/dfp/336x280_responsive.js"></script> -->
</footer>
<!-- if(page.layout !== 'snippet') -->
</section>
<!-- Asides (Ads, TOC, ...) -->
<aside class="col-sm-4 p-x-2 col-xs-order-1">
<section>
<!-- 300x250 -->
<!---->
<!--<script data-cfasync="false" type="text/javascript" src="//www.eboundservices.com/ads/300x250_non_responsive.js"></script>-->
<!--<div class="hidden-mobile-down">-->
<!--<script data-cfasync="false" type="text/javascript" src="//www.eboundservices.com/ads/300x250_responsive.js"></script>-->
<!--</div>-->
<!--<div class="hidden-mobile-up">-->
<!--<script data-cfasync="false" type="text/javascript" src="//www.eboundservices.com/ads/336x280_responsive.js"></script>-->
<!--</div>-->
<!-- last working ads -->
<!-- <script data-cfasync="false" type="text/javascript" src="//www.eboundservices.com/ads/dfp/336x280_responsive.js"></script> -->
</section>
<section class="sticky-element--start">
<div class="muted">
<div class="p-y-1">
<a href="#" class=""
><span
id="back-to-top"
title="Go back to the top of this page"
>
<i class="fa fa-arrow-up"></i> Top
</span></a
>
<a
href="#"
class="p-x-3"
title="Improve this post"
onclick="track('https://github.com/amejiarosario/amejiarosario.github.io/edit/source/source/_posts/2012-05-06-instagram-mobile-design-secrets-revealed.markdown')"
>
<i class="fa fa-pencil"></i> Edit this post
</a>
<!-- <a href="#" title="Share this post"><i class="fa fa-share"></i> Share</a> -->
<!--<div class="p-y-1">-->
<!---->
<!---->
<!---->
<!---->
<!--</div>-->
</div>
</div>
</section>
</aside>
</div>
<!-- comments -->
<a id="comments-section"></a>
<footer class="row sticky-element--end">
<div class="col-xs-12">
<section>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url =
"https://master--bgoonz-blog.netlify.app/instagram-mobile-design-secrets-revealed/";
this.page.identifier =
"https://master--bgoonz-blog.netlify.app/instagram-mobile-design-secrets-revealed/";
};
(function () {
var d = document,
s = d.createElement("script");
s.src = "//adrianmejia.disqus.com/embed.js";
s.setAttribute("data-timestamp", +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript
>Please enable JavaScript to view the
<a
target="_blank"
href="https://disqus.com/?ref_noscript"
rel="nofollow noopener"
>comments powered by Disqus.</a
></noscript
>
</section>
</div>
</footer>
</article>
</main>
<!-- uxa -->
<!-- <img src="//data.uxeranalytics.com/image1.png?uxa=blog" id="pxl1"> -->
<!-- <script async defer src="//data.uxeranalytics.com/uxa.js"></script> -->
<!-- /uxa -->
<footer class="page-footer">
<div class="container">
<div class="p-y-2">
© 2021 <a href="http://adrianmejia.com"></a>
<span
class="muted m-x-4"
title="Thu Jul 08 2021 20:14:52 GMT-0400 (Eastern Daylight Time)"
>
v.qvybcs
</span>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="/js/main.babel.js"></script>
<script
id="dsq-count-scr"
src="//adrianmejia.disqus.com/count.js"
async
></script>
<!-- Algolia Search -->
<link
rel="stylesheet"
type="text/css"
href="//cdn.jsdelivr.net/instantsearch.js/1/instantsearch.min.css"
/>
<script src="//cdn.jsdelivr.net/instantsearch.js/1/instantsearch.min.js"></script>
<link rel="stylesheet" href="/stylesheets/55_search.css" />
<!-- social scripts -->
<script
async
defer
src="//platform.twitter.com/widgets.js"
charset="utf-8"
></script>
<!-- <script src="https://gumroad.com/js/gumroad.js"></script> -->
<!-- adthis -->
<script type="text/javascript">
var addthis_config = {
data_ga_property: "UA-24183929-4",
data_ga_social: true,
};
</script>
<script
async
defer
type="text/javascript"
src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-579cb31b46e2f7e6"
></script>
<script src="/js/posts.babel.js"></script>
<script src="/js/posts2.babel.js"></script>
</body>
</html>