Explorer
project
index.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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>rloopUI — Portfolio</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500&display=swap"
rel="styleHeet"
/>
</head>
<body>
<main class="rl-app">
<!-- ============== SIDEBAR ============== -->
<aside class="rl-sidebar" data-sidebar>
<div class="rl-sidebar__head">
<figure class="rl-avatar">
<img
src="https://g.top4top.io/p_38032imi80.png"
alt="Avatar"
/>
<span class="rl-avatar__dot" aria-label="online"></span>
</figure>
<div class="rl-id">
<h1 class="rl-id__name">SALEH ALMASRI</h1>
<p class="rl-id__role">Product Designer · Front-end</p>
</div>
<button class="rl-toggle" data-sidebar-btn aria-expanded="false">
<span>Show contacts</span>
<svg
viewBox="0 0 24 24"
width="16"
height="16"
fill="none"
stroke="currentColor"
stroke-width="2.2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="6 9 12 15 18 9" />
</svg>
</button>
</div>
<div class="rl-sidebar__more">
<div class="rl-sep"></div>
<ul class="rl-contacts">
<li>
<span class="rl-ic"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="5" width="18" height="14" rx="2" />
<path d="m3 7 9 6 9-6" /></svg
></span>
<div>
<p>Email</p>
<a href="mailto:hello@rloop.dev">hello@rloop.dev</a>
</div>
</li>
<li>
<span class="rl-ic"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path
d="M22 16.92V21a1 1 0 0 1-1.1 1A19 19 0 0 1 2 4.1 1 1 0 0 1 3 3h4.09a1 1 0 0 1 1 .75l1 4a1 1 0 0 1-.27 1L7 10.5a16 16 0 0 0 6.5 6.5l1.75-1.82a1 1 0 0 1 1-.27l4 1a1 1 0 0 1 .75 1Z"
/></svg
></span>
<div>
<p>Phone</p>
<a href="tel:+966500000000">+966 50 000 0000</a>
</div>
</li>
<li>
<span class="rl-ic"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="4" width="18" height="18" rx="2" />
<path d="M16 2v4M8 2v4M3 10h18" /></svg
></span>
<div>
<p>Joined</p>
<time>March 12, 2024</time>
</div>
</li>
<li>
<span class="rl-ic"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M21 10c0 7-9 13-9 13S3 17 3 10a9 9 0 1 1 18 0Z" />
<circle cx="12" cy="10" r="3" /></svg
></span>
<div>
<p>Location</p>
<address>Riyadh, Saudi Arabia</address>
</div>
</li>
</ul>
<div class="rl-sep"></div>
<ul class="rl-social">
<li>
<a href="#" aria-label="GitHub"
><svg viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 .5A11.5 11.5 0 0 0 .5 12a11.5 11.5 0 0 0 7.86 10.93c.58.11.79-.25.79-.56v-2c-3.2.7-3.87-1.36-3.87-1.36-.52-1.33-1.28-1.69-1.28-1.69-1.05-.71.08-.7.08-.7 1.16.08 1.77 1.19 1.77 1.19 1.03 1.77 2.7 1.26 3.36.97.1-.75.4-1.26.73-1.55-2.55-.29-5.24-1.28-5.24-5.7 0-1.26.45-2.29 1.19-3.1-.12-.29-.52-1.47.11-3.07 0 0 .97-.31 3.18 1.18a11 11 0 0 1 5.79 0c2.21-1.49 3.18-1.18 3.18-1.18.63 1.6.23 2.78.11 3.07.74.81 1.19 1.84 1.19 3.1 0 4.43-2.69 5.41-5.25 5.69.41.36.78 1.07.78 2.16v3.2c0 .31.21.68.8.56A11.5 11.5 0 0 0 23.5 12 11.5 11.5 0 0 0 12 .5Z"
/></svg
></a>
</li>
<li>
<a href="#" aria-label="Twitter"
><svg viewBox="0 0 24 24" fill="currentColor">
<path
d="M18.244 2H21l-6.55 7.49L22 22h-6.83l-4.78-6.26L4.7 22H2l7.02-8.03L2 2h6.91l4.32 5.71L18.24 2Zm-1.2 18h1.55L7.04 4H5.4l11.64 16Z"
/></svg
></a>
</li>
<li>
<a href="#" aria-label="Dribbble"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="10" />
<path
d="M8.5 2.5c4 4.5 6.5 9.5 7.5 18.5M2.5 9.5c6 0 12-.5 17.5 4M2 16c5-2 11-3 18 1.5"
/></svg
></a>
</li>
<li>
<a href="#" aria-label="LinkedIn"
><svg viewBox="0 0 24 24" fill="currentColor">
<path
d="M4.98 3.5A2.5 2.5 0 1 1 5 8.5a2.5 2.5 0 0 1-.02-5ZM3 9.5h4V21H3V9.5Zm6 0h3.8v1.57h.06c.53-1 1.83-2.07 3.77-2.07 4.03 0 4.77 2.65 4.77 6.1V21h-4v-5.13c0-1.22-.02-2.79-1.7-2.79-1.7 0-1.96 1.33-1.96 2.7V21H9V9.5Z"
/></svg
></a>
</li>
</ul>
</div>
</aside>
<!-- ============== MAIN ============== -->
<div class="rl-main">
<!-- NAV -->
<nav class="rl-nav">
<ul>
<li><button class="rl-tab active" data-nav-link>About</button></li>
<li><button class="rl-tab" data-nav-link>Resume</button></li>
<li><button class="rl-tab" data-nav-link>Portfolio</button></li>
<li><button class="rl-tab" data-nav-link>Contact</button></li>
</ul>
</nav>
<!-- ABOUT -->
<article class="rl-page active" data-page="about">
<header><h2 class="rl-h2">About me</h2></header>
<p class="rl-lead">
I craft calm, focused product experiences for ambitious teams. Five years building
design systems, marketing surfaces, and dashboards that ship — with a soft spot for
accessible motion and pixel-honest typography.
</p>
<p class="rl-lead">
My toolbox: Figma, React, TypeScript, and a notebook full of grid sketches. I lead with
research, defend whitespace, and believe great interfaces should feel obvious in
hindsight.
</p>
<!-- SERVICES -->
<section class="rl-section">
<h3 class="rl-h3">What I do</h3>
<ul class="rl-services">
<li>
<span class="rl-srv-ic" data-grad="1"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M3 3h7v7H3zM14 3h7v7h-7zM14 14h7v7h-7zM3 14h7v7H3z" /></svg
></span>
<div>
<h4>Product Design</h4>
<p>End-to-end flows, prototypes, and usability research.</p>
</div>
</li>
<li>
<span class="rl-srv-ic" data-grad="2"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polyline points="16 18 22 12 16 6" />
<polyline points="8 6 2 12 8 18" /></svg
></span>
<div>
<h4>Front-end Build</h4>
<p>React + TypeScript + design tokens, no shortcuts.</p>
</div>
</li>
<li>
<span class="rl-srv-ic" data-grad="3"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="12" cy="12" r="9" />
<path d="M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18" /></svg
></span>
<div>
<h4>Design Systems</h4>
<p>Tokens, components, docs that grow with the team.</p>
</div>
</li>
<li>
<span class="rl-srv-ic" data-grad="4"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 20l9-7-9-7-9 7 9 7Z" />
<path d="M12 12v8" /></svg
></span>
<div>
<h4>Brand & Identity</h4>
<p>Logos, type, and visual systems for product brands.</p>
</div>
</li>
</ul>
</section>
<!-- TESTIMONIALS -->
<section class="rl-section">
<h3 class="rl-h3">Testimonials</h3>
<ul class="rl-quotes">
<li data-testimonials-item>
<img src="https://i.pravatar.cc/120?img=47" alt="Layla" data-testimonials-avatar />
<div>
<h4 data-testimonials-title>Layla Kassem</h4>
<div data-testimonials-text>
<p>
Saleh is the rare designer who codes. He shipped our design system in a
quarter — and it still scales.
</p>
</div>
</div>
</li>
<li data-testimonials-item>
<img src="https://i.pravatar.cc/120?img=12" alt="Omar" data-testimonials-avatar />
<div>
<h4 data-testimonials-title>Omar Haddad</h4>
<div data-testimonials-text>
<p>
Hands-down the cleanest handoff I've ever received. Every component had docs,
every spacing was justified.
</p>
</div>
</div>
</li>
<li data-testimonials-item>
<img src="https://i.pravatar.cc/120?img=32" alt="Nora" data-testimonials-avatar />
<div>
<h4 data-testimonials-title>Nora Bilal</h4>
<div data-testimonials-text>
<p>
He rewrote our onboarding and conversion jumped 38% in two weeks. No magic —
just craft.
</p>
</div>
</div>
</li>
<li data-testimonials-item>
<img src="https://i.pravatar.cc/120?img=15" alt="Yousef" data-testimonials-avatar />
<div>
<h4 data-testimonials-title>Yousef Rahman</h4>
<div data-testimonials-text>
<p>
Working with Saleh felt like having a senior PM, designer, and engineer in one
calm slack thread.
</p>
</div>
</div>
</li>
</ul>
</section>
<!-- CLIENTS -->
<section class="rl-section">
<h3 class="rl-h3">Selected clients</h3>
<ul class="rl-clients">
<li>Lumen</li>
<li>Northwave</li>
<li>Orbital</li>
<li>Kindly</li>
<li>Paperjet</li>
<li>Vault</li>
</ul>
</section>
</article>
<!-- RESUME -->
<article class="rl-page" data-page="resume">
<header><h2 class="rl-h2">Resume</h2></header>
<section class="rl-section">
<div class="rl-tl-head">
<span class="rl-tl-ic"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 10v6M2 10l10-5 10 5-10 5z" />
<path d="M6 12v5c0 2 4 3 6 3s6-1 6-3v-5" /></svg
></span>
<h3 class="rl-h3">Education</h3>
</div>
<ol class="rl-tl">
<li>
<h4>King Saud University</h4>
<span>2017 — 2021</span>
<p>BSc in Computer Science. Graduated with honors.</p>
</li>
<li>
<h4>IDEO U — Design Thinking</h4>
<span>2022</span>
<p>Certificate program in human-centered design.</p>
</li>
<li>
<h4>Frontend Masters — Path to React</h4>
<span>2023</span>
<p>Deep-dive into hooks, suspense, and performance.</p>
</li>
</ol>
</section>
<section class="rl-section">
<div class="rl-tl-head">
<span class="rl-tl-ic"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="7" width="18" height="13" rx="2" />
<path d="M8 7V5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" /></svg
></span>
<h3 class="rl-h3">Experience</h3>
</div>
<ol class="rl-tl">
<li>
<h4>Senior Product Designer — Lumen</h4>
<span>2023 — Present</span>
<p>
Leading the design system and shipping the new analytics suite. Mentoring two
designers.
</p>
</li>
<li>
<h4>Product Designer — Northwave</h4>
<span>2021 — 2023</span>
<p>Owned the onboarding redesign that lifted activation by 41%.</p>
</li>
<li>
<h4>UI Designer — Freelance</h4>
<span>2019 — 2021</span>
<p>Twelve shipped products: SaaS dashboards, landing pages, brand systems.</p>
</li>
</ol>
</section>
<section class="rl-section">
<h3 class="rl-h3">My skills</h3>
<ul class="rl-skills">
<li>
<div>
<h5>Product Design</h5>
<span>95%</span>
</div>
<div class="rl-bar"><i style="--w: 95%"></i></div>
</li>
<li>
<div>
<h5>Design Systems</h5>
<span>90%</span>
</div>
<div class="rl-bar"><i style="--w: 90%"></i></div>
</li>
<li>
<div>
<h5>React & TypeScript</h5>
<span>80%</span>
</div>
<div class="rl-bar"><i style="--w: 80%"></i></div>
</li>
<li>
<div>
<h5>Motion & Prototyping</h5>
<span>75%</span>
</div>
<div class="rl-bar"><i style="--w: 75%"></i></div>
</li>
</ul>
</section>
</article>
<!-- PORTFOLIO -->
<article class="rl-page" data-page="portfolio">
<header><h2 class="rl-h2">Portfolio</h2></header>
<ul class="rl-filter">
<li><button class="active" data-filter-btn>All</button></li>
<li><button data-filter-btn>Web design</button></li>
<li><button data-filter-btn>Applications</button></li>
<li><button data-filter-btn>Brand</button></li>
</ul>
<ul class="rl-grid" data-grid>
<li data-filter-item data-category="web design">
<a href="#"
><figure>
<img
src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=800&h=520&fit=crop"
alt=""
/><span class="rl-grid__overlay"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M7 17 17 7M7 7h10v10" /></svg
></span>
</figure>
<h3>Finance — Dashboard</h3>
<p>Web design</p></a
>
</li>
<li data-filter-item data-category="applications">
<a href="#"
><figure>
<img
src="https://images.unsplash.com/photo-1551434678-e076c223a692?w=800&h=520&fit=crop"
alt=""
/><span class="rl-grid__overlay"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M7 17 17 7M7 7h10v10" /></svg
></span>
</figure>
<h3>Orizon — Mobile</h3>
<p>Applications</p></a
>
</li>
<li data-filter-item data-category="brand">
<a href="#"
><figure>
<img
src="https://images.unsplash.com/photo-1542744095-291d1f67b221?w=800&h=520&fit=crop"
alt=""
/><span class="rl-grid__overlay"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M7 17 17 7M7 7h10v10" /></svg
></span>
</figure>
<h3>Fundo — Identity</h3>
<p>Brand</p></a
>
</li>
<li data-filter-item data-category="web design">
<a href="#"
><figure>
<img
src="https://images.unsplash.com/photo-1467232004584-a241de8bcf5d?w=800&h=520&fit=crop"
alt=""
/><span class="rl-grid__overlay"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M7 17 17 7M7 7h10v10" /></svg
></span>
</figure>
<h3>Brawlhalla — Landing</h3>
<p>Web design</p></a
>
</li>
<li data-filter-item data-category="applications">
<a href="#"
><figure>
<img
src="https://images.unsplash.com/photo-1517336714731-489689fd1ca8?w=800&h=520&fit=crop"
alt=""
/><span class="rl-grid__overlay"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M7 17 17 7M7 7h10v10" /></svg
></span>
</figure>
<h3>DSM — Toolkit</h3>
<p>Applications</p></a
>
</li>
<li data-filter-item data-category="brand">
<a href="#"
><figure>
<img
src="https://images.unsplash.com/photo-1620641788421-7a1c342ea42e?w=800&h=520&fit=crop"
alt=""
/><span class="rl-grid__overlay"
><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M7 17 17 7M7 7h10v10" /></svg
></span>
</figure>
<h3>Metaspark — Brand</h3>
<p>Brand</p></a
>
</li>
</ul>
</article>
<!-- CONTACT -->
<article class="rl-page" data-page="contact">
<header><h2 class="rl-h2">Contact</h2></header>
<section class="rl-map">
<iframe
src="https://www.openstreetmap.org/export/embed.html?bbox=46.55%2C24.55%2C46.85%2C24.85&layer=mapnik"
loading="lazy"
></iframe>
</section>
<section class="rl-section">
<h3 class="rl-h3">Contact Form</h3>
<form class="rl-form" data-form>
<div class="rl-form__row">
<input
type="text"
name="fullname"
placeholder="Full name"
required
data-form-input
/>
<input
type="email"
name="email"
placeholder="Email address"
required
data-form-input
/>
</div>
<textarea
name="message"
placeholder="Your message"
required
data-form-input
></textarea>
<button type="submit" disabled data-form-btn>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 2 11 13M22 2l-7 20-4-9-9-4 20-7Z" />
</svg>
<span>Send message</span>
</button>
</form>
</section>
</article>
</div>
</main>
</body>
</html>
rloop.dev/p/Pr-K27