-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
268 lines (241 loc) · 8.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css">
<style>
/* Resetting styles */
body, h2, h3, p, a {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
}
body {
line-height: 1.6;
color: #333;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
background: #f8f9fa;
}
header .logo {
font-size: 24px;
font-weight: bold;
}
header .navigation a {
margin: 0 15px;
text-decoration: none;
color: #333;
}
.main {
text-align: center;
padding: 50px 20px;
}
.main h2 {
font-size: 2.5rem;
margin-bottom: 10px;
}
.main h3 {
margin-bottom: 20px;
}
.main .main-btn {
display: inline-block;
padding: 10px 20px;
background: #007bff;
color: #fff;
text-decoration: none;
border-radius: 5px;
}
.social-icons {
margin-top: 20px;
}
.social-icons a {
margin: 0 10px;
color: #333;
font-size: 20px;
text-decoration: none;
}
.cards {
padding: 50px 20px;
background: #f8f9fa;
text-align: center;
}
.cards .content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 20px;
}
.card {
padding: 20px;
background: #fff;
border: 1px solid #ddd;
border-radius: 5px;
text-align: center;
}
.card .icon {
margin-bottom: 15px;
color: #007bff;
}
.projects {
padding: 50px 20px;
text-align: center;
}
.projects .content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 20px;
}
.project-card {
background: #fff;
border: 1px solid #ddd;
border-radius: 5px;
overflow: hidden;
text-align: center;
}
.project-card img {
width: 100%;
height: auto;
display: block;
}
.footer {
text-align: center;
padding: 20px;
background: #343a40;
color: #fff;
margin-top: 20px;
}
.footer .social-icons a {
color: #fff;
margin: 0 10px;
}
@media (max-width: 768px) {
header {
flex-direction: column;
text-align: center;
}
header .navigation {
margin-top: 10px;
}
}
</style>
<title>Ahmed Yasser</title>
</head>
<body>
<!-- Header Section -->
<header>
<a href="#" class="logo"> Ahmed Yasser</a>
<nav class="navigation">
<a href="#services">Services</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<!-- Main Section -->
<section class="main">
<div>
<!-- Image inside main section -->
<div class="cover-image" style="text-align: center; margin-bottom: 30px;">
<img src="images/background.jpeg" alt="Ahmed Yasser" style="width: 200px; height: 200px; border-radius: 50%; border: 5px solid #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); object-fit: cover;">
</div>
<h2>Hello, I'm Ahmed <br><span>Data Analyst</span></h2>
<h3>Data-driven insights for better decisions.</h3>
<a href="#projects" class="main-btn">View my work</a>
<div class="social-icons">
<a href="https://www.linkedin.com/in/ahmad-yasser-947a382b9/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Ahmadyasser00"><i class="fab fa-github"></i></a>
</div>
</div>
</section>
<!-- Services Section -->
<section class="cards" id="services">
<h2 class="title">Services</h2>
<div class="content">
<div class="card">
<div class="icon">
<i class="fa fa-database" style="font-size:36px"></i>
</div>
<div class="info">
<h3>Data Analyst Skilled in SQL</h3>
<p>
Data Analyst skilled in SQL, proficient in transforming raw data into meaningful insights that drive informed business decisions. Experienced in querying, managing, and analyzing large datasets to uncover trends, optimize processes, and support data-driven strategies. </p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fa fa-chart-pie" style="font-size:36px;"></i>
</div>
<div class="info">
<h3>Power BI Data Analyst</h3>
<p>
Designing interactive dashboards to present data visualizations that effectively communicate insights and trends. Utilizing intuitive layouts and user-friendly interfaces to make complex data accessible, supporting better understanding and informed decision-making across various teams and projects. </p>
</div>
</div>
<div class="card">
<div class="icon">
<i class='fab fa-python' style='font-size:36px'></i>
</div>
<div class="info">
<h3>Data Analyst with Python</h3>
<p>
Data Analyst proficient in leveraging Python libraries such as Pandas, NumPy, and Matplotlib for data analysis, cleaning, and visualization. Capable of extracting insights from complex datasets, automating workflows, and creating interactive dashboards to support data-driven decision-making. </p>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section class="projects" id="projects">
<h2 class="title">Power BI Projects</h2>
<div class="content">
<div class="project-card">
<img src="images/w2.jpg" alt="HR Analytics Dashboard">
<p>HR Analytics Dashboard project utilizing Power BI to visualize and analyze employee data. The dashboard provides insights into key HR metrics such as employee performance, turnover rates, hiring trends, and diversity, helping organizations make informed HR decisions and improve workforce managemen</p>
</div>
<div class="project-card">
<img src="images/w3.jpeg" alt="Sales Report 2020">
<p>Sales Report 2020 project using Power BI to analyze and visualize sales data from the year 2020. The report includes interactive charts and graphs to track performance, identify trends, and support data-driven sales strategies</p>
</div>
<div class="project-card">
<img src="images/work4.jpg" alt="Road Accident Analysis">
<p>Analyzing road accident data using Power BI to identify patterns, trends, and high-risk areas. The project provides interactive dashboards for better decision-making and improved road safety measures</p>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="cards Contact" id="contact">
<h2 class="title">Get in Touch</h2>
<div class="content">
<div class="card">
<div class="icon">
<i class="fa fa-phone" style="font-size:36px"></i>
</div>
<div class="info">
<h3>Phone</h3>
<p>+201028633672</p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fa fa-envelope" style="font-size:36px;"></i>
</div>
<div class="info">
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<div> Copyrights <span style="color: blue;">Ahmed Yasser</span></div>
<div class="social-icons">
<a href="https://www.linkedin.com/in/ahmad-yasser-947a382b9/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Ahmadyasser00"><i class="fab fa-github"></i></a>
</div>
</footer>
</body>
</html>