-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprj-hpe.html
441 lines (403 loc) · 20.9 KB
/
prj-hpe.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
<!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>HP Enterprise</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_7">
<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">Enterprise</a>
<h3 class="wow fadeInUp" data-wow-delay=".5s">Product Studios @</h3>
<!-- <h6 class="wow fadeInUp" data-wow-delay=".5s"></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>Multiple Roles, Projects, and Domains</h3>
<p>My initial charter at HPE was to establish the new Product Innovation Studio. Over a period of 2 years, I setup teams in Bangalore and Palo Alto, focused on designing and building new consumer and enterprise experiences across tablets, web, and mobile platforms. My teams built buildt hi-fidelity prototypes and front end code using stacks that matched our production environment for teams in Zurich, Dallas, and India.</p>
<p>Later in HP Software, I built and lead a highly talented product team to design, prototype and build HP Online Business Team's SaaS Portal, TechBeacon, HP Marketplace. My team - a mix of Designers, Prototypers, Front End and Full Stack Engineers, were responsible for the ongoing development and maintenance of multiple projects at HP. We worked closely with the other design teams across different geographies to prototype, test and experiment design solutions and ideas that help drive HP Online Business Team's sales strategies and campaigns.</p><p>As team, we achieved 300% lift in conversion rate after building capability to “connect the dots” on customer journeys by developing enterprise-wide view into customer history & campaign performance. Enabled marketing’s 1000% scaling to billions in annual pipeline (2017) from $10+ millions (2014)</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>Role</h5>
<p>Sr Manager, Prototyping & Front End</p>
</div>
<div class="single_content_list">
<h5>Year</h5>
<p>2011-2015</p>
</div>
<div class="single_content_list">
<h5>Site</h5>
<p> <a href="https://www.hpe.com/us/en/home.html" target="_blank">hpe.com</a></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 -->
<!-- video section part end -->
<!-- portfolio content part -->
<!-- portfolio content part end -->
<!-- portfolio details gallery -->
<!-- portfolio details gallery end -->
<!-- portfolio details gallery -->
<section class="portfolio_details_gallery sec_padding">
<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">Some interesting work from 2011 - 2018</h5>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="faq_content_iner section_padding">
<div class="single_faq_content wow fadeInDown">
<h4>Airlines Baggage Check-in</h4>
<p>My team researched, designed, prototyped and built the front end of HP's white labeled Airlines Baggage Check-in product that runs on HP Windows tablets.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-bci-1.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-bci-2.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-bci-3.png" alt="#" class="img-fluid">
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="faq_content_iner section_padding">
<div class="single_faq_content wow fadeInDown">
<h4>Airlines Passenger Check-in</h4>
<p>My team researched, designed, prototyped and built the front end of HP's white labeled Airlines Passenger Check-in product that runs on HP Windows tablets.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-pci-1.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-pci-2.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-pci-3.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-pci-4.png" alt="#" class="img-fluid">
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="faq_content_iner section_padding">
<div class="single_faq_content wow fadeInDown">
<h4>Airlines Cabin Crew Application</h4>
<p>My team researched, designed, prototyped and built the front end of HP's white labeled Airlines Cabin Crew Application that runs on HP Windows tablets.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-cca-1.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-cca-2.png" alt="#" class="img-fluid">
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="faq_content_iner section_padding">
<div class="single_faq_content wow fadeInDown">
<h4>Airlines In-flight Entertaintment</h4>
<p>My team researched, designed, prototyped and built the front end of HP's white labeled Airlines In-flight Entertaintment Application that runs on HP Windows tablets.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-ife-1.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-ife-2.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-ife-3.png" alt="#" class="img-fluid">
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="faq_content_iner section_padding">
<div class="single_faq_content wow fadeInDown">
<h4>SaaS Marketplace & Customer Accounts Portals</h4>
<p>My team prototyped and built the front end of HP Software's Marketplace and Customer Accounts Portal for HP's SaaS Offerrings.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-mp-2.png" alt="#" class="img-fluid">
</div>
</div>
<div class="col-lg-12 col-sm-12">
<div class="portfolio_details_img">
<img src="img/prj-scrshots/hpe-mp-3.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 -->
<!-- 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>Building a Product Studio with interaction designers, visual designers and researchers working very closely with front end engineers to deliver world class user experiences.</p>
</div>
<div class="single_testimonial_slider">
<img src="img/icon/wins.png" alt="#">
<h5>Most Significant Win </h5>
<p>Delivering compelling experiences to help marketing teams close deals with major airlines companies like Swiss, Lufthansa.</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>