-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
375 lines (350 loc) · 16.1 KB
/
index.html
File metadata and controls
375 lines (350 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Alireza Asakareh | Web Developer & UI/UX Designer Portfolio</title>
<meta name="title" content="Alireza Asakareh | Web Developer & UI/UX Designer Portfolio">
<meta name="description" content="Official portfolio of Alireza Asakareh, specializing in Web Development, Backend Development, and UI/UX Design. View projects and contact for professional services.">
<meta name="keywords" content="Alireza Asakareh, Web Developer, UI/UX Designer, Backend Developer, Portfolio, Web Development, JavaScript, React, HTML, CSS">
<meta name="author" content="Alireza Asakareh">
<meta name="robots" content="index, follow">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://alirezaplusofficial.github.io/">
<meta property="og:title" content="Alireza Asakareh | Web Developer & UI/UX Designer">
<meta property="og:description" content="Official portfolio of Alireza Asakareh, specializing in Web Development, Backend Development, and UI/UX Design. View projects and contact for professional services.">
<meta property="og:image" content="https://alirezaplusofficial.github.io/11.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://alirezaplusofficial.github.io/">
<meta property="twitter:title" content="Alireza Asakareh | Web Developer & UI/UX Designer">
<meta property="twitter:description" content="Official portfolio of Alireza Asakareh, specializing in Web Development, Backend Development, and UI/UX Design. View projects and contact for professional services.">
<meta property="twitter:image" content="https://alirezaplusofficial.github.io/11.png">
<!-- Canonical URL -->
<link rel="canonical" href="https://alirezaplusofficial.github.io/">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png">
<!-- Link To CSS -->
<link rel="stylesheet" href="./css/style.css">
<!-- Box Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<!-- Fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- Schema.org markup for Google -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Alireza Asakareh",
"url": "https://alirezaplusofficial.github.io",
"image": "https://alirezaplusofficial.github.io/11.png",
"jobTitle": "Web Developer & UI/UX Designer",
"worksFor": {
"@type": "Organization",
"name": "Alireza Asakareh"
},
"sameAs": [
"https://x.com/AlirezaPlus",
"https://github.com/alirezaplusofficial"
]
}
</script>
</head>
<body>
<!-- Navbar -->
<header>
<a href="#" class="logo" aria-label="Alireza Asakareh Home">Alireza Asakareh</a>
<div class="bx bx-menu" id="menu-icon" aria-label="Toggle menu"></div>
<ul class="navbar">
<li><a href="#about" aria-label="About section">About</a></li>
<li><a href="#skills" aria-label="Skills section">Skills</a></li>
<li><a href="#services" aria-label="Services section">Services</a></li>
<li><a href="#portfolio" aria-label="Portfolio section">Portfolio</a></li>
<li><a href="#contact" aria-label="Contact section">Contact</a></li>
<div class="bx bx-moon" id="darkmode" aria-label="Toggle dark mode"></div>
</ul>
</header>
<!-- Home -->
<section class="home" id="home">
<div class="social">
<a href="https://github.com/alirezaplusofficial" aria-label="GitHub profile" rel="noopener"><i class='bx bxl-github'></i></a>
<a href="#" aria-label="Dribbble profile" rel="noopener"><i class='bx bxl-dribbble'></i></a>
<a href="#" aria-label="Behance profile" rel="noopener"><i class='bx bxl-behance'></i></a>
</div>
<div class="home-img">
<img src="11.png" alt="Alireza Asakareh profile photo">
</div>
<div class="home-text">
<span>Hello, I'm</span>
<h1>Alireza Asakareh</h1>
<h2>Web Developer & UI/UX Designer</h2>
<p>Passionate about creating exceptional web experiences through clean code and intuitive design. Let's build something amazing together!</p>
<a href="#contact" class="btn" aria-label="Contact Me">Contact Me</a>
</div>
</section>
<!-- About -->
<section class="about" id="about">
<div class="heading">
<h2>About Me</h2>
<span>Introduction</span>
</div>
<!-- About Content -->
<div class="about-container">
<div class="about-img">
<img src="121.jpg" alt="Alireza Asakareh professional photo">
</div>
<div class="about-text">
<p>Hi, I'm Alireza Asakareh, a professional web developer and UI/UX designer with expertise in creating responsive and user-friendly web applications. With a strong foundation in HTML, CSS, JavaScript, and React, I deliver seamless digital experiences that meet both client objectives and user needs. My approach combines technical expertise with creative problem-solving to build websites that not only look great but perform exceptionally well.</p>
<div class="information">
<!-- Box 1 -->
<div class="info-box">
<i class='bx bxs-user'></i>
<span>Alireza Asakareh</span>
</div>
<!-- Box 2 -->
<div class="info-box">
<i class='bx bxs-phone'></i>
<span>+1 444 444 4444</span>
</div>
<!-- Box 3 -->
<div class="info-box">
<i class='bx bxs-envelope'></i>
<span>AlirezaPlusBusiness@gmail.com</span>
</div>
</div>
<a href="#" class="btn" aria-label="Download CV">Download CV</a>
</div>
</div>
</section>
<!-- Skills -->
<section class="skills" id="skills">
<div class="heading">
<h2>Skills</h2>
<span>My Technical Expertise</span>
</div>
<!-- Skills Content -->
<div class="skills-container">
<div class="bars">
<!-- Box 1 -->
<div class="bars-box">
<h3>HTML5</h3>
<span>94%</span>
<div class="light-bar"></div>
<div class="percent-bar html-bar"></div>
</div>
<!-- Box 2 -->
<div class="bars-box">
<h3>CSS3</h3>
<span>84%</span>
<div class="light-bar"></div>
<div class="percent-bar css-bar"></div>
</div>
<!-- Box 3 -->
<div class="bars-box">
<h3>JavaScript</h3>
<span>74%</span>
<div class="light-bar"></div>
<div class="percent-bar js-bar"></div>
</div>
<!-- Box 4 -->
<div class="bars-box">
<h3>React</h3>
<span>80%</span>
<div class="light-bar"></div>
<div class="percent-bar react-bar"></div>
</div>
</div>
<div class="skills-img">
<img src="123.png" alt="Web development skills illustration">
</div>
</div>
</section>
<!-- Services -->
<section class="services" id="services">
<div class="heading">
<h2>Services</h2>
<span>What I Offer</span>
</div>
<div class="services-content">
<!-- Box 1 -->
<div class="services-box">
<i class='bx bx-code-alt'></i>
<h3>Web Development</h3>
<p>Creating responsive, fast-loading websites with clean code and modern technologies.</p>
<a href="#" aria-label="Learn more about Web Development">Learn More</a>
</div>
<!-- Box 2 -->
<div class="services-box">
<i class='bx bx-server'></i>
<h3>Backend Development</h3>
<p>Building robust server-side applications and APIs that power your digital solutions.</p>
<a href="#" aria-label="Learn more about Backend Development">Learn More</a>
</div>
<!-- Box 3 -->
<div class="services-box">
<i class='bx bx-brush'></i>
<h3>UI/UX Design</h3>
<p>Designing intuitive user interfaces and experiences that engage and delight users.</p>
<a href="#" aria-label="Learn more about UI/UX Design">Learn More</a>
</div>
<!-- Box 4 -->
<div class="services-box">
<i class='bx bxl-wordpress'></i>
<h3>WordPress Development</h3>
<p>Custom WordPress solutions with optimized performance and user-friendly admin interfaces.</p>
<a href="#" aria-label="Learn more about WordPress Development">Learn More</a>
</div>
</div>
</section>
<!-- Portfolio -->
<section class="portfolio" id="portfolio">
<div class="heading">
<h2>Portfolio</h2>
<span>My Recent Projects</span>
</div>
<div class="portfolio-content">
<div class="portfolio-img">
<img src="blog-2.jpg" alt="E-commerce website project by Alireza Asakareh">
<div class="portfolio-overlay">
<h3>E-commerce Website</h3>
<p>Full-stack development with React and Node.js</p>
</div>
</div>
<div class="portfolio-img">
<img src="blog-3.jpg" alt="Restaurant website project by Alireza Asakareh">
<div class="portfolio-overlay">
<h3>Restaurant Website</h3>
<p>Responsive design with online ordering system</p>
</div>
</div>
<div class="portfolio-img">
<img src="blog-4.jpg" alt="Blog website project by Alireza Asakareh">
<div class="portfolio-overlay">
<h3>Blog Platform</h3>
<p>Custom WordPress development with SEO optimization</p>
</div>
</div>
<div class="portfolio-img">
<img src="blog-5.jpg" alt="Mobile app UI project by Alireza Asakareh">
<div class="portfolio-overlay">
<h3>Mobile App UI</h3>
<p>UI/UX design for fitness tracking application</p>
</div>
</div>
<div class="portfolio-img">
<img src="blog-6.jpg" alt="Educational platform project by Alireza Asakareh">
<div class="portfolio-overlay">
<h3>Educational Platform</h3>
<p>Full-stack development for online learning</p>
</div>
</div>
<div class="portfolio-img">
<img src="blog-7.jpg" alt="Portfolio website project by Alireza Asakareh">
<div class="portfolio-overlay">
<h3>Portfolio Website</h3>
<p>Custom design and development for professionals</p>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="contact" id="contact">
<div class="heading">
<h2>Contact</h2>
<span>Get In Touch With Me</span>
</div>
<div class="contact-form">
<form action="mailto:AlirezaPlusBusiness@gmail.com" method="post">
<input type="text" name="vName" id="vName" placeholder="Your Name" required aria-label="Your Name">
<input type="email" name="vEmail" id="vEmail" placeholder="Your Email" required aria-label="Your Email">
<textarea name="vMessage" id="vMessage" cols="30" rows="10" placeholder="Write Message Here..." required aria-label="Your Message"></textarea>
<input name="submit" type="submit" id="Ersal" onclick="Manage()" value="Send" class="contact-button" aria-label="Send Message">
</form>
</div>
</section>
<!-- Footer -->
<div class="footer">
<h2>Follow My Social Networks</h2>
<div class="footer-social">
<a href="https://x.com/realunfazed" aria-label="Twitter/X profile" rel="noopener"><i class="fa-brands fa-square-x-twitter"></i></a>
</div>
</div>
<!-- Copyright -->
<div class="copyright">
<p>Copyright © 2024 - 2025 By <a href="https://alirezaplusofficial.github.io" aria-label="Alireza Asakareh homepage">Alireza Asakareh</a> | All Rights Reserved.</p>
</div>
<!-- Link To JS -->
<script src="./js/script.js"></script>
<!-- Structured data for rich snippets -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Alireza Asakareh Portfolio",
"url": "https://alirezaplusofficial.github.io",
"potentialAction": {
"@type": "SearchAction",
"target": "https://alirezaplusofficial.github.io/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<!-- Services structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"itemListElement": [
{
"@type": "Service",
"position": 1,
"name": "Web Development",
"description": "Creating responsive, fast-loading websites with clean code and modern technologies.",
"provider": {
"@type": "Person",
"name": "Alireza Asakareh"
}
},
{
"@type": "Service",
"position": 2,
"name": "Backend Development",
"description": "Building robust server-side applications and APIs that power your digital solutions.",
"provider": {
"@type": "Person",
"name": "Alireza Asakareh"
}
},
{
"@type": "Service",
"position": 3,
"name": "UI/UX Design",
"description": "Designing intuitive user interfaces and experiences that engage and delight users.",
"provider": {
"@type": "Person",
"name": "Alireza Asakareh"
}
},
{
"@type": "Service",
"position": 4,
"name": "WordPress Development",
"description": "Custom WordPress solutions with optimized performance and user-friendly admin interfaces.",
"provider": {
"@type": "Person",
"name": "Alireza Asakareh"
}
}
]
}
</script>
<!-- GitHub Pages site verification -->
<meta name="google-site-verification" content="your-verification-code-here">
<!-- Additional SEO tags for GitHub Pages -->
<meta name="github-repo" content="alirezaplusofficial.github.io">
<meta name="application-name" content="Alireza Asakareh Portfolio">
</body>
</html>