-
Notifications
You must be signed in to change notification settings - Fork 0
/
prj-bitmex-mobile-1.html
392 lines (361 loc) · 16 KB
/
prj-bitmex-mobile-1.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>Mobile - Instrument Details</title>
<link rel="icon" href="img/favicons/favicon.ico" type="image/ico">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicons/favicon-16x16.png">
<link rel="manifest" href="img/favicons/site.webmanifest">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate CSS -->
<link rel="stylesheet" href="css/animate.css">
<!-- themify icon CSS -->
<link rel="stylesheet" href="vendors/themify_icons/themify-icons.css">
<!-- owl carousel CSS -->
<link rel="stylesheet" href="vendors/owl_carousel/css/owl.carousel.css">
<!-- icomoon CSS -->
<link rel="stylesheet" href="vendors/icomoon/style.css">
<!-- magnific popup CSS -->
<link rel="stylesheet" href="vendors/magnify_popup/magnific-popup.css">
<!-- flaticon CSS -->
<link rel="stylesheet" href="vendors/flatIcon/flaticon.css">
<!-- style CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header part -->
<!-- preloader -->
<div class="preloader-wrapper" id="preloader-wrapper">
<div class="percentage-wrapper">
<div class="loadbar-percent"></div>
<div id="percent"></div>
</div>
</div>
<!-- preloader end -->
<!-- header part -->
<div class="offcanvas_overlay"></div>
<header class="header_part classic_header right_align_header position_abs">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light justify-content-between align-items-center">
<a class="navbar-brand main_logo" href="index.html"><img src="img/logos/logo-us-black-52.png" srcset="img/logos/logo-us-black-52.png 2x" alt="logo"></a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item dropdown menu_list">
<a class="nav-link font-weight-bold" href="javascript:history.back()" aria-haspopup="false" aria-expanded="false">
back
</a>
</li>
<li class="nav-item dropdown menu_list">
<a class="nav-link" href="about.html" aria-haspopup="false" aria-expanded="false">
about
</a>
</li>
<li class="nav-item dropdown menu_list">
<a class="nav-link" href="downloads/resume.pdf" aria-haspopup="false" aria-expanded="false" target="_blank">
Resume
</a>
</li>
</ul>
</div>
<!-- <div class="header_right_option ml-5 d-none d-lg-block">
<div class="menu-trigger style_2">
<div class="dot_icon">
<span class="dot one"></span>
<span class="dot two"></span>
<span class="dot three"></span>
<span class="dot four"></span>
<span class="dot five"></span>
<span class="dot six"></span>
<span class="dot seven"></span>
<span class="dot eight"></span>
<span class="dot nine"></span>
</div>
</div>
</div> -->
</nav>
</div>
</div>
</div>
</header>
<!-- header part end -->
<!-- off_canvus_menu -->
<div class="off_canvus_item d-flex align-content-between flex-wrap ft_font">
<div class="canvas_menu_header justify-content-end">
<span class="close_icon">
<i class="ti-close"></i>
</span>
</div>
<div class="canvus_item_warp">
<div class="canvus_item_iner">
<a class="main_logo" href="index.html"><img src="img/logo-us-black.png" srcset="img/logo-us-black.png 2x" alt="logo">
</a>
<img src="img/page_1.png" alt="#" class="img-fluid">
<h2>Uday</h2>
</div>
</div>
<div class="menu_btm_section">
<h5>Drop a note</h5>
<div class="social_icon">
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter-alt"></i></a>
<a href="#"><i class="ti-dribbble"></i></a>
</div>
</div>
</div>
<!-- off_canvus_menu -->
<!-- header part end -->
<!-- banner part -->
<section class="breadcrumb_part blog_breadcrumb_style_1 portfolio_breadcrumb bg_1">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="breadcrumb_iner_part text-left">
<a href="#" class="cu_btn tag_btn_1 wow fadeInUp" data-wow-delay=".3s">Crypto Fintech</a>
<h3 class="wow fadeInUp" data-wow-delay=".5s">Instrument Details</h3>
<!-- <h6 class="wow fadeInUp" data-wow-delay=".5s">BitMEX</h6> -->
</div>
</div>
</div>
</div>
</section>
<!-- breadcrumb part end -->
<!-- portfolio content part -->
<section class="portfolio_details_content padding_top border_bottom">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="portfolio_content_iner">
<h3>BitMEX Mobile App</h3>
<p>BitMEX Mobile allows users to manage all critical account features, and provides access to BitMEX’s full
range of innovative products. Available in Google Play Store and Apple App Store in over 140 countries
worldwide (except select geographies like US, Cuba, Iran). </p>
<p>My team and I had the opportunity to design the official mobile application from the scratch. </p>
<p>The app was an instant hit with over $5B in trade volume resulting in a revenue of over $2M in the first six
months of launch. Over 50k installations in the first 6 months and drove a 144% quarter over quarter revenue
growth.</p>
</div>
</div>
<div class="col-lg-4">
<div class="portfolio_content_list pl_30">
<div class="content_list_iner">
<div class="single_content_list">
<h5>Company</h5>
<p>BitMEX</p>
</div>
<div class="single_content_list">
<h5>Role</h5>
<p>Product Designer</p>
</div>
<div class="single_content_list">
<h5>Year</h5>
<p>2018-2020</p>
</div>
<div class="single_content_list">
<h5>Site</h5>
<p> <a href="https://www.bitmex.com" target="_blank">bitmex.com</a></p>
</div>
<div class="single_content_list">
<h5>Duration</h5>
<p>6 Weeks</p>
</div>
<!-- <div class="single_content_list">
<h5>Share:</h5>
<div class="social_icon">
<a href="#"><i class="ti-dribbble"></i></a>
<a href="#"><i class="ti-facebook"></i></a>
<a href="#"><i class="ti-twitter-alt"></i></a>
</div>
</div> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- portfolio content part end -->
<!-- video section part here -->
<section class="video_section section_padding border_bottom">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="video_section_content">
<img src="img/about_us_img_1_shape.png" alt="#" class="about_img_shape" data-parallax='{"x": 0, "y": 50, "rotateZ":0}'>
<div class="video_popup_section">
<img src="img/banner_img/vbg-prj-bitmex-mobile-1.png" alt="#" class="img-fluid">
<a href="https://www.youtube.com/watch?v=_MeyYV4E2dQ" class="video_popup play_animation"><img src="img/icon/play_icon.png" alt=""></a>
</div>
<div class="round_shape_animation"></div>
</div>
</div>
</div>
</div>
</section>
<!-- video section part end -->
<!-- portfolio content part -->
<section class="portfolio_content_details section_padding border_bottom">
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-10">
<div class="section_tittle mb_55">
<h5 class="wow fadeInDown" data-wow-delay=".3s">Context</h5>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 mb-3">
<h4>A high traffic screen where the customer makes the decision to open, close or amend a position.</h4>
</div>
<div class="col-lg-8">
<div class="row">
<div class="col-lg-4">
<h6>Customer Goals</h6>
<ul>
<li>Understand the current market</li>
<li>Easily access and read critical information, while on the move </li>
</ul>
</div>
<div class="col-lg-4">
<h6>Product Goals</h6>
<ul>
<li>Provide appropriate information to the user to help them make right & quick financial decisions</li>
</ul>
</div>
<div class="col-lg-4">
<h6>Design Challenges</h6>
<ul>
<li>Large amount of different data with similar priority</li>
<li>Design to avoid fat-fingering errors</li>
<li>Constantly changing multiple pieces of information </li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- portfolio content part end -->
<!-- portfolio details gallery -->
<section class="portfolio_details_gallery sec_padding border_bottom">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/3-prj-bitmex-mobile-1.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-sm-10">
<div class="section_tittle mb_55">
<h5 class="wow fadeInDown" data-wow-delay=".3s">Screenshots</h5>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/1-prj-bitmex-mobile-1.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/2-prj-bitmex-mobile-1.png" alt="#" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="portfolio_details_shape" data-parallax='{"x": 0, "y": 100}'>
<img src="img/icon/testimonial_icon_3.png" alt="#" class="wow fadeInRight" data-wow-delay=".3s">
</div>
</section>
<!-- portfolio details gallery end -->
<!-- testimonial part here -->
<section class="testimonial_section navText padding_top">
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-10">
<div class="section_tittle mb_55">
<h5 class="wow fadeInDown" data-wow-delay=".3s">Wins & Innovations</h5>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="testimonial_section_content testimonial_slider owl-carousel">
<div class="single_testimonial_slider">
<img src="img/icon/contributions.png" alt="#">
<h5>Most Significant Contribution</h5>
<p>Understanding how traders do technical analysis and the markers traders look for in a candlestick chart.
Working through 18+ pieces of data points to prioritize what needs to be displayed and where on the the mobile screen
will it be most useful for the trader.</p>
</div>
<div class="single_testimonial_slider">
<img src="img/icon/wins.png" alt="#">
<h5>Most Significant Win </h5>
<p>Designed a high traffic screen with very complex information architecture to accurately reflect the dynamic and
constantly changing nature of the platform without wearing out or overwhelming the user.</p>
</div>
</div>
</div>
</div>
</div>
<img src="img/icon/testimonial_icon_4.png" alt="#" class="testimonial_icon_2 wow fadeInRight" data-wow-delay=".3s">
</section>
<!-- testimonial part end -->
<!-- footer part here -->
<footer class="footer_section">
<div class="border_top"></div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="copyright_part">
<div class="row align-items-center">
<div class="col-lg-6 col-md-8">
<p>© Copyright 2021 Uday Shankar </p>
</div>
<div class="col-lg-6 col-md-4">
<div class="social_icon">
<a href="https://www.github.com/udayms" target="_blank"><i class="ti-github"></i></a>
<a href="https://www.linkedin.com/in/udayms" target="_blank"><i class="ti-linkedin"></i></a>
<a href="https://www.twitter.com/udayms" target="_blank"><i class="ti-twitter-alt"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer part end -->
<!-- jquery slim -->
<script src="js/jquery-3.5.1.min.js"></script>
<!-- popper js -->
<script src="js/popper.min.js"></script>
<!-- bootstarp js -->
<script src="js/bootstrap.min.js"></script>
<!-- owl carousel js -->
<script src="vendors/owl_carousel/js/owl.carousel.min.js"></script>
<!--magnific popup js -->
<script src="vendors/magnify_popup/jquery.magnific-popup.js"></script>
<!-- parallax js -->
<script src="vendors/parallax/jquery.parallax-scroll.js"></script>
<script src="vendors/parallax/parallax.js"></script>
<script src="vendors/parallax/breadctumb_parallax.js"></script>
<!-- wow js -->
<script src="vendors/wow/wow.min.js"></script>
<!-- imagesloaded js -->
<script src="vendors/imagesloaded/imagesloaded.pkgd.min.js"></script>
<!-- custom js -->
<script src="js/custom.js"></script>
</body>
</html>