-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeta.html
909 lines (787 loc) · 36 KB
/
beta.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
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>mekuria getinet • yes. i'm getinet</title>
<link rel="apple-touch-icon" href="assets/img/branding/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/branding/logo-fav.png">
<meta name="msapplication-TileColor" content="#9C1E22">
<meta name="msapplication-TileImage" content="assets/img/branding/logo-fav.png">
<meta name="theme-color" content="#9C1E22">
<script src="https://kit.fontawesome.com/a25935ffe6.js" crossorigin="anonymous"></script>
<!-- <link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/> -->
<link rel="stylesheet" href="assets/css/app.css">
</head>
<body class="animate__animated animate__fadeIn">
<div class="grid-container grid-layout fluid">
<div class="grid-x grid-margin-x align-center" data-equalizer data-equalize-on="small" id="shuffle">
<div class="xxlarge-3 large-4 medium-6 small-12 cell project-cell-wrapper">
<div class="orbit" role="region" aria-label="portfolio" data-orbit data-auto-play="false" data-open="Bella" onclick="window.dispatchEvent(new Event('resize'))">
<ul class="orbit-container">
<a class="project-name tiny" data-open="Bella">Bella</a>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<img src="assets/img/projects/bella/mobilemock.png" alt="" loading="lazy">
</div>
</li>
</ul>
</div>
</div>
<div class="xxlarge-3 large-4 medium-6 small-12 cell project-cell-wrapper">
<div class="orbit" role="region" aria-label="portfolio" data-orbit data-auto-play="false" data-open="PeninsulaDayCamp" onclick="window.dispatchEvent(new Event('resize'))">
<ul class="orbit-container">
<a class="project-name tiny" data-open="PeninsulaDayCamp">Peninsula Day Camp</a>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<img src="assets/img/projects/peninsuladay/desktop.png" alt="" loading="lazy">
</div>
</li>
</ul>
</div>
</div>
<div class="xxlarge-3 large-4 medium-6 small-12 cell project-cell-wrapper">
<div class="orbit" role="region" aria-label="portfolio" data-orbit data-auto-play="false" data-open="CRM" onclick="window.dispatchEvent(new Event('resize'))">
<ul class="orbit-container">
<a class="project-name tiny" data-open="CRM">Events CRM</a>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<img src="assets/img/projects/crm/cover.png" alt="" loading="lazy">
</div>
</li>
</ul>
</div>
</div>
<div class="xxlarge-3 large-4 medium-6 small-12 cell project-cell-wrapper">
<div class="orbit" role="region" aria-label="portfolio" data-orbit data-auto-play="false" data-open="FliteDatastream" onclick="window.dispatchEvent(new Event('resize'))">
<ul class="orbit-container">
<a class="project-name tiny" data-open="FliteDatastream">Flite - Datastream</a>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<img src="assets/img/projects/flite-datastream/datastream.png" alt="" loading="lazy">
</div>
</li>
</ul>
</div>
</div>
<div class="xxlarge-3 large-4 medium-6 small-12 cell project-cell-wrapper">
<div class="orbit" role="region" aria-label="portfolio" data-orbit data-auto-play="false" data-open="Velocity" onclick="window.dispatchEvent(new Event('resize'))">
<ul class="orbit-container">
<a class="project-name tiny" data-open="Velocity">Velocity Video Ad Builder</a>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<img src="assets/img/projects/flite-velocity/flite-velocity_cover.png" alt="" loading="lazy">
</div>
</li>
</ul>
</div>
</div>
<div class="xxlarge-3 large-4 medium-6 small-12 cell project-cell-wrapper">
<div class="orbit" role="region" aria-label="portfolio" data-orbit data-auto-play="false" data-open="Beezwax" onclick="window.dispatchEvent(new Event('resize'))">
<ul class="orbit-container">
<a class="project-name tiny" data-open="Beezwax">Beezwax</a>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<img src="assets/img/projects/beezwax/mobile.png" alt="" loading="lazy">
</div>
</li>
</ul>
</div>
</div>
<div class="xxlarge-3 large-4 medium-6 small-12 cell project-cell-wrapper">
<div class="orbit" role="region" aria-label="portfolio" data-orbit data-auto-play="false" data-open="Goma" onclick="window.dispatchEvent(new Event('resize'))">
<ul class="orbit-container">
<a class="project-name tiny" data-open="Goma">Goma</a>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<img src=" " alt="" loading="lazy">
</div>
</li>
</ul>
</div>
</div>
<div class="xxlarge-3 large-4 medium-6 small-12 cell project-cell-wrapper">
<div class="orbit" role="region" aria-label="portfolio" data-orbit data-auto-play="false" data-open="tom" onclick="window.dispatchEvent(new Event('resize'))">
<ul class="orbit-container">
<a class="project-name tiny" data-open="tom">tom</a>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<img src="assets/img/projects/eye_candy/tom.png" alt="" loading="lazy">
</div>
</li>
</ul>
</div>
</div>
<div class="xxlarge-3 large-4 medium-6 small-12 cell project-cell-wrapper">
<div class="orbit" role="region" aria-label="portfolio" data-orbit data-auto-play="false" data-open="im" onclick="window.dispatchEvent(new Event('resize'))">
<ul class="orbit-container">
<a class="project-name tiny" data-open="im">I'm </a>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<img src="assets/img/projects/eye_candy/im.png" alt="" loading="lazy">
</div>
</li>
</ul>
</div>
</div>
<div class="xxlarge-3 large-4 medium-6 small-12 cell project-cell-wrapper">
<div class="orbit" role="region" aria-label="portfolio" data-orbit data-auto-play="false" data-open="USASA" onclick="window.dispatchEvent(new Event('resize'))">
<ul class="orbit-container">
<a class="project-name tiny" data-open="USASA">USASA Website</a>
<li class="orbit-slide">
<div class="docs-example-orbit-slide">
<img src="assets/img/projects/usasa/desktop-poster.png" alt="" loading="lazy">
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="reveal large portfolio-modal animate__animated animate__fadeIn" id="Bella" data-reveal>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x align-center">
<div class="small-12 cell">
<p>
<!-- <small>Client</small><br> -->
Bella | Bella</p>
</div>
<div class="small-12 cell">
<ul class="fields">
<li>branding </li>
<li>interactive </li>
<li>print </li>
<li>mobile </li>
</ul>
</div>
<div class="small-12 cell project-assets">
<div class="orbit" role="region" aria-label="Portfolio Pieces" data-orbit data-orbit data-options="animInFromLeft:fade-in; animInFromRight:fade-in; animOutToLeft:fade-out; animOutToRight:fade-out;" data-auto-play="false">
<div class="orbit-wrapper">
<div class="orbit-controls">
<button class="orbit-previous"><span class="show-for-sr">Previous Slide</span><i class="fa fa-chevron-left" aria-hidden="true"></i></button>
<button class="orbit-next"><span class="show-for-sr">Next Slide</span><i class="fa fa-chevron-right" aria-hidden="true"></i></button>
</div>
<ul class="orbit-container">
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/bella/mobilemock.png" alt="Personal Dashboard" loading="lazy">
</figure>
</li>
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/bella/screenshots.png" alt="Main Branding" loading="lazy">
</figure>
</li>
</ul>
</div>
</div>
</div>
<div class="small-12 cell align-center project-description">
<p> </p>
<p> </p>
</div>
<div class="small-12 cell align-center contact_me">
<a href="#" data-open="contact-1" title="Contact Me">
<span>Contact me </span>to learn about the process and goals of this project and others …</a>
</div>
</div>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="reveal large portfolio-modal animate__animated animate__fadeIn" id="PeninsulaDayCamp" data-reveal>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x align-center">
<div class="small-12 cell">
<p>
<!-- <small>Client</small><br> -->
Peninsula Day Camp | Peninsula Day Camp</p>
</div>
<div class="small-12 cell">
<ul class="fields">
<li>branding </li>
<li>interactive </li>
<li>print </li>
</ul>
</div>
<div class="small-12 cell">
<iframe src="assets/iframe/peninsula-day-camp/index.html" width="100%" height="100vh" loading="lazy"> </iframe>
</div>
<div class="small-12 cell align-center project-description">
<p>-</p>
<p>-</p>
</div>
<div class="small-12 cell align-center contact_me">
<a href="#" data-open="contact-1" title="Contact Me">
<span>Contact me </span>to learn about the process and goals of this project and others …</a>
</div>
</div>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="reveal large portfolio-modal animate__animated animate__fadeIn" id="CRM" data-reveal>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x align-center">
<div class="small-12 cell">
<p>
<!-- <small>Client</small><br> -->
Addis Media Group | Events CRM</p>
</div>
<div class="small-12 cell">
<ul class="fields">
<li>branding </li>
<li>interactive </li>
<li>print </li>
</ul>
</div>
<div class="small-12 cell">
<iframe src="assets/iframe/crm/index.html?cover" width="100%" height="100vh" loading="lazy"> </iframe>
</div>
<div class="small-12 cell align-center project-description">
<p>-</p>
<p>-</p>
</div>
<div class="small-12 cell align-center contact_me">
<a href="#" data-open="contact-1" title="Contact Me">
<span>Contact me </span>to learn about the process and goals of this project and others …</a>
</div>
</div>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="reveal large portfolio-modal animate__animated animate__fadeIn" id="FliteDatastream" data-reveal>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x align-center">
<div class="small-12 cell">
<p>
<!-- <small>Client</small><br> -->
Flite | Flite - Datastream</p>
</div>
<div class="small-12 cell">
<ul class="fields">
<li>branding </li>
<li>interactive </li>
<li>print </li>
</ul>
</div>
<div class="small-12 cell project-assets">
<div class="orbit" role="region" aria-label="Portfolio Pieces" data-orbit data-orbit data-options="animInFromLeft:fade-in; animInFromRight:fade-in; animOutToLeft:fade-out; animOutToRight:fade-out;" data-auto-play="false">
<div class="orbit-wrapper">
<div class="orbit-controls">
<button class="orbit-previous"><span class="show-for-sr">Previous Slide</span><i class="fa fa-chevron-left" aria-hidden="true"></i></button>
<button class="orbit-next"><span class="show-for-sr">Next Slide</span><i class="fa fa-chevron-right" aria-hidden="true"></i></button>
</div>
<ul class="orbit-container">
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/flite-datastream/datastream.png" alt="Step 1 - Main Creative" loading="lazy">
</figure>
</li>
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/flite-datastream/datastream2.png" alt="Tablet" loading="lazy">
</figure>
</li>
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/flite-datastream/datastream3.png" alt="Mobile" loading="lazy">
</figure>
</li>
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/flite-datastream/datastream4.png" alt="Mobile" loading="lazy">
</figure>
</li>
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/flite-datastream/datastream5.png" alt="Mobile" loading="lazy">
</figure>
</li>
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/flite-datastream/datastream6.png" alt="Mobile" loading="lazy">
</figure>
</li>
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/flite-datastream/datastream7.png" alt="Mobile" loading="lazy">
</figure>
</li>
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/flite-datastream/datastream8.png" alt="Initial Wireframe" loading="lazy">
</figure>
</li>
</ul>
</div>
</div>
</div>
<div class="small-12 cell align-center project-description">
<p>By building Datastream, my team and I made it possible to incorporate any live, feed-based content into display ads so marketers can easily design ads around existing, real-time content.</p>
<p>My role as a UX/UI designer on this project included working on the initial whiteboards and wireframes and then eventually, html/css/javascript. Based on feedback from the rest of the team, potential clients that would be testing and using the final product, made the necessary fixes and implemented new solutions to make this project great. This product also had to be designed in a way to accept more feed in the future and be as agile as possible. I was in charge of the entire markup of html/css/javascript. After my full mockup was finished, I handed it off to my great team of front-end and back-end developers to make it a reality. With Datastream, we were able to provide the following to our users;</p>
</div>
<div class="small-12 cell align-center contact_me">
<a href="#" data-open="contact-1" title="Contact Me">
<span>Contact me </span>to learn about the process and goals of this project and others …</a>
</div>
</div>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="reveal large portfolio-modal animate__animated animate__fadeIn" id="Velocity" data-reveal>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x align-center">
<div class="small-12 cell">
<p>
<!-- <small>Client</small><br> -->
Flite | Velocity Video Ad Builder</p>
</div>
<div class="small-12 cell">
<ul class="fields">
<li>UX </li>
<li>UI </li>
</ul>
</div>
<div class="small-12 cell project-assets">
<div class="orbit" role="region" aria-label="Portfolio Pieces" data-orbit data-orbit data-options="animInFromLeft:fade-in; animInFromRight:fade-in; animOutToLeft:fade-out; animOutToRight:fade-out;" data-auto-play="false">
<div class="orbit-wrapper">
<ul class="orbit-container">
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/flite-velocity/poster.png" alt="Product Launch Poster" loading="lazy">
</figure>
</li>
</ul>
</div>
</div>
</div>
<div class="small-12 cell align-center project-description">
<p>Helped Flite built a first-to-market, lightweight, vertical video ad builder that personalizes engaging and interactive mobile ads — with ease, speed, and at scale.</p>
<p></p>
</div>
<div class="small-12 cell align-center contact_me">
<a href="#" data-open="contact-1" title="Contact Me">
<span>Contact me </span>to learn about the process and goals of this project and others …</a>
</div>
</div>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="reveal large portfolio-modal animate__animated animate__fadeIn" id="Beezwax" data-reveal>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x align-center">
<div class="small-12 cell">
<p>
<!-- <small>Client</small><br> -->
Beewax Data Tools Inc | Beezwax</p>
</div>
<div class="small-12 cell">
<ul class="fields">
<li>UX </li>
<li>UI </li>
<li>interactive </li>
</ul>
</div>
<div class="small-12 cell project-assets">
<div class="orbit" role="region" aria-label="Portfolio Pieces" data-orbit data-orbit data-options="animInFromLeft:fade-in; animInFromRight:fade-in; animOutToLeft:fade-out; animOutToRight:fade-out;" data-auto-play="false">
<div class="orbit-wrapper">
<ul class="orbit-container">
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/beezwax/mobile.png" alt="Desktop" loading="lazy">
</figure>
</li>
</ul>
</div>
</div>
</div>
<div class="small-12 cell align-center project-description">
<p>-</p>
<p></p>
</div>
<div class="small-12 cell align-center contact_me">
<a href="#" data-open="contact-1" title="Contact Me">
<span>Contact me </span>to learn about the process and goals of this project and others …</a>
</div>
</div>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="reveal large portfolio-modal animate__animated animate__fadeIn" id="Goma" data-reveal>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x align-center">
<div class="small-12 cell">
<p>
<!-- <small>Client</small><br> -->
Me, Myself and, Future Self | Goma</p>
</div>
<div class="small-12 cell">
<ul class="fields">
<li>branding </li>
<li>print </li>
</ul>
</div>
<div class="small-12 cell project-assets">
<div class="orbit" role="region" aria-label="Portfolio Pieces" data-orbit data-orbit data-options="animInFromLeft:fade-in; animInFromRight:fade-in; animOutToLeft:fade-out; animOutToRight:fade-out;" data-auto-play="false">
<div class="orbit-wrapper">
<ul class="orbit-container">
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/gomafont/113_Final_Mekuria.png" alt="Desktop" loading="lazy">
</figure>
</li>
</ul>
</div>
</div>
</div>
<div class="small-12 cell align-center project-description">
<p>-</p>
<p></p>
</div>
<div class="small-12 cell align-center contact_me">
<a href="#" data-open="contact-1" title="Contact Me">
<span>Contact me </span>to learn about the process and goals of this project and others …</a>
</div>
</div>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="reveal large portfolio-modal animate__animated animate__fadeIn" id="tom" data-reveal>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x align-center">
<div class="small-12 cell">
<p>
<!-- <small>Client</small><br> -->
Me, Myself and, Futue Self | tom</p>
</div>
<div class="small-12 cell">
<ul class="fields">
<li>Digital Paint </li>
</ul>
</div>
<div class="small-12 cell project-assets">
<div class="orbit" role="region" aria-label="Portfolio Pieces" data-orbit data-orbit data-options="animInFromLeft:fade-in; animInFromRight:fade-in; animOutToLeft:fade-out; animOutToRight:fade-out;" data-auto-play="false">
<div class="orbit-wrapper">
<ul class="orbit-container">
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/eye_candy/tom.png" alt=" " loading="lazy">
</figure>
</li>
</ul>
</div>
</div>
</div>
<div class="small-12 cell align-center project-description">
<p>-</p>
<p></p>
</div>
<div class="small-12 cell align-center contact_me">
<a href="#" data-open="contact-1" title="Contact Me">
<span>Contact me </span>to learn about the process and goals of this project and others …</a>
</div>
</div>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="reveal large portfolio-modal animate__animated animate__fadeIn" id="im" data-reveal>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x align-center">
<div class="small-12 cell">
<p>
<!-- <small>Client</small><br> -->
Me, Myself and, Futue Self | I'm </p>
</div>
<div class="small-12 cell">
<ul class="fields">
<li>branding </li>
<li>print </li>
</ul>
</div>
<div class="small-12 cell project-assets">
<div class="orbit" role="region" aria-label="Portfolio Pieces" data-orbit data-orbit data-options="animInFromLeft:fade-in; animInFromRight:fade-in; animOutToLeft:fade-out; animOutToRight:fade-out;" data-auto-play="false">
<div class="orbit-wrapper">
<ul class="orbit-container">
<li class="orbit-slide">
<figure class="orbit-figure">
<img class="orbit-image" src="assets/img/projects/eye_candy/im.png" alt=" " loading="lazy">
</figure>
</li>
</ul>
</div>
</div>
</div>
<div class="small-12 cell align-center project-description">
<p>-</p>
<p></p>
</div>
<div class="small-12 cell align-center contact_me">
<a href="#" data-open="contact-1" title="Contact Me">
<span>Contact me </span>to learn about the process and goals of this project and others …</a>
</div>
</div>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="reveal large portfolio-modal animate__animated animate__fadeIn" id="USASA" data-reveal>
<div class="grid-container fluid">
<div class="grid-x grid-margin-x align-center">
<div class="small-12 cell">
<p>
<!-- <small>Client</small><br> -->
USASA.org | USASA Website</p>
</div>
<div class="small-12 cell">
<ul class="fields">
<li>UX </li>
<li>UI </li>
<li>Interactive Protoype </li>
<li>HTML5 </li>
<li>js </li>
<li>Graphic Design </li>
</ul>
</div>
<div class="small-12 cell">
<iframe src="assets/iframe/usasa/index.html" width="100%" height="100vh" loading="lazy"> </iframe>
</div>
<div class="small-12 cell align-center project-description">
<p>Flite’s Component Studio is a self-service web-based tool that allows you to create, package, and publish Flite ad components. A Flite ad component is a reusable, configurable mini-application that can be quickly and seamlessly integrated into a Flite ad.</p>
<p>Once a component is created, advertisers are able to simply drop it into an ad and configure it to their specifications, without writing any code. This allows customers to quickly and easily take advantage of that component’s unique functionality, and allows the component’s creator to use Flite ads as a revenue-generation channel.</p>
</div>
<div class="small-12 cell align-center contact_me">
<a href="#" data-open="contact-1" title="Contact Me">
<span>Contact me </span>to learn about the process and goals of this project and others …</a>
</div>
</div>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="tiny reveal contact-form" id="contact-1" data-reveal data-close-on-click="true" data-animation-in="fade-in" data-animation-out="fade-out">
<iframe src="https://formfacade.com/headless/109553800958004043713/home/form/1FAIpQLSd0zl0ubim61TiTtBT6xHjujQvxa15rA711HkI-jwnWbblsPA" scrolling="no" frameBorder="0" width="100%" style="height:890px;
overflow-y:hidden;"></iframe>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<footer class="footer-wrapper animated fluid">
<div class="grid-container fluid">
<div class="grid-x grid-margin-x" data-equalizer data-equalize-on="medium">
<div class="small-12 medium-6 cell hide">
<p>© Mekuria Getinet <span id="spanYear"> </span>. All Rights Reserved.</p>
</div>
<div class="small-12 cell">
<div class="social-footer-icons">
<a href="#" data-open="contact-1" data-tooltip class="top" tabindex="2" title="Contact Me"><i class="fa fa-comment-alt" aria-hidden="true"></i></a>
<a href="https://twitter.com/getinet" target="_blank" data-tooltip class="top" tabindex="2" title="Chirp Chirp">
<i class="fab fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/getinet" target="_blank" data-tooltip class="top" tabindex="2" title="Keep it Professional">
<i class="fab fa-linkedin" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/getinet/" target="_blank" data-tooltip class="top" tabindex="2" title="Say Gouda">
<i class="fab fa-instagram" aria-hidden="true"></i></a>
<a href="https://unsplash.com/@getinet" target="_blank" data-tooltip class="top" tabindex="2" title="Giving Back">
<i class="fab fa-unsplash" aria-hidden="true"></i></a>
</div>
</div>
</div>
</footer>
<script src="assets/js/app.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1KBWLY70N7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1KBWLY70N7');
</script>
<!-- FadeIn ViewPort -->
<script>
var isInViewport = function(elem) {
var distance = elem.getBoundingClientRect();
return (
distance.top >= 0 &&
distance.left >= 0 &&
distance.bottom <= (window.innerHeight || document.documentElement.clientHeight) &&
distance.right <= (window.innerWidth || document.documentElement.clientWidth)
);
};
// read the link on how above code works
var findMe = document.querySelectorAll('.project-cell-wrapper');
window.addEventListener('scroll', function(event) {
// add event on scroll
findMe.forEach(element => {
//for each .thisisatest
if (isInViewport(element)) {
//if in Viewport
element.classList.add("fade-in");
}
else {
element.classList.remove("fade-in");
}
});
}, false);
</script>
<!-- UNSPLASH -->
<script>
const getRandomNum = () => {
return Math.floor(Math.random() * 99);
};
const cubes = document.getElementsByClassName('unsplash-image');
for (let item of cubes) {
const bgImage = `url('https://source.unsplash.com/collection/25143518/${getRandomNum()}')`;
item.style.backgroundImage = `${bgImage}`;
}
</script>
<!-- particlesJS -->
<script>
particlesJS("particles-js", {"particles":{"number":{"value":19,"density":{"enable":true,"value_area":800}},"color":{"value":"#ffffff"},"shape":{"type":"edge","stroke":{"width":0,"color":"#000000"},"polygon":{"nb_sides":5},"image":{"src":"img/github.svg","width":100,"height":100}},"opacity":{"value":0.3551164387345227,"random":true,"anim":{"enable":false,"speed":1,"opacity_min":0.1,"sync":false}},"size":{"value":3,"random":true,"anim":{"enable":false,"speed":40,"size_min":0.1,"sync":false}},"line_linked":{"enable":true,"distance":150,"color":"#ffffff","opacity":0.4,"width":1},"move":{"enable":true,"speed":4,"direction":"top","random":true,"straight":false,"out_mode":"bounce","bounce":false,"attract":{"enable":true,"rotateX":600,"rotateY":1200}}},"interactivity":{"detect_on":"canvas","events":{"onhover":{"enable":false,"mode":"repulse"},"onclick":{"enable":true,"mode":"push"},"resize":true},"modes":{"grab":{"distance":400,"line_linked":{"opacity":1}},"bubble":{"distance":400,"size":40,"duration":2,"opacity":8,"speed":3},"repulse":{"distance":200,"duration":0.4},"push":{"particles_nb":4},"remove":{"particles_nb":2}}},"retina_detect":true});var count_particles, stats, update;
</script>
<!-- Zoom In -->
<script type="text/javascript">
var container = document.getElementsByClassName("orbit-image");
for (var i = 0; i < container.length; i++) {
container[i].onclick = function(event) {
this.classList.toggle('zoomed');
}
}
</script>
<!-- PAN ZOOM -->
<script>
(function() {
// Get all images with the `detail-view` class
var zoomBoxes = document.querySelectorAll('.detail-view');
// Extract the URL
zoomBoxes.forEach(function(image) {
var imageCss = window.getComputedStyle(image, false),
imageUrl = imageCss.backgroundImage
.slice(4, -1).replace(/['"]/g, '');
// Get the original source image
var imageSrc = new Image();
imageSrc.onload = function() {
var imageWidth = imageSrc.naturalWidth,
imageHeight = imageSrc.naturalHeight,
ratio = imageHeight / imageWidth;
// Adjust the box to fit the image and to adapt responsively
var percentage = ratio * 100 + '%';
image.style.paddingBottom = percentage;
// Zoom and scan on mousemove
image.onmousemove = function(e) {
// Get the width of the thumbnail
var boxWidth = image.clientWidth,
// Get the cursor position, minus element offset
x = e.pageX - this.offsetLeft,
y = e.pageY - this.offsetTop,
// Convert coordinates to % of elem. width & height
xPercent = x / (boxWidth / 100) + '%',
yPercent = y / (boxWidth * ratio / 100) + '%';
// Update styles w/actual size
Object.assign(image.style, {
backgroundPosition: xPercent + ' ' + yPercent,
backgroundSize: imageWidth + 'px'
});
};
// Reset when mouse leaves
image.onmouseleave = function(e) {
Object.assign(image.style, {
backgroundPosition: 'center',
backgroundSize: 'cover'
});
};
}
imageSrc.src = imageUrl;
});
})();
</script>
<!-- TYPEWRITER -->
<script>
// The typewriter element
var typeWriterElement = document.getElementById('typewriter');
// The TextArray:
var textArray = ["visual designer",
"coder",
"product designer",
"tinkerer",
"photographer",
"ui / visual designer",
"consultant",
"ux designer"];
// You can also do this by transfering it through a data-attribute
// var textArray = typeWriterElement.getAttribute('data-array');
// function to generate the backspace effect
function delWriter(text, i, cb) {
if (i >= 0 ) {
typeWriterElement.innerHTML = text.substring(0, i--);
// generate a random Number to emulate backspace hitting.
var rndBack = 10 + Math.random() * 100;
setTimeout(function() {
delWriter(text, i, cb);
},rndBack);
} else if (typeof cb == 'function') {
setTimeout(cb,500);
}
};
// function to generate the keyhitting effect
function typeWriter(text, i, cb) {
if ( i < text.length+1 ) {
typeWriterElement.innerHTML = text.substring(0, i++);
// generate a random Number to emulate Typing on the Keyboard.
var rndTyping = 100 - Math.random() * 100;
setTimeout( function () {
typeWriter(text, i++, cb)
},rndTyping);
} else if (i === text.length+1) {
setTimeout( function () {
delWriter(text, i, cb)
},500);
}
};
// the main writer function
function StartWriter(i) {
if (typeof textArray[i] == "undefined") {
setTimeout( function () {
StartWriter(0)
},500);
} else if(i < textArray[i].length+1) {
typeWriter(textArray[i], 0, function () {
StartWriter(i+1);
});
}
};
// wait one second then start the typewriter
setTimeout( function () {
StartWriter(0);
},4000);
</script>
<!-- RANDOM PROJECTS -->
<script>
onload = function(){
var parent = document.getElementById("shuffle");
var frag = document.createDocumentFragment();
while (parent.children.length) {
frag.appendChild(parent.children[Math.floor(Math.random() * parent.children.length)]);
}
parent.appendChild(frag);
}
</script>
</html>