-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
461 lines (409 loc) · 20.2 KB
/
profile.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
450
451
452
453
454
455
456
457
458
459
460
461
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>index Here</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link href="css/humans_in_tech.css" rel="stylesheet">
<link href="css/humans_in_tech_custom.css" rel="stylesheet">
</head>
<body>
<nav class="top_nav">
<section class="nav_container">
<div class="brand">
<a href="landing.html">Humans in tech</a>
</div>
<div class="menu text-right">
<ul>
<li class="menu_item"><a href="discover.html">Discover <span class="hidden-xs">Humans <i class="fas fa-users ml-1"></i></span></a></li>
<li class="menu_item">
<div class="dropdown">
<a class="dropdown-toggle" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
MENU <i class="fas fa-bars ml-1"></i>
</a>
<div class="dropdown-menu dropdown-menu-right animated fadeInUp" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#"> <i class="fas fa-pencil-alt"></i>Edit information</a>
<a class="dropdown-item active" href="#"> <i class="fas fa-user"></i>Profile</a>
<a class="dropdown-item" href="#"> <i class="fas fa-comment"></i>Messages</a>
<a class="dropdown-item" href="#"> <i class="fas fa-dollar-sign"></i>Consultations</a>
<a class="dropdown-item" href="#"> <i class="fas fa-project-diagram"></i>Contributions</a>
<a class="dropdown-item" href="#"> <i class="fas fa-hashtag"></i>Group tags</a>
<a class="dropdown-item" href="#"> <i class="fas fa-chart-line"></i>Stats </a>
<a class="dropdown-item" href="#"> <i class="fas fa-cog"></i>Settings</a>
<a class="dropdown-item" href="#"> <i class="fas fa-sign-out-alt"></i>Signout</a>
</div>
</div>
</li>
</ul>
</div>
</section>
</nav>
<section class="container">
<div class="human_wrapper mt-6">
<span class="human_p" style="background-image: url(https://i.pinimg.com/564x/f9/31/93/f9319364f1258d75ae557014b4140bdd.jpg)"></span>
<span class="human_action">
<a href="#" class="active">Connected</a>
<a href="#">Message me</a>
</span>
<span class="human_name">Gordon Turibamwe <span class="verified" style="font-size: 70%;"><i class="fas fa-check-circle"></i></span></span>
<span class="human_profession">Ux Dsigner, Ui Developer, Software Developer</span>
<span class="human_location">From Boston MA USA</span>
<span class="human_expertise">Robotics, Circut Assembly, Computation ..</span>
<button type="button" name="button" class="btn hire_btn mt-4">Available for Hire</button>
<span class="human_social">
<a href="#"><i class="fas fa-globe-africa"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-bitbucket"></i></a>
</span>
</div>
<div class="main_content">
<div class="profile_menu">
<a href="profile.html" class="active">About me</a>
<a href="contributions.html">Tech Projects</a>
<a href="network.html">Network</a>
<a href="#">More+</a>
</div>
<div class="introduction">
At Google, I Designed a User Experience Lifecycle approach to help better understand how non-US and the markets are using products.
</div>
<div class="aboutme">
<p>Gordon Turibamwe is a User Experience Lead at Google where she currently leads research on the end to end experience for all new and critical launches. She creates solid foundations to ensure that her team meets stakeholder, partner and user objectives through rich, insightful research and effective design.</p>
<p>She also has the pleasure of making Google consumer services better for users by helping product teams think creatively through design evaluations and sprints.</p>
</div>
<div class="aboutme">
<label class="title_label">Skills</label>
<p>Python, SQL, Ruby, Postgres, Ruby on Rails, AWS, Software, SQL, Ruby, Postgres, Ruby on Rails, AWS, Software</p>
</div>
<div class="contributions ">
<label class="title_label">Tech Projects</label>
<ul class="contributions_wrapper proj">
<li>
<a href="#" class="contribution_title">Google.com <span class="verified"><i class="fas fa-check-circle"></i></span> </a>
<span class="contribution_profession">User Experience Lead on Cross-cultural Usability</span>
<span class="contribution_info">
<span><a href="#">www.uber.com</a> </span>
<span><a href="#">Ride Sharing company</a> </span>
<span><a href="#">22+ Humans</a> </span>
</span>
<span class="contribution_content">
<p>Special focus on cross-cultural research and emerging demographics. Designed a User Experience Lifecycle approach to help better understand how non-US markets are using products in their everyday lives</p>
</span>
<span class="contribution_action">
<span><a href="#"><i class="fas fa-user-plus mr-1"></i> Request invite</a> </span>
<span><a href="#"><i class="far fa-bookmark mr-1"></i> Bookmark Project</a> </span>
<span><a href="#"><i class="fas fa-exclamation mr-1"></i> Report / Claim</a> </span>
</span>
</li>
<li>
<a href="#" class="contribution_title">Profile zone</a>
<span class="contribution_profession">Full stack Developer</span>
<span class="contribution_info">
<span><a href="#">www.profile.zone</a> </span>
<span><a href="#">Software as a Service</a> </span>
<span><a href="#">130+ Humans</a> </span>
</span>
<span class="contribution_content">
<p>Special focus on cross-cultural research and emerging demographics. Designed a User Experience Lifecycle approach to help better understand how non-US markets are using products in their everyday lives</p>
</span>
<span class="contribution_action">
<span><a href="#"><i class="fas fa-user-plus mr-1"></i> Request invite</a> </span>
<span><a href="#"><i class="far fa-bookmark mr-1"></i> Bookmark Project</a> </span>
<span><a href="#"><i class="fas fa-exclamation mr-1"></i> Report / Claim</a> </span>
</span>
</li>
</ul>
</div>
</div>
<div class="related_wrapper">
<div class="row related_humans">
<div class="col-12">
<label class="title_label mb-0 mt-5 text-center">Related humans in tech</label>
</div>
<span class="col-md-4 col-6">
<div class="human_wrapper text-left mt-6">
<a href="profile.html" class="human_p" style="background-image: url(https://i.pinimg.com/564x/12/46/73/124673b904684d67e9922fe1ee44e97c.jpg)"></a>
<span class="human_action">
<a href="#">Follow me</a>
<a href="#">Message me</a>
</span>
<a href="profile.html" class="human_name">Gordon Turibamwe</a>
<span class="human_profession">Ux Dsigner, Ui Developer, Software Developer</span>
<span class="human_location">Boston MA USA</span>
<span class="human_expertise">Robotics, Circut Assembly, Computation ..</span>
</div>
</span>
<span class="col-md-4 col-6">
<div class="human_wrapper text-left mt-6">
<a href="profile.html" class="human_p" style="background-image: url(https://i.pinimg.com/564x/90/b9/91/90b9916695755efbb717f2ec055da6e6.jpg)"></a>
<span class="human_action">
<a href="#">Follow me</a>
<a href="#">Message me</a>
</span>
<a href="profile.html" class="human_name">George Stephanie</a>
<span class="human_profession">Software Developer</span>
<span class="human_location">Boston MA USA</span>
<span class="human_expertise">Robotics, Circut Assembly, Computation ..</span>
</div>
</span>
<span class="col-md-4 col-6">
<div class="human_wrapper text-left mt-6">
<a href="profile.html" class="human_p" style="background-image: url(https://i.pinimg.com/564x/b8/96/7d/b8967d13fbed8bec73d947ed3e760061.jpg)"></a>
<span class="human_action">
<a href="#">Follow me</a>
<a href="#">Message me</a>
</span>
<a href="profile.html" class="human_name">Hiroyo Okubo</a>
<span class="human_profession">Software Developer</span>
<span class="human_location">Boston MA USA</span>
<span class="human_expertise">Robotics, Circut Assembly, Computation ..</span>
</div>
</span>
<span class="col-md-4 col-6">
<div class="human_wrapper text-left mt-3">
<a href="profile.html" class="human_p" style="background-image: url(https://i.pinimg.com/564x/99/54/ae/9954ae19a4e1c0136042430414ce47d1.jpg)"></a>
<span class="human_action">
<a href="#">Following</a>
<a href="#">Message me</a>
</span>
<a href="profile.html" class="human_name">Sarah Hackbie</a>
<span class="human_profession">Ui Developer, Software Developer</span>
<span class="human_location">Hawthone CA USA</span>
<span class="human_expertise">Robotics, Circut Assembly, Computation ..</span>
</div>
</span>
<span class="col-md-4 col-6">
<div class="human_wrapper text-left mt-3">
<a href="profile.html" class="human_p" style="background-image: url(https://i.pinimg.com/564x/12/46/73/124673b904684d67e9922fe1ee44e97c.jpg)"></a>
<span class="human_action">
<a href="#">Following</a>
<a href="#">Message me</a>
</span>
<a href="profile.html" class="human_name">Gordon Turibamwe</a>
<span class="human_profession">Ux Dsigner, Ui Developer, Software Developer</span>
<span class="human_location">Boston MA USA</span>
<span class="human_expertise">Robotics, Circut Assembly, Computation ..</span>
</div>
</span>
<span class="col-md-4 col-6">
<ul class="network_humans mt-3">
<li>
<a href="profile.html" class="human_p" style="background-image: url(https://i.pinimg.com/564x/88/f1/97/88f197edeb547272bc47ffc280c5d57e.jpg)"></a>
<span class="h_c">
<a href="profile.html" class="human_name">Belinda Nabusimba</a>
<span class="human_profession">Tech Recruitor</span>
<span class="human_location">Arlington MA USA</span>
</span>
</li>
<li>
<a href="profile.html" class="human_p" style="background-image: url(https://i.pinimg.com/564x/b1/5c/c3/b15cc3cddb6daf455792a0678d9b440b.jpg)"></a>
<span class="h_c">
<a href="profile.html" class="human_name">Fred Kayiwa</a>
<span class="human_profession">Tech Musician</span>
<span class="human_location">Kampala Uganda</span>
</span>
</li>
<li>
<a href="profile.html" class="human_p" style="background-image: url(https://i.pinimg.com/564x/11/65/4d/11654d626cd541e12e9f6657f992261b.jpg)"></a>
<span class="h_c">
<a href="profile.html" class="human_name">Sarah Hackbie</a>
<span class="human_profession">Ui Developer, Software Developer</span>
<span class="human_location">Hawthone CA USA</span>
</span>
</li>
<li>
<a href="profile.html" class="human_p" style="background-image: url(https://i.pinimg.com/564x/d5/e6/14/d5e614771f873f2d0247def6881842ea.jpg)"></a>
<span class="h_c">
<a href="profile.html" class="human_name">Jessica Nalongo</a>
<span class="human_profession">Software Developer</span>
<span class="human_location">Hawthone CA USA</span>
</span>
</li>
</ul>
</span>
</div>
</div>
<div class="related_wrapper">
<div class="row related_humans">
<div class="col-12">
<label class="title_label mb-0 mt-5 text-center">Related humans from your location</label>
</div>
<span class="col-md-4 col-6">
<div class="human_wrapper text-left mt-6">
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/99/54/ae/9954ae19a4e1c0136042430414ce47d1.jpg)"></a>
<span class="human_action">
<a href="#">Follow me</a>
<a href="#">Message me</a>
</span>
<a href="#" class="human_name">Sarah Hackbie</a>
<span class="human_profession">Ui Developer, Software Developer</span>
<span class="human_location">Hawthone CA USA</span>
<span class="human_expertise">Robotics, Circut Assembly, Computation ..</span>
</div>
</span>
<span class="col-md-4 col-6">
<ul class="network_humans mt-6">
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/88/f1/97/88f197edeb547272bc47ffc280c5d57e.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Belinda Nabusimba</a>
<span class="human_profession">Tech Recruitor</span>
<span class="human_location">Arlington MA USA</span>
</span>
</li>
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/b1/5c/c3/b15cc3cddb6daf455792a0678d9b440b.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Fred Kayiwa</a>
<span class="human_profession">Tech Musician</span>
<span class="human_location">Kampala Uganda</span>
</span>
</li>
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/11/65/4d/11654d626cd541e12e9f6657f992261b.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Sarah Hackbie</a>
<span class="human_profession">Ui Developer, Software Developer</span>
<span class="human_location">Hawthone CA USA</span>
</span>
</li>
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/d5/e6/14/d5e614771f873f2d0247def6881842ea.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Jessica Nalongo</a>
<span class="human_profession">Software Developer</span>
<span class="human_location">Hawthone CA USA</span>
</span>
</li>
</ul>
</span>
<span class="col-md-4 col-6">
<div class="human_wrapper text-left mt-6">
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/88/18/4d/88184d7c22ac226f3facc62f4f196602.jpg)"></a>
<span class="human_action">
<a href="#">Follow me</a>
<a href="#">Message me</a>
</span>
<a href="#" class="human_name">Neila Namatovu </a>
<span class="human_profession">Web Developer</span>
<span class="human_location">Boston MA USA</span>
<span class="human_expertise">Robotics, Circut Assembly, Computation ..</span>
</div>
</span>
<span class="col-md-4 col-6">
<ul class="network_humans mt-6">
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/88/f1/97/88f197edeb547272bc47ffc280c5d57e.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Belinda Nabusimba</a>
<span class="human_profession">Tech Recruitor</span>
<span class="human_location">Arlington MA USA</span>
</span>
</li>
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/b1/5c/c3/b15cc3cddb6daf455792a0678d9b440b.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Fred Kayiwa</a>
<span class="human_profession">Tech Musician</span>
<span class="human_location">Kampala Uganda</span>
</span>
</li>
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/11/65/4d/11654d626cd541e12e9f6657f992261b.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Sarah Hackbie</a>
<span class="human_profession">Ui Developer, Software Developer</span>
<span class="human_location">Hawthone CA USA</span>
</span>
</li>
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/d5/e6/14/d5e614771f873f2d0247def6881842ea.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Jessica Nalongo</a>
<span class="human_profession">Software Developer</span>
<span class="human_location">Hawthone CA USA</span>
</span>
</li>
</ul>
</span>
<span class="col-md-4 col-6">
<div class="human_wrapper text-left mt-6">
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/b8/96/7d/b8967d13fbed8bec73d947ed3e760061.jpg)"></a>
<span class="human_action">
<a href="#">Follow me</a>
<a href="#">Message me</a>
</span>
<a href="#" class="human_name">Hiroyo Okubo</a>
<span class="human_profession">Software Developer</span>
<span class="human_location">Boston MA USA</span>
<span class="human_expertise">Robotics, Circut Assembly, Computation ..</span>
</div>
</span>
<span class="col-md-4 col-6">
<ul class="network_humans mt-6">
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/88/f1/97/88f197edeb547272bc47ffc280c5d57e.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Belinda Nabusimba</a>
<span class="human_profession">Tech Recruitor</span>
<span class="human_location">Arlington MA USA</span>
</span>
</li>
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/b1/5c/c3/b15cc3cddb6daf455792a0678d9b440b.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Fred Kayiwa</a>
<span class="human_profession">Tech Musician</span>
<span class="human_location">Kampala Uganda</span>
</span>
</li>
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/11/65/4d/11654d626cd541e12e9f6657f992261b.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Sarah Hackbie</a>
<span class="human_profession">Ui Developer, Software Developer</span>
<span class="human_location">Hawthone CA USA</span>
</span>
</li>
<li>
<a href="#" class="human_p" style="background-image: url(https://i.pinimg.com/564x/d5/e6/14/d5e614771f873f2d0247def6881842ea.jpg)"></a>
<span class="h_c">
<a href="#" class="human_name">Jessica Nalongo</a>
<span class="human_profession">Software Developer</span>
<span class="human_location">Hawthone CA USA</span>
</span>
</li>
</ul>
</span>
</div>
</div>
</section>
<section class="welcom_bg_light_gray mb-0">
<div class="welcome mt-0">
<h1 class="welcome">Humans in tech is an open source Project </h1>
<span class="sub_welcome_2">
<p class="mb-4">Showcase your technological projects, let people find you based on the topics, projects and expertise that you care about. </p>
<p class="mb-4">Start contributing to humans in tech. </p>
<p class="mt-5"><a href="https://github.com/HumansInTech" target="_blank" style="color: #fff;"><i class="fab fa-github fa-3x"></i> <br><br>Humans in tech</a> </p>
</span>
</div>
</section>
<!-- Bootstrap core JavaScript ================================================== -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script>
$("#topNavDropdown").click(function(event) {
event.preventDefault();
event.stopPropagation();
$(this).toggleClass('active');
$(".droppingDownMenu").toggle();
});
</script>
</body>
</html>