-
Notifications
You must be signed in to change notification settings - Fork 0
/
framer.html
executable file
·240 lines (171 loc) · 10.3 KB
/
framer.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nitesh Kumar's Portfolio</title>
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="fancybox/source/jquery.fancybox.css" type="text/css" media="screen" />
<link href="css/base.css" rel="stylesheet">
<link href="css/fonts.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
</head>
<body>
<div class="ff-jb">
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="name"><a href="index.html">Nitesh Kumar</a></div>
<ul class="nav">
<a href="mailto:[email protected]"><li>CONTACT</li></a>
<a href="https://medium.com/@thatnitesh" target="blank"><li>WRITING</li></a>
<a href="about"><li>ABOUT</li></a>
<a href="index"><li>WORK</li></a>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="project-name">Prototyping A Trip Booking Experience With Framer</div>
<div class="project-desc">
I recently started learning Framer js and I absolutely love it. It gives you a sense of freedom to design anything you can imagine. I prototyped the journey of a user through booking a trip on an iOS app.
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/framer.png"><img class="first-screen" src="images/framer/framer.png"></a>
</div>
</div>
</div>
</div>
<div class="story">
<div class="container">
<div class="row">
<div class="heading col-md-8 col-md-offset-2">The Task</div>
<p class="text col-md-8 col-md-offset-2">
Make screens for the user’s booking journey through a holiday marketplace platform.
</p>
<p class="text col-md-8 col-md-offset-2">
<strong>Flow - </strong>
</p>
<ol class="text col-md-8 col-md-offset-2 ol-gap">
<li>User selects a destination from given options. For simplicity, select Bangkok.</li>
<li>User specifies the number of days and nights and the number of people he wants the trip for. For simplicity keep the number of days to 2.</li>
<li>He selects his round trip tickets. Based on his selection, his pick/drop from the airport is arranged automatically. Show that info as well.</li>
<li>He will pick up a suitable hotel from given options.</li>
<li>He selects different activities from a curated list.</li>
</ol>
<div class="heading col-md-8 col-md-offset-2">Assumptions Made</div>
<p class="text col-md-8 col-md-offset-2">
To keep things simple, I made the following assumptions while designing the trip booking flow. This helped in making prototyping simple —
</p>
<ol class="text col-md-8 col-md-offset-2 ol-gap">
<li>The user selects Bangkok as trip destination.</li>
<li>Your current city is already known. It is Bangalore in this case.</li>
<li>The number of travellers is 2 Adults and 0 kids.</li>
<li>The app provides you only with return tickets to your travel destination.</li>
</ol>
<div class="heading col-md-8 col-md-offset-2">The Power Of Sketch</div>
<p class="text col-md-8 col-md-offset-2">
I am a huge believer in the value of analog sketches (on paper) to quickly produce mockups before taking it to pixels. It also helps to keep the process loose and inspired and helps avoid wasting hours on designing something that I won’t end up using.
</p>
<p class="text col-md-8 col-md-offset-2">
Here are some of the early wireframes I did before designing the pixels —
</p>
<div class="col-md-12">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/framer-w.jpeg"><img class="story-img" src="images/framer/framer-w.jpeg"></a>
</div>
<div class="heading col-md-8 col-md-offset-2">Visual Explorations</div>
<p class="text col-md-8 col-md-offset-2">
After wireframes, I moved on to detailed UX flows and tappable UI prototype, considering each interaction and test cases that I would’ve had to handle in case it was to be developed by engineers.
</p>
<div class="col-md-4 col-md-offset-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/1.png"><img class="story-img" src="images/framer/1.png"></a>
</div>
<div class="col-md-12 caption">Step 1 : User selects a Travel Destination (Bangkok)</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/2.png"><img class="story-img" src="images/framer/2.png"></a>
</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/3a.png"><img class="story-img" src="images/framer/3a.png"></a>
</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/2b.png"><img class="story-img" src="images/framer/2b.png"></a>
</div>
<div class="col-md-12 caption">Step 2 : User enters the travel dates and the number of travellers</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/4.png"><img class="story-img" src="images/framer/4.png"></a>
</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/4a.png"><img class="story-img" src="images/framer/4a.png"></a>
</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/4b.png"><img class="story-img" src="images/framer/4b.png"></a>
</div>
<div class="col-md-12 caption">Step 3: User books flight tickets</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/5.png"><img class="story-img" src="images/framer/5.png"></a>
</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/5a.png"><img class="story-img" src="images/framer/5a.png"></a>
</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/5b.png"><img class="story-img" src="images/framer/5b.png"></a>
</div>
<div class="col-md-12 caption">Step 3: User books his stay</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/6.png"><img class="story-img" src="images/framer/6.png"></a>
</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/6a.png"><img class="story-img" src="images/framer/6a.png"></a>
</div>
<div class="col-md-4">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/6b.png"><img class="story-img" src="images/framer/6b.png"></a>
</div>
<div class="col-md-12 caption">Step 5 : User selects activities to do in Bangkok from a curated list</div>
<div class="heading col-md-8 col-md-offset-2">Prototyping With Framer</div>
<p class="text col-md-8 col-md-offset-2">
To consider all the minute interactions and the intended flow, I prototyped my screens with Framerjs. I find it really useful because it gives you an idea of all the small details before you start building something.
</p>
<p class="text col-md-8 col-md-offset-2">
Here is the link to the prototype: <a href="http://share.framerjs.com/9z8wilxdy9q6/">http://share.framerjs.com/9z8wilxdy9q6/</a>
</a>
<div class="col-md-12">
<a class="fancybox-button" rel="fancybox-button" href="images/framer/framer.mov"><video class="story-img" width="90%" height="auto" align="middle" source="" src="images/framer/framer.mov" type="video/mov" autoplay="" loop=""></video></a>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="project-nav">
<a href="index" class="home-link">HOME</a>
<a href="tripnote" class="proj-nav-btn next"><span class="next-text">NEXT</span><i class="fa fa-long-arrow-right"></i></a>
<a href="tripnote" class="proj-nav-btn prev"><i class="fa fa-long-arrow-left"></i><span class="prev-text">PREVIOUS</span></a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 footer">
Made with <i class="fa fa-heart"></i> by Nitesh Kumar
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bottstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="fancybox/lib/jquery-1.10.1.min.js "></script>
<script type="text/javascript" src="fancybox/source/jquery.fancybox.pack.js"></script>
<script type="text/javascript" src="fancybox/lib/fancybox-load.js"></script>
</body>
</html>