-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
391 lines (379 loc) · 16.7 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>John Doe - UI/UX Designer & Developer</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Orbitron:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Audio elements for sound effects -->
<audio id="clickSound" src="sounds/hover.wav" preload="auto"></audio>
<audio id="menuOpenSound" src="sounds/expand.wav" preload="auto"></audio>
<audio id="menuCloseSound" src="sounds/close.wav" preload="auto"></audio>
<audio id="scrollTopSound" src="sounds/go-to-top.wav" preload="auto"></audio>
<!-- Scroll Bar -->
<div class="scroll-progress"></div>
<header>
<!-- Navigation Bar -->
<nav class="container">
<div class="logo">
JD
</div>
<ul class="nav-links clickable">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</nav>
</header>
<!-- Hero Section -->
<main>
<section id="home">
<div class="hero-bg"></div>
<div class="hero-particles" id="particles-js"></div>
<div class="hero-content">
<h1 class="hero-title">
<span class="glitch-wrapper"><span class="glitch" data-text="John Doe">John Doe</span></span>
</h1>
<p class="hero-subtitle">
UI/UX Designer & Developer
</p>
<a href="#projects" class="btn clickable">Explore More</a>
<a href="/your-cv.pdf" download class="btn btn-outline btn-download clickable">
<span class="download-text">Download CV</span>
<span class="download-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="about-container">
<div class="about-content">
<h2 class="about-title">
<span class="glitch-wrapper"><span class="glitch" data-text="About Me">About Me</span></span>
</h2>
<p class="about-text">
As a visionary UI/UX designer and developer, I craft immersive digital experiences that push the boundaries of what's possible. With 5 years of experience in creating intuitive and visually stunning interfaces, I blend cutting-edge technology with human-centered design principles to shape the future of digital interaction.
</p>
<br>
<p class="about-text">
My mission is to bridge the gap between user needs and business objectives, creating seamless experiences that not only meet but exceed expectations. By staying at the forefront of design trends and emerging technologies, I ensure that every project I touch is not just current, but ahead of its time.
</p>
</div>
<div class="about-image-container">
<img src="img/JohnDoe.jpg" alt="John Doe" class="about-image">
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services">
<div class="container">
<h2 class="text-center mb-5" style="color: var(--primary-color); font-family: 'Orbitron', sans-serif;">
<span class="glitch-wrapper"><span class="glitch" data-text="Services I Offer">Services I Offer</span></span>
</h2>
<div class="services-container">
<div class="service-item clickable">
<i class="service-icon fas fa-desktop"></i>
<h3 class="service-title">UI/UX Design</h3>
<p class="service-description">
Create intuitive and visually stunning user interfaces that enhance user experience and drive engagement.
</p>
<a href="#contact" class="service-cta">Learn More</a>
</div>
<div class="service-item clickable">
<i class="service-icon fas fa-mobile-alt"></i>
<h3 class="service-title">Responsive Web Design</h3>
<p class="service-description">
Develop websites that look and function flawlessly across all devices, from desktops to smartphones.
</p>
<a href="#contact" class="service-cta">Learn More</a>
</div>
<div class="service-item clickable">
<i class="service-icon fas fa-code"></i>
<h3 class="service-title">Front-end Development</h3>
<p class="service-description">
Transform designs into high-performance, interactive websites using the latest web technologies.
</p>
<a href="#contact" class="service-cta">Learn More</a>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills">
<div class="container">
<h2 class="text-center mb-5" style="color: var(--primary-color); font-family: 'Orbitron', sans-serif;">
<span class="glitch-wrapper"><span class="glitch" data-text="Skills">Skills</span></span>
</h2>
<div class="skills-container">
<div class="skill-item clickable">
<i class="skill-icon fas fa-paint-brush"></i>
<span class="skill-name">UI Design</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fas fa-users"></i>
<span class="skill-name">UX Research</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fas fa-mobile-alt"></i>
<span class="skill-name">Responsive Design</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fab fa-figma"></i>
<span class="skill-name">Figma</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fab fa-sketch"></i>
<span class="skill-name">Sketch</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fas fa-drafting-compass"></i>
<span class="skill-name">Branding</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fab fa-html5"></i>
<span class="skill-name">HTML5</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fab fa-css3-alt"></i>
<span class="skill-name">CSS3</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fab fa-js"></i>
<span class="skill-name">JavaScript</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fab fa-react"></i>
<span class="skill-name">React</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fab fa-vuejs"></i>
<span class="skill-name">Vue.js</span>
</div>
<div class="skill-item clickable">
<i class="skill-icon fas fa-universal-access"></i>
<span class="skill-name">Accessibility</span>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects">
<div class="container">
<h2 class="projects-title">
<span class="glitch-wrapper"><span class="glitch" data-text="Projects">Projects</span></span>
</h2>
<div class="projects-grid">
<div class="project-item project-card">
<img src="img/p1.jpg" alt="NeuroSync UI" class="project-image">
<div class="project-info">
<h3>NeuroSync UI</h3>
<p>
A futuristic brain-computer interface design concept
</p>
</div>
</div>
<div class="project-item project-card">
<img src="img/p2.jpg" alt="HoloLearn" class="project-image">
<div class="project-info">
<h3>HoloLearn</h3>
<p>
An innovative AR/VR educational platform
</p>
</div>
</div>
<div class="project-item project-card">
<img src="img/p3.jpg" alt="EcoSmart Home" class="project-image">
<div class="project-info">
<h3>EcoSmart Home</h3>
<p>
A cutting-edge IoT app for sustainable living
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="testimonials">
<div class="container">
<h2 class="text-center mb-5" style="color: var(--primary-color); font-family: 'Orbitron', sans-serif;">
<span class="glitch-wrapper"><span class="glitch" data-text="Client Testimonials">Client Testimonials</span></span>
</h2>
<div class="testimonial-container">
<div class="testimonial-card">
<p class="testimonial-content">
"John's UI/UX designs transformed our product. His futuristic vision and attention to detail resulted in a 40% increase in user engagement."
</p>
<div class="testimonial-author">
<img src="img/client1.jpg" class="testimonial-avatar">
<div class="testimonial-info">
<span class="testimonial-name">Sarah Johnson</span>
<span class="testimonial-position">CEO, TechInnovate</span>
</div>
</div>
</div>
<div class="testimonial-card">
<p class="testimonial-content">
"Working with John was a game-changer. His innovative designs and seamless user experiences have set a new standard in our industry."
</p>
<div class="testimonial-author">
<img src="img/client2.jpg" alt="Michael Chen" class="testimonial-avatar">
<div class="testimonial-info">
<span class="testimonial-name">Michael Chen</span>
<span class="testimonial-position">CTO, FutureSoft</span>
</div>
</div>
</div>
<div class="testimonial-card">
<p class="testimonial-content">
"John's ability to blend cutting-edge design with intuitive functionality is unparalleled. He's our go-to for all things UI/UX."
</p>
<div class="testimonial-author">
<img src="img/client3.jpg" alt="Emily Rodriguez" class="testimonial-avatar">
<div class="testimonial-info">
<span class="testimonial-name">Emily Rodriguez</span>
<span class="testimonial-position">Product Manager, NexGen</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Blog-Posts Section -->
<section class="blog-posts">
<div class="container">
<h2 class="text-center mb-5" style="color: var(--primary-color); font-family: 'Orbitron', sans-serif;">
<span class="glitch-wrapper"><span class="glitch" data-text="Latest Blog Posts">Latest Blog Posts</span></span>
</h2>
<div class="blog-container">
<article class="blog-card">
<img src="img/blog1.jpg" alt="The Future of UI Design" class="blog-image">
<div class="blog-content">
<h3 class="blog-title">The Future of UI Design</h3>
<p class="blog-excerpt">
Exploring upcoming trends and technologies shaping the future of user interface design.
</p>
<div class="blog-meta">
<span class="blog-date"><i class="far fa-calendar-alt"></i> May 15, 2024</span>
<a href="#" class="blog-read-more">Read More <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</article>
<article class="blog-card">
<img src="img/blog2.jpg" alt="Maximizing UX in Mobile Apps" class="blog-image">
<div class="blog-content">
<h3 class="blog-title">Maximizing UX in Mobile Apps</h3>
<p class="blog-excerpt">
Key strategies to enhance user experience in mobile application design and development.
</p>
<div class="blog-meta">
<span class="blog-date"><i class="far fa-calendar-alt"></i> April 28, 2024</span>
<a href="#" class="blog-read-more">Read More <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</article>
<article class="blog-card">
<img src="img/blog3.jpg" alt="The Role of AI in Modern UX" class="blog-image">
<div class="blog-content">
<h3 class="blog-title">The Role of AI in Modern UX</h3>
<p class="blog-excerpt">
How artificial intelligence is revolutionizing user experience design and interaction.
</p>
<div class="blog-meta">
<span class="blog-date"><i class="far fa-calendar-alt"></i> April 10, 2024</span>
<a href="#" class="blog-read-more">Read More <i class="fas fa-arrow-right"></i></a>
</div>
</div>
</article>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Contact Me</h2>
<div class="contact-wrapper">
<div class="contact-form-container">
<form id="contact-form" class="contact-form">
<div class="form-group">
<input type="text" id="name" name="name" required class="form-control" placeholder="Your Name">
<label for="name" class="form-label">Your Name</label>
</div>
<div class="form-group">
<input type="email" id="email" name="email" required class="form-control" placeholder="Your Email">
<label for="email" class="form-label">Your Email</label>
</div>
<div class="form-group">
<textarea id="message" name="message" required class="form-control" placeholder="Your Message"></textarea>
<label for="message" class="form-label">Your Message</label>
</div>
<button type="submit" class="submit-btn">
<span class="btn-text">Send Message</span>
<span class="btn-icon"><i class="fas fa-paper-plane"></i></span>
</button>
</form>
</div>
</div>
</div>
</section>
</main>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="social-links clickable">
<a href="#" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a>
<a href="#" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank" rel="noopener noreferrer"><i class="fab fa-twitter"></i></a>
<a href="#" target="_blank" rel="noopener noreferrer"><i class="fab fa-dribbble"></i></a>
<a href="#" target="_blank" rel="noopener noreferrer"><i class="fab fa-behance"></i></a>
</div>
<div class="footer-nav clickable">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</div>
<p>
© 2024 John Doe. All rights reserved.
</p>
<p>
Crafting the future of digital experiences, one pixel at a time.
</p>
</div>
</footer>
<!-- Go-to-Top -->
<div class="go-to-top">
<i class="fas fa-chevron-up"></i>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.7.0/vanilla-tilt.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="script.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
// 3D Tilt Effect on Project Cards
VanillaTilt.init(document.querySelectorAll(".project-card"), {
max: 15,
speed: 400,
glare: true,
"max-glare": 0.2,
});
});
</script>
</body>
</html>