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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Saleh-Portfolio</title>
</head>
<body>
<div class="bg-blobs">
<span class="blob b1"></span>
<span class="blob b2"></span>
<span class="blob b3"></span>
</div>
<nav class="glass nav">
<a href="#" class="brand">SALEH<span>.</span></a>
<button class="menu-btn" id="menuBtn" aria-label="Toggle menu">
<span></span><span></span><span></span>
</button>
<ul class="links" id="links">
<li><a href="#about">About</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<header class="hero">
<div class="glass hero-card">
<span class="badge">Available for work</span>
<h1>Hi, I am <span class="grad">Saleh </span></h1>
<p>
Product designer and front-end developer crafting clean, glassy interfaces with delightful
motion.
</p>
<div class="cta">
<a class="btn primary" href="#work">View Work</a>
<a class="btn ghost" href="#contact">Contact Me</a>
</div>
</div>
</header>
<section id="about" class="section">
<h2>About</h2>
<div class="glass card about">
<img src="https://i.pravatar.cc/120?img=12" alt="Alex"/>
<p>
I design and build modern web experiences. I love minimal layouts, subtle glass surfaces,
and code that reads like prose.
</p>
</div>
</section>
<section id="work" class="section">
<h2>Selected Work</h2>
<div class="grid">
<article class="glass card project" data-tilt>
<div class="thumb t1"></div>
<h3>Aurora Dashboard</h3>
<p>Analytics suite with glass panels.</p>
</article>
<article class="glass card project" data-tilt>
<div class="thumb t2"></div>
<h3>Lumen Store</h3>
<p>E-commerce, soft pastel theme.</p>
</article>
<article class="glass card project" data-tilt>
<div class="thumb t3"></div>
<h3>Pulse App</h3>
<p>Mobile-first fitness tracker.</p>
</article>
</div>
</section>
<section id="skills" class="section">
<h2>Skills</h2>
<div class="chips">
<span class="glass chip">HTML</span>
<span class="glass chip">CSS</span>
<span class="glass chip">JavaScript</span>
<span class="glass chip">React</span>
<span class="glass chip">Figma</span>
<span class="glass chip">Motion</span>
</div>
</section>
<section id="contact" class="section">
<h2>Contact</h2>
<form class="glass card form" id="contactForm">
<input type="text" placeholder="Your name" required />
<input type="email" placeholder="you@email.com" required />
<textarea rows="3" placeholder="Message" required></textarea>
<button class="btn primary" type="submit">Send</button>
<p class="status" id="status"></p>
</form>
</section>
<footer class="foot">2026 Saleh-Built with glass</footer>
</body>
</html>
rloop.dev/p/Pr-M24