-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
656 lines (630 loc) · 22.1 KB
/
index.html
File metadata and controls
656 lines (630 loc) · 22.1 KB
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
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<!DOCTYPE html>
<html data-theme="dark" lang="en">
<head>
<title>Danesh's Resume</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Professional CV of Danesh khodadad - Front End Developer"
/>
<link rel="preload" href="styles.css" as="style" />
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-..."
crossorigin="anonymous"
/>
<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&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- Scroll Progress Bar -->
<div class="scroll-progress"></div>
<!-- Add loader -->
<div class="loader" aria-hidden="true"></div>
<button
class="theme-toggle"
onclick="toggleTheme()"
aria-label="Toggle theme"
>
<i class="fas fa-sun"></i>
</button>
<!-- Page Container -->
<main class="content">
<!-- The Grid -->
<div class="row-padding">
<!-- Left Column -->
<div class="column-third">
<div class="card">
<div class="display-container">
<img src="Avatar.jpg" alt="Avatar" />
<div
class="container"
style="margin: 0 0 0 1.7rem; padding: 0 0 0 0"
>
<h3>Danesh khodadad</h3>
<h4 style="padding: 0.5rem 0 0 0">Age : 21</h4>
</div>
</div>
<div class="container">
<p>
<i
class="fa fa-briefcase fa-fw margin-right icon-large text-teal"
></i
><span class="typing">Front End Developer</span>
</p>
<p>
<i
class="fa fa-home fa-fw margin-right icon-large text-teal"
></i
>Shiraz, Iran
</p>
<p>
<i
class="fa-solid fa-envelope fa-fw margin-right icon-large text-teal"
></i
><span id="email">[email protected]</span>
<button class="copy-btn" onclick="copyEmail()">
<i class="fas fa-copy"></i>
</button>
</p>
<p>
<i
class="fa fa-phone fa-fw margin-right icon-large text-teal"
></i
>+98 901 062 9831
</p>
<hr />
<p class="large">
<b
><i class="fa-solid fa-code fa-fw margin-right text-teal"></i
>Technical Skills</b
>
</p>
<div class="skills">
<p><i class="fa-brands fa-html5"></i> HTML</p>
<p><i class="fa-brands fa-css3-alt"></i> CSS</p>
<p><i class="fa-brands fa-js"></i> JavaScript</p>
<p>
<i class="fa-solid fa-mobile-screen"></i> Responsive Design
</p>
<p><i class="fa-brands fa-git-alt"></i> Git</p>
<p><i class="fa-brands fa-github"></i> GitHub</p>
<p>
<i class="fa-solid fa-keyboard"></i> Touch Typing (60+ WPM)
</p>
</div>
<hr />
<p class="large">
<b
><i
class="fa-solid fa-brain fa-fw margin-right text-teal"
></i>
Soft Skills</b
>
</p>
<div class="skills">
<p><i class="fa-solid fa-puzzle-piece"></i> Problem Solving</p>
<p><i class="fa-solid fa-lightbulb"></i> Critical Thinking</p>
<p><i class="fa-solid fa-clock"></i> Time Management</p>
<p><i class="fa-solid fa-comments"></i> Communication</p>
<p><i class="fa-solid fa-users"></i> Teamwork</p>
</div>
<hr />
<p class="large text-theme">
<b
><i
class="fa-solid fa-language fa-fw margin-right text-teal"
></i
>Languages</b
>
</p>
<p>English</p>
<div class="light-grey">
<div class="teal" style="height: 24px; width: 50%"></div>
</div>
<br />
</div>
</div>
<br />
<!-- End Left Column -->
</div>
<!-- Right Column -->
<div class="column-twothird">
<div class="container card">
<h2>
<i
class="fa-solid fa-user fa-fw margin-right icon-large text-teal"
></i>
About Me
</h2>
<div class="container">
<section>
<h3>🚀 Enthusiastic and Motivated Front-End Developer</h3>
<p>
Eager to start a professional journey in a dynamic,
team-oriented environment.
</p>
<br />
<h3>💡 Skills & Interests</h3>
<p>
Strong foundation in
<strong>HTML, CSS, and JavaScript</strong>, with a passion for
learning <strong>React.js</strong> and modern web
technologies.
</p>
<br />
<h3>🎯 Goals & Commitment</h3>
<p>
Dedicated to continuous learning, problem-solving, and
building impactful user experiences while strengthening
technical and teamwork skills. 💻✨
</p>
</section>
</div>
</div>
<div class="container card">
<h2>
<i
class="fa-solid fa-graduation-cap fa-fw margin-right icon-large text-teal"
></i
>Education
</h2>
<div class="container">
<h5 class="opacity"><b>Zand University</b></h5>
<h6 class="text-teal">
<i class="fa fa-calendar fa-fw margin-right"></i>2022 - Current
</h6>
<p>Computer Engineering Student</p>
<p>GPA: 18.30</p>
</div>
<div class="container">
<h5 class="opacity"><b>Allameh Helli High Schools</b></h5>
<h6 class="text-teal">
<i class="fa fa-calendar fa-fw margin-right"></i>2019 - 2022
</h6>
<p>Diploma in Mathematics</p>
<p>GPA: 19.38</p>
<br />
</div>
</div>
<div class="container card">
<h2>
<i
class="fa-solid fa-briefcase fa-fw margin-right icon-large text-teal"
></i
>Work Experience
</h2>
<div class="container">
<h5 class="opacity">
<b>Front-End Developer (Self-Learning & Projects) </b>
</h5>
<h6 class="text-teal">
<i class="fa fa-calendar fa-fw margin-right"></i>Nov 2023 -
<span class="tag teal round">Current</span>
</h6>
<p>
Developing personal and open-source projects using HTML, CSS,
and JavaScript.
</p>
<p>Practicing responsive design and improving UI/UX skills.</p>
<p>Learning React.js and modern front-end best practices.</p>
</div>
</div>
</div>
<button class="download-btn" onclick="downloadCV()">
<i class="fas fa-download"></i>
</button>
<!-- Projects Section -->
<div class="container card">
<h2>
<i
class="fa-solid fa-laptop-code fa-fw margin-right icon-large text-teal"
></i
>Projects
</h2>
<div class="container">
<h5 class="opacity">
<b>💻 Modern Personal Portfolio Website</b>
</h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/Portfolio-Website"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/Portfolio-Website/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
🚀 A clean, beautiful and responsive portfolio website built with
HTML, CSS, and JavaScript!✨
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity">
<b>📄 Modern CV Website</b>
</h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/cv-website"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/cv-website/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
🚀 A sleek and responsive CV website built with HTML, CSS, and
JavaScript✨
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity"><b>📚 Online Course Platform</b></h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/course-platform"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/course-platform/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
🚀A modern learning platform with an attractive and responsive
user interface for delivering online courses🌟
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity"><b>🍽️ Golden Plate Restaurant Website</b></h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/Restaurant-Website"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/Restaurant-Website/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
🍽️A modern, elegant restaurant website built with HTML, CSS, and
JavaScript
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity"><b>☁️ Cloud Hosting Landing Page</b></h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/cloud-hosting-landing"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/cloud-hosting-landing/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
🚀A modern, responsive landing page for a cloud hosting service,
built with HTML5 and CSS3✨
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity"><b>🧮 Web Calculator</b></h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/Calculator"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/Calculator/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
🧮 This project is a simple web calculator built using HTML, CSS,
and JavaScript. It allows users to perform basic arithmetic
operations, check if a number is prime or composite, and convert
temperatures from Fahrenheit to Celsius.
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity"><b>🎮 Rock Paper Scissors Game</b></h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/Rock-Paper-Scissors"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/Rock-Paper-Scissors/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
🎮 A modern, stylish implementation of the classic Rock Paper
Scissors game!
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity"><b>🎨 Etch-a-Sketch</b></h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/etch-a-sketch"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/etch-a-sketch/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
🎨 A modern take on the classic drawing toy! 🎨 🌟 An interactive
web-based drawing application that lets you create pixel art with
ease. Think of it as a digital Etch-a-Sketch with superpowers! 🚀
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity"><b>📇 Modern Visit Card</b></h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/visit-card"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/visit-card/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
the Modern Visit Card project! 🎉 This repository features a sleek
and minimalistic visit card built with HTML and CSS, perfect for
showcasing your personal or professional details in style.
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity"><b>🎓 Top Universities Web</b></h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/Top-Universities-Web"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/Top-Universities-Web/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
This is my first website when I am learning HTML, CSS, and
JavaScript.<br /><br />
🌍 About the Project :<br />This is a simple yet informative
educational website showcasing the top universities in the world.
Built using HTML, CSS, and JavaScript, the website provides
insights into leading universities, their rankings, and essential
details.
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity"><b>🌐 Web Design Company</b></h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/web-design-company"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/web-design-company/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
Web Design Company project! 🎉 <br />This project showcases a
beautifully crafted website designed for a fictional web design
company. Experience modern design trends with smooth animations,
responsive layouts, and a clean, minimalist aesthetic. 💻✨
</p>
</div>
<hr />
<div class="container">
<h5 class="opacity"><b>📇 A4 Business Card Generator</b></h5>
<div class="project-links">
<a
href="https://github.com/DaneshCode/Business-Card"
class="project-link"
target="_blank"
>
<i class="fab fa-github"></i> GitHub Repository
</a>
<a
href="https://daneshcode.github.io/Business-Card/"
class="project-link"
target="_blank"
>
<i class="fas fa-globe"></i> Live Demo
</a>
</div>
<p>
A professional business card generator that creates printable
cards on A4 paper format.
</p>
</div>
</div>
</div>
</main>
<footer class="container bg-teal">
<p>Find me on social media.</p>
<a
class="hover-opacity"
href="https://wa.me/989010629831"
title="whatsapp"
target="_blank"
>
<i class="fab fa-whatsapp"></i>
</a>
<a
class="hover-opacity"
href="https://t.me/Menasheh_kh"
title="telegram"
target="_blank"
>
<i class="fab fa-telegram"></i>
</a>
<a
class="hover-opacity"
href="https://github.com/DaneshCode"
title="github"
target="_blank"
>
<i class="fab fa-github"></i>
</a>
<a
class="hover-opacity"
href="https://www.linkedin.com/in/DaneshCode"
title="linkedin"
target="_blank"
>
<i class="fab fa-linkedin"></i>
</a>
<a
class="hover-opacity"
href="mailto:[email protected]"
title="email"
target="_blank"
>
<i class="fas fa-envelope"></i>
</a>
</footer>
<script>
const html = document.documentElement;
const themeToggle = document.querySelector('.theme-toggle i');
const loader = document.querySelector('.loader');
// Theme handling
const savedTheme = localStorage.getItem('theme') || 'dark';
html.setAttribute('data-theme', savedTheme);
themeToggle.className = `fas fa-${
savedTheme === 'light' ? 'moon' : 'sun'
}`;
function toggleTheme() {
const currentTheme = html.getAttribute('data-theme');
const newTheme = currentTheme === 'light' ? 'dark' : 'light';
html.setAttribute('data-theme', newTheme);
localStorage.setItem('theme', newTheme);
themeToggle.className = `fas fa-${
newTheme === 'light' ? 'moon' : 'sun'
}`;
}
// Performance optimizations
window.addEventListener('load', () => loader.classList.add('hidden'));
// Utility functions
const copyEmail = () => {
navigator.clipboard.writeText(
document.getElementById('email').textContent,
);
alert('Email copied!');
};
const downloadCV = () => window.print();
// Typing effect
const typeText = () => {
const element = document.querySelector('.typing');
const text = 'Front End Developer';
let index = 0;
(function type() {
element.textContent = text.slice(0, index++);
if (index <= text.length) setTimeout(type, 100);
})();
};
typeText();
// Scroll Progress Bar
const scrollProgress = document.querySelector('.scroll-progress');
window.addEventListener('scroll', () => {
const height =
document.documentElement.scrollHeight - window.innerHeight;
const scrolled = (window.scrollY / height) * 100;
scrollProgress.style.width = `${scrolled}%`;
});
</script>
</body>
</html>