-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchived-projects.html
More file actions
84 lines (70 loc) · 3.14 KB
/
Copy patharchived-projects.html
File metadata and controls
84 lines (70 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alina Bochkacheva</title>
<script type="text/javascript" src="js/jquery-1.11.1.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-54802940-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-54802940-1');
</script>
</head>
<body class="project-page">
<nav class="clearfix">
<div class="nav-wrapper">
<a class="home-link" href="index.html">« Go home</a>
<ul>
<li><a href="#myfab5">2014-2015</a></li>
<!--
<li><a href="#comic">2014</a></li>
<li><a href="#sticker">2013</a></li>-->
</ul>
</div>
</nav>
<section class="slide top-slide" id="myfab5">
<div class="wrapper">
<span class="company">MyFab5</span>
<h1 class="title" id="main_intro">
Restaurant Discovery Mobile App <span class="year-range">(2014-2015)</span>
</h1>
<div class="content-wrapper">
<p>MyFab5 was a restaurant discovery app. You might wonder, “How is that different from Yelp?”. MyFab5 offered a different a new type of ranking. Instead of leaving stars and reviews, users would rank their favorite top 5 restaurants in each category (such as pizza, sushi, burgers, etc.)</p>
<p>
<h3>What was I responsible for?</h3>
I redesigned MyFab5's iOS and Android apps and then recruited users to perform usability testing. Each app included multiple flows:
<ul>
<li>Sign-up flow</li>
<li>Home page discovery</li>
<li>Allowing users to rank favorite restaurants</li>
<li>Allowing users to add restaurants to a bucket list</li>
</ul>
</p>
</div>
<figure class="wide-image-container full-width">
<img class="wide-image" src="images/myfab5/ranking-xp.jpg">
<figcaption>Ranking in a specific category flow</figcaption>
</figure>
<div class="content-wrapper">
Interactive prototype of a sign-up flow:
</div>
<iframe src="https://marvelapp.com/3309ce5?emb=1&iosapp=false&frameless=false" width="360" height="823" allowTransparency="true" frameborder="0"></iframe>
</section><!--End Slide 1-->
<footer class="contact">
<h1>Ready to contact?</h1>
<span>Email me:</span>
<a href="mailto:alinabochkacheva@gmail.com">alinabochkacheva@gmail.com</a> or connect with me on
<a href="https://www.linkedin.com/pub/alina-bochkacheva/6a/109/92b" target="_blank">LinkedIn</a>
<span id="powered">No templates were harmed in creation of this website</span>
</footer>
</body>
</html>