-
Notifications
You must be signed in to change notification settings - Fork 0
/
clients.html
449 lines (423 loc) · 19.1 KB
/
clients.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
<!DOCTYPE html>
<html lang="en-us" ng-app="MB" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<!-- Meta Tags for SEO -->
<title>DiversaTech Consulting</title>
<meta name='subject' content='Consulting' />
<meta name='description' content="DiversaTech Consulting is UC Berkeley's tech consultancy. We are unique from other consulting organizations because we combine both engineering and business principles to create dynamic recommendations and strategies." />
<meta name='keywords' content='DiversaTech, DiversaTech berkeley, cal DiversaTech, consulting, diversatech consulting, berkeley' />
<meta name='url' content='http://diversatech.org' />
<meta name='copyright' content='DiversaTech' />
<meta name='robots' content='index, follow' />
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!--Import Google Icon Font-->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!--Import Google Font-->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap" rel="stylesheet">
<!--Import Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<!--navigation bar-->
<div id='nav-container'></div>
<body>
<!-- Page Content -->
<div class="container my-5">
<!--Clients Content -->
<!-- Spring 2020 Clients -->
<div class="row px-3">
<h1 class="page-title">Spring 2021 Clients</h1>
</div>
<div class="row py-4 px-3 justify-content-center">
<div class="row company-profiles">
<div class="card company-profile-card">
<a href="https://www.bird.co/">
<img src="img/companies/spring_2021/bird.png" alt="Shopify" class="card-image" />
</a>
</div>
<div class="card company-profile-card">
<a href="https://www.shopify.com/">
<img src="img/companies/spring_2021/shopify.png" alt="Bird" class="card-image" />
</a>
</div>
<div class="card company-profile-card">
<a href="hhttps://www.snackpass.co/">
<img src="img/companies/spring_2021/snackpass.png" alt="Snackpass" class="card-image" />
</a>
</div>
<div class="card company-profile-card">
<a href="https://www.oracle.com/">
<img src="img/companies/spring_2021/oracle.png" alt="Oracle" class="card-image" />
</a>
</div>
</div>
</div>
<div class="row py-4 px-3 justify-content-center">
<div class="row company-profiles">
</div>
<p class="lead text-center">Every semester, we undergo a client application process where we select 4 clients that we will undergo engagement with over the course of 10 weeks. Apply online through our portal today! We look forward to hearing from you, working with you, and providing solutions for your company.</p>
<a href="contact.html" class="btn btn-lg btn-warning">Apply to be a Client</a>
</div>
<!-- /.row -->
<hr>
<!-- Our Services -->
<div class="row px-3">
<h1 class="page-title">Our Services</h1>
</div>
<div class="row py-4">
<div class="col-lg-1 service-icon-container">
<i class="fa fa-user"></i>
</div>
<div class="col-lg-5">
<h2 class="mt-3">Market Research</h2>
<p class="lead">We analyze landscape trends, evaluate competitors, and interview user groups to better understand opportunities within our clients’ target market.</p>
</div>
<div class="col-lg-1 service-icon-container">
<i class="fa fa-thumbs-up"></i>
</div>
<div class="col-lg-5">
<h2 class="mt-3">Product Marketing</h2>
<p class="lead">Informing our decisions with research findings, we strategize how our clients can best reach, convert, and maintain their desired audience.</p>
</div>
<div class="col-lg-1 service-icon-container">
<i class="fa fa-database"></i>
</div>
<div class="col-lg-5">
<h2 class="mt-3">Data Analysis</h2>
<p class="lead">Employing querying and visualization tools like Tableau and SQL, we use data to tell compelling stories and motivate our proposals.</p>
</div>
<div class="col-lg-1 service-icon-container">
<i class="fa fa-paint-brush"></i>
</div>
<div class="col-lg-5">
<h2 class="mt-3">UI/UX Prototyping</h2>
<p class="lead">We develop fully clickable Figma prototypes, iteratively refine them with feedback from user tests, and demonstrate identified user flows.</p>
</div>
<div class="col-lg-1 service-icon-container">
<i class="fa fa-code"></i>
</div>
<div class="col-lg-5">
<h2 class="mt-3">Software Engineering</h2>
<p class="lead">From chatbots to custom tools, we ideate, design, and develop innovative technical solutions responsive to our client’s needs.</p>
</div>
<div class="col-lg-1 service-icon-container">
<i class="fa fa-mobile"></i>
</div>
<div class="col-lg-5">
<h2 class="mt-3">Web & Mobile Development</h2>
<p class="lead">Motivated by the client’s brand, their audience, and UX design best practices, we develop complete sites and applications from design to deployment.</p>
</div>
</div>
<hr>
<!-- Client Testimonials Section -->
<div class="row px-3">
<h1 class="page-title">Client Testimonials</h1>
</div>
<div class="row py-4">
<div class="col-lg-6" style="margin-bottom:25px">
<div class="card card-light plain-card">
<div class="card-body">
<blockquote class="blockquote mb-0">
<p class="lead">“Quokka Brew loved working with the DiversaTech team! With a hands on approach, DiversaTech was able to offer not only valuable insights, but also acted on those insights to bring their recommendations to life. We were blown away by their professionalism as well as their strong work ethic. When the pandemic hit, DiversaTech didn’t miss a beat, sticking to the original schedule and delivering an amazing app prototype for us to take to the next step of development. Thank you DiversaTech!”</p>
<footer class="blockquote-footer row">
<div class="col col-xs-6">
<h4>Gabriel Bloch</h4>
<cite title="Source Title">Head of Business Development & Strategy, <a href="https://www.quokkabrew.com/">Quokka Brew</a></cite>
</div>
<div class="col col-xs-6 text-md-right">
<img src="img/companies/spring_2020/quokka_brew.png" height="75px" alt="profile" />
</div>
</footer>
</blockquote>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card card-light plain-card">
<div class="card-body">
<blockquote class="blockquote mb-0">
<p class="lead">“DiversaTech’s in-depth competitive analysis and personalized recommendations jumpstarted PayPal’s entry into a new product space. The team persevered in understanding the complexities of the fintech landscape, apparent by their preparation and professionalism in each meeting. We enjoyed working with DiversaTech and look forward to maintaining our relationship with the team.”</p>
<footer class="blockquote-footer row">
<div class="col col-xs-6">
<h4>Product Manager</h4>
<cite title="Source Title"><a href="https://www.paypal.com/">PayPal</a></cite>
</div>
<div class="col col-xs-6 text-md-right">
<img src="img/companies/fall_2019/paypal.png" height="50px" alt="profile" />
</div>
</footer>
</blockquote>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="card card-light plain-card">
<div class="card-body">
<blockquote class="blockquote mb-0">
<p class="lead">“The DiversaTech team was a pleasure to work with. To make sure the engagement was productive, the team invested time upfront scoping the project and clarifying the questions we were trying to answer. I thought the way they handled this process was impressive. Once we got into the project, I was not only satisfied by the team's quality of work, but also their ability to lend a fresh perspective to problems I think about on a day-to-day basis. Their research was thorough, they were receptive to feedback, and their recommendations balance creativity with practicality. I'd happily recommend working with the team.”</p>
<footer class="blockquote-footer row">
<div class="col col-xs-6">
<h4>Product Manager</h4>
<cite title="Source Title"><a href="https://www.plaid.com/">Plaid</a></cite>
</div>
<div class="col col-xs-6 text-md-right">
<img src="img/companies/spring_2020/plaid.png" height="75px" alt="profile"/>
</div>
</footer>
</blockquote>
</div>
</div>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Select Past Clients Section -->
<div class="row px-3">
<h1 class="page-title">Select Past Clients</h1>
</div>
<div class="row py-4 px-3">
<p class="lead">DiversaTech has served dozens of businesses across nearly every industry and sector.</p>
<div class="row company-profiles">
<!--Snapchat-->
<div class="card company-profile-card">
<a href="https://www.snapchat.com/">
<img src="img/companies/spring_2020/snapchat.png" class="card-image" />
</a>
</div>
<!--Quokka Brew-->
<div class="card company-profile-card">
<a href="https://quokkabrew.com/">
<img src="img/companies/spring_2020/quokka_brew.png" class="card-image" />
</a>
</div>
<!--Sephora-->
<div class="card company-profile-card">
<a href="https://www.sephora.com/">
<img src="img/companies/spring_2020/sephora2.png" class="card-image" />
</a>
</div>
<!--Plaid-->
<div class="card company-profile-card">
<a href="https://plaid.com/">
<img src="img/companies/spring_2020/plaid.png" class="card-image" />
</a>
</div>
<!--Jumpstart-->
<div class="card company-profile-card">
<a href="https://www.jumpstart.me/">
<img src="img/companies/fall_2019/jumpstart2.png" class="card-image" />
</a>
</div>
<!--Paypal-->
<div class="card company-profile-card">
<a href="https://www.paypal.com/">
<img src="img/companies/fall_2019/paypal.png" class="card-image" />
</a>
</div>
<!--Tinder-->
<div class="card company-profile-card">
<a href="https://www.tinder.com/">
<img src="img/companies/fall_2019/tinder.png" class="card-image" />
</a>
</div>
<!--Keysight-->
<div class="card company-profile-card">
<a href="https://www.keysight.com/">
<img src="img/companies/fall_2019/keysight2.jpg" class="card-image" />
</a>
</div>
<!--AirBnb-->
<div class="card company-profile-card">
<a href="https://www.airbnb.com/">
<img src="img/companies/spring_2019/airbnb.png" class="card-image" />
</a>
</div>
<!--LinkedIn-->
<div class="card company-profile-card">
<a href="https://www.linkedin.com/">
<img src="img/companies/spring_2019/linkedin.png" class="card-image" />
</a>
</div>
<!--Microsoft-->
<div class="card company-profile-card">
<a href="https://www.microsoft.com/">
<img src="img/companies/spring_2019/microsoft.png" class="card-image" />
</a>
</div>
<!--Affirm-->
<div class="card company-profile-card">
<a href="https://www.affirm.com/">
<img src="img/companies/spring_2019/affirm.png" class="card-image" />
</a>
</div>
<!--Gap-->
<div class="card company-profile-card">
<a href="https://www.gap.com/">
<img src="img/companies/fall_2018/gap.png" class="card-image" />
</a>
</div>
<!--Twitter-->
<div class="card company-profile-card">
<a href="https://www.twitter.com/">
<img src="img/companies/fall_2018/twitter.png" class="card-image" />
</a>
</div>
<!--Adidas-->
<div class="card company-profile-card">
<a href="https://www.adidas.com/">
<img src="img/companies/fall_2018/adidas.png" class="card-image" />
</a>
</div>
<!--Adobe-->
<div class="card company-profile-card">
<a href="https://www.adobe.com/">
<img src="img/companies/spring_2018/adobe.jpeg" class="card-image" />
</a>
</div>
<!--Wikipedia-->
<div class="card company-profile-card">
<a href="https://www.wikipedia.org/">
<img src="img/companies/spring_2018/wikipedia.png" class="card-image" />
</a>
</div>
<!--Dropbox-->
<div class="card company-profile-card">
<a href="https://www.dropbox.com/">
<img src="img/companies/spring_2018/dropbox.png" class="card-image" />
</a>
</div>
<!--Google-->
<div class="card company-profile-card">
<a href="https://www.google.com/">
<img src="img/companies/fall_2017/google.png" class="card-image" />
</a>
</div>
<!--Chegg-->
<div class="card company-profile-card">
<a href="https://www.chegg.com/">
<img src="img/companies/fall_2017/chegg.png" class="card-image" />
</a>
</div>
<!--Smartex-->
<div class="card company-profile-card">
<a href="https://www.smartex.me/">
<img src="img/companies/fall_2017/smartex.jpg" class="card-image" />
</a>
</div>
<!--Skylar-->
<div class="card company-profile-card">
<a href="https://skylarsuite.com/">
<img src="img/companies/fall_2017/skylar.png" class="card-image" />
</a>
</div>
<!--symantec-->
<div class="card company-profile-card">
<a href="https://symantec.com">
<img src="img/companies/spring_2017/symantec.png" class="card-image" />
</a>
</div>
<!--ibm-->
<div class="card company-profile-card">
<a href="https://www.ibm.com">
<img src="img/companies/spring_2017/IBM.png" class="card-image" />
</a>
</div>
<!--quizlet-->
<div class="card company-profile-card">
<a href="https://quizlet.com">
<img src="img/companies/spring_2017/quizlet.png" class="card-image" />
</a>
</div>
<!--blue umbrella-->
<div class="card company-profile-card">
<a href="https://www.blueumbrella.com/">
<img src="img/companies/spring_2017/blue_umbrella.png" class="card-image" />
</a>
</div>
<!--HitMap-->
<div class="card company-profile-card">
<a href="https://beta.myhitmap.com/">
<img src="img/companies/spring_2017/hitmap.png" class="card-image" />
</a>
</div>
<!--Stride Travel-->
<div class="card company-profile-card">
<a href="https://www.stridetravel.com/">
<img src="img/companies/spring_2017/stridetravel.png" class="card-image" />
</a>
</div>
<!--ebay-->
<div class="card company-profile-card">
<a href="https://ebay.com">
<img src="img/companies/fall_2016/ebay.png" class="card-image" />
</a>
</div>
<!--autodesk-->
<div class="card company-profile-card">
<a href="https://www.autodesk.com">
<img src="img/companies/fall_2016/autodesk.png" class="card-image" />
</a>
</div>
<!--kiwi-->
<div class="card company-profile-card">
<a href="https://www.kiwicampus.com/en/">
<img src="img/companies/fall_2016/kiwi.png" class="card-image" />
</a>
</div>
</div>
</div>
<!-- /.row -->
<!-- Final Deliverables Section -->
<div class="row px-3">
<h1 class="page-title">Final Deliverables</h1>
</div>
<div class="row px-3">
<p class="lead">Screencaps from our fall 2020 final deliverables!</p>
</div>
<div class="row py-4 gallery-container">
<div class="col">
<img src="img/deliverables/fall_2020/edmodo.png"/>
</div>
<div class="col">
<img src="img/deliverables/fall_2020/headspace.png"/>
</div>
</div>
<div class="row py-4 gallery-container">
<div class="col">
<img src="img/deliverables/fall_2020/saama.png"/>
</div>
<div class="col">
<img src="img/deliverables/fall_2020/linkedin.png"/>
</div>
</div>
</div>
<!-- /.container -->
</body>
<!--footer bar-->
<div id='footer-container'></div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!--Import custom.js-->
<script type="text/javascript" src="js/custom.js"></script>
</html>